* Added handle-django.forms.util-rename.patch.
* Added explicitly-declare-app_label.patch.
* Added add-openstack_auth-in-INSTALLED_APPS.patch.
+ * Added django.template.base.library-moved.patch.
-- Thomas Goirand <zigo@debian.org> Mon, 11 Jan 2016 02:54:28 +0000
--- /dev/null
+Description: django.template.base.library moved
+ It's now in django.template.library
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2016-01-11
+
+--- horizon-8.0.0.orig/horizon/templatetags/shellfilter.py
++++ horizon-8.0.0/horizon/templatetags/shellfilter.py
+@@ -10,11 +10,11 @@
+ # License for the specific language governing permissions and limitations
+ # under the License.
+
+-from django.template import base
++from django.template import library
+ from django.template import defaultfilters
+ from django.utils import safestring
+
+-register = base.Library()
++register = library.Library()
+
+
+ @register.filter(is_safe=True)
handle-django.forms.util-rename.patch
explicitly-declare-app_label.patch
add-openstack_auth-in-INSTALLED_APPS.patch
+django.template.base.library-moved.patch