21416754 Update django to 1.8.14
authorLaszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:28 -0700
changeset 6783 4f3d1898c571
parent 6782 73e2e96386ad
child 6784 44a7005695a3
21416754 Update django to 1.8.14
components/python/django/Makefile
components/python/django/django-PYVER.p5m
components/python/django/django.license
components/python/django/patches/CVE-2015-8213.patch
components/python/django/patches/CVE-2016-2512.patch
components/python/django/patches/CVE-2016-2513.patch
components/python/django/patches/use-gnu-msgfmt.patch
--- a/components/python/django/Makefile	Wed Sep 07 14:48:28 2016 -0700
+++ b/components/python/django/Makefile	Wed Sep 07 14:48:28 2016 -0700
@@ -20,24 +20,24 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		Django
-COMPONENT_VERSION=	1.4.22
+COMPONENT_VERSION=	1.8.14
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:d0e2c9d772fcab2cf9c09e1c05e711cf5fe5eb93225762b29f0739d65e0d1784
+    sha256:5282c48b90fbb29507299f592215378e849a2808f485e4144626e66715d5464d
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	http://www.djangoproject.com/
 COMPONENT_BUGDB=	python-mod/django
 
-TPNO=			24189
+TPNO=			30171
 
-# Syntax issues: not Python 3 ready.
+# Depends on python-imaging which is not Python 3 ready.
 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
 
 include $(WS_MAKE_RULES)/prep.mk
@@ -46,23 +46,24 @@
 
 # Replace "#!/usr/bin/env ..." shebang lines with properly versioned ones.
 COMPONENT_POST_BUILD_ACTION = \
-        /usr/bin/find $(BUILD_DIR)/$(MACH)-$(PYTHON_VERSION)/lib/django -name *.py \
-                -exec $(GSED) -i -e 's/env python/python$(PYTHON_VERSION)/' "{}" \; ;
+    /usr/bin/find $(BUILD_DIR)/$(MACH)-$(PYTHON_VERSION)/lib/django -name *.py \
+	-exec $(GSED) -i -e 's/env python/python$(PYTHON_VERSION)/' "{}" \; ;
 
 COMPONENT_POST_INSTALL_ACTION = \
-        (cd $(PROTO_DIR)/usr/bin ; $(MV) -f django-admin.py django-admin-$(PYTHON_VERSION))
+    (cd $(PROTO_DIR)/usr/bin ; \
+     $(MV) -f django-admin.py django-admin-$(PYTHON_VERSION))
 
 # add 1 extra transform to get rid of the facet created on
 # locale/__init__.py
-PUBLISH_TRANSFORMS += $(COMPONENT_DIR)/django-locale-transform
+PUBLISH_TRANSFORMS +=	$(COMPONENT_DIR)/django-locale-transform
 
 # reset the test environment to only contain PATH, PYTHONPATH, and LC_ALL
 # (because many tests need to be able to access non-ASCII codepoints).
-COMPONENT_TEST_DIR=     $(SOURCE_DIR)/tests
-COMPONENT_TEST_ARGS +=  --settings test_sqlite
-COMPONENT_TEST_ENV=     PYTHONPATH=$(SOURCE_DIR)
-COMPONENT_TEST_ENV +=   PATH=$(PATH)
-COMPONENT_TEST_ENV +=   LC_ALL=en_US.UTF-8
+COMPONENT_TEST_DIR=	$(SOURCE_DIR)/tests
+COMPONENT_TEST_ARGS +=	--settings test_sqlite
+COMPONENT_TEST_ENV=	PYTHONPATH=$(SOURCE_DIR)
+COMPONENT_TEST_ENV +=	PATH=$(PATH)
+COMPONENT_TEST_ENV +=	LC_ALL=en_US.UTF-8
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
@@ -80,7 +81,7 @@
 #
 test:		$(TEST_NO_ARCH)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)
 
-
+REQUIRED_PACKAGES += library/python/setuptools-27
 REQUIRED_PACKAGES += text/gnu-gettext
--- a/components/python/django/django-PYVER.p5m	Wed Sep 07 14:48:28 2016 -0700
+++ b/components/python/django/django-PYVER.p5m	Wed Sep 07 14:48:28 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -42,31 +42,43 @@
 link path=usr/bin/django-admin target=django-admin-$(PYVER) mediator=python \
     mediator-version=$(PYVER)
 file path=usr/bin/django-admin-$(PYVER)
-file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/Django-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/django/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/daily_cleanup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/apps/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/apps/config.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/apps/registry.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/django-admin.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/profiling/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/profiling/gather_profile_stats.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/bin/unique-messages.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/tests.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/app_template/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/global_settings.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ar/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/az/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/az/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bg/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/bs/formats.py
@@ -85,16 +97,23 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de_CH/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/de_CH/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/el/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_AU/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_AU/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/en_GB/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eo/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/eo/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es/formats.py
@@ -106,6 +125,9 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_MX/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_NI/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_NI/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_PR/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_PR/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/et/formats.py
@@ -121,9 +143,9 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fr/formats.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy_NL/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/fy/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ga/formats.py
@@ -142,9 +164,11 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/hu/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/id/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/is/formats.py
@@ -167,6 +191,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/ko/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/lt/formats.py
@@ -182,6 +207,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nb/formats.py
@@ -192,6 +219,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/nn/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/pl/__init__.py
@@ -240,6 +268,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tr/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tr/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/uk/formats.py
@@ -250,36 +279,49 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_CN/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_Hans/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_Hans/formats.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_Hant/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_Hant/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/locale/zh_TW/formats.py
-file \
-    path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/manage.py \
-    pkg.tmp.autopyc=false
+file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/manage.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/settings.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/urls.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/project_template/project_name/wsgi.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/defaults.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/i18n.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/shortcut.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/conf/urls/static.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/actions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/checks.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/decorators.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/exceptions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/filters.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/forms.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/helpers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo
@@ -296,6 +338,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo
@@ -306,6 +350,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo
@@ -316,8 +362,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy_NL/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy_NL/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo
@@ -330,8 +376,12 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo
@@ -348,6 +398,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo
@@ -358,6 +410,10 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo
@@ -366,6 +422,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo
@@ -402,6 +460,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo
@@ -410,8 +470,14 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_CN/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_CN/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/locale/zh_TW/LC_MESSAGES/djangojs.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/options.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/sites.py
@@ -425,8 +491,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/css/widgets.css
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/changelist-bg.gif
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/changelist-bg_rtl.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/chooser-bg.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/chooser_stacked-bg.gif
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/default-bg-reverse.gif
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/default-bg.gif
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/deleted-overlay.gif
@@ -456,14 +520,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/selector-icons.gif
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/selector-search.gif
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/sorting-icons.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-left.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-left_over.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-right.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tool-right_over.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-add.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-add_over.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.gif
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-arrowright_over.gif
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-add.png
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.png
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/LICENSE-JQUERY.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/SelectBox.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/SelectFilter2.js
@@ -471,15 +529,10 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/actions.min.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/admin/ordering.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/calendar.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/collapse.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/collapse.min.js
-file \
-    path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/compress.py \
-    pkg.tmp.autopyc=false
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/core.js
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/getElementsBySelector.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/inlines.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/inlines.min.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/jquery.init.js
@@ -487,6 +540,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/jquery.min.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/prepopulate.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/prepopulate.min.js
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/related-widget-wrapper.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/timeparse.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/static/admin/js/urlify.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/404.html
@@ -507,12 +561,15 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/filter.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/includes/fieldset.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/index.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/invalid_setup.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/login.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/object_history.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/pagination.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/popup_response.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/related_widget_wrapper.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/search_form.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/admin/submit_line.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templates/registration/logged_out.html
@@ -528,20 +585,25 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_modify.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_static.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/admin_urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/adminmedia.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/templatetags/log.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/tests.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/validation.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/views/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/views/decorators.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/views/main.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admin/widgets.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo
@@ -550,24 +612,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo
@@ -576,15 +642,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo
@@ -603,12 +673,15 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/locale/zh_TW/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/middleware.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/index.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html
@@ -620,28 +693,29 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/templates/admin_doc/view_index.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/tests/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/tests/test_fields.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/urls.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/admindocs/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/backends.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/checks.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/context_processors.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/create_superuser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/decorators.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/authtestdata.json
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/context-processors-users.xml
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/natural.json
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/fixtures/regular.json
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/forms.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/handlers/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/handlers/modpython.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/handlers/modwsgi.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/hashers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo
@@ -650,24 +724,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo
@@ -676,15 +754,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo
@@ -703,154 +785,50 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/commands/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/commands/changepassword.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/management/commands/createsuperuser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/signals.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/templates/registration/password_reset_subject.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/auth_backends.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/basic.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/context_processors.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/decorators.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/hashers.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/management.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/remote_user.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/signals.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_access.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_messages.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_no_access.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_perms.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_test_access.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/context_processors/auth_attrs_user.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/logged_out.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/login.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_change_form.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_complete.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_confirm.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_done.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_email.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_form.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/templates/registration/password_reset_subject.txt
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/tokens.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/custom_user.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tests/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/tokens.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/urls.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/auth/views.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/admin.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/feeds.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ar/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/az/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bg/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/bs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ca/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/cs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/cy/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/da/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/de/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/el/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/en/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/en_GB/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/eo/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es_AR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/et/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/eu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/fy_NL/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ga/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/gl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/he/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/hu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/id/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/is/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/it/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ja/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ka/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/kk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/km/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/kn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ko/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/lt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/lv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/mk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ml/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/mn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nb/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ne/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/nn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/pt_BR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ro/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ru/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sq/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sr_Latn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/sw/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ta/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/te/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/th/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/tr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/tt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/uk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/ur/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/vi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/zh_CN/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/locale/zh_TW/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/managers.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/moderation.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/signals.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/400-debug.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/approve.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/approved.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/base.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/delete.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/deleted.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/flag.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/flagged.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/form.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/list.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/posted.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templates/comments/preview.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templatetags/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/templatetags/comments.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/comments.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/moderation.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/comments/views/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/checks.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/forms.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/generic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo
@@ -859,24 +837,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo
@@ -885,15 +867,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo
@@ -912,49 +898,32 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/management.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/tests.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/contenttypes/views.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/datastructures.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/calendars.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/fieldchoices.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/plugins/objects.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/sites.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/base.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/base_site.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_day.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_homepage.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_main.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_month.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/calendar_year.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/choice_detail.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/choice_list.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/fieldchoice_detail.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/fieldchoice_homepage.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/fieldchoice_list.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/homepage.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/model_detail.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/templates/databrowse/object_detail.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/databrowse/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/admin.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/fixtures/sample_flatpages.json
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/forms.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo
@@ -963,24 +932,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo
@@ -989,15 +962,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo
@@ -1016,186 +993,86 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/sitemaps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/templatetags/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/templatetags/flatpages.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/csrf.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/middleware.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templates/404.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templates/flatpages/default.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templates/registration/login.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/templatetags.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/tests/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/urls.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/flatpages/views.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ar/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/az/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bg/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/bs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ca/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/cs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/cy/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/da/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/de/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/el/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/en/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/en_GB/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/eo/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es_AR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/et/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/eu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/fy_NL/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ga/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/gl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/he/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/hu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/id/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/is/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/it/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ja/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ka/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/kk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/km/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/kn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ko/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/lt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/lv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/mk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ml/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/mn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nb/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ne/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/nn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/pt_BR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ro/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ru/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sq/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sr_Latn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/sw/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ta/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/te/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/th/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/tr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/tt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/uk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/ur/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/vi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/zh_CN/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/locale/zh_TW/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/preview.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/templates/formtools/form.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/templates/formtools/preview.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/templates/formtools/wizard/wizard_form.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/templates/base.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/templates/forms/wizard.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/cookiestorage.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/loadstorage.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/namedwizardtests/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/sessionstorage.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/storage.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/templates/other_wizard_form.html
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/tests/wizard/wizardtests/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/utils.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/legacy.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/cookie.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/exceptions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/storage/session.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/formtools/wizard/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/admin/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/admin/options.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/admin/widgets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/adapter.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base/adapter.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base/features.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/base/operations.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/introspection.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/mysql/schema.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/adapter.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/introspection.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/oracle/schema.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/adapter.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/introspection.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/postgis/schema.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/adapter.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/introspection.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/spatialite/schema.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/backends/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/aggregates.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/lookups.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/manager.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/proxy.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/query.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/aggregates.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/conversion.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/query.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/db/models/sql/where.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/feeds.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/forms/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/forms/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/forms/widgets.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/LICENSE
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/datasource.py
@@ -1213,24 +1090,22 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/errcheck.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/generation.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/geom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/raster.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/prototypes/srs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/raster/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/raster/band.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/raster/const.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/raster/source.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/srs.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_driver.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_ds.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_envelope.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_geom.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/gdal/tests/test_srs.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/libgeoip.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/prototypes.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geoip/tests.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/backend/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/backend/geos.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/regex.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geometry/test_data.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/LICENSE
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/collections.py
@@ -1255,15 +1130,14 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/prepared.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/threadsafe.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/prototypes/topology.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_geos.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_geos_mutation.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_io.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/geos/tests/test_mutable_list.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo
@@ -1272,24 +1146,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo
@@ -1298,15 +1176,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo
@@ -1325,10 +1207,13 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/management/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/management/commands/__init__.py
@@ -1341,12 +1226,13 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/google/zoom.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/maps/openlayers/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/measure.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/serializers/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/serializers/geojson.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/shortcuts.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/georss.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/kml.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/sitemaps/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/static/gis/js/OLMapWidget.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/openlayers.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/openlayers.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/admin/osm.html
@@ -1357,76 +1243,9 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/google/google-single.js
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/kml/base.kml
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/kml/placemarks.kml
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/sitemaps/geo_sitemap.xml
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.prj
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.shp
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/cities/cities.shx
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/counties/counties.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/counties/counties.shp
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/counties/counties.shx
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/geometries.json.gz
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.prj
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.shp
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/interstates/interstates.shx
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/invalid/emptypoints.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/invalid/emptypoints.shp
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/invalid/emptypoints.shx
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.prj
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.shp
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_point/test_point.shx
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.prj
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.shp
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_poly/test_poly.shx
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_vrt/test_vrt.csv
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/test_vrt/test_vrt.vrt
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/data/texas.dbf
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/distapp/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geo3d/views.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoadmin/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/feeds.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/sitemaps.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/test_feeds.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/test_regress.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/test_sitemaps.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geoapp/urls.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/fixtures/initial_data.json
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/geogapp/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/inspectapp/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/inspectapp/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/inspectapp/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/layermap/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/layermap/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/layermap/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/relatedapp/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/test_geoforms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/test_measure.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/test_spatialrefsys.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/tests/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/openlayers-osm.html
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/templates/gis/openlayers.html
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/geoip.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/layermapping.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/ogrinfo.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/ogrinspect.py
@@ -1434,10 +1253,15 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/utils/wkt.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/gis/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo
@@ -1446,24 +1270,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo
@@ -1472,15 +1300,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo
@@ -1499,332 +1331,83 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/locale/zh_TW/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/templatetags/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/templatetags/humanize.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/humanize/tests.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ar/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ar/ar_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ar/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/at/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/at/at_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/at/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/au_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/au/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/be_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/be_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/be/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/br/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/br/br_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/br/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ca/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ca/ca_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ca/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ch/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ch/ch_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ch/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cl/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cl/cl_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cl/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cn/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cn/cn_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cn/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/co/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/co/co_departments.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/co/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cz/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cz/cz_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/cz/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de/de_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de/forms.py
-file \
-    path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/de_CH/formats.py \
-    pkg.tmp.autopyc=false
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ec/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ec/ec_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ec/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/es_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/es_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/es/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fi/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fi/fi_municipalities.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fi/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fr/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fr/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/fr/fr_department.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/gb/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/gb/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/gb/gb_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/generic/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/generic/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/hr/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/hr/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/hr/hr_choices.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/id/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/id/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/id/id_choices.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ie/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ie/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ie/ie_counties.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/il/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/il/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/in_/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/in_/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/in_/in_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/is_/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/is_/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/is_/is_postalcodes.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/it_province.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/it_region.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/it/util.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/jp/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/jp/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/jp/jp_prefectures.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/kw/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/kw/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ar/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/az/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bg/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/bs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ca/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/cs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/cy/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/da/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/de/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/el/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/en/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/en_GB/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/eo/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es_AR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/et/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/eu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/fy_NL/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ga/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/gl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/he/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/hu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/id/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/is/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/it/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ja/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ka/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/kk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/km/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/kn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ko/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/lt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/lv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/mk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ml/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/mn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nb/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ne/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/nn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/pt_BR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ro/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ru/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sq/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sr_Latn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/sw/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ta/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/te/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/th/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/tr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/tt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/uk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/ur/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/vi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/zh_CN/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/locale/zh_TW/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/mk_choices.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mk/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/mx/mx_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/nl/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/nl/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/nl/nl_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/no/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/no/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/no/no_municipalities.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pe/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pe/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pe/pe_region.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/pl_administrativeunits.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pl/pl_voivodeships.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pt/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/pt/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/py/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/py/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/py/py_department.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ro/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ro/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ro/ro_counties.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ru/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ru/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/ru/ru_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/se_counties.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/se/utils.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/si/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/si/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/si/si_postalcodes.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/sk_districts.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/sk/sk_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/tr/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/tr/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/tr/tr_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uk/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uk/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uk/uk_regions.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/us/us_states.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/util.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/uy/uy_departaments.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/za/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/za/forms.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/localflavor/za/za_provinces.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/templatetags/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/templatetags/markup.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/markup/tests.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/api.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/constants.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/context_processors.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ar/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/az/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bg/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/bs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ca/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/cs/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/cy/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/da/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/de/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/el/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/en/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/en_GB/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/eo/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es_AR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/et/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/eu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/fy_NL/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ga/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/gl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/he/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/hu/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/id/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/is/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/it/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ja/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ka/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/kk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/km/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/kn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ko/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/lt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/lv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/mk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ml/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/mn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nb/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ne/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/nn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pa/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/pt_BR/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ro/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ru/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sl/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sq/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sr_Latn/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sv/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/sw/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ta/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/te/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/th/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/tr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/tt/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/uk/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/ur/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/vi/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/zh_CN/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/middleware.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/cookie.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/fallback.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/storage/session.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/cookie.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/fallback.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/middleware.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/session.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/tests/urls.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/messages/views.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/fields/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/fields/array.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/fields/hstore.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/fields/ranges.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/fields/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/forms/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/forms/array.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/forms/hstore.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/forms/ranges.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/lookups.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/signals.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/postgres/validators.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo
@@ -1833,24 +1416,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo
@@ -1859,15 +1446,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo
@@ -1886,14 +1477,20 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/redirects/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/cache.py
@@ -1901,10 +1498,15 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/db.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/file.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/backends/signed_cookies.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/exceptions.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo
@@ -1913,24 +1515,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo
@@ -1939,15 +1545,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo
@@ -1966,39 +1576,42 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/locale/zh_TW/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/management/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/management/commands/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/management/commands/clearsessions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sessions/serializers.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/management/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/management/commands/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/management/commands/ping_google.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/templates/sitemap.xml
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/templates/sitemap_index.xml
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/flatpages.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/generic.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/http.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/https.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/templates/custom_sitemap.xml
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/templates/custom_sitemap_index.xml
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/urls/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/urls/http.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/tests/urls/https.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sitemaps/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/admin.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/apps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo
@@ -2007,24 +1620,28 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fy_NL/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo
@@ -2033,15 +1650,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo
@@ -2060,16 +1681,24 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_CN/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/locale/zh_TW/LC_MESSAGES/django.mo
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/management.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/managers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/middleware.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/migrations/0001_initial.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/migrations/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/models.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/tests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/requests.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/sites/shortcuts.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/finders.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/handlers.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/__init__.py
@@ -2077,21 +1706,20 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/collectstatic.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/findstatic.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/management/commands/runserver.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/storage.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/templatetags/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/templatetags/staticfiles.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/testing.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/urls.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/staticfiles/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/syndication/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/syndication/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/syndication/views.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/lorem_ipsum.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/apps.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/templatetags/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/templatetags/webdesign.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/contrib/webdesign/tests.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/__init__.py
@@ -2101,6 +1729,18 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/filebased.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/locmem.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/backends/memcached.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/cache/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/compatibility/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/compatibility/django_1_7_0.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/compatibility/django_1_8_0.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/messages.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/model_checks.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/registry.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/security/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/security/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/security/csrf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/checks/security/sessions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/context_processors.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/exceptions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/__init__.py
@@ -2115,8 +1755,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/files/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/modpython.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/profiler-hotshot.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/handlers/wsgi.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/mail/backends/__init__.py
@@ -2132,7 +1770,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/color.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/cleanup.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/check.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/compilemessages.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/createcachetable.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/dbshell.py
@@ -2142,19 +1780,22 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/inspectdb.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/loaddata.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/makemessages.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/reset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/makemigrations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/migrate.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/runfcgi.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/runserver.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/shell.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/showmigrations.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sql.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlall.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlclear.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlcustom.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqldropindexes.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlflush.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlindexes.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlinitialdata.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlreset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlmigrate.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/sqlsequencereset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/squashmigrations.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/startapp.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/startproject.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/syncdb.py
@@ -2163,7 +1804,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/commands/validate.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/sql.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/templates.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/validation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/core/management/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/paginator.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/serializers/base.py
@@ -2179,10 +1820,17 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/urlresolvers.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/validators.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/core/wsgi.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/core/xheaders.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/client.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/features.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/schema.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/base/validation.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/dummy/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/dummy/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/__init__.py
@@ -2190,31 +1838,64 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/schema.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/mysql/validation.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/schema.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/oracle/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/introspection.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/schema.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/postgresql_psycopg2/version.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/signals.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/creation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/features.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/introspection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/operations.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/schema.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/sqlite3/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/backends/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/autodetector.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/executor.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/graph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/loader.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/migration.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/operations/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/operations/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/operations/fields.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/operations/models.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/operations/special.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/optimizer.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/questioner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/recorder.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/state.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/topological_sort.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/migrations/writer.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/aggregates.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/constants.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/deletion.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/expressions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/__init__.py
@@ -2222,19 +1903,19 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/proxy.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/related.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/fields/subclassing.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/functions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/loading.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/lookups.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/manager.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/options.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/query.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/query_utils.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/related.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/signals.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/aggregates.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/compiler.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/constants.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/datastructures.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/expressions.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/query.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/subqueries.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/models/sql/where.py
@@ -2242,7 +1923,9 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/db/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/dispatcher.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/saferef.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/license.python.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/license.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/django/dispatch/weakref_backports.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/extras/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/extras/widgets.py
@@ -2251,36 +1934,50 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/formsets.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/models.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/forms/widgets.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/http/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/http/cookie.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/http/multipartparser.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/http/request.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/http/response.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/http/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/cache.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/clickjacking.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/common.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/csrf.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/doc.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/gzip.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/http.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/locale.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/transaction.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/shortcuts/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/middleware/security.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/shortcuts.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/backends/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/backends/base.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/backends/django.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/backends/dummy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/backends/jinja2.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/backends/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/context.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/context_processors.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/debug.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/defaultfilters.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/defaulttags.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/engine.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loader.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loader_tags.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/app_directories.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/cached.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/eggs.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/filesystem.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/loaders/locmem.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/response.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/template/smartif.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/template/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/cache.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/future.py
@@ -2289,11 +1986,10 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/static.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/templatetags/tz.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/test/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/test/_doctest.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/test/client.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/test/html.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/test/runner.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/test/signals.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/test/simple.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/test/testcases.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/test/utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/__init__.py
@@ -2303,7 +1999,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/baseconv.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/cache.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/checksums.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/copycompat.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/crypto.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/daemonize.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/datastructures.py
@@ -2311,30 +2006,30 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dateparse.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dates.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/datetime_safe.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/deconstruct.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/deprecation.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/dictconfig.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/duration.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/encoding.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/feedgenerator.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/formats.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/functional.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/hashcompat.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/html.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/html_parser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/http.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/importlib.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/inspect.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/ipv6.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/itercompat.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/jslex.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/log.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/lorem_ipsum.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/lru_cache.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/module_loading.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/numberformat.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/regex_helper.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/safestring.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/decoder.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/encoder.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/scanner.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/simplejson/tool.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/six.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/synch.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/termcolors.py
@@ -2346,18 +2041,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/translation/trans_real.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/tree.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/tzinfo.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/__main__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/case.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/collector.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/compatibility.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/loader.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/main.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/result.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/runner.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/signals.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/suite.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest/util.py
+file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/unittest.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/version.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/utils/xmlutils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/__init__.py
@@ -2374,22 +2058,18 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/defaults.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/base.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/create_update.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/date_based.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/dates.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/detail.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/edit.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/list.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/list_detail.py
-file path=usr/lib/python$(PYVER)/vendor-packages/django/views/generic/simple.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/i18n.py
 file path=usr/lib/python$(PYVER)/vendor-packages/django/views/static.py
 #
 license django.license license="BSD, Apache 2.0, MIT, PSFv2"
 
-# force a group dependency on the optional python-imaging; pkgdepend work is
-# needed to flush this out.
-depend type=group fmri=library/python/python-imaging-$(PYV)
+# force a group dependency on the optional jinja2; pkgdepend work is needed to
+# flush this out.
+depend type=group fmri=library/python/jinja2-$(PYV)
 
 # force a group dependency on the optional python-memcached; pkgdepend work is
 # needed to flush this out.
@@ -2399,21 +2079,9 @@
 # flush this out.
 depend type=group fmri=library/python/pytz-$(PYV)
 
-# force a group dependency on the optional pyyaml; pkgdepend work is needed to
+# force a group dependency on the optional sqlparse; pkgdepend work is needed to
 # flush this out.
-depend type=group fmri=library/python/pyyaml-$(PYV)
-
-# force a group dependency on the optional setuptools; pkgdepend work is needed
-# to flush this out.
-depend type=group fmri=library/python/setuptools-$(PYV)
-
-# force a group dependency on the optional simplejson; pkgdepend work is needed
-# to flush this out.
-depend type=group fmri=library/python/simplejson-$(PYV)
-
-# force a group dependency on the optional unittest2; pkgdepend work is needed
-# to flush this out.
-depend type=group fmri=library/python/unittest2-$(PYV)
+depend type=group fmri=library/python/sqlparse-$(PYV)
 
 # force the rename with an optional dependency on the old name
 depend type=optional \
@@ -2425,3 +2093,10 @@
 # force a dependency on the django package
 depend type=require \
     fmri=library/python/django@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on python-imaging; pkgdepend work is needed to flush this
+# out.
+depend type=require fmri=library/python/python-imaging-$(PYV)
+
+# force a dependency on pyyaml; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/pyyaml-$(PYV)
--- a/components/python/django/django.license	Wed Sep 07 14:48:28 2016 -0700
+++ b/components/python/django/django.license	Wed Sep 07 14:48:28 2016 -0700
@@ -4,10 +4,10 @@
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 
-    1. Redistributions of source code must retain the above copyright notice, 
+    1. Redistributions of source code must retain the above copyright notice,
        this list of conditions and the following disclaimer.
-    
-    2. Redistributions in binary form must reproduce the above copyright 
+
+    2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
 
@@ -26,11 +26,10 @@
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-
 --------------------------------------------------------------------------
 
 Copyright (c) 2010 John Resig, http://jquery.com/
- 
+
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
@@ -38,10 +37,10 @@
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
- 
+
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
- 
+
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -80,7 +79,6 @@
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-
 --------------------------------------------------------------------------
 
 Copyright (c) 2007-2009 Justin Bronn
@@ -89,10 +87,10 @@
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 
-    1. Redistributions of source code must retain the above copyright notice, 
+    1. Redistributions of source code must retain the above copyright notice,
        this list of conditions and the following disclaimer.
-   
-    2. Redistributions in binary form must reproduce the above copyright 
+
+    2. Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
 
@@ -112,28 +110,33 @@
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 --------------------------------------------------------------------------
-# Copyright (c) 2008-2009 Aryeh Leib Taurog, http://www.aryehleib.com
-# All rights reserved.
 
-Redistribution and use in source and binary forms, with or without 
+Copyright (c) 2008-2009 Aryeh Leib Taurog, http://www.aryehleib.com
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 
-    Redistributions of source code must retain the above copyright notice, this 
-    list of conditions and the following disclaimer.
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
 
-    Redistributions in binary form must reproduce the above copyright notice, 
-    this list of conditions and the following disclaimer in the documentation 
-    and/or other materials provided with the distribution.
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+3. Neither the name of the copyright holder nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 --------------------------------------------------------------------------
@@ -174,23 +177,23 @@
 
     Copyright (c) 2001-2003, Patrick K. O'Brien and Contributors
     All rights reserved.
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions
     are met:
-    
+
         Redistributions of source code must retain the above copyright
         notice, this list of conditions and the following disclaimer.
-    
+
         Redistributions in binary form must reproduce the above
         copyright notice, this list of conditions and the following
         disclaimer in the documentation and/or other materials
         provided with the distribution.
-    
+
         The name of Patrick K. O'Brien, or the name of any Contributor,
-        may not be used to endorse or promote products derived from this 
+        may not be used to endorse or promote products derived from this
         software without specific prior written permission.
-    
+
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
@@ -202,11 +205,11 @@
     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
     STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-    OF THE POSSIBILITY OF SUCH DAMAGE. 
+    OF THE POSSIBILITY OF SUCH DAMAGE.
 
 --------------------------------------------------------------------------
 
-Copyright (c) 2010 Gary Wilson Jr. <[email protected]> and contributers.
+Copyright (c) 2010 Gary Wilson Jr. <[email protected]> and contributors.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -256,7 +259,7 @@
 
 --------------------------------------------------------------------------
 
-# Copyright (c) 2010 Taurinus Collective. All rights reserved.
+# Copyright (c) 2010 Guilherme Gondim. All rights reserved.
 # Copyright (c) 2009 Simon Willison. All rights reserved.
 # Copyright (c) 2002 Drew Perttula. All rights reserved.
 #
@@ -275,6 +278,7 @@
 
 --------------------------------------------------------------------------
 
+# This is a copy of the Python logging.config.dictconfig module,
 # reproduced with permission. It is provided here for backwards
 # compatibility for Python versions prior to 2.7.
 #
@@ -296,225 +300,382 @@
 
 --------------------------------------------------------------------------
 
-# Copyright 2007 Google Inc. http://code.google.com/p/ipaddr-py/
-# Licensed under the Apache License, Version 2.0 (the "License").
+# Copyright 2007 Google Inc. https://github.com/google/ipaddr-py
+Apache License
+Version 2.0, January 2004
+http://www.apache.org/licenses/
 
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
+1. Definitions.
 
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
+"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by the copyright
+owner that is granting the License.
 
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
+"Legal Entity" shall mean the union of the acting entity and all other entities
+that control, are controlled by, or are under common control with that entity.
+For the purposes of this definition, "control" means (i) the power, direct or
+indirect, to cause the direction or management of such entity, whether by
+contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
+outstanding shares, or (iii) beneficial ownership of such entity.
 
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
+"You" (or "Your") shall mean an individual or Legal Entity exercising
+permissions granted by this License.
 
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
+"Source" form shall mean the preferred form for making modifications, including
+but not limited to software source code, documentation source, and
+configuration files.
 
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
+"Object" form shall mean any form resulting from mechanical transformation or
+translation of a Source form, including but not limited to compiled object
+code, generated documentation, and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice that is
+included in or attached to the work (an example is provided in the Appendix
+below).
 
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
+"Derivative Works" shall mean any work, whether in Source or Object form, that
+is based on (or derived from) the Work and for which the editorial revisions,
+annotations, elaborations, or other modifications represent, as a whole, an
+original work of authorship. For the purposes of this License, Derivative Works
+shall not include works that remain separable from, or merely link (or bind by
+name) to the interfaces of, the Work and Derivative Works thereof.
 
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
+"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor for
+inclusion in the Work by the copyright owner or by an individual or Legal
+Entity authorized to submit on behalf of the copyright owner. For the purposes
+of this definition, "submitted" means any form of electronic, verbal, or
+written communication sent to the Licensor or its representatives, including
+but not limited to communication on electronic mailing lists, source code
+control systems, and issue tracking systems that are managed by, or on behalf
+of, the Licensor for the purpose of discussing and improving the Work, but
+excluding communication that is conspicuously marked or otherwise designated in
+writing by the copyright owner as "Not a Contribution."
 
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
+"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
+of whom a Contribution has been received by Licensor and subsequently
+incorporated within the Work.
 
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
+2. Grant of Copyright License.
+
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the Work and
+such Derivative Works in Source or Object form.
+
+3. Grant of Patent License.
 
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
+Subject to the terms and conditions of this License, each Contributor hereby
+grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
+irrevocable (except as stated in this section) patent license to make, have
+made, use, offer to sell, sell, import, and otherwise transfer the Work, where
+such license applies only to those patent claims licensable by such Contributor
+that are necessarily infringed by their Contribution(s) alone or by combination
+of their Contribution(s) with the Work to which such Contribution(s) was
+submitted. If You institute patent litigation against any entity (including a
+cross-claim or counterclaim in a lawsuit) alleging that the Work or a
+Contribution incorporated within the Work constitutes direct or contributory
+patent infringement, then any patent licenses granted to You under this License
+for that Work shall terminate as of the date such litigation is filed.
 
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
+4. Redistribution.
 
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
+You may reproduce and distribute copies of the Work or Derivative Works thereof
+in any medium, with or without modifications, and in Source or Object form,
+provided that You meet the following conditions:
+
+    You must give any other recipients of the Work or Derivative Works a
+    copy of this License; and
+
+    You must cause any modified files to carry prominent notices stating
+    that You changed the files; and
+
+    You must retain, in the Source form of any Derivative Works that You
+    distribute, all copyright, patent, trademark, and attribution
+    notices from the Source form of the Work, excluding those notices
+    that do not pertain to any part of the Derivative Works; and
 
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
+    If the Work includes a "NOTICE" text file as part of its
+    distribution, then any Derivative Works that You distribute must
+    include a readable copy of the attribution notices contained within
+    such NOTICE file, excluding those notices that do not pertain to any
+    part of the Derivative Works, in at least one of the following
+    places: within a NOTICE text file distributed as part of the
+    Derivative Works; within the Source form or documentation, if
+    provided along with the Derivative Works; or, within a display
+    generated by the Derivative Works, if and wherever such third-party
+    notices normally appear. The contents of the NOTICE file are for
+    informational purposes only and do not modify the License. You may
+    add Your own attribution notices within Derivative Works that You
+    distribute, alongside or as an addendum to the NOTICE text from the
+    Work, provided that such additional attribution notices cannot be
+    construed as modifying the License.
 
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
+You may add Your own copyright statement to Your modifications and may
+provide additional or different license terms and conditions for use,
+reproduction, or distribution of Your modifications, or for any such
+Derivative Works as a whole, provided Your use, reproduction, and
+distribution of the Work otherwise complies with the conditions stated
+in this License.
 
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
+5. Submission of Contributions.
 
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
+Unless You explicitly state otherwise, any Contribution intentionally
+submitted for inclusion in the Work by You to the Licensor shall be
+under the terms and conditions of this License, without any additional
+terms or conditions. Notwithstanding the above, nothing herein shall
+supersede or modify the terms of any separate license agreement you may
+have executed with Licensor regarding such Contributions.
+
+6. Trademarks.
 
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
+This License does not grant permission to use the trade names,
+trademarks, service marks, or product names of the Licensor, except as
+required for reasonable and customary use in describing the origin of
+the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty.
+
+Unless required by applicable law or agreed to in writing, Licensor
+provides the Work (and each Contributor provides its Contributions) on
+an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+express or implied, including, without limitation, any warranties or
+conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+PARTICULAR PURPOSE. You are solely responsible for determining the
+appropriateness of using or redistributing the Work and assume any risks
+associated with Your exercise of permissions under this License.
 
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
+8. Limitation of Liability.
 
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
+In no event and under no legal theory, whether in tort (including
+negligence), contract, or otherwise, unless required by applicable law
+(such as deliberate and grossly negligent acts) or agreed to in writing,
+shall any Contributor be liable to You for damages, including any
+direct, indirect, special, incidental, or consequential damages of any
+character arising as a result of this License or out of the use or
+inability to use the Work (including but not limited to damages for loss
+of goodwill, work stoppage, computer failure or malfunction, or any and
+all other commercial damages or losses), even if such Contributor has
+been advised of the possibility of such damages.
 
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
+9. Accepting Warranty or Additional Liability.
 
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
+While redistributing the Work or Derivative Works thereof, You may
+choose to offer, and charge a fee for, acceptance of support, warranty,
+indemnity, or other liability obligations and/or rights consistent with
+this License. However, in accepting such obligations, You may act only
+on Your own behalf and on Your sole responsibility, not on behalf of any
+other Contributor, and only if You agree to indemnify, defend, and hold
+each Contributor harmless for any liability incurred by, or claims
+asserted against, such Contributor by reason of your accepting any such
+warranty or additional liability.
 
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
+END OF TERMS AND CONDITIONS
 
 --------------------------------------------------------------------------
 
-Copyright (c) 2006 Bob Ippolito
+Copyright (c) 2008, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.5.1
+Software License Agreement (BSD License)
+========================================
+
+Copyright (c) 2013, Yahoo! Inc. All rights reserved.
+----------------------------------------------------
+
+Redistribution and use of this software in source and binary forms, with or
+without modification, are permitted provided that the following conditions are
+met:
+
+  * Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+  * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
+    used to endorse or promote products derived from this software without
+    specific prior written permission of Yahoo! Inc.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Sources of Intellectual Property Included in the YUI Library
+------------------------------------------------------------
+
+YUI is issued by Yahoo! under the BSD license above. Below is a list of certain
+publicly available software that is the source of intellectual property in YUI,
+along with the licensing terms that pertain to those sources of IP. This list is
+for informational purposes only and is not intended to represent an exhaustive
+list of third party contributions to YUI.
+
+  * **Douglas Crockford's JSON parsing and stringifying methods:** In the JSON
+    Utility, Douglas Crockford's JSON parsing and stringifying methods are
+    adapted from work published at [JSON.org](http://json.org/). The adapted
+    work is in the public domain.
+
+  * **Robert Penner's animation-easing algorithms:** In the Animation Utility,
+    YUI makes use of Robert Penner's algorithms for easing.
+
+  * **Diego Perini's IEContentLoaded technique:** The Event Utility employs
+    [a technique developed by Diego Perini](http://javascript.nwbox.com/IEContentLoaded/)
+    and licensed under GPL. YUI's use of this technique is included under our
+    BSD license with the author's permission.
+
+  * **Handlebars.js**: The Handlebars component is a YUI port of
+    [Handlebars.js](https://github.com/wycats/handlebars.js) by Yehuda Katz. It
+    is distributed with YUI under the terms of the MIT License below.
+
+  * **asap.js**: The timers component includes the Asap.js module by Kris Kowal.
+    It is distributed with YUI under the terms of the MIT License below.
+
+
+Handlebars.js MIT License
+-------------------------
+
+Copyright (C) 2011 by Yehuda Katz
+<https://github.com/wycats/handlebars.js>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+Normalize.css MIT License
+-------------------------
+
+Copyright (c) Nicolas Gallagher and Jonathan Neal
+<https://github.com/necolas/normalize.css/>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+Benchmark.js MIT License
+-------------------------
+Copyright 2010-2013 Mathias Bynens <http://mathiasbynens.be/>
+Based on JSLitmus.js, copyright Robert Kieffer <http://broofa.com/>
+Modified by John-David Dalton <http://allyoucanleet.com/>
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+Asap.js MIT License
+-------------------
+Copyright 2009–2013 Contributors. All rights reserved.
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
 
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+IN THE SOFTWARE.
+
+--------------------------------------------------------------------------
+
+Copyright (c) 2009, Stanislaus Madueke
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------------------------------------------------------------------
+
+Roundup Licensing
+-----------------
+
+Copyright (c) 2009-2016 Roundup-Team
+Copyright (c) 2003-2009 Richard Jones ([email protected])
+Copyright (c) 2002 eKit.com Inc (http://www.ekit.com/)
+Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -524,84 +685,346 @@
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 
---------------------------------------------------------------------------
+
+PageTemplates Licensing
+-----------------------
+
+Portions of this code (roundup.cgi.PageTemplates, roundup.cgi.TAL and
+roundup.cgi.ZTUtils) have been copied from Zope. They have been modified in
+the following manner:
+
+- removal of unit tests, Zope-specific code and support files from
+  PageTemplates: PageTemplateFile.py, ZPythonExpr.py, ZRPythonExpr.py,
+  ZopePageTemplate.py, examples, help, tests, CHANGES.txt, HISTORY.txt,
+  version.txt and www. From TAL: DummyEngine.py, HISTORY.txt, CHANGES.txt,
+  benchmark, driver.py, markbench.py, ndiff.py, runtest.py, setpath.py,
+  tests and timer.py. From ZTUtils: SimpleTree.py, Zope.py, CHANGES.txt and
+  HISTORY.txt.
+- editing to remove dependencies on Zope modules (see files for change notes)
 
-Copyright (c) 1999-2003 Steve Purcell
-Copyright (c) 2003-2010 Python Software Foundation
-This module is free software, and you may redistribute it and/or modify
-it under the same terms as Python itself, so long as this copyright message
-and disclaimer are retained in their original form.
+The license for this code is the `Zope Public License (ZPL) Version 2.0`_,
+included below.
+
+
+Zope Public License (ZPL) Version 2.0
+-------------------------------------
+
+This software is Copyright (c) Zope Corporation (tm) and
+Contributors. All rights reserved.
+
+This license has been certified as open source. It has also
+been designated as GPL compatible by the Free Software
+Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the
+following conditions are met:
+
+1. Redistributions in source code must retain the above
+   copyright notice, this list of conditions, and the following
+   disclaimer.
 
-IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
-SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF
-THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
+2. Redistributions in binary form must reproduce the above
+   copyright notice, this list of conditions, and the following
+   disclaimer in the documentation and/or other materials
+   provided with the distribution.
+
+3. The name Zope Corporation (tm) must not be used to
+   endorse or promote products derived from this software
+   without prior written permission from Zope Corporation.
+
+4. The right to distribute this software or to use it for
+   any purpose does not give you the right to use Servicemarks
+   (sm) or Trademarks (tm) of Zope Corporation. Use of them is
+   covered in a separate agreement (see
+   http://www.zope.com/Marks).
+
+5. If any files are modified, you must cause the modified
+   files to carry prominent notices stating that you changed
+   the files and the date of any change.
+
+Disclaimer
 
-THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE.  THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
-AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
-SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+  THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
+  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
+  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
+  NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.
+
+
+This software consists of contributions made by Zope
+Corporation and many individuals on behalf of Zope
+Corporation.  Specific attributions are listed in the
+accompanying credits file.
 
 --------------------------------------------------------------------------
 
-Copyright (c) 2008, Yahoo! Inc. All rights reserved.
-Code licensed under the BSD License:
-http://developer.yahoo.net/yui/license.txt
-version: 2.5.1
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+--------------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF
+hereby grants Licensee a nonexclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display publicly,
+prepare derivative works, distribute, and otherwise use Python
+alone or in any derivative version, provided, however, that PSF's
+License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
+Reserved" are retained in Python alone or in any derivative version
+prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee. This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
 
-Redistribution and use in source and binary forms, with or without 
-modification, are permitted provided that the following conditions are met:
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+-------------------------------------------
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
+office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
+Individual or Organization ("Licensee") accessing and otherwise using
+this software in source or binary form and its associated
+documentation ("the Software").
+
+2. Subject to the terms and conditions of this BeOpen Python License
+Agreement, BeOpen hereby grants Licensee a non-exclusive,
+royalty-free, world-wide license to reproduce, analyze, test, perform
+and/or display publicly, prepare derivative works, distribute, and
+otherwise use the Software alone or in any derivative version,
+provided, however, that the BeOpen Python License is retained in the
+Software, alone or in any derivative version prepared by Licensee.
 
-    Redistributions of source code must retain the above copyright notice, this 
-    list of conditions and the following disclaimer.
+3. BeOpen is making the Software available to Licensee on an "AS IS"
+basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
+SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
+AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
+DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+5. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+6. This License Agreement shall be governed by and interpreted in all
+respects by the law of the State of California, excluding conflict of
+law provisions. Nothing in this License Agreement shall be deemed to
+create any relationship of agency, partnership, or joint venture
+between BeOpen and Licensee. This License Agreement does not grant
+permission to use BeOpen trademarks or trade names in a trademark
+sense to endorse or promote products or services of Licensee, or any
+third party. As an exception, the "BeOpen Python" logos available at
+http://www.pythonlabs.com/logos.html may be used according to the
+permissions granted on that web page.
 
-    Redistributions in binary form must reproduce the above copyright notice, 
-    this list of conditions and the following disclaimer in the documentation 
-    and/or other materials provided with the distribution.
+7. By copying, installing or otherwise using the software, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+CNRI OPEN SOURCE LICENSE AGREEMENT (for Python 1.6b1)
+--------------------------------------------------
+
+IMPORTANT: PLEASE READ THE FOLLOWING AGREEMENT CAREFULLY.
+
+BY CLICKING ON "ACCEPT" WHERE INDICATED BELOW, OR BY COPYING,
+INSTALLING OR OTHERWISE USING PYTHON 1.6, beta 1 SOFTWARE, YOU ARE
+DEEMED TO HAVE AGREED TO THE TERMS AND CONDITIONS OF THIS LICENSE
+AGREEMENT.
+
+1. This LICENSE AGREEMENT is between the Corporation for National
+Research Initiatives, having an office at 1895 Preston White Drive,
+Reston, VA 20191 ("CNRI"), and the Individual or Organization
+("Licensee") accessing and otherwise using Python 1.6, beta 1
+software in source or binary form and its associated documentation,
+as released at the www.python.org Internet site on August 4, 2000
+("Python 1.6b1").
+
+2. Subject to the terms and conditions of this License Agreement, CNRI
+hereby grants Licensee a non-exclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display
+publicly, prepare derivative works, distribute, and otherwise use
+Python 1.6b1 alone or in any derivative version, provided, however,
+that CNRIs License Agreement is retained in Python 1.6b1, alone or
+in any derivative version prepared by Licensee.
+
+Alternately, in lieu of CNRIs License Agreement, Licensee may
+substitute the following text (omitting the quotes): "Python 1.6,
+beta 1, is made available subject to the terms and conditions in
+CNRIs License Agreement. This Agreement may be located on the
+Internet using the following unique, persistent identifier (known
+as a handle): 1895.22/1011. This Agreement may also be obtained
+from a proxy server on the Internet using the
+URL:http://hdl.handle.net/1895.22/1011".
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python 1.6b1 or any part thereof, and wants to make
+the derivative work available to the public as provided herein,
+then Licensee hereby agrees to indicate in any such work the nature
+of the modifications made to Python 1.6b1.
 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+4. CNRI is making Python 1.6b1 available to Licensee on an "AS IS"
+basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR
+FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6b1
+WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
+SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR
+LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING PYTHON 1.6b1,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY
+THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. This License Agreement shall be governed by and interpreted in all
+respects by the law of the State of Virginia, excluding conflict of
+law provisions. Nothing in this License Agreement shall be deemed
+to create any relationship of agency, partnership, or joint venture
+between CNRI and Licensee. This License Agreement does not grant
+permission to use CNRI trademarks or trade name in a trademark
+sense to endorse or promote products or services of Licensee, or
+any third party.
+
+8. By clicking on the "ACCEPT" button where indicated, or by copying,
+installing or otherwise using Python 1.6b1, Licensee agrees to be
+bound by the terms and conditions of this License Agreement.
+
+ACCEPT
+
+CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+--------------------------------------------------
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
+The Netherlands. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Stichting Mathematisch
+Centrum or CWI not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior
+permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
+THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
+FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 --------------------------------------------------------------------------
 
- * Copyright (c) 2009, Stanislaus Madueke
- * All rights reserved.
- *
- * Spiced up with Code from Zain Memon's GSoC project 2009
- * and modified for Django by Jannis Leidel
- *
- * Licensed under the New BSD License
- * See: http://www.opensource.org/licenses/bsd-license.php
- */
+Copyright (c) 2012 Raymond Hettinger
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
 
-Redistribution and use in source and binary forms, with or without 
-modification, are permitted provided that the following conditions are met:
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
 
-    Redistributions of source code must retain the above copyright notice, this 
-    list of conditions and the following disclaimer.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+--------------------------------------------------------------------------
 
-    Redistributions in binary form must reproduce the above copyright notice, 
-    this list of conditions and the following disclaimer in the documentation 
-    and/or other materials provided with the distribution.
+# Copyright (c) 2010-2015 Benjamin Peterson
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all
+# copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+--------------------------------------------------------------------------
+
+Copyright (c) 2005, 2014 jQuery Foundation, Inc. and other contributors
 
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
 
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--- a/components/python/django/patches/CVE-2015-8213.patch	Wed Sep 07 14:48:28 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-https://www.djangoproject.com/weblog/2015/nov/24/security-releases-issued/
-
-CVE-2015-8213: Fixed settings leak possibility in date template filter
-
-If an application allows users to specify an unvalidated format for dates
-and passes this format to the date filter, e.g. {{
-last_updated|date:user_date_format }}, then a malicious user could obtain
-any secret in the application's settings by specifying a settings key
-instead of a date format. e.g. "SECRET_KEY" instead of "j/m/Y".
-
-To remedy this, the underlying function used by the date template filter,
-django.utils.formats.get_format(), now only allows accessing the date/time
-formatting settings.
-
-This is backported from the commit on the 1.7 branch:
-
-    https://github.com/django/django/commit/8a01c6b53169ee079cb21ac5919fdafcc8c5e172
-
-because upstream is no longer maintaining the 1.4 branch.
-
---- Django-1.4.22/django/utils/formats.py	Tue Aug 18 10:17:02 2015
-+++ Django-1.4.22/django/utils/formats.py	Tue Nov 24 15:20:12 2015
-@@ -15,6 +15,25 @@
- _format_cache = {}
- _format_modules_cache = {}
- 
-+
-+FORMAT_SETTINGS = frozenset([
-+    'DECIMAL_SEPARATOR',
-+    'THOUSAND_SEPARATOR',
-+    'NUMBER_GROUPING',
-+    'FIRST_DAY_OF_WEEK',
-+    'MONTH_DAY_FORMAT',
-+    'TIME_FORMAT',
-+    'DATE_FORMAT',
-+    'DATETIME_FORMAT',
-+    'SHORT_DATE_FORMAT',
-+    'SHORT_DATETIME_FORMAT',
-+    'YEAR_MONTH_FORMAT',
-+    'DATE_INPUT_FORMATS',
-+    'TIME_INPUT_FORMATS',
-+    'DATETIME_INPUT_FORMATS',
-+])
-+
-+
- def reset_format_cache():
-     """Clear any cached formats.
- 
-@@ -66,6 +85,8 @@
-     be localized (or not), overriding the value of settings.USE_L10N.
-     """
-     format_type = smart_str(format_type)
-+    if format_type not in FORMAT_SETTINGS:
-+        return format_type
-     if use_l10n or (use_l10n is None and settings.USE_L10N):
-         if lang is None:
-             lang = get_language()
---- Django-1.4.22/tests/regressiontests/i18n/tests.py.orig	Tue Aug 18 10:17:02 2015
-+++ Django-1.4.22/tests/regressiontests/i18n/tests.py	Tue Nov 24 15:19:03 2015
-@@ -684,6 +684,10 @@
-                 self.assertEqual(template2.render(context), output2)
-                 self.assertEqual(template3.render(context), output3)
- 
-+    def test_format_arbitrary_settings(self):
-+        self.assertEqual(get_format('DEBUG'), 'DEBUG')
-+
-+
- class MiscTests(TestCase):
- 
-     def setUp(self):
--- a/components/python/django/patches/CVE-2016-2512.patch	Wed Sep 07 14:48:28 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,76 +0,0 @@
-Patches taken from:
-https://github.com/django/django/commit/382ab137312961ad62feb8109d70a5a581fe8350
-https://github.com/django/django/commit/552f03869ea7f3072b3fa19ffb6cb2d957fd8447
-
-This is fixed in Django 1.8.11 and 1.9.4
-
---- Django-1.4.22/django/utils/http.py.orig   2016-03-09 19:31:50.474600452 -0800
-+++ Django-1.4.22/django/utils/http.py     2016-03-09 19:37:10.433043007 -0800
-@@ -7,8 +7,9 @@ import urlparse
- import unicodedata
- from email.utils import formatdate
-
-+from django.utils import six
- from django.utils.datastructures import MultiValueDict
--from django.utils.encoding import smart_str, force_unicode
-+from django.utils.encoding import smart_str, force_unicode, force_text
- from django.utils.functional import allow_lazy
-
- ETAG_MATCH = re.compile(r'(?:W/)?"((?:\\.|[^"])*)"')
-@@ -237,8 +238,16 @@ def is_safe_url(url, host=None):
-         url = url.strip()
-     if not url:
-         return False
--    # Chrome treats \ completely as /
--    url = url.replace('\\', '/')
-+    if six.PY2:
-+        try:
-+            url = force_text(url)
-+        except UnicodeDecodeError:
-+            return False
-+    # Chrome treats \ completely as / in paths but it could be part of some
-+    # basic auth credentials so we need to check both URLs.
-+    return _is_safe_url(url, host) and _is_safe_url(url.replace('\\', '/'), host)
-+
-+def _is_safe_url(url, host):
-     # Chrome considers any URL with more than two slashes to be absolute, but
-     # urlaprse is not so flexible. Treat any url with three slashes as unsafe.
-     if url.startswith('///'):
-
-
---- Django-1.4.22/tests/regressiontests/utils/http.py.orig   2016-03-09 19:40:41.664196629 -0800
-+++ Django-1.4.22/tests/regressiontests/utils/http.py     2016-03-09 19:42:38.347335015 -0800
-@@ -1,3 +1,6 @@
-+# -*- encoding: utf-8 -*-
-+from __future__ import unicode_literals
-+
- import sys
-
- from django.utils import http
-@@ -100,6 +103,11 @@ class TestUtilsHttp(unittest.TestCase):
-                         'javascript:alert("XSS")'
-                         '\njavascript:alert(x)',
-                         '\x08//example.com',
-+                        r'http://otherserver\@example.com',
-+                        r'http:\\testserver\@example.com',
-+                        r'http://testserver\me:[email protected]',
-+                        r'http://testserver\@example.com',
-+                        r'http:\\testserver\confirm\[email protected]',
-                         '\n'):
-             self.assertFalse(http.is_safe_url(bad_url, host='testserver'), "%s should be blocked" % bad_url)
-         for good_url in ('/view/?param=http://example.com',
-@@ -109,5 +117,14 @@ class TestUtilsHttp(unittest.TestCase):
-                      'https://testserver/',
-                      'HTTPS://testserver/',
-                      '//testserver/',
-+                     'http://testserver/[email protected]',
-                      '/url%20with%20spaces/'):
-             self.assertTrue(http.is_safe_url(good_url, host='testserver'), "%s should be allowed" % good_url)
-+        self.assertFalse(http.is_safe_url('àview'.encode('latin-1'), host='testserver'))
-+
-+        # Valid basic auth credentials are allowed.
-+        self.assertTrue(http.is_safe_url(r'http://user:pass@testserver/', host='user:pass@testserver'))
-+        # A path without host is allowed.
-+        self.assertTrue(http.is_safe_url('/confirm/[email protected]'))
-+        # Basic auth without host is not allowed.
-+        self.assertFalse(http.is_safe_url(r'http://testserver\@example.com'))
--- a/components/python/django/patches/CVE-2016-2513.patch	Wed Sep 07 14:48:28 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,168 +0,0 @@
-Patches taken from:
-https://github.com/django/django/commit/f4e6e02f7713a6924d16540be279909ff4091eb6
-
-This is fixed in Django 1.8.11 and 1.9.4
-
---- Django-1.4.22/django/contrib/auth/hashers.py.orig    2016-03-09 20:03:40.232546554 -0800
-+++ Django-1.4.22/django/contrib/auth/hashers.py  2016-03-09 20:12:45.684315031 -0800
-@@ -1,4 +1,5 @@
- import hashlib
-+import warnings
-
- from django.conf import settings
- from django.utils import importlib
-@@ -47,8 +48,17 @@ def check_password(password, encoded, se
-         algorithm = encoded.split('$', 1)[0]
-         hasher = get_hasher(algorithm)
-
--    must_update = hasher.algorithm != preferred.algorithm
-+    hasher_changed = hasher.algorithm != preferred.algorithm
-+    must_update = hasher_changed or preferred.must_update(encoded)
-     is_correct = hasher.verify(password, encoded)
-+
-+    # If the hasher didn't change (we don't protect against enumeration if it
-+    # does) and the password should get updated, try to close the timing gap
-+    # between the work factor of the current encoded password and the default
-+    # work factor.
-+    if not is_correct and not hasher_changed and must_update:
-+        hasher.harden_runtime(password, encoded)
-+
-     if setter and is_correct and must_update:
-         setter(raw_password)
-     return is_correct
-@@ -189,6 +199,22 @@ class BasePasswordHasher(object):
-         """
-         raise NotImplementedError()
-
-+    def must_update(self, encoded):
-+        return False
-+
-+    def harden_runtime(self, password, encoded):
-+        """
-+        Bridge the runtime gap between the work factor supplied in `encoded`
-+        and the work factor suggested by this hasher.
-+
-+        Taking PBKDF2 as an example, if `encoded` contains 20000 iterations and
-+        `self.iterations` is 30000, this method should run password through
-+        another 10000 iterations of PBKDF2. Similar approaches should exist
-+        for any hasher that has a work factor. If not, this method should be
-+        defined as a no-op to silence the warning.
-+        """
-+        warnings.warn('subclasses of BasePasswordHasher should provide a harden_runtime() method')
-+
-
- class PBKDF2PasswordHasher(BasePasswordHasher):
-     """
-@@ -227,6 +253,16 @@ class PBKDF2PasswordHasher(BasePasswordH
-             (_('hash'), mask_hash(hash)),
-         ])
-
-+    def must_update(self, encoded):
-+        algorithm, iterations, salt, hash = encoded.split('$', 3)
-+        return int(iterations) != self.iterations
-+
-+    def harden_runtime(self, password, encoded):
-+        algorithm, iterations, salt, hash = encoded.split('$', 3)
-+        extra_iterations = self.iterations - int(iterations)
-+        if extra_iterations > 0:
-+            self.encode(password, salt, extra_iterations)
-+
-
- class PBKDF2SHA1PasswordHasher(PBKDF2PasswordHasher):
-     """
-@@ -278,6 +314,10 @@ class BCryptPasswordHasher(BasePasswordH
-             (_('checksum'), mask_hash(checksum)),
-         ])
-
-+    def harden_runtime(self, password, encoded):
-+        pass
-+
-+
-
- class SHA1PasswordHasher(BasePasswordHasher):
-     """
-@@ -334,6 +374,9 @@ class MD5PasswordHasher(BasePasswordHash
-             (_('hash'), mask_hash(hash)),
-         ])
-
-+    def harden_runtime(self, password, encoded):
-+        pass
-+
-
- class UnsaltedSHA1PasswordHasher(BasePasswordHasher):
-     """
-@@ -366,6 +409,9 @@ class UnsaltedSHA1PasswordHasher(BasePas
-             (_('hash'), mask_hash(hash)),
-         ])
-
-+    def harden_runtime(self, password, encoded):
-+        pass
-+
-
- class UnsaltedMD5PasswordHasher(BasePasswordHasher):
-     """
-@@ -399,6 +445,9 @@ class UnsaltedMD5PasswordHasher(BasePass
-             (_('hash'), mask_hash(encoded, show=3)),
-         ])
-
-+    def harden_runtime(self, password, encoded):
-+        pass
-+
-
- class CryptPasswordHasher(BasePasswordHasher):
-     """
-@@ -434,3 +483,5 @@ class CryptPasswordHasher(BasePasswordHa
-             (_('hash'), mask_hash(data, show=3)),
-         ])
-
-+    def harden_runtime(self, password, encoded):
-+        pass
-
---- Django-1.4.22/django/contrib/auth/tests/hashers.py.orig    2016-03-09 20:16:47.206793739 -0800
-+++ Django-1.4.22/django/contrib/auth/tests/hashers.py  2016-03-09 20:22:16.148834976 -0800
-@@ -6,6 +6,8 @@ from django.utils import unittest
- from django.utils.unittest import skipUnless
- from django.test.utils import override_settings
-
-+import mock
-+
-
- try:
-     import crypt
-@@ -150,3 +152,36 @@ class TestUtilsHashPass(unittest.TestCas
-                 state['upgraded'] = True
-             self.assertFalse(check_password('WRONG', encoded, setter))
-             self.assertFalse(state['upgraded'])
-+
-+    def test_pbkdf2_harden_runtime(self):
-+        hasher = get_hasher('default')
-+        self.assertEqual('pbkdf2_sha256', hasher.algorithm)
-+
-+        with mock.patch.object(hasher, 'iterations', 1):
-+            encoded = make_password('letmein')
-+
-+        with mock.patch.object(hasher, 'iterations', 6), \
-+                mock.patch.object(hasher, 'encode', side_effect=hasher.encode):
-+            hasher.harden_runtime('wrong_password', encoded)
-+
-+            # Encode should get called once ...
-+            self.assertEqual(hasher.encode.call_count, 1)
-+
-+            # ... with the original salt and 5 iterations.
-+            algorithm, iterations, salt, hash = encoded.split('$', 3)
-+            expected_call = (('wrong_password', salt, 5),)
-+            self.assertEqual(hasher.encode.call_args, expected_call)
-+
-+    def test_check_password_calls_harden_runtime(self):
-+        hasher = get_hasher('default')
-+        encoded = make_password('letmein')
-+
-+        with mock.patch.object(hasher, 'harden_runtime'), \
-+                mock.patch.object(hasher, 'must_update', return_value=True):
-+            # Correct password supplied, no hardening needed
-+            check_password('letmein', encoded)
-+            self.assertEqual(hasher.harden_runtime.call_count, 0)
-+
-+            # Wrong password supplied, hardening needed
-+            check_password('wrong_password', encoded)
-+            self.assertEqual(hasher.harden_runtime.call_count, 1)
--- a/components/python/django/patches/use-gnu-msgfmt.patch	Wed Sep 07 14:48:28 2016 -0700
+++ b/components/python/django/patches/use-gnu-msgfmt.patch	Wed Sep 07 14:48:28 2016 -0700
@@ -1,14 +1,14 @@
 Patch to address 20638369.  This patch is Solaris specific and not
 suitable for upstream contribution.
 
---- Django-1.4.19/django/core/management/commands/compilemessages.py.orig	2015-03-03 12:41:29.911259727 -0700
-+++ Django-1.4.19/django/core/management/commands/compilemessages.py	2015-03-03 12:42:00.821142374 -0700
-@@ -44,7 +44,7 @@ def compile_messages(stderr, locale=None
-                     if sys.platform == 'win32': # Different shell-variable syntax
-                         cmd = 'msgfmt --check-format -o "%djangocompilemo%" "%djangocompilepo%"'
-                     else:
--                        cmd = 'msgfmt --check-format -o "$djangocompilemo" "$djangocompilepo"'
-+                        cmd = '/usr/gnu/bin/msgfmt --check-format -o "$djangocompilemo" "$djangocompilepo"'
-                     os.system(cmd)
+--- Django-1.8.5/django/core/management/commands/compilemessages.py.~1~	2015-10-05 02:19:35.750704280 -0800
++++ Django-1.8.5/django/core/management/commands/compilemessages.py	2015-10-05 02:20:57.589647207 -0800
+@@ -34,7 +34,7 @@ class Command(BaseCommand):
+     requires_system_checks = False
+     leave_locale_alone = True
  
+-    program = 'msgfmt'
++    program = '/usr/gnu/bin/msgfmt'
+     program_options = ['--check-format']
  
+     def add_arguments(self, parser):