Mock Version: 2.1 Mock Version: 2.1 Mock Version: 2.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-django.spec'], chrootPath='/var/lib/mock/f33-build-21047467-1595365/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-django.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1591488000 Wrote: /builddir/build/SRPMS/python-django-3.0.7-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-django.spec'], chrootPath='/var/lib/mock/f33-build-21047467-1595365/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-django.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1591488000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2Pdvpn + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Django-3.0.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/Django-3.0.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Django-3.0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/Django-2.0-skip-net-tests.patch + pushd django ~/build/BUILD/Django-3.0.7/django ~/build/BUILD/Django-3.0.7 + for file in bin/django-admin.py conf/project_template/manage.py-tpl + sed -i 's/\/env python/\/python3/' bin/django-admin.py + for file in bin/django-admin.py conf/project_template/manage.py-tpl + sed -i 's/\/env python/\/python3/' conf/project_template/manage.py-tpl + popd ~/build/BUILD/Django-3.0.7 + sed -i 's/asgiref ~= /asgiref >= /' setup.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.thp1Rl + umask 022 + cd /builddir/build/BUILD + cd Django-3.0.7 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/django copying django/__main__.py -> build/lib/django copying django/shortcuts.py -> build/lib/django copying django/__init__.py -> build/lib/django creating build/lib/django/core copying django/core/asgi.py -> build/lib/django/core copying django/core/wsgi.py -> build/lib/django/core copying django/core/validators.py -> build/lib/django/core copying django/core/paginator.py -> build/lib/django/core copying django/core/__init__.py -> build/lib/django/core copying django/core/exceptions.py -> build/lib/django/core copying django/core/signing.py -> build/lib/django/core copying django/core/signals.py -> build/lib/django/core creating build/lib/django/templatetags copying django/templatetags/static.py -> build/lib/django/templatetags copying django/templatetags/i18n.py -> build/lib/django/templatetags copying django/templatetags/tz.py -> build/lib/django/templatetags copying django/templatetags/l10n.py -> build/lib/django/templatetags copying django/templatetags/__init__.py -> build/lib/django/templatetags copying django/templatetags/cache.py -> build/lib/django/templatetags creating build/lib/django/contrib copying django/contrib/__init__.py -> build/lib/django/contrib creating build/lib/django/test copying django/test/testcases.py -> build/lib/django/test copying django/test/runner.py -> build/lib/django/test copying django/test/__init__.py -> build/lib/django/test copying django/test/html.py -> build/lib/django/test copying django/test/utils.py -> build/lib/django/test copying django/test/selenium.py -> build/lib/django/test copying django/test/client.py -> build/lib/django/test copying django/test/signals.py -> build/lib/django/test creating build/lib/django/utils copying django/utils/autoreload.py -> build/lib/django/utils copying django/utils/encoding.py -> build/lib/django/utils copying django/utils/log.py -> build/lib/django/utils copying django/utils/termcolors.py -> build/lib/django/utils copying django/utils/text.py -> build/lib/django/utils copying django/utils/regex_helper.py -> build/lib/django/utils copying django/utils/timezone.py -> build/lib/django/utils copying django/utils/inspect.py -> build/lib/django/utils copying django/utils/xmlutils.py -> build/lib/django/utils copying django/utils/formats.py -> build/lib/django/utils copying django/utils/lorem_ipsum.py -> build/lib/django/utils copying django/utils/crypto.py -> build/lib/django/utils copying django/utils/ipv6.py -> build/lib/django/utils copying django/utils/feedgenerator.py -> build/lib/django/utils copying django/utils/http.py -> build/lib/django/utils copying django/utils/module_loading.py -> build/lib/django/utils copying django/utils/decorators.py -> build/lib/django/utils copying django/utils/dateparse.py -> build/lib/django/utils copying django/utils/dates.py -> build/lib/django/utils copying django/utils/archive.py -> build/lib/django/utils copying django/utils/topological_sort.py -> build/lib/django/utils copying django/utils/deconstruct.py -> build/lib/django/utils copying django/utils/safestring.py -> build/lib/django/utils copying django/utils/_os.py -> build/lib/django/utils copying django/utils/timesince.py -> build/lib/django/utils copying django/utils/__init__.py -> build/lib/django/utils copying django/utils/version.py -> build/lib/django/utils copying django/utils/dateformat.py -> build/lib/django/utils copying django/utils/functional.py -> build/lib/django/utils copying django/utils/datetime_safe.py -> build/lib/django/utils copying django/utils/html.py -> build/lib/django/utils copying django/utils/asyncio.py -> build/lib/django/utils copying django/utils/datastructures.py -> build/lib/django/utils copying django/utils/deprecation.py -> build/lib/django/utils copying django/utils/hashable.py -> build/lib/django/utils copying django/utils/duration.py -> build/lib/django/utils copying django/utils/baseconv.py -> build/lib/django/utils copying django/utils/numberformat.py -> build/lib/django/utils copying django/utils/tree.py -> build/lib/django/utils copying django/utils/itercompat.py -> build/lib/django/utils copying django/utils/jslex.py -> build/lib/django/utils copying django/utils/cache.py -> build/lib/django/utils creating build/lib/django/forms copying django/forms/forms.py -> build/lib/django/forms copying django/forms/boundfield.py -> build/lib/django/forms copying django/forms/fields.py -> build/lib/django/forms copying django/forms/models.py -> build/lib/django/forms copying django/forms/widgets.py -> build/lib/django/forms copying django/forms/__init__.py -> build/lib/django/forms copying django/forms/utils.py -> build/lib/django/forms copying django/forms/formsets.py -> build/lib/django/forms copying django/forms/renderers.py -> build/lib/django/forms creating build/lib/django/apps copying django/apps/registry.py -> build/lib/django/apps copying django/apps/config.py -> build/lib/django/apps copying django/apps/__init__.py -> build/lib/django/apps creating build/lib/django/template copying django/template/defaultfilters.py -> build/lib/django/template copying django/template/response.py -> build/lib/django/template copying django/template/loader.py -> build/lib/django/template copying django/template/defaulttags.py -> build/lib/django/template copying django/template/base.py -> build/lib/django/template copying django/template/loader_tags.py -> build/lib/django/template copying django/template/library.py -> build/lib/django/template copying django/template/__init__.py -> build/lib/django/template copying django/template/context_processors.py -> build/lib/django/template copying django/template/utils.py -> build/lib/django/template copying django/template/context.py -> build/lib/django/template copying django/template/exceptions.py -> build/lib/django/template copying django/template/smartif.py -> build/lib/django/template copying django/template/engine.py -> build/lib/django/template creating build/lib/django/db copying django/db/transaction.py -> build/lib/django/db copying django/db/__init__.py -> build/lib/django/db copying django/db/utils.py -> build/lib/django/db creating build/lib/django/http copying django/http/response.py -> build/lib/django/http copying django/http/cookie.py -> build/lib/django/http copying django/http/request.py -> build/lib/django/http copying django/http/multipartparser.py -> build/lib/django/http copying django/http/__init__.py -> build/lib/django/http creating build/lib/django/middleware copying django/middleware/locale.py -> build/lib/django/middleware copying django/middleware/security.py -> build/lib/django/middleware copying django/middleware/http.py -> build/lib/django/middleware copying django/middleware/clickjacking.py -> build/lib/django/middleware copying django/middleware/csrf.py -> build/lib/django/middleware copying django/middleware/__init__.py -> build/lib/django/middleware copying django/middleware/common.py -> build/lib/django/middleware copying django/middleware/gzip.py -> build/lib/django/middleware copying django/middleware/cache.py -> build/lib/django/middleware creating build/lib/django/conf copying django/conf/global_settings.py -> build/lib/django/conf copying django/conf/__init__.py -> build/lib/django/conf creating build/lib/django/dispatch copying django/dispatch/dispatcher.py -> build/lib/django/dispatch copying django/dispatch/__init__.py -> build/lib/django/dispatch creating build/lib/django/urls copying django/urls/base.py -> build/lib/django/urls copying django/urls/converters.py -> build/lib/django/urls copying django/urls/resolvers.py -> build/lib/django/urls copying django/urls/__init__.py -> build/lib/django/urls copying django/urls/utils.py -> build/lib/django/urls copying django/urls/exceptions.py -> build/lib/django/urls copying django/urls/conf.py -> build/lib/django/urls creating build/lib/django/views copying django/views/static.py -> build/lib/django/views copying django/views/i18n.py -> build/lib/django/views copying django/views/csrf.py -> build/lib/django/views copying django/views/defaults.py -> build/lib/django/views copying django/views/debug.py -> build/lib/django/views copying django/views/__init__.py -> build/lib/django/views creating build/lib/django/core/cache copying django/core/cache/__init__.py -> build/lib/django/core/cache copying django/core/cache/utils.py -> build/lib/django/core/cache creating build/lib/django/core/mail copying django/core/mail/message.py -> build/lib/django/core/mail copying django/core/mail/__init__.py -> build/lib/django/core/mail copying django/core/mail/utils.py -> build/lib/django/core/mail creating build/lib/django/core/management copying django/core/management/color.py -> build/lib/django/core/management copying django/core/management/base.py -> build/lib/django/core/management copying django/core/management/templates.py -> build/lib/django/core/management copying django/core/management/sql.py -> build/lib/django/core/management copying django/core/management/__init__.py -> build/lib/django/core/management copying django/core/management/utils.py -> build/lib/django/core/management creating build/lib/django/core/files copying django/core/files/base.py -> build/lib/django/core/files copying django/core/files/move.py -> build/lib/django/core/files copying django/core/files/images.py -> build/lib/django/core/files copying django/core/files/uploadhandler.py -> build/lib/django/core/files copying django/core/files/uploadedfile.py -> build/lib/django/core/files copying django/core/files/temp.py -> build/lib/django/core/files copying django/core/files/__init__.py -> build/lib/django/core/files copying django/core/files/utils.py -> build/lib/django/core/files copying django/core/files/storage.py -> build/lib/django/core/files copying django/core/files/locks.py -> build/lib/django/core/files creating build/lib/django/core/serializers copying django/core/serializers/base.py -> build/lib/django/core/serializers copying django/core/serializers/json.py -> build/lib/django/core/serializers copying django/core/serializers/pyyaml.py -> build/lib/django/core/serializers copying django/core/serializers/__init__.py -> build/lib/django/core/serializers copying django/core/serializers/python.py -> build/lib/django/core/serializers copying django/core/serializers/xml_serializer.py -> build/lib/django/core/serializers creating build/lib/django/core/checks copying django/core/checks/registry.py -> build/lib/django/core/checks copying django/core/checks/urls.py -> build/lib/django/core/checks copying django/core/checks/templates.py -> build/lib/django/core/checks copying django/core/checks/database.py -> build/lib/django/core/checks copying django/core/checks/__init__.py -> build/lib/django/core/checks copying django/core/checks/translation.py -> build/lib/django/core/checks copying django/core/checks/messages.py -> build/lib/django/core/checks copying django/core/checks/model_checks.py -> build/lib/django/core/checks copying django/core/checks/caches.py -> build/lib/django/core/checks creating build/lib/django/core/servers copying django/core/servers/basehttp.py -> build/lib/django/core/servers copying django/core/servers/__init__.py -> build/lib/django/core/servers creating build/lib/django/core/handlers copying django/core/handlers/asgi.py -> build/lib/django/core/handlers copying django/core/handlers/base.py -> build/lib/django/core/handlers copying django/core/handlers/exception.py -> build/lib/django/core/handlers copying django/core/handlers/wsgi.py -> build/lib/django/core/handlers copying django/core/handlers/__init__.py -> build/lib/django/core/handlers creating build/lib/django/core/cache/backends copying django/core/cache/backends/db.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/base.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/memcached.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/filebased.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/__init__.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/locmem.py -> build/lib/django/core/cache/backends copying django/core/cache/backends/dummy.py -> build/lib/django/core/cache/backends creating build/lib/django/core/mail/backends copying django/core/mail/backends/base.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/smtp.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/filebased.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/__init__.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/locmem.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/console.py -> build/lib/django/core/mail/backends copying django/core/mail/backends/dummy.py -> build/lib/django/core/mail/backends creating build/lib/django/core/checks/compatibility copying django/core/checks/compatibility/__init__.py -> build/lib/django/core/checks/compatibility creating build/lib/django/core/checks/security copying django/core/checks/security/base.py -> build/lib/django/core/checks/security copying django/core/checks/security/csrf.py -> build/lib/django/core/checks/security copying django/core/checks/security/sessions.py -> build/lib/django/core/checks/security copying django/core/checks/security/__init__.py -> build/lib/django/core/checks/security creating build/lib/django/contrib/sessions copying django/contrib/sessions/middleware.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/apps.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/base_session.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/models.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/serializers.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/__init__.py -> build/lib/django/contrib/sessions copying django/contrib/sessions/exceptions.py -> build/lib/django/contrib/sessions creating build/lib/django/contrib/flatpages copying django/contrib/flatpages/sitemaps.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/middleware.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/forms.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/admin.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/apps.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/urls.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/models.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/views.py -> build/lib/django/contrib/flatpages copying django/contrib/flatpages/__init__.py -> build/lib/django/contrib/flatpages creating build/lib/django/contrib/syndication copying django/contrib/syndication/apps.py -> build/lib/django/contrib/syndication copying django/contrib/syndication/views.py -> build/lib/django/contrib/syndication copying django/contrib/syndication/__init__.py -> build/lib/django/contrib/syndication creating build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/forms.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/admin.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/apps.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/fields.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/models.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/views.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/checks.py -> build/lib/django/contrib/contenttypes copying django/contrib/contenttypes/__init__.py -> build/lib/django/contrib/contenttypes creating build/lib/django/contrib/humanize copying django/contrib/humanize/apps.py -> build/lib/django/contrib/humanize copying django/contrib/humanize/__init__.py -> build/lib/django/contrib/humanize creating build/lib/django/contrib/auth copying django/contrib/auth/base_user.py -> build/lib/django/contrib/auth copying django/contrib/auth/middleware.py -> build/lib/django/contrib/auth copying django/contrib/auth/forms.py -> build/lib/django/contrib/auth copying django/contrib/auth/tokens.py -> build/lib/django/contrib/auth copying django/contrib/auth/admin.py -> build/lib/django/contrib/auth copying django/contrib/auth/backends.py -> build/lib/django/contrib/auth copying django/contrib/auth/apps.py -> build/lib/django/contrib/auth copying django/contrib/auth/urls.py -> build/lib/django/contrib/auth copying django/contrib/auth/decorators.py -> build/lib/django/contrib/auth copying django/contrib/auth/models.py -> build/lib/django/contrib/auth copying django/contrib/auth/validators.py -> build/lib/django/contrib/auth copying django/contrib/auth/views.py -> build/lib/django/contrib/auth copying django/contrib/auth/checks.py -> build/lib/django/contrib/auth copying django/contrib/auth/hashers.py -> build/lib/django/contrib/auth copying django/contrib/auth/password_validation.py -> build/lib/django/contrib/auth copying django/contrib/auth/__init__.py -> build/lib/django/contrib/auth copying django/contrib/auth/context_processors.py -> build/lib/django/contrib/auth copying django/contrib/auth/mixins.py -> build/lib/django/contrib/auth copying django/contrib/auth/signals.py -> build/lib/django/contrib/auth creating build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/finders.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/apps.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/urls.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/views.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/checks.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/__init__.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/utils.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/testing.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/storage.py -> build/lib/django/contrib/staticfiles copying django/contrib/staticfiles/handlers.py -> build/lib/django/contrib/staticfiles creating build/lib/django/contrib/sites copying django/contrib/sites/middleware.py -> build/lib/django/contrib/sites copying django/contrib/sites/admin.py -> build/lib/django/contrib/sites copying django/contrib/sites/managers.py -> build/lib/django/contrib/sites copying django/contrib/sites/apps.py -> build/lib/django/contrib/sites copying django/contrib/sites/requests.py -> build/lib/django/contrib/sites copying django/contrib/sites/models.py -> build/lib/django/contrib/sites copying django/contrib/sites/shortcuts.py -> build/lib/django/contrib/sites copying django/contrib/sites/__init__.py -> build/lib/django/contrib/sites copying django/contrib/sites/management.py -> build/lib/django/contrib/sites creating build/lib/django/contrib/sitemaps copying django/contrib/sitemaps/apps.py -> build/lib/django/contrib/sitemaps copying django/contrib/sitemaps/views.py -> build/lib/django/contrib/sitemaps copying django/contrib/sitemaps/__init__.py -> build/lib/django/contrib/sitemaps creating build/lib/django/contrib/messages copying django/contrib/messages/middleware.py -> build/lib/django/contrib/messages copying django/contrib/messages/api.py -> build/lib/django/contrib/messages copying django/contrib/messages/apps.py -> build/lib/django/contrib/messages copying django/contrib/messages/views.py -> build/lib/django/contrib/messages copying django/contrib/messages/__init__.py -> build/lib/django/contrib/messages copying django/contrib/messages/context_processors.py -> build/lib/django/contrib/messages copying django/contrib/messages/utils.py -> build/lib/django/contrib/messages copying django/contrib/messages/constants.py -> build/lib/django/contrib/messages creating build/lib/django/contrib/admindocs copying django/contrib/admindocs/middleware.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/apps.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/urls.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/views.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/__init__.py -> build/lib/django/contrib/admindocs copying django/contrib/admindocs/utils.py -> build/lib/django/contrib/admindocs creating build/lib/django/contrib/gis copying django/contrib/gis/apps.py -> build/lib/django/contrib/gis copying django/contrib/gis/measure.py -> build/lib/django/contrib/gis copying django/contrib/gis/shortcuts.py -> build/lib/django/contrib/gis copying django/contrib/gis/views.py -> build/lib/django/contrib/gis copying django/contrib/gis/__init__.py -> build/lib/django/contrib/gis copying django/contrib/gis/ptr.py -> build/lib/django/contrib/gis copying django/contrib/gis/geometry.py -> build/lib/django/contrib/gis copying django/contrib/gis/feeds.py -> build/lib/django/contrib/gis creating build/lib/django/contrib/redirects copying django/contrib/redirects/middleware.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/admin.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/apps.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/models.py -> build/lib/django/contrib/redirects copying django/contrib/redirects/__init__.py -> build/lib/django/contrib/redirects creating build/lib/django/contrib/postgres copying django/contrib/postgres/functions.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/apps.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/validators.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/serializers.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/operations.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/lookups.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/__init__.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/utils.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/search.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/indexes.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/signals.py -> build/lib/django/contrib/postgres copying django/contrib/postgres/constraints.py -> build/lib/django/contrib/postgres creating build/lib/django/contrib/admin copying django/contrib/admin/forms.py -> build/lib/django/contrib/admin copying django/contrib/admin/options.py -> build/lib/django/contrib/admin copying django/contrib/admin/apps.py -> build/lib/django/contrib/admin copying django/contrib/admin/decorators.py -> build/lib/django/contrib/admin copying django/contrib/admin/models.py -> build/lib/django/contrib/admin copying django/contrib/admin/actions.py -> build/lib/django/contrib/admin copying django/contrib/admin/widgets.py -> build/lib/django/contrib/admin copying django/contrib/admin/checks.py -> build/lib/django/contrib/admin copying django/contrib/admin/tests.py -> build/lib/django/contrib/admin copying django/contrib/admin/__init__.py -> build/lib/django/contrib/admin copying django/contrib/admin/utils.py -> build/lib/django/contrib/admin copying django/contrib/admin/filters.py -> build/lib/django/contrib/admin copying django/contrib/admin/exceptions.py -> build/lib/django/contrib/admin copying django/contrib/admin/helpers.py -> build/lib/django/contrib/admin copying django/contrib/admin/sites.py -> build/lib/django/contrib/admin creating build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cached_db.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/signed_cookies.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/db.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/base.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/__init__.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/file.py -> build/lib/django/contrib/sessions/backends copying django/contrib/sessions/backends/cache.py -> build/lib/django/contrib/sessions/backends creating build/lib/django/contrib/sessions/migrations copying django/contrib/sessions/migrations/__init__.py -> build/lib/django/contrib/sessions/migrations copying django/contrib/sessions/migrations/0001_initial.py -> build/lib/django/contrib/sessions/migrations creating build/lib/django/contrib/flatpages/templatetags copying django/contrib/flatpages/templatetags/flatpages.py -> build/lib/django/contrib/flatpages/templatetags copying django/contrib/flatpages/templatetags/__init__.py -> build/lib/django/contrib/flatpages/templatetags creating build/lib/django/contrib/flatpages/migrations copying django/contrib/flatpages/migrations/__init__.py -> build/lib/django/contrib/flatpages/migrations copying django/contrib/flatpages/migrations/0001_initial.py -> build/lib/django/contrib/flatpages/migrations creating build/lib/django/contrib/contenttypes/management copying django/contrib/contenttypes/management/__init__.py -> build/lib/django/contrib/contenttypes/management creating build/lib/django/contrib/contenttypes/migrations copying django/contrib/contenttypes/migrations/0002_remove_content_type_name.py -> build/lib/django/contrib/contenttypes/migrations copying django/contrib/contenttypes/migrations/__init__.py -> build/lib/django/contrib/contenttypes/migrations copying django/contrib/contenttypes/migrations/0001_initial.py -> build/lib/django/contrib/contenttypes/migrations creating build/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/humanize.py -> build/lib/django/contrib/humanize/templatetags copying django/contrib/humanize/templatetags/__init__.py -> build/lib/django/contrib/humanize/templatetags creating build/lib/django/contrib/auth/management copying django/contrib/auth/management/__init__.py -> build/lib/django/contrib/auth/management creating build/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/modwsgi.py -> build/lib/django/contrib/auth/handlers copying django/contrib/auth/handlers/__init__.py -> build/lib/django/contrib/auth/handlers creating build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0005_alter_user_last_login_null.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0010_alter_group_name_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0011_update_proxy_permissions.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0008_alter_user_username_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0003_alter_user_email_max_length.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0006_require_contenttypes_0002.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0004_alter_user_username_opts.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/__init__.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0001_initial.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py -> build/lib/django/contrib/auth/migrations copying django/contrib/auth/migrations/0002_alter_permission_name_max_length.py -> build/lib/django/contrib/auth/migrations creating build/lib/django/contrib/sites/migrations copying django/contrib/sites/migrations/__init__.py -> build/lib/django/contrib/sites/migrations copying django/contrib/sites/migrations/0001_initial.py -> build/lib/django/contrib/sites/migrations copying django/contrib/sites/migrations/0002_alter_domain_unique.py -> build/lib/django/contrib/sites/migrations creating build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/base.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/session.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/cookie.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/fallback.py -> build/lib/django/contrib/messages/storage copying django/contrib/messages/storage/__init__.py -> build/lib/django/contrib/messages/storage creating build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/coordseq.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/linestring.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/base.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/prepared.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/factory.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/polygon.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/mutable_list.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/error.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/__init__.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/geometry.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/io.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/collections.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/libgeos.py -> build/lib/django/contrib/gis/geos copying django/contrib/gis/geos/point.py -> build/lib/django/contrib/gis/geos creating build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/layermapping.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/srs.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinfo.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/__init__.py -> build/lib/django/contrib/gis/utils copying django/contrib/gis/utils/ogrinspect.py -> build/lib/django/contrib/gis/utils creating build/lib/django/contrib/gis/forms copying django/contrib/gis/forms/fields.py -> build/lib/django/contrib/gis/forms copying django/contrib/gis/forms/widgets.py -> build/lib/django/contrib/gis/forms copying django/contrib/gis/forms/__init__.py -> build/lib/django/contrib/gis/forms creating build/lib/django/contrib/gis/db copying django/contrib/gis/db/__init__.py -> build/lib/django/contrib/gis/db creating build/lib/django/contrib/gis/geoip2 copying django/contrib/gis/geoip2/base.py -> build/lib/django/contrib/gis/geoip2 copying django/contrib/gis/geoip2/resources.py -> build/lib/django/contrib/gis/geoip2 copying django/contrib/gis/geoip2/__init__.py -> build/lib/django/contrib/gis/geoip2 creating build/lib/django/contrib/gis/serializers copying django/contrib/gis/serializers/__init__.py -> build/lib/django/contrib/gis/serializers copying django/contrib/gis/serializers/geojson.py -> build/lib/django/contrib/gis/serializers creating build/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/kml.py -> build/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/views.py -> build/lib/django/contrib/gis/sitemaps copying django/contrib/gis/sitemaps/__init__.py -> build/lib/django/contrib/gis/sitemaps creating build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/base.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geomtype.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/srs.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/layer.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/geometries.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/envelope.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/field.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/error.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/__init__.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/libgdal.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/driver.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/feature.py -> build/lib/django/contrib/gis/gdal copying django/contrib/gis/gdal/datasource.py -> build/lib/django/contrib/gis/gdal creating build/lib/django/contrib/gis/admin copying django/contrib/gis/admin/options.py -> build/lib/django/contrib/gis/admin copying django/contrib/gis/admin/widgets.py -> build/lib/django/contrib/gis/admin copying django/contrib/gis/admin/__init__.py -> build/lib/django/contrib/gis/admin creating build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/coordseq.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/errcheck.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/predicates.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/prepared.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/threadsafe.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/geom.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/topology.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/__init__.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/io.py -> build/lib/django/contrib/gis/geos/prototypes copying django/contrib/gis/geos/prototypes/misc.py -> build/lib/django/contrib/gis/geos/prototypes creating build/lib/django/contrib/gis/db/backends copying django/contrib/gis/db/backends/__init__.py -> build/lib/django/contrib/gis/db/backends copying django/contrib/gis/db/backends/utils.py -> build/lib/django/contrib/gis/db/backends creating build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/proxy.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/functions.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/fields.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/aggregates.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/lookups.py -> build/lib/django/contrib/gis/db/models copying django/contrib/gis/db/models/__init__.py -> build/lib/django/contrib/gis/db/models creating build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/base.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/introspection.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/models.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/operations.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/__init__.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/features.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/schema.py -> build/lib/django/contrib/gis/db/backends/oracle copying django/contrib/gis/db/backends/oracle/adapter.py -> build/lib/django/contrib/gis/db/backends/oracle creating build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/models.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/operations.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/__init__.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/features.py -> build/lib/django/contrib/gis/db/backends/base copying django/contrib/gis/db/backends/base/adapter.py -> build/lib/django/contrib/gis/db/backends/base creating build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/base.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/introspection.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/models.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/pgraster.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/operations.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/__init__.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/features.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/schema.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/const.py -> build/lib/django/contrib/gis/db/backends/postgis copying django/contrib/gis/db/backends/postgis/adapter.py -> build/lib/django/contrib/gis/db/backends/postgis creating build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/base.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/introspection.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/models.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/operations.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/__init__.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/features.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/schema.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/adapter.py -> build/lib/django/contrib/gis/db/backends/spatialite copying django/contrib/gis/db/backends/spatialite/client.py -> build/lib/django/contrib/gis/db/backends/spatialite creating build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/base.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/introspection.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/operations.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/__init__.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/features.py -> build/lib/django/contrib/gis/db/backends/mysql copying django/contrib/gis/db/backends/mysql/schema.py -> build/lib/django/contrib/gis/db/backends/mysql creating build/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/conversion.py -> build/lib/django/contrib/gis/db/models/sql copying django/contrib/gis/db/models/sql/__init__.py -> build/lib/django/contrib/gis/db/models/sql creating build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/raster.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/errcheck.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/srs.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/generation.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/geom.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/__init__.py -> build/lib/django/contrib/gis/gdal/prototypes copying django/contrib/gis/gdal/prototypes/ds.py -> build/lib/django/contrib/gis/gdal/prototypes creating build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/base.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/band.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/__init__.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/const.py -> build/lib/django/contrib/gis/gdal/raster copying django/contrib/gis/gdal/raster/source.py -> build/lib/django/contrib/gis/gdal/raster creating build/lib/django/contrib/redirects/migrations copying django/contrib/redirects/migrations/__init__.py -> build/lib/django/contrib/redirects/migrations copying django/contrib/redirects/migrations/0001_initial.py -> build/lib/django/contrib/redirects/migrations creating build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/hstore.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/ranges.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/jsonb.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/array.py -> build/lib/django/contrib/postgres/forms copying django/contrib/postgres/forms/__init__.py -> build/lib/django/contrib/postgres/forms creating build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/statistics.py -> build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/__init__.py -> build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/mixins.py -> build/lib/django/contrib/postgres/aggregates copying django/contrib/postgres/aggregates/general.py -> build/lib/django/contrib/postgres/aggregates creating build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/citext.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/hstore.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/ranges.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/jsonb.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/array.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/__init__.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/mixins.py -> build/lib/django/contrib/postgres/fields copying django/contrib/postgres/fields/utils.py -> build/lib/django/contrib/postgres/fields creating build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_urls.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/base.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/log.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_list.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/admin_modify.py -> build/lib/django/contrib/admin/templatetags copying django/contrib/admin/templatetags/__init__.py -> build/lib/django/contrib/admin/templatetags creating build/lib/django/contrib/admin/views copying django/contrib/admin/views/main.py -> build/lib/django/contrib/admin/views copying django/contrib/admin/views/decorators.py -> build/lib/django/contrib/admin/views copying django/contrib/admin/views/autocomplete.py -> build/lib/django/contrib/admin/views copying django/contrib/admin/views/__init__.py -> build/lib/django/contrib/admin/views creating build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/__init__.py -> build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/0002_logentry_remove_auto_add.py -> build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/0001_initial.py -> build/lib/django/contrib/admin/migrations copying django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py -> build/lib/django/contrib/admin/migrations creating build/lib/django/utils/translation copying django/utils/translation/trans_null.py -> build/lib/django/utils/translation copying django/utils/translation/trans_real.py -> build/lib/django/utils/translation copying django/utils/translation/template.py -> build/lib/django/utils/translation copying django/utils/translation/reloader.py -> build/lib/django/utils/translation copying django/utils/translation/__init__.py -> build/lib/django/utils/translation creating build/lib/django/template/backends copying django/template/backends/jinja2.py -> build/lib/django/template/backends copying django/template/backends/base.py -> build/lib/django/template/backends copying django/template/backends/django.py -> build/lib/django/template/backends copying django/template/backends/__init__.py -> build/lib/django/template/backends copying django/template/backends/utils.py -> build/lib/django/template/backends copying django/template/backends/dummy.py -> build/lib/django/template/backends creating build/lib/django/template/loaders copying django/template/loaders/base.py -> build/lib/django/template/loaders copying django/template/loaders/cached.py -> build/lib/django/template/loaders copying django/template/loaders/filesystem.py -> build/lib/django/template/loaders copying django/template/loaders/__init__.py -> build/lib/django/template/loaders copying django/template/loaders/locmem.py -> build/lib/django/template/loaders copying django/template/loaders/app_directories.py -> build/lib/django/template/loaders creating build/lib/django/db/backends copying django/db/backends/ddl_references.py -> build/lib/django/db/backends copying django/db/backends/__init__.py -> build/lib/django/db/backends copying django/db/backends/utils.py -> build/lib/django/db/backends copying django/db/backends/signals.py -> build/lib/django/db/backends creating build/lib/django/db/models copying django/db/models/manager.py -> build/lib/django/db/models copying django/db/models/deletion.py -> build/lib/django/db/models copying django/db/models/base.py -> build/lib/django/db/models copying django/db/models/options.py -> build/lib/django/db/models copying django/db/models/aggregates.py -> build/lib/django/db/models copying django/db/models/query.py -> build/lib/django/db/models copying django/db/models/query_utils.py -> build/lib/django/db/models copying django/db/models/lookups.py -> build/lib/django/db/models copying django/db/models/__init__.py -> build/lib/django/db/models copying django/db/models/utils.py -> build/lib/django/db/models copying django/db/models/expressions.py -> build/lib/django/db/models copying django/db/models/constants.py -> build/lib/django/db/models copying django/db/models/enums.py -> build/lib/django/db/models copying django/db/models/indexes.py -> build/lib/django/db/models copying django/db/models/signals.py -> build/lib/django/db/models copying django/db/models/constraints.py -> build/lib/django/db/models creating build/lib/django/db/migrations copying django/db/migrations/loader.py -> build/lib/django/db/migrations copying django/db/migrations/optimizer.py -> build/lib/django/db/migrations copying django/db/migrations/migration.py -> build/lib/django/db/migrations copying django/db/migrations/executor.py -> build/lib/django/db/migrations copying django/db/migrations/questioner.py -> build/lib/django/db/migrations copying django/db/migrations/graph.py -> build/lib/django/db/migrations copying django/db/migrations/state.py -> build/lib/django/db/migrations copying django/db/migrations/__init__.py -> build/lib/django/db/migrations copying django/db/migrations/autodetector.py -> build/lib/django/db/migrations copying django/db/migrations/utils.py -> build/lib/django/db/migrations copying django/db/migrations/writer.py -> build/lib/django/db/migrations copying django/db/migrations/exceptions.py -> build/lib/django/db/migrations copying django/db/migrations/recorder.py -> build/lib/django/db/migrations copying django/db/migrations/serializer.py -> build/lib/django/db/migrations creating build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/base.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/creation.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/introspection.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/operations.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/__init__.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/features.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/schema.py -> build/lib/django/db/backends/sqlite3 copying django/db/backends/sqlite3/client.py -> build/lib/django/db/backends/sqlite3 creating build/lib/django/db/backends/dummy copying django/db/backends/dummy/base.py -> build/lib/django/db/backends/dummy copying django/db/backends/dummy/__init__.py -> build/lib/django/db/backends/dummy copying django/db/backends/dummy/features.py -> build/lib/django/db/backends/dummy creating build/lib/django/db/backends/oracle copying django/db/backends/oracle/base.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/functions.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/creation.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/introspection.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/validation.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/operations.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/__init__.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/features.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/schema.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/utils.py -> build/lib/django/db/backends/oracle copying django/db/backends/oracle/client.py -> build/lib/django/db/backends/oracle creating build/lib/django/db/backends/base copying django/db/backends/base/base.py -> build/lib/django/db/backends/base copying django/db/backends/base/creation.py -> build/lib/django/db/backends/base copying django/db/backends/base/introspection.py -> build/lib/django/db/backends/base copying django/db/backends/base/validation.py -> build/lib/django/db/backends/base copying django/db/backends/base/operations.py -> build/lib/django/db/backends/base copying django/db/backends/base/__init__.py -> build/lib/django/db/backends/base copying django/db/backends/base/features.py -> build/lib/django/db/backends/base copying django/db/backends/base/schema.py -> build/lib/django/db/backends/base copying django/db/backends/base/client.py -> build/lib/django/db/backends/base creating build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/base.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/creation.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/introspection.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/operations.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/__init__.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/features.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/schema.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/utils.py -> build/lib/django/db/backends/postgresql copying django/db/backends/postgresql/client.py -> build/lib/django/db/backends/postgresql creating build/lib/django/db/backends/mysql copying django/db/backends/mysql/base.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/creation.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/introspection.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/validation.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/compiler.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/operations.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/__init__.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/features.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/schema.py -> build/lib/django/db/backends/mysql copying django/db/backends/mysql/client.py -> build/lib/django/db/backends/mysql creating build/lib/django/db/models/functions copying django/db/models/functions/math.py -> build/lib/django/db/models/functions copying django/db/models/functions/text.py -> build/lib/django/db/models/functions copying django/db/models/functions/window.py -> build/lib/django/db/models/functions copying django/db/models/functions/datetime.py -> build/lib/django/db/models/functions copying django/db/models/functions/__init__.py -> build/lib/django/db/models/functions copying django/db/models/functions/mixins.py -> build/lib/django/db/models/functions copying django/db/models/functions/comparison.py -> build/lib/django/db/models/functions creating build/lib/django/db/models/sql copying django/db/models/sql/where.py -> build/lib/django/db/models/sql copying django/db/models/sql/query.py -> build/lib/django/db/models/sql copying django/db/models/sql/compiler.py -> build/lib/django/db/models/sql copying django/db/models/sql/__init__.py -> build/lib/django/db/models/sql copying django/db/models/sql/datastructures.py -> build/lib/django/db/models/sql copying django/db/models/sql/constants.py -> build/lib/django/db/models/sql copying django/db/models/sql/subqueries.py -> build/lib/django/db/models/sql creating build/lib/django/db/models/fields copying django/db/models/fields/files.py -> build/lib/django/db/models/fields copying django/db/models/fields/proxy.py -> build/lib/django/db/models/fields copying django/db/models/fields/related_descriptors.py -> build/lib/django/db/models/fields copying django/db/models/fields/reverse_related.py -> build/lib/django/db/models/fields copying django/db/models/fields/__init__.py -> build/lib/django/db/models/fields copying django/db/models/fields/mixins.py -> build/lib/django/db/models/fields copying django/db/models/fields/related_lookups.py -> build/lib/django/db/models/fields copying django/db/models/fields/related.py -> build/lib/django/db/models/fields creating build/lib/django/db/migrations/operations copying django/db/migrations/operations/special.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/base.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/fields.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/models.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/__init__.py -> build/lib/django/db/migrations/operations copying django/db/migrations/operations/utils.py -> build/lib/django/db/migrations/operations creating build/lib/django/conf/urls copying django/conf/urls/static.py -> build/lib/django/conf/urls copying django/conf/urls/i18n.py -> build/lib/django/conf/urls copying django/conf/urls/__init__.py -> build/lib/django/conf/urls creating build/lib/django/conf/locale copying django/conf/locale/__init__.py -> build/lib/django/conf/locale creating build/lib/django/conf/locale/cy copying django/conf/locale/cy/formats.py -> build/lib/django/conf/locale/cy copying django/conf/locale/cy/__init__.py -> build/lib/django/conf/locale/cy creating build/lib/django/conf/locale/ar copying django/conf/locale/ar/formats.py -> build/lib/django/conf/locale/ar copying django/conf/locale/ar/__init__.py -> build/lib/django/conf/locale/ar creating build/lib/django/conf/locale/fa copying django/conf/locale/fa/formats.py -> build/lib/django/conf/locale/fa copying django/conf/locale/fa/__init__.py -> build/lib/django/conf/locale/fa creating build/lib/django/conf/locale/hr copying django/conf/locale/hr/formats.py -> build/lib/django/conf/locale/hr copying django/conf/locale/hr/__init__.py -> build/lib/django/conf/locale/hr creating build/lib/django/conf/locale/es_NI copying django/conf/locale/es_NI/formats.py -> build/lib/django/conf/locale/es_NI copying django/conf/locale/es_NI/__init__.py -> build/lib/django/conf/locale/es_NI creating build/lib/django/conf/locale/ga copying django/conf/locale/ga/formats.py -> build/lib/django/conf/locale/ga copying django/conf/locale/ga/__init__.py -> build/lib/django/conf/locale/ga creating build/lib/django/conf/locale/zh_Hant copying django/conf/locale/zh_Hant/formats.py -> build/lib/django/conf/locale/zh_Hant copying django/conf/locale/zh_Hant/__init__.py -> build/lib/django/conf/locale/zh_Hant creating build/lib/django/conf/locale/en_AU copying django/conf/locale/en_AU/formats.py -> build/lib/django/conf/locale/en_AU copying django/conf/locale/en_AU/__init__.py -> build/lib/django/conf/locale/en_AU creating build/lib/django/conf/locale/az copying django/conf/locale/az/formats.py -> build/lib/django/conf/locale/az copying django/conf/locale/az/__init__.py -> build/lib/django/conf/locale/az creating build/lib/django/conf/locale/hi copying django/conf/locale/hi/formats.py -> build/lib/django/conf/locale/hi copying django/conf/locale/hi/__init__.py -> build/lib/django/conf/locale/hi creating build/lib/django/conf/locale/th copying django/conf/locale/th/formats.py -> build/lib/django/conf/locale/th copying django/conf/locale/th/__init__.py -> build/lib/django/conf/locale/th creating build/lib/django/conf/locale/da copying django/conf/locale/da/formats.py -> build/lib/django/conf/locale/da copying django/conf/locale/da/__init__.py -> build/lib/django/conf/locale/da creating build/lib/django/conf/locale/km copying django/conf/locale/km/formats.py -> build/lib/django/conf/locale/km copying django/conf/locale/km/__init__.py -> build/lib/django/conf/locale/km creating build/lib/django/conf/locale/mn copying django/conf/locale/mn/formats.py -> build/lib/django/conf/locale/mn copying django/conf/locale/mn/__init__.py -> build/lib/django/conf/locale/mn creating build/lib/django/conf/locale/es_AR copying django/conf/locale/es_AR/formats.py -> build/lib/django/conf/locale/es_AR copying django/conf/locale/es_AR/__init__.py -> build/lib/django/conf/locale/es_AR creating build/lib/django/conf/locale/he copying django/conf/locale/he/formats.py -> build/lib/django/conf/locale/he copying django/conf/locale/he/__init__.py -> build/lib/django/conf/locale/he creating build/lib/django/conf/locale/sr_Latn copying django/conf/locale/sr_Latn/formats.py -> build/lib/django/conf/locale/sr_Latn copying django/conf/locale/sr_Latn/__init__.py -> build/lib/django/conf/locale/sr_Latn creating build/lib/django/conf/locale/sl copying django/conf/locale/sl/formats.py -> build/lib/django/conf/locale/sl copying django/conf/locale/sl/__init__.py -> build/lib/django/conf/locale/sl creating build/lib/django/conf/locale/ca copying django/conf/locale/ca/formats.py -> build/lib/django/conf/locale/ca copying django/conf/locale/ca/__init__.py -> build/lib/django/conf/locale/ca creating build/lib/django/conf/locale/id copying django/conf/locale/id/formats.py -> build/lib/django/conf/locale/id copying django/conf/locale/id/__init__.py -> build/lib/django/conf/locale/id creating build/lib/django/conf/locale/cs copying django/conf/locale/cs/formats.py -> build/lib/django/conf/locale/cs copying django/conf/locale/cs/__init__.py -> build/lib/django/conf/locale/cs creating build/lib/django/conf/locale/et copying django/conf/locale/et/formats.py -> build/lib/django/conf/locale/et copying django/conf/locale/et/__init__.py -> build/lib/django/conf/locale/et creating build/lib/django/conf/locale/nb copying django/conf/locale/nb/formats.py -> build/lib/django/conf/locale/nb copying django/conf/locale/nb/__init__.py -> build/lib/django/conf/locale/nb creating build/lib/django/conf/locale/lv copying django/conf/locale/lv/formats.py -> build/lib/django/conf/locale/lv copying django/conf/locale/lv/__init__.py -> build/lib/django/conf/locale/lv creating build/lib/django/conf/locale/ka copying django/conf/locale/ka/formats.py -> build/lib/django/conf/locale/ka copying django/conf/locale/ka/__init__.py -> build/lib/django/conf/locale/ka creating build/lib/django/conf/locale/ja copying django/conf/locale/ja/formats.py -> build/lib/django/conf/locale/ja copying django/conf/locale/ja/__init__.py -> build/lib/django/conf/locale/ja creating build/lib/django/conf/locale/es_PR copying django/conf/locale/es_PR/formats.py -> build/lib/django/conf/locale/es_PR copying django/conf/locale/es_PR/__init__.py -> build/lib/django/conf/locale/es_PR creating build/lib/django/conf/locale/gl copying django/conf/locale/gl/formats.py -> build/lib/django/conf/locale/gl copying django/conf/locale/gl/__init__.py -> build/lib/django/conf/locale/gl creating build/lib/django/conf/locale/pl copying django/conf/locale/pl/formats.py -> build/lib/django/conf/locale/pl copying django/conf/locale/pl/__init__.py -> build/lib/django/conf/locale/pl creating build/lib/django/conf/locale/nl copying django/conf/locale/nl/formats.py -> build/lib/django/conf/locale/nl copying django/conf/locale/nl/__init__.py -> build/lib/django/conf/locale/nl creating build/lib/django/conf/locale/pt_BR copying django/conf/locale/pt_BR/formats.py -> build/lib/django/conf/locale/pt_BR copying django/conf/locale/pt_BR/__init__.py -> build/lib/django/conf/locale/pt_BR creating build/lib/django/conf/locale/is copying django/conf/locale/is/formats.py -> build/lib/django/conf/locale/is copying django/conf/locale/is/__init__.py -> build/lib/django/conf/locale/is creating build/lib/django/conf/locale/ko copying django/conf/locale/ko/formats.py -> build/lib/django/conf/locale/ko copying django/conf/locale/ko/__init__.py -> build/lib/django/conf/locale/ko creating build/lib/django/conf/locale/bg copying django/conf/locale/bg/formats.py -> build/lib/django/conf/locale/bg copying django/conf/locale/bg/__init__.py -> build/lib/django/conf/locale/bg creating build/lib/django/conf/locale/sr copying django/conf/locale/sr/formats.py -> build/lib/django/conf/locale/sr copying django/conf/locale/sr/__init__.py -> build/lib/django/conf/locale/sr creating build/lib/django/conf/locale/mk copying django/conf/locale/mk/formats.py -> build/lib/django/conf/locale/mk copying django/conf/locale/mk/__init__.py -> build/lib/django/conf/locale/mk creating build/lib/django/conf/locale/te copying django/conf/locale/te/formats.py -> build/lib/django/conf/locale/te copying django/conf/locale/te/__init__.py -> build/lib/django/conf/locale/te creating build/lib/django/conf/locale/de copying django/conf/locale/de/formats.py -> build/lib/django/conf/locale/de copying django/conf/locale/de/__init__.py -> build/lib/django/conf/locale/de creating build/lib/django/conf/locale/sq copying django/conf/locale/sq/formats.py -> build/lib/django/conf/locale/sq copying django/conf/locale/sq/__init__.py -> build/lib/django/conf/locale/sq creating build/lib/django/conf/locale/es_CO copying django/conf/locale/es_CO/formats.py -> build/lib/django/conf/locale/es_CO copying django/conf/locale/es_CO/__init__.py -> build/lib/django/conf/locale/es_CO creating build/lib/django/conf/locale/sv copying django/conf/locale/sv/formats.py -> build/lib/django/conf/locale/sv copying django/conf/locale/sv/__init__.py -> build/lib/django/conf/locale/sv creating build/lib/django/conf/locale/gd copying django/conf/locale/gd/formats.py -> build/lib/django/conf/locale/gd copying django/conf/locale/gd/__init__.py -> build/lib/django/conf/locale/gd creating build/lib/django/conf/locale/uk copying django/conf/locale/uk/formats.py -> build/lib/django/conf/locale/uk copying django/conf/locale/uk/__init__.py -> build/lib/django/conf/locale/uk creating build/lib/django/conf/locale/ro copying django/conf/locale/ro/formats.py -> build/lib/django/conf/locale/ro copying django/conf/locale/ro/__init__.py -> build/lib/django/conf/locale/ro creating build/lib/django/conf/locale/vi copying django/conf/locale/vi/formats.py -> build/lib/django/conf/locale/vi copying django/conf/locale/vi/__init__.py -> build/lib/django/conf/locale/vi creating build/lib/django/conf/locale/nn copying django/conf/locale/nn/formats.py -> build/lib/django/conf/locale/nn copying django/conf/locale/nn/__init__.py -> build/lib/django/conf/locale/nn creating build/lib/django/conf/locale/el copying django/conf/locale/el/formats.py -> build/lib/django/conf/locale/el copying django/conf/locale/el/__init__.py -> build/lib/django/conf/locale/el creating build/lib/django/conf/locale/it copying django/conf/locale/it/formats.py -> build/lib/django/conf/locale/it copying django/conf/locale/it/__init__.py -> build/lib/django/conf/locale/it creating build/lib/django/conf/locale/bn copying django/conf/locale/bn/formats.py -> build/lib/django/conf/locale/bn copying django/conf/locale/bn/__init__.py -> build/lib/django/conf/locale/bn creating build/lib/django/conf/locale/sk copying django/conf/locale/sk/formats.py -> build/lib/django/conf/locale/sk copying django/conf/locale/sk/__init__.py -> build/lib/django/conf/locale/sk creating build/lib/django/conf/locale/es copying django/conf/locale/es/formats.py -> build/lib/django/conf/locale/es copying django/conf/locale/es/__init__.py -> build/lib/django/conf/locale/es creating build/lib/django/conf/locale/zh_Hans copying django/conf/locale/zh_Hans/formats.py -> build/lib/django/conf/locale/zh_Hans copying django/conf/locale/zh_Hans/__init__.py -> build/lib/django/conf/locale/zh_Hans creating build/lib/django/conf/locale/pt copying django/conf/locale/pt/formats.py -> build/lib/django/conf/locale/pt copying django/conf/locale/pt/__init__.py -> build/lib/django/conf/locale/pt creating build/lib/django/conf/locale/tr copying django/conf/locale/tr/formats.py -> build/lib/django/conf/locale/tr copying django/conf/locale/tr/__init__.py -> build/lib/django/conf/locale/tr creating build/lib/django/conf/locale/lt copying django/conf/locale/lt/formats.py -> build/lib/django/conf/locale/lt copying django/conf/locale/lt/__init__.py -> build/lib/django/conf/locale/lt creating build/lib/django/conf/locale/ru copying django/conf/locale/ru/formats.py -> build/lib/django/conf/locale/ru copying django/conf/locale/ru/__init__.py -> build/lib/django/conf/locale/ru creating build/lib/django/conf/locale/en_GB copying django/conf/locale/en_GB/formats.py -> build/lib/django/conf/locale/en_GB copying django/conf/locale/en_GB/__init__.py -> build/lib/django/conf/locale/en_GB creating build/lib/django/conf/locale/fr copying django/conf/locale/fr/formats.py -> build/lib/django/conf/locale/fr copying django/conf/locale/fr/__init__.py -> build/lib/django/conf/locale/fr creating build/lib/django/conf/locale/bs copying django/conf/locale/bs/formats.py -> build/lib/django/conf/locale/bs copying django/conf/locale/bs/__init__.py -> build/lib/django/conf/locale/bs creating build/lib/django/conf/locale/hu copying django/conf/locale/hu/formats.py -> build/lib/django/conf/locale/hu copying django/conf/locale/hu/__init__.py -> build/lib/django/conf/locale/hu creating build/lib/django/conf/locale/es_MX copying django/conf/locale/es_MX/formats.py -> build/lib/django/conf/locale/es_MX copying django/conf/locale/es_MX/__init__.py -> build/lib/django/conf/locale/es_MX creating build/lib/django/conf/locale/en copying django/conf/locale/en/formats.py -> build/lib/django/conf/locale/en copying django/conf/locale/en/__init__.py -> build/lib/django/conf/locale/en creating build/lib/django/conf/locale/ta copying django/conf/locale/ta/formats.py -> build/lib/django/conf/locale/ta copying django/conf/locale/ta/__init__.py -> build/lib/django/conf/locale/ta creating build/lib/django/conf/locale/eu copying django/conf/locale/eu/formats.py -> build/lib/django/conf/locale/eu copying django/conf/locale/eu/__init__.py -> build/lib/django/conf/locale/eu creating build/lib/django/conf/locale/fy copying django/conf/locale/fy/formats.py -> build/lib/django/conf/locale/fy copying django/conf/locale/fy/__init__.py -> build/lib/django/conf/locale/fy creating build/lib/django/conf/locale/ml copying django/conf/locale/ml/formats.py -> build/lib/django/conf/locale/ml copying django/conf/locale/ml/__init__.py -> build/lib/django/conf/locale/ml creating build/lib/django/conf/locale/de_CH copying django/conf/locale/de_CH/formats.py -> build/lib/django/conf/locale/de_CH copying django/conf/locale/de_CH/__init__.py -> build/lib/django/conf/locale/de_CH creating build/lib/django/conf/locale/eo copying django/conf/locale/eo/formats.py -> build/lib/django/conf/locale/eo copying django/conf/locale/eo/__init__.py -> build/lib/django/conf/locale/eo creating build/lib/django/conf/locale/kn copying django/conf/locale/kn/formats.py -> build/lib/django/conf/locale/kn copying django/conf/locale/kn/__init__.py -> build/lib/django/conf/locale/kn creating build/lib/django/conf/locale/uz copying django/conf/locale/uz/formats.py -> build/lib/django/conf/locale/uz copying django/conf/locale/uz/__init__.py -> build/lib/django/conf/locale/uz creating build/lib/django/conf/locale/fi copying django/conf/locale/fi/formats.py -> build/lib/django/conf/locale/fi copying django/conf/locale/fi/__init__.py -> build/lib/django/conf/locale/fi creating build/lib/django/views/generic copying django/views/generic/base.py -> build/lib/django/views/generic copying django/views/generic/dates.py -> build/lib/django/views/generic copying django/views/generic/__init__.py -> build/lib/django/views/generic copying django/views/generic/list.py -> build/lib/django/views/generic copying django/views/generic/detail.py -> build/lib/django/views/generic copying django/views/generic/edit.py -> build/lib/django/views/generic creating build/lib/django/views/decorators copying django/views/decorators/vary.py -> build/lib/django/views/decorators copying django/views/decorators/http.py -> build/lib/django/views/decorators copying django/views/decorators/clickjacking.py -> build/lib/django/views/decorators copying django/views/decorators/csrf.py -> build/lib/django/views/decorators copying django/views/decorators/debug.py -> build/lib/django/views/decorators copying django/views/decorators/__init__.py -> build/lib/django/views/decorators copying django/views/decorators/gzip.py -> build/lib/django/views/decorators copying django/views/decorators/cache.py -> build/lib/django/views/decorators running egg_info writing Django.egg-info/PKG-INFO writing dependency_links to Django.egg-info/dependency_links.txt writing entry points to Django.egg-info/entry_points.txt writing requirements to Django.egg-info/requires.txt writing top-level names to Django.egg-info/top_level.txt reading manifest file 'Django.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'django/contrib/admin/bin' warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'Django.egg-info/SOURCES.txt' creating build/lib/django/bin copying django/bin/django-admin.py -> build/lib/django/bin creating build/lib/django/forms/jinja2 creating build/lib/django/forms/jinja2/django creating build/lib/django/forms/jinja2/django/forms creating build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/attrs.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/checkbox.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/checkbox_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/checkbox_select.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/clearable_file_input.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/date.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/datetime.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/email.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/file.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/hidden.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/input.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/input_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/multiple_hidden.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/multiple_input.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/multiwidget.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/number.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/password.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/radio.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/radio_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/select.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/select_date.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/select_option.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/splitdatetime.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/splithiddendatetime.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/text.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/textarea.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/time.html -> build/lib/django/forms/jinja2/django/forms/widgets copying django/forms/jinja2/django/forms/widgets/url.html -> build/lib/django/forms/jinja2/django/forms/widgets creating build/lib/django/forms/templates creating build/lib/django/forms/templates/django creating build/lib/django/forms/templates/django/forms creating build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/attrs.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/checkbox.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/checkbox_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/checkbox_select.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/clearable_file_input.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/date.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/datetime.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/email.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/file.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/hidden.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/input.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/input_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/multiple_hidden.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/multiple_input.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/multiwidget.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/number.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/password.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/radio.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/radio_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/select.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/select_date.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/select_option.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/splitdatetime.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/splithiddendatetime.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/text.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/textarea.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/time.html -> build/lib/django/forms/templates/django/forms/widgets copying django/forms/templates/django/forms/widgets/url.html -> build/lib/django/forms/templates/django/forms/widgets creating build/lib/django/conf/app_template copying django/conf/app_template/__init__.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/admin.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/apps.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/models.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/tests.py-tpl -> build/lib/django/conf/app_template copying django/conf/app_template/views.py-tpl -> build/lib/django/conf/app_template creating build/lib/django/conf/app_template/migrations copying django/conf/app_template/migrations/__init__.py-tpl -> build/lib/django/conf/app_template/migrations creating build/lib/django/conf/project_template copying django/conf/project_template/manage.py-tpl -> build/lib/django/conf/project_template creating build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/__init__.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/asgi.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/settings.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/urls.py-tpl -> build/lib/django/conf/project_template/project_name copying django/conf/project_template/project_name/wsgi.py-tpl -> build/lib/django/conf/project_template/project_name copying django/dispatch/license.txt -> build/lib/django/dispatch creating build/lib/django/views/templates copying django/views/templates/default_urlconf.html -> build/lib/django/views/templates copying django/views/templates/technical_404.html -> build/lib/django/views/templates copying django/views/templates/technical_500.html -> build/lib/django/views/templates copying django/views/templates/technical_500.txt -> build/lib/django/views/templates creating build/lib/django/core/management/commands copying django/core/management/commands/check.py -> build/lib/django/core/management/commands copying django/core/management/commands/compilemessages.py -> build/lib/django/core/management/commands copying django/core/management/commands/createcachetable.py -> build/lib/django/core/management/commands copying django/core/management/commands/dbshell.py -> build/lib/django/core/management/commands copying django/core/management/commands/diffsettings.py -> build/lib/django/core/management/commands copying django/core/management/commands/dumpdata.py -> build/lib/django/core/management/commands copying django/core/management/commands/flush.py -> build/lib/django/core/management/commands copying django/core/management/commands/inspectdb.py -> build/lib/django/core/management/commands copying django/core/management/commands/loaddata.py -> build/lib/django/core/management/commands copying django/core/management/commands/makemessages.py -> build/lib/django/core/management/commands copying django/core/management/commands/makemigrations.py -> build/lib/django/core/management/commands copying django/core/management/commands/migrate.py -> build/lib/django/core/management/commands copying django/core/management/commands/runserver.py -> build/lib/django/core/management/commands copying django/core/management/commands/sendtestemail.py -> build/lib/django/core/management/commands copying django/core/management/commands/shell.py -> build/lib/django/core/management/commands copying django/core/management/commands/showmigrations.py -> build/lib/django/core/management/commands copying django/core/management/commands/sqlflush.py -> build/lib/django/core/management/commands copying django/core/management/commands/sqlmigrate.py -> build/lib/django/core/management/commands copying django/core/management/commands/sqlsequencereset.py -> build/lib/django/core/management/commands copying django/core/management/commands/squashmigrations.py -> build/lib/django/core/management/commands copying django/core/management/commands/startapp.py -> build/lib/django/core/management/commands copying django/core/management/commands/startproject.py -> build/lib/django/core/management/commands copying django/core/management/commands/test.py -> build/lib/django/core/management/commands copying django/core/management/commands/testserver.py -> build/lib/django/core/management/commands creating build/lib/django/contrib/sessions/locale creating build/lib/django/contrib/sessions/locale/af creating build/lib/django/contrib/sessions/locale/af/LC_MESSAGES copying django/contrib/sessions/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/af/LC_MESSAGES copying django/contrib/sessions/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/af/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ar creating build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES copying django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES copying django/contrib/sessions/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ast creating build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES copying django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES copying django/contrib/sessions/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/az creating build/lib/django/contrib/sessions/locale/az/LC_MESSAGES copying django/contrib/sessions/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/az/LC_MESSAGES copying django/contrib/sessions/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/az/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/be creating build/lib/django/contrib/sessions/locale/be/LC_MESSAGES copying django/contrib/sessions/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/be/LC_MESSAGES copying django/contrib/sessions/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/be/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/bg creating build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES copying django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES copying django/contrib/sessions/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/bn creating build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES copying django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES copying django/contrib/sessions/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/br creating build/lib/django/contrib/sessions/locale/br/LC_MESSAGES copying django/contrib/sessions/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/br/LC_MESSAGES copying django/contrib/sessions/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/br/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/bs creating build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES copying django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES copying django/contrib/sessions/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ca creating build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES copying django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES copying django/contrib/sessions/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/cs creating build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES copying django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES copying django/contrib/sessions/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/cy creating build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES copying django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES copying django/contrib/sessions/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/da creating build/lib/django/contrib/sessions/locale/da/LC_MESSAGES copying django/contrib/sessions/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/da/LC_MESSAGES copying django/contrib/sessions/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/da/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/de creating build/lib/django/contrib/sessions/locale/de/LC_MESSAGES copying django/contrib/sessions/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/de/LC_MESSAGES copying django/contrib/sessions/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/de/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/dsb creating build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES copying django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES copying django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/el creating build/lib/django/contrib/sessions/locale/el/LC_MESSAGES copying django/contrib/sessions/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/el/LC_MESSAGES copying django/contrib/sessions/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/el/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/en creating build/lib/django/contrib/sessions/locale/en/LC_MESSAGES copying django/contrib/sessions/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/en/LC_MESSAGES copying django/contrib/sessions/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/en/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/en_AU creating build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/en_GB creating build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/eo creating build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES copying django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES copying django/contrib/sessions/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es creating build/lib/django/contrib/sessions/locale/es/LC_MESSAGES copying django/contrib/sessions/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es/LC_MESSAGES copying django/contrib/sessions/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_AR creating build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_CO creating build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_MX creating build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/es_VE creating build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/et creating build/lib/django/contrib/sessions/locale/et/LC_MESSAGES copying django/contrib/sessions/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/et/LC_MESSAGES copying django/contrib/sessions/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/et/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/eu creating build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES copying django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES copying django/contrib/sessions/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fa creating build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES copying django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES copying django/contrib/sessions/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fi creating build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES copying django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES copying django/contrib/sessions/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fr creating build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES copying django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES copying django/contrib/sessions/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/fy creating build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES copying django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES copying django/contrib/sessions/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ga creating build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES copying django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES copying django/contrib/sessions/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/gd creating build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES copying django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES copying django/contrib/sessions/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/gl creating build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES copying django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES copying django/contrib/sessions/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/he creating build/lib/django/contrib/sessions/locale/he/LC_MESSAGES copying django/contrib/sessions/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/he/LC_MESSAGES copying django/contrib/sessions/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/he/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hi creating build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES copying django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES copying django/contrib/sessions/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hr creating build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES copying django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES copying django/contrib/sessions/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hsb creating build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES copying django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES copying django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hu creating build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES copying django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES copying django/contrib/sessions/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/hy creating build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES copying django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES copying django/contrib/sessions/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ia creating build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES copying django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES copying django/contrib/sessions/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/id creating build/lib/django/contrib/sessions/locale/id/LC_MESSAGES copying django/contrib/sessions/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/id/LC_MESSAGES copying django/contrib/sessions/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/id/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/io creating build/lib/django/contrib/sessions/locale/io/LC_MESSAGES copying django/contrib/sessions/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/io/LC_MESSAGES copying django/contrib/sessions/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/io/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/is creating build/lib/django/contrib/sessions/locale/is/LC_MESSAGES copying django/contrib/sessions/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/is/LC_MESSAGES copying django/contrib/sessions/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/is/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/it creating build/lib/django/contrib/sessions/locale/it/LC_MESSAGES copying django/contrib/sessions/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/it/LC_MESSAGES copying django/contrib/sessions/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/it/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ja creating build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES copying django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES copying django/contrib/sessions/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ka creating build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES copying django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES copying django/contrib/sessions/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/kab creating build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES copying django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES copying django/contrib/sessions/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/kk creating build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES copying django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES copying django/contrib/sessions/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/km creating build/lib/django/contrib/sessions/locale/km/LC_MESSAGES copying django/contrib/sessions/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/km/LC_MESSAGES copying django/contrib/sessions/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/km/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/kn creating build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES copying django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES copying django/contrib/sessions/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ko creating build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES copying django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES copying django/contrib/sessions/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/lb creating build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES copying django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES copying django/contrib/sessions/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/lt creating build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES copying django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES copying django/contrib/sessions/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/lv creating build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES copying django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES copying django/contrib/sessions/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/mk creating build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES copying django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES copying django/contrib/sessions/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ml creating build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES copying django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES copying django/contrib/sessions/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/mn creating build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES copying django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES copying django/contrib/sessions/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/mr creating build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES copying django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES copying django/contrib/sessions/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/my creating build/lib/django/contrib/sessions/locale/my/LC_MESSAGES copying django/contrib/sessions/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/my/LC_MESSAGES copying django/contrib/sessions/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/my/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/nb creating build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES copying django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES copying django/contrib/sessions/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ne creating build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES copying django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES copying django/contrib/sessions/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/nl creating build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES copying django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES copying django/contrib/sessions/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/nn creating build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES copying django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES copying django/contrib/sessions/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/os creating build/lib/django/contrib/sessions/locale/os/LC_MESSAGES copying django/contrib/sessions/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/os/LC_MESSAGES copying django/contrib/sessions/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/os/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pa creating build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES copying django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES copying django/contrib/sessions/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pl creating build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES copying django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES copying django/contrib/sessions/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pt creating build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES copying django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES copying django/contrib/sessions/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/pt_BR creating build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ro creating build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES copying django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES copying django/contrib/sessions/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ru creating build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES copying django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES copying django/contrib/sessions/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sk creating build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES copying django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES copying django/contrib/sessions/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sl creating build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES copying django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES copying django/contrib/sessions/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sq creating build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES copying django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES copying django/contrib/sessions/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sr creating build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES copying django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES copying django/contrib/sessions/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sr_Latn creating build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sv creating build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES copying django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES copying django/contrib/sessions/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/sw creating build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES copying django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES copying django/contrib/sessions/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ta creating build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES copying django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES copying django/contrib/sessions/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/te creating build/lib/django/contrib/sessions/locale/te/LC_MESSAGES copying django/contrib/sessions/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/te/LC_MESSAGES copying django/contrib/sessions/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/te/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/th creating build/lib/django/contrib/sessions/locale/th/LC_MESSAGES copying django/contrib/sessions/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/th/LC_MESSAGES copying django/contrib/sessions/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/th/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/tr creating build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES copying django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES copying django/contrib/sessions/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/tt creating build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES copying django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES copying django/contrib/sessions/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/udm creating build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES copying django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES copying django/contrib/sessions/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/uk creating build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES copying django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES copying django/contrib/sessions/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/ur creating build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES copying django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES copying django/contrib/sessions/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/uz creating build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES copying django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES copying django/contrib/sessions/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/vi creating build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES copying django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES copying django/contrib/sessions/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/zh_Hans creating build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/sessions/locale/zh_Hant creating build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/sessions/management creating build/lib/django/contrib/sessions/management/commands copying django/contrib/sessions/management/commands/clearsessions.py -> build/lib/django/contrib/sessions/management/commands creating build/lib/django/contrib/flatpages/locale creating build/lib/django/contrib/flatpages/locale/af creating build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES copying django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES copying django/contrib/flatpages/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ar creating build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES copying django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES copying django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ast creating build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES copying django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES copying django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/az creating build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES copying django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES copying django/contrib/flatpages/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/be creating build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES copying django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES copying django/contrib/flatpages/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/bg creating build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES copying django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES copying django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/bn creating build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES copying django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES copying django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/br creating build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES copying django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES copying django/contrib/flatpages/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/bs creating build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES copying django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES copying django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ca creating build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES copying django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES copying django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/cs creating build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES copying django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES copying django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/cy creating build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES copying django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES copying django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/da creating build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES copying django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES copying django/contrib/flatpages/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/de creating build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES copying django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES copying django/contrib/flatpages/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/dsb creating build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/el creating build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES copying django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES copying django/contrib/flatpages/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/en creating build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES copying django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES copying django/contrib/flatpages/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/en_AU creating build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/en_GB creating build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/eo creating build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES copying django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES copying django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es creating build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES copying django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES copying django/contrib/flatpages/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_AR creating build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_CO creating build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_MX creating build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/es_VE creating build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/et creating build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES copying django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES copying django/contrib/flatpages/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/eu creating build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES copying django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES copying django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fa creating build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES copying django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES copying django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fi creating build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES copying django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES copying django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fr creating build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES copying django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES copying django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/fy creating build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES copying django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES copying django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ga creating build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES copying django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES copying django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/gd creating build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES copying django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES copying django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/gl creating build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES copying django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES copying django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/he creating build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES copying django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES copying django/contrib/flatpages/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hi creating build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES copying django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES copying django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hr creating build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES copying django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES copying django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hsb creating build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hu creating build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES copying django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES copying django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/hy creating build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES copying django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES copying django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ia creating build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES copying django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES copying django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/id creating build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES copying django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES copying django/contrib/flatpages/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/io creating build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES copying django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES copying django/contrib/flatpages/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/is creating build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES copying django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES copying django/contrib/flatpages/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/it creating build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES copying django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES copying django/contrib/flatpages/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ja creating build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES copying django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES copying django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ka creating build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES copying django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES copying django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/kk creating build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES copying django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES copying django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/km creating build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES copying django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES copying django/contrib/flatpages/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/kn creating build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES copying django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES copying django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ko creating build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES copying django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES copying django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/lb creating build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES copying django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES copying django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/lt creating build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES copying django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES copying django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/lv creating build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES copying django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES copying django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/mk creating build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES copying django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES copying django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ml creating build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES copying django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES copying django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/mn creating build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES copying django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES copying django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/mr creating build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES copying django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES copying django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/my creating build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES copying django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES copying django/contrib/flatpages/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/nb creating build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES copying django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES copying django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ne creating build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES copying django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES copying django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/nl creating build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES copying django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES copying django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/nn creating build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES copying django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES copying django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/os creating build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES copying django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES copying django/contrib/flatpages/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pa creating build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES copying django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES copying django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pl creating build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES copying django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES copying django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pt creating build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES copying django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES copying django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/pt_BR creating build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ro creating build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES copying django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES copying django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ru creating build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES copying django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES copying django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sk creating build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES copying django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES copying django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sl creating build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES copying django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES copying django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sq creating build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES copying django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES copying django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sr creating build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES copying django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES copying django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sr_Latn creating build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sv creating build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES copying django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES copying django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/sw creating build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES copying django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES copying django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ta creating build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES copying django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES copying django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/te creating build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES copying django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES copying django/contrib/flatpages/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/th creating build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES copying django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES copying django/contrib/flatpages/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/tr creating build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES copying django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES copying django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/tt creating build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES copying django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES copying django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/udm creating build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES copying django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES copying django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/uk creating build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES copying django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES copying django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/ur creating build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES copying django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES copying django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/vi creating build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES copying django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES copying django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/zh_Hans creating build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/flatpages/locale/zh_Hant creating build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale creating build/lib/django/contrib/contenttypes/locale/af creating build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES copying django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES copying django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ar creating build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ast creating build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/az creating build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES copying django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES copying django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/be creating build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES copying django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES copying django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/bg creating build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/bn creating build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/br creating build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES copying django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES copying django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/bs creating build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ca creating build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/cs creating build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/cy creating build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/da creating build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES copying django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES copying django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/de creating build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES copying django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES copying django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/dsb creating build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/el creating build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES copying django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES copying django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/en creating build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES copying django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES copying django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/en_AU creating build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/en_GB creating build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/eo creating build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es creating build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES copying django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES copying django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_AR creating build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_CO creating build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_MX creating build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/es_VE creating build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/et creating build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES copying django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES copying django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/eu creating build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fa creating build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fi creating build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fr creating build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/fy creating build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ga creating build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/gd creating build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/gl creating build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/he creating build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES copying django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES copying django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hi creating build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hr creating build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hsb creating build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hu creating build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/hy creating build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ia creating build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/id creating build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES copying django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES copying django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/io creating build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES copying django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES copying django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/is creating build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES copying django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES copying django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/it creating build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES copying django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES copying django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ja creating build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ka creating build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/kk creating build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/km creating build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES copying django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES copying django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/kn creating build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ko creating build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/lb creating build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/lt creating build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/lv creating build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/mk creating build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ml creating build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/mn creating build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/mr creating build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/my creating build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES copying django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES copying django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/nb creating build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ne creating build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/nl creating build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/nn creating build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/os creating build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES copying django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES copying django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pa creating build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pl creating build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pt creating build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/pt_BR creating build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ro creating build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ru creating build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sk creating build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sl creating build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sq creating build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sr creating build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sr_Latn creating build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sv creating build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/sw creating build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ta creating build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/te creating build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES copying django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES copying django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/th creating build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES copying django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES copying django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/tr creating build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/tt creating build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/udm creating build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/uk creating build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/ur creating build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/vi creating build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/zh_Hans creating build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/contenttypes/locale/zh_Hant creating build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/humanize/locale creating build/lib/django/contrib/humanize/locale/af creating build/lib/django/contrib/humanize/locale/af/LC_MESSAGES copying django/contrib/humanize/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/af/LC_MESSAGES copying django/contrib/humanize/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/af/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ar creating build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES copying django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES copying django/contrib/humanize/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ast creating build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES copying django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES copying django/contrib/humanize/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/az creating build/lib/django/contrib/humanize/locale/az/LC_MESSAGES copying django/contrib/humanize/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/az/LC_MESSAGES copying django/contrib/humanize/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/az/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/be creating build/lib/django/contrib/humanize/locale/be/LC_MESSAGES copying django/contrib/humanize/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/be/LC_MESSAGES copying django/contrib/humanize/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/be/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/bg creating build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES copying django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES copying django/contrib/humanize/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/bn creating build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES copying django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES copying django/contrib/humanize/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/br creating build/lib/django/contrib/humanize/locale/br/LC_MESSAGES copying django/contrib/humanize/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/br/LC_MESSAGES copying django/contrib/humanize/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/br/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/bs creating build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES copying django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES copying django/contrib/humanize/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ca creating build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES copying django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES copying django/contrib/humanize/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/cs creating build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES copying django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES copying django/contrib/humanize/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/cy creating build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES copying django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES copying django/contrib/humanize/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/da creating build/lib/django/contrib/humanize/locale/da/LC_MESSAGES copying django/contrib/humanize/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/da/LC_MESSAGES copying django/contrib/humanize/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/da/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/de creating build/lib/django/contrib/humanize/locale/de/LC_MESSAGES copying django/contrib/humanize/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/de/LC_MESSAGES copying django/contrib/humanize/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/de/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/dsb creating build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES copying django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES copying django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/el creating build/lib/django/contrib/humanize/locale/el/LC_MESSAGES copying django/contrib/humanize/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/el/LC_MESSAGES copying django/contrib/humanize/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/el/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/en creating build/lib/django/contrib/humanize/locale/en/LC_MESSAGES copying django/contrib/humanize/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/en/LC_MESSAGES copying django/contrib/humanize/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/en/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/en_AU creating build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/en_GB creating build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/eo creating build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES copying django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES copying django/contrib/humanize/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es creating build/lib/django/contrib/humanize/locale/es/LC_MESSAGES copying django/contrib/humanize/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es/LC_MESSAGES copying django/contrib/humanize/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_AR creating build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_CO creating build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_MX creating build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/es_VE creating build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/et creating build/lib/django/contrib/humanize/locale/et/LC_MESSAGES copying django/contrib/humanize/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/et/LC_MESSAGES copying django/contrib/humanize/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/et/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/eu creating build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES copying django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES copying django/contrib/humanize/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fa creating build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES copying django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES copying django/contrib/humanize/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fi creating build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES copying django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES copying django/contrib/humanize/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fr creating build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES copying django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES copying django/contrib/humanize/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/fy creating build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES copying django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES copying django/contrib/humanize/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ga creating build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES copying django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES copying django/contrib/humanize/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/gd creating build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES copying django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES copying django/contrib/humanize/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/gl creating build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES copying django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES copying django/contrib/humanize/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/he creating build/lib/django/contrib/humanize/locale/he/LC_MESSAGES copying django/contrib/humanize/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/he/LC_MESSAGES copying django/contrib/humanize/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/he/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hi creating build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES copying django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES copying django/contrib/humanize/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hr creating build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES copying django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES copying django/contrib/humanize/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hsb creating build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES copying django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES copying django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hu creating build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES copying django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES copying django/contrib/humanize/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/hy creating build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES copying django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES copying django/contrib/humanize/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ia creating build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES copying django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES copying django/contrib/humanize/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/id creating build/lib/django/contrib/humanize/locale/id/LC_MESSAGES copying django/contrib/humanize/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/id/LC_MESSAGES copying django/contrib/humanize/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/id/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/io creating build/lib/django/contrib/humanize/locale/io/LC_MESSAGES copying django/contrib/humanize/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/io/LC_MESSAGES copying django/contrib/humanize/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/io/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/is creating build/lib/django/contrib/humanize/locale/is/LC_MESSAGES copying django/contrib/humanize/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/is/LC_MESSAGES copying django/contrib/humanize/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/is/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/it creating build/lib/django/contrib/humanize/locale/it/LC_MESSAGES copying django/contrib/humanize/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/it/LC_MESSAGES copying django/contrib/humanize/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/it/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ja creating build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES copying django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES copying django/contrib/humanize/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ka creating build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES copying django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES copying django/contrib/humanize/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/kk creating build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES copying django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES copying django/contrib/humanize/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/km creating build/lib/django/contrib/humanize/locale/km/LC_MESSAGES copying django/contrib/humanize/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/km/LC_MESSAGES copying django/contrib/humanize/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/km/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/kn creating build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES copying django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES copying django/contrib/humanize/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ko creating build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES copying django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES copying django/contrib/humanize/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/lb creating build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES copying django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES copying django/contrib/humanize/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/lt creating build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES copying django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES copying django/contrib/humanize/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/lv creating build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES copying django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES copying django/contrib/humanize/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/mk creating build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES copying django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES copying django/contrib/humanize/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ml creating build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES copying django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES copying django/contrib/humanize/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/mn creating build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES copying django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES copying django/contrib/humanize/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/mr creating build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES copying django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES copying django/contrib/humanize/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ms creating build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES copying django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES copying django/contrib/humanize/locale/ms/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/my creating build/lib/django/contrib/humanize/locale/my/LC_MESSAGES copying django/contrib/humanize/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/my/LC_MESSAGES copying django/contrib/humanize/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/my/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/nb creating build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES copying django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES copying django/contrib/humanize/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ne creating build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES copying django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES copying django/contrib/humanize/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/nl creating build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES copying django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES copying django/contrib/humanize/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/nn creating build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES copying django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES copying django/contrib/humanize/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/os creating build/lib/django/contrib/humanize/locale/os/LC_MESSAGES copying django/contrib/humanize/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/os/LC_MESSAGES copying django/contrib/humanize/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/os/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pa creating build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES copying django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES copying django/contrib/humanize/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pl creating build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES copying django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES copying django/contrib/humanize/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pt creating build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES copying django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES copying django/contrib/humanize/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/pt_BR creating build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ro creating build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES copying django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES copying django/contrib/humanize/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ru creating build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES copying django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES copying django/contrib/humanize/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sk creating build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES copying django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES copying django/contrib/humanize/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sl creating build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES copying django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES copying django/contrib/humanize/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sq creating build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES copying django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES copying django/contrib/humanize/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sr creating build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES copying django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES copying django/contrib/humanize/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sr_Latn creating build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sv creating build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES copying django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES copying django/contrib/humanize/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/sw creating build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES copying django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES copying django/contrib/humanize/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ta creating build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES copying django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES copying django/contrib/humanize/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/te creating build/lib/django/contrib/humanize/locale/te/LC_MESSAGES copying django/contrib/humanize/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/te/LC_MESSAGES copying django/contrib/humanize/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/te/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/th creating build/lib/django/contrib/humanize/locale/th/LC_MESSAGES copying django/contrib/humanize/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/th/LC_MESSAGES copying django/contrib/humanize/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/th/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/tr creating build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES copying django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES copying django/contrib/humanize/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/tt creating build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES copying django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES copying django/contrib/humanize/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/udm creating build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES copying django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES copying django/contrib/humanize/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/uk creating build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES copying django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES copying django/contrib/humanize/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/ur creating build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES copying django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES copying django/contrib/humanize/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/uz creating build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES copying django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES copying django/contrib/humanize/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/vi creating build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES copying django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES copying django/contrib/humanize/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/zh_Hans creating build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/humanize/locale/zh_Hant creating build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying django/contrib/auth/common-passwords.txt.gz -> build/lib/django/contrib/auth creating build/lib/django/contrib/auth/locale creating build/lib/django/contrib/auth/locale/af creating build/lib/django/contrib/auth/locale/af/LC_MESSAGES copying django/contrib/auth/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/af/LC_MESSAGES copying django/contrib/auth/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/af/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ar creating build/lib/django/contrib/auth/locale/ar/LC_MESSAGES copying django/contrib/auth/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ar/LC_MESSAGES copying django/contrib/auth/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ar/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ast creating build/lib/django/contrib/auth/locale/ast/LC_MESSAGES copying django/contrib/auth/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ast/LC_MESSAGES copying django/contrib/auth/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ast/LC_MESSAGES creating build/lib/django/contrib/auth/locale/az creating build/lib/django/contrib/auth/locale/az/LC_MESSAGES copying django/contrib/auth/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/az/LC_MESSAGES copying django/contrib/auth/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/az/LC_MESSAGES creating build/lib/django/contrib/auth/locale/be creating build/lib/django/contrib/auth/locale/be/LC_MESSAGES copying django/contrib/auth/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/be/LC_MESSAGES copying django/contrib/auth/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/be/LC_MESSAGES creating build/lib/django/contrib/auth/locale/bg creating build/lib/django/contrib/auth/locale/bg/LC_MESSAGES copying django/contrib/auth/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/bg/LC_MESSAGES copying django/contrib/auth/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/bg/LC_MESSAGES creating build/lib/django/contrib/auth/locale/bn creating build/lib/django/contrib/auth/locale/bn/LC_MESSAGES copying django/contrib/auth/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/bn/LC_MESSAGES copying django/contrib/auth/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/bn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/br creating build/lib/django/contrib/auth/locale/br/LC_MESSAGES copying django/contrib/auth/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/br/LC_MESSAGES copying django/contrib/auth/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/br/LC_MESSAGES creating build/lib/django/contrib/auth/locale/bs creating build/lib/django/contrib/auth/locale/bs/LC_MESSAGES copying django/contrib/auth/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/bs/LC_MESSAGES copying django/contrib/auth/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/bs/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ca creating build/lib/django/contrib/auth/locale/ca/LC_MESSAGES copying django/contrib/auth/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ca/LC_MESSAGES copying django/contrib/auth/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ca/LC_MESSAGES creating build/lib/django/contrib/auth/locale/cs creating build/lib/django/contrib/auth/locale/cs/LC_MESSAGES copying django/contrib/auth/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/cs/LC_MESSAGES copying django/contrib/auth/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/cs/LC_MESSAGES creating build/lib/django/contrib/auth/locale/cy creating build/lib/django/contrib/auth/locale/cy/LC_MESSAGES copying django/contrib/auth/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/cy/LC_MESSAGES copying django/contrib/auth/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/cy/LC_MESSAGES creating build/lib/django/contrib/auth/locale/da creating build/lib/django/contrib/auth/locale/da/LC_MESSAGES copying django/contrib/auth/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/da/LC_MESSAGES copying django/contrib/auth/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/da/LC_MESSAGES creating build/lib/django/contrib/auth/locale/de creating build/lib/django/contrib/auth/locale/de/LC_MESSAGES copying django/contrib/auth/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/de/LC_MESSAGES copying django/contrib/auth/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/de/LC_MESSAGES creating build/lib/django/contrib/auth/locale/dsb creating build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES copying django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES copying django/contrib/auth/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/el creating build/lib/django/contrib/auth/locale/el/LC_MESSAGES copying django/contrib/auth/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/el/LC_MESSAGES copying django/contrib/auth/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/el/LC_MESSAGES creating build/lib/django/contrib/auth/locale/en creating build/lib/django/contrib/auth/locale/en/LC_MESSAGES copying django/contrib/auth/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/en/LC_MESSAGES copying django/contrib/auth/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/en/LC_MESSAGES creating build/lib/django/contrib/auth/locale/en_AU creating build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES copying django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES copying django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/auth/locale/en_GB creating build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES copying django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES copying django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/auth/locale/eo creating build/lib/django/contrib/auth/locale/eo/LC_MESSAGES copying django/contrib/auth/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/eo/LC_MESSAGES copying django/contrib/auth/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/eo/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es creating build/lib/django/contrib/auth/locale/es/LC_MESSAGES copying django/contrib/auth/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es/LC_MESSAGES copying django/contrib/auth/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_AR creating build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES copying django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES copying django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_CO creating build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES copying django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES copying django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_MX creating build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES copying django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES copying django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/auth/locale/es_VE creating build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES copying django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES copying django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/auth/locale/et creating build/lib/django/contrib/auth/locale/et/LC_MESSAGES copying django/contrib/auth/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/et/LC_MESSAGES copying django/contrib/auth/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/et/LC_MESSAGES creating build/lib/django/contrib/auth/locale/eu creating build/lib/django/contrib/auth/locale/eu/LC_MESSAGES copying django/contrib/auth/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/eu/LC_MESSAGES copying django/contrib/auth/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/eu/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fa creating build/lib/django/contrib/auth/locale/fa/LC_MESSAGES copying django/contrib/auth/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fa/LC_MESSAGES copying django/contrib/auth/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fa/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fi creating build/lib/django/contrib/auth/locale/fi/LC_MESSAGES copying django/contrib/auth/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fi/LC_MESSAGES copying django/contrib/auth/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fi/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fr creating build/lib/django/contrib/auth/locale/fr/LC_MESSAGES copying django/contrib/auth/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fr/LC_MESSAGES copying django/contrib/auth/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/fy creating build/lib/django/contrib/auth/locale/fy/LC_MESSAGES copying django/contrib/auth/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/fy/LC_MESSAGES copying django/contrib/auth/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/fy/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ga creating build/lib/django/contrib/auth/locale/ga/LC_MESSAGES copying django/contrib/auth/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ga/LC_MESSAGES copying django/contrib/auth/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ga/LC_MESSAGES creating build/lib/django/contrib/auth/locale/gd creating build/lib/django/contrib/auth/locale/gd/LC_MESSAGES copying django/contrib/auth/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/gd/LC_MESSAGES copying django/contrib/auth/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/gd/LC_MESSAGES creating build/lib/django/contrib/auth/locale/gl creating build/lib/django/contrib/auth/locale/gl/LC_MESSAGES copying django/contrib/auth/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/gl/LC_MESSAGES copying django/contrib/auth/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/gl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/he creating build/lib/django/contrib/auth/locale/he/LC_MESSAGES copying django/contrib/auth/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/he/LC_MESSAGES copying django/contrib/auth/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/he/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hi creating build/lib/django/contrib/auth/locale/hi/LC_MESSAGES copying django/contrib/auth/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hi/LC_MESSAGES copying django/contrib/auth/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hi/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hr creating build/lib/django/contrib/auth/locale/hr/LC_MESSAGES copying django/contrib/auth/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hr/LC_MESSAGES copying django/contrib/auth/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hsb creating build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES copying django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES copying django/contrib/auth/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hu creating build/lib/django/contrib/auth/locale/hu/LC_MESSAGES copying django/contrib/auth/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hu/LC_MESSAGES copying django/contrib/auth/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hu/LC_MESSAGES creating build/lib/django/contrib/auth/locale/hy creating build/lib/django/contrib/auth/locale/hy/LC_MESSAGES copying django/contrib/auth/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/hy/LC_MESSAGES copying django/contrib/auth/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/hy/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ia creating build/lib/django/contrib/auth/locale/ia/LC_MESSAGES copying django/contrib/auth/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ia/LC_MESSAGES copying django/contrib/auth/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ia/LC_MESSAGES creating build/lib/django/contrib/auth/locale/id creating build/lib/django/contrib/auth/locale/id/LC_MESSAGES copying django/contrib/auth/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/id/LC_MESSAGES copying django/contrib/auth/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/id/LC_MESSAGES creating build/lib/django/contrib/auth/locale/io creating build/lib/django/contrib/auth/locale/io/LC_MESSAGES copying django/contrib/auth/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/io/LC_MESSAGES copying django/contrib/auth/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/io/LC_MESSAGES creating build/lib/django/contrib/auth/locale/is creating build/lib/django/contrib/auth/locale/is/LC_MESSAGES copying django/contrib/auth/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/is/LC_MESSAGES copying django/contrib/auth/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/is/LC_MESSAGES creating build/lib/django/contrib/auth/locale/it creating build/lib/django/contrib/auth/locale/it/LC_MESSAGES copying django/contrib/auth/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/it/LC_MESSAGES copying django/contrib/auth/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/it/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ja creating build/lib/django/contrib/auth/locale/ja/LC_MESSAGES copying django/contrib/auth/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ja/LC_MESSAGES copying django/contrib/auth/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ja/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ka creating build/lib/django/contrib/auth/locale/ka/LC_MESSAGES copying django/contrib/auth/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ka/LC_MESSAGES copying django/contrib/auth/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ka/LC_MESSAGES creating build/lib/django/contrib/auth/locale/kab creating build/lib/django/contrib/auth/locale/kab/LC_MESSAGES copying django/contrib/auth/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/kab/LC_MESSAGES copying django/contrib/auth/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/kab/LC_MESSAGES creating build/lib/django/contrib/auth/locale/kk creating build/lib/django/contrib/auth/locale/kk/LC_MESSAGES copying django/contrib/auth/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/kk/LC_MESSAGES copying django/contrib/auth/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/kk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/km creating build/lib/django/contrib/auth/locale/km/LC_MESSAGES copying django/contrib/auth/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/km/LC_MESSAGES copying django/contrib/auth/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/km/LC_MESSAGES creating build/lib/django/contrib/auth/locale/kn creating build/lib/django/contrib/auth/locale/kn/LC_MESSAGES copying django/contrib/auth/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/kn/LC_MESSAGES copying django/contrib/auth/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/kn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ko creating build/lib/django/contrib/auth/locale/ko/LC_MESSAGES copying django/contrib/auth/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ko/LC_MESSAGES copying django/contrib/auth/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ko/LC_MESSAGES creating build/lib/django/contrib/auth/locale/lb creating build/lib/django/contrib/auth/locale/lb/LC_MESSAGES copying django/contrib/auth/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/lb/LC_MESSAGES copying django/contrib/auth/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/lb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/lt creating build/lib/django/contrib/auth/locale/lt/LC_MESSAGES copying django/contrib/auth/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/lt/LC_MESSAGES copying django/contrib/auth/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/lt/LC_MESSAGES creating build/lib/django/contrib/auth/locale/lv creating build/lib/django/contrib/auth/locale/lv/LC_MESSAGES copying django/contrib/auth/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/lv/LC_MESSAGES copying django/contrib/auth/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/lv/LC_MESSAGES creating build/lib/django/contrib/auth/locale/mk creating build/lib/django/contrib/auth/locale/mk/LC_MESSAGES copying django/contrib/auth/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/mk/LC_MESSAGES copying django/contrib/auth/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/mk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ml creating build/lib/django/contrib/auth/locale/ml/LC_MESSAGES copying django/contrib/auth/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ml/LC_MESSAGES copying django/contrib/auth/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ml/LC_MESSAGES creating build/lib/django/contrib/auth/locale/mn creating build/lib/django/contrib/auth/locale/mn/LC_MESSAGES copying django/contrib/auth/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/mn/LC_MESSAGES copying django/contrib/auth/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/mn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/mr creating build/lib/django/contrib/auth/locale/mr/LC_MESSAGES copying django/contrib/auth/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/mr/LC_MESSAGES copying django/contrib/auth/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/mr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/my creating build/lib/django/contrib/auth/locale/my/LC_MESSAGES copying django/contrib/auth/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/my/LC_MESSAGES copying django/contrib/auth/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/my/LC_MESSAGES creating build/lib/django/contrib/auth/locale/nb creating build/lib/django/contrib/auth/locale/nb/LC_MESSAGES copying django/contrib/auth/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/nb/LC_MESSAGES copying django/contrib/auth/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/nb/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ne creating build/lib/django/contrib/auth/locale/ne/LC_MESSAGES copying django/contrib/auth/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ne/LC_MESSAGES copying django/contrib/auth/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ne/LC_MESSAGES creating build/lib/django/contrib/auth/locale/nl creating build/lib/django/contrib/auth/locale/nl/LC_MESSAGES copying django/contrib/auth/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/nl/LC_MESSAGES copying django/contrib/auth/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/nl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/nn creating build/lib/django/contrib/auth/locale/nn/LC_MESSAGES copying django/contrib/auth/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/nn/LC_MESSAGES copying django/contrib/auth/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/nn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/os creating build/lib/django/contrib/auth/locale/os/LC_MESSAGES copying django/contrib/auth/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/os/LC_MESSAGES copying django/contrib/auth/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/os/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pa creating build/lib/django/contrib/auth/locale/pa/LC_MESSAGES copying django/contrib/auth/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pa/LC_MESSAGES copying django/contrib/auth/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pa/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pl creating build/lib/django/contrib/auth/locale/pl/LC_MESSAGES copying django/contrib/auth/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pl/LC_MESSAGES copying django/contrib/auth/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pt creating build/lib/django/contrib/auth/locale/pt/LC_MESSAGES copying django/contrib/auth/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pt/LC_MESSAGES copying django/contrib/auth/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pt/LC_MESSAGES creating build/lib/django/contrib/auth/locale/pt_BR creating build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ro creating build/lib/django/contrib/auth/locale/ro/LC_MESSAGES copying django/contrib/auth/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ro/LC_MESSAGES copying django/contrib/auth/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ro/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ru creating build/lib/django/contrib/auth/locale/ru/LC_MESSAGES copying django/contrib/auth/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ru/LC_MESSAGES copying django/contrib/auth/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ru/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sk creating build/lib/django/contrib/auth/locale/sk/LC_MESSAGES copying django/contrib/auth/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sk/LC_MESSAGES copying django/contrib/auth/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sl creating build/lib/django/contrib/auth/locale/sl/LC_MESSAGES copying django/contrib/auth/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sl/LC_MESSAGES copying django/contrib/auth/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sl/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sq creating build/lib/django/contrib/auth/locale/sq/LC_MESSAGES copying django/contrib/auth/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sq/LC_MESSAGES copying django/contrib/auth/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sq/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sr creating build/lib/django/contrib/auth/locale/sr/LC_MESSAGES copying django/contrib/auth/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sr/LC_MESSAGES copying django/contrib/auth/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sr_Latn creating build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sv creating build/lib/django/contrib/auth/locale/sv/LC_MESSAGES copying django/contrib/auth/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sv/LC_MESSAGES copying django/contrib/auth/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sv/LC_MESSAGES creating build/lib/django/contrib/auth/locale/sw creating build/lib/django/contrib/auth/locale/sw/LC_MESSAGES copying django/contrib/auth/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/sw/LC_MESSAGES copying django/contrib/auth/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/sw/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ta creating build/lib/django/contrib/auth/locale/ta/LC_MESSAGES copying django/contrib/auth/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ta/LC_MESSAGES copying django/contrib/auth/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ta/LC_MESSAGES creating build/lib/django/contrib/auth/locale/te creating build/lib/django/contrib/auth/locale/te/LC_MESSAGES copying django/contrib/auth/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/te/LC_MESSAGES copying django/contrib/auth/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/te/LC_MESSAGES creating build/lib/django/contrib/auth/locale/th creating build/lib/django/contrib/auth/locale/th/LC_MESSAGES copying django/contrib/auth/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/th/LC_MESSAGES copying django/contrib/auth/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/th/LC_MESSAGES creating build/lib/django/contrib/auth/locale/tr creating build/lib/django/contrib/auth/locale/tr/LC_MESSAGES copying django/contrib/auth/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/tr/LC_MESSAGES copying django/contrib/auth/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/tr/LC_MESSAGES creating build/lib/django/contrib/auth/locale/tt creating build/lib/django/contrib/auth/locale/tt/LC_MESSAGES copying django/contrib/auth/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/tt/LC_MESSAGES copying django/contrib/auth/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/tt/LC_MESSAGES creating build/lib/django/contrib/auth/locale/udm creating build/lib/django/contrib/auth/locale/udm/LC_MESSAGES copying django/contrib/auth/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/udm/LC_MESSAGES copying django/contrib/auth/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/udm/LC_MESSAGES creating build/lib/django/contrib/auth/locale/uk creating build/lib/django/contrib/auth/locale/uk/LC_MESSAGES copying django/contrib/auth/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/uk/LC_MESSAGES copying django/contrib/auth/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/uk/LC_MESSAGES creating build/lib/django/contrib/auth/locale/ur creating build/lib/django/contrib/auth/locale/ur/LC_MESSAGES copying django/contrib/auth/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/ur/LC_MESSAGES copying django/contrib/auth/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/ur/LC_MESSAGES creating build/lib/django/contrib/auth/locale/uz creating build/lib/django/contrib/auth/locale/uz/LC_MESSAGES copying django/contrib/auth/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/uz/LC_MESSAGES copying django/contrib/auth/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/uz/LC_MESSAGES creating build/lib/django/contrib/auth/locale/vi creating build/lib/django/contrib/auth/locale/vi/LC_MESSAGES copying django/contrib/auth/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/vi/LC_MESSAGES copying django/contrib/auth/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/vi/LC_MESSAGES creating build/lib/django/contrib/auth/locale/zh_Hans creating build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/auth/locale/zh_Hant creating build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/auth/templates creating build/lib/django/contrib/auth/templates/auth creating build/lib/django/contrib/auth/templates/auth/widgets copying django/contrib/auth/templates/auth/widgets/read_only_password_hash.html -> build/lib/django/contrib/auth/templates/auth/widgets creating build/lib/django/contrib/auth/templates/registration copying django/contrib/auth/templates/registration/password_reset_subject.txt -> build/lib/django/contrib/auth/templates/registration creating build/lib/django/contrib/staticfiles/management creating build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/collectstatic.py -> build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/findstatic.py -> build/lib/django/contrib/staticfiles/management/commands copying django/contrib/staticfiles/management/commands/runserver.py -> build/lib/django/contrib/staticfiles/management/commands creating build/lib/django/contrib/sites/locale creating build/lib/django/contrib/sites/locale/af creating build/lib/django/contrib/sites/locale/af/LC_MESSAGES copying django/contrib/sites/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/af/LC_MESSAGES copying django/contrib/sites/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/af/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ar creating build/lib/django/contrib/sites/locale/ar/LC_MESSAGES copying django/contrib/sites/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ar/LC_MESSAGES copying django/contrib/sites/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ar/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ast creating build/lib/django/contrib/sites/locale/ast/LC_MESSAGES copying django/contrib/sites/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ast/LC_MESSAGES copying django/contrib/sites/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ast/LC_MESSAGES creating build/lib/django/contrib/sites/locale/az creating build/lib/django/contrib/sites/locale/az/LC_MESSAGES copying django/contrib/sites/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/az/LC_MESSAGES copying django/contrib/sites/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/az/LC_MESSAGES creating build/lib/django/contrib/sites/locale/be creating build/lib/django/contrib/sites/locale/be/LC_MESSAGES copying django/contrib/sites/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/be/LC_MESSAGES copying django/contrib/sites/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/be/LC_MESSAGES creating build/lib/django/contrib/sites/locale/bg creating build/lib/django/contrib/sites/locale/bg/LC_MESSAGES copying django/contrib/sites/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/bg/LC_MESSAGES copying django/contrib/sites/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/bg/LC_MESSAGES creating build/lib/django/contrib/sites/locale/bn creating build/lib/django/contrib/sites/locale/bn/LC_MESSAGES copying django/contrib/sites/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/bn/LC_MESSAGES copying django/contrib/sites/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/bn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/br creating build/lib/django/contrib/sites/locale/br/LC_MESSAGES copying django/contrib/sites/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/br/LC_MESSAGES copying django/contrib/sites/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/br/LC_MESSAGES creating build/lib/django/contrib/sites/locale/bs creating build/lib/django/contrib/sites/locale/bs/LC_MESSAGES copying django/contrib/sites/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/bs/LC_MESSAGES copying django/contrib/sites/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/bs/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ca creating build/lib/django/contrib/sites/locale/ca/LC_MESSAGES copying django/contrib/sites/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ca/LC_MESSAGES copying django/contrib/sites/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ca/LC_MESSAGES creating build/lib/django/contrib/sites/locale/cs creating build/lib/django/contrib/sites/locale/cs/LC_MESSAGES copying django/contrib/sites/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/cs/LC_MESSAGES copying django/contrib/sites/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/cs/LC_MESSAGES creating build/lib/django/contrib/sites/locale/cy creating build/lib/django/contrib/sites/locale/cy/LC_MESSAGES copying django/contrib/sites/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/cy/LC_MESSAGES copying django/contrib/sites/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/cy/LC_MESSAGES creating build/lib/django/contrib/sites/locale/da creating build/lib/django/contrib/sites/locale/da/LC_MESSAGES copying django/contrib/sites/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/da/LC_MESSAGES copying django/contrib/sites/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/da/LC_MESSAGES creating build/lib/django/contrib/sites/locale/de creating build/lib/django/contrib/sites/locale/de/LC_MESSAGES copying django/contrib/sites/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/de/LC_MESSAGES copying django/contrib/sites/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/de/LC_MESSAGES creating build/lib/django/contrib/sites/locale/dsb creating build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES copying django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES copying django/contrib/sites/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/el creating build/lib/django/contrib/sites/locale/el/LC_MESSAGES copying django/contrib/sites/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/el/LC_MESSAGES copying django/contrib/sites/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/el/LC_MESSAGES creating build/lib/django/contrib/sites/locale/en creating build/lib/django/contrib/sites/locale/en/LC_MESSAGES copying django/contrib/sites/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/en/LC_MESSAGES copying django/contrib/sites/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/en/LC_MESSAGES creating build/lib/django/contrib/sites/locale/en_AU creating build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES copying django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES copying django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/sites/locale/en_GB creating build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES copying django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES copying django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/sites/locale/eo creating build/lib/django/contrib/sites/locale/eo/LC_MESSAGES copying django/contrib/sites/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/eo/LC_MESSAGES copying django/contrib/sites/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/eo/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es creating build/lib/django/contrib/sites/locale/es/LC_MESSAGES copying django/contrib/sites/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es/LC_MESSAGES copying django/contrib/sites/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_AR creating build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES copying django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES copying django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_CO creating build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES copying django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES copying django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_MX creating build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES copying django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES copying django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/sites/locale/es_VE creating build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES copying django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES copying django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/sites/locale/et creating build/lib/django/contrib/sites/locale/et/LC_MESSAGES copying django/contrib/sites/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/et/LC_MESSAGES copying django/contrib/sites/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/et/LC_MESSAGES creating build/lib/django/contrib/sites/locale/eu creating build/lib/django/contrib/sites/locale/eu/LC_MESSAGES copying django/contrib/sites/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/eu/LC_MESSAGES copying django/contrib/sites/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/eu/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fa creating build/lib/django/contrib/sites/locale/fa/LC_MESSAGES copying django/contrib/sites/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fa/LC_MESSAGES copying django/contrib/sites/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fa/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fi creating build/lib/django/contrib/sites/locale/fi/LC_MESSAGES copying django/contrib/sites/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fi/LC_MESSAGES copying django/contrib/sites/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fi/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fr creating build/lib/django/contrib/sites/locale/fr/LC_MESSAGES copying django/contrib/sites/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fr/LC_MESSAGES copying django/contrib/sites/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/fy creating build/lib/django/contrib/sites/locale/fy/LC_MESSAGES copying django/contrib/sites/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/fy/LC_MESSAGES copying django/contrib/sites/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/fy/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ga creating build/lib/django/contrib/sites/locale/ga/LC_MESSAGES copying django/contrib/sites/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ga/LC_MESSAGES copying django/contrib/sites/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ga/LC_MESSAGES creating build/lib/django/contrib/sites/locale/gd creating build/lib/django/contrib/sites/locale/gd/LC_MESSAGES copying django/contrib/sites/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/gd/LC_MESSAGES copying django/contrib/sites/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/gd/LC_MESSAGES creating build/lib/django/contrib/sites/locale/gl creating build/lib/django/contrib/sites/locale/gl/LC_MESSAGES copying django/contrib/sites/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/gl/LC_MESSAGES copying django/contrib/sites/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/gl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/he creating build/lib/django/contrib/sites/locale/he/LC_MESSAGES copying django/contrib/sites/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/he/LC_MESSAGES copying django/contrib/sites/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/he/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hi creating build/lib/django/contrib/sites/locale/hi/LC_MESSAGES copying django/contrib/sites/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hi/LC_MESSAGES copying django/contrib/sites/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hi/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hr creating build/lib/django/contrib/sites/locale/hr/LC_MESSAGES copying django/contrib/sites/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hr/LC_MESSAGES copying django/contrib/sites/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hsb creating build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES copying django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES copying django/contrib/sites/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hu creating build/lib/django/contrib/sites/locale/hu/LC_MESSAGES copying django/contrib/sites/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hu/LC_MESSAGES copying django/contrib/sites/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hu/LC_MESSAGES creating build/lib/django/contrib/sites/locale/hy creating build/lib/django/contrib/sites/locale/hy/LC_MESSAGES copying django/contrib/sites/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/hy/LC_MESSAGES copying django/contrib/sites/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/hy/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ia creating build/lib/django/contrib/sites/locale/ia/LC_MESSAGES copying django/contrib/sites/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ia/LC_MESSAGES copying django/contrib/sites/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ia/LC_MESSAGES creating build/lib/django/contrib/sites/locale/id creating build/lib/django/contrib/sites/locale/id/LC_MESSAGES copying django/contrib/sites/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/id/LC_MESSAGES copying django/contrib/sites/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/id/LC_MESSAGES creating build/lib/django/contrib/sites/locale/io creating build/lib/django/contrib/sites/locale/io/LC_MESSAGES copying django/contrib/sites/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/io/LC_MESSAGES copying django/contrib/sites/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/io/LC_MESSAGES creating build/lib/django/contrib/sites/locale/is creating build/lib/django/contrib/sites/locale/is/LC_MESSAGES copying django/contrib/sites/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/is/LC_MESSAGES copying django/contrib/sites/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/is/LC_MESSAGES creating build/lib/django/contrib/sites/locale/it creating build/lib/django/contrib/sites/locale/it/LC_MESSAGES copying django/contrib/sites/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/it/LC_MESSAGES copying django/contrib/sites/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/it/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ja creating build/lib/django/contrib/sites/locale/ja/LC_MESSAGES copying django/contrib/sites/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ja/LC_MESSAGES copying django/contrib/sites/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ja/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ka creating build/lib/django/contrib/sites/locale/ka/LC_MESSAGES copying django/contrib/sites/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ka/LC_MESSAGES copying django/contrib/sites/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ka/LC_MESSAGES creating build/lib/django/contrib/sites/locale/kab creating build/lib/django/contrib/sites/locale/kab/LC_MESSAGES copying django/contrib/sites/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/kab/LC_MESSAGES copying django/contrib/sites/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/kab/LC_MESSAGES creating build/lib/django/contrib/sites/locale/kk creating build/lib/django/contrib/sites/locale/kk/LC_MESSAGES copying django/contrib/sites/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/kk/LC_MESSAGES copying django/contrib/sites/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/kk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/km creating build/lib/django/contrib/sites/locale/km/LC_MESSAGES copying django/contrib/sites/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/km/LC_MESSAGES copying django/contrib/sites/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/km/LC_MESSAGES creating build/lib/django/contrib/sites/locale/kn creating build/lib/django/contrib/sites/locale/kn/LC_MESSAGES copying django/contrib/sites/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/kn/LC_MESSAGES copying django/contrib/sites/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/kn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ko creating build/lib/django/contrib/sites/locale/ko/LC_MESSAGES copying django/contrib/sites/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ko/LC_MESSAGES copying django/contrib/sites/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ko/LC_MESSAGES creating build/lib/django/contrib/sites/locale/lb creating build/lib/django/contrib/sites/locale/lb/LC_MESSAGES copying django/contrib/sites/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/lb/LC_MESSAGES copying django/contrib/sites/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/lb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/lt creating build/lib/django/contrib/sites/locale/lt/LC_MESSAGES copying django/contrib/sites/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/lt/LC_MESSAGES copying django/contrib/sites/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/lt/LC_MESSAGES creating build/lib/django/contrib/sites/locale/lv creating build/lib/django/contrib/sites/locale/lv/LC_MESSAGES copying django/contrib/sites/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/lv/LC_MESSAGES copying django/contrib/sites/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/lv/LC_MESSAGES creating build/lib/django/contrib/sites/locale/mk creating build/lib/django/contrib/sites/locale/mk/LC_MESSAGES copying django/contrib/sites/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/mk/LC_MESSAGES copying django/contrib/sites/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/mk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ml creating build/lib/django/contrib/sites/locale/ml/LC_MESSAGES copying django/contrib/sites/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ml/LC_MESSAGES copying django/contrib/sites/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ml/LC_MESSAGES creating build/lib/django/contrib/sites/locale/mn creating build/lib/django/contrib/sites/locale/mn/LC_MESSAGES copying django/contrib/sites/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/mn/LC_MESSAGES copying django/contrib/sites/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/mn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/mr creating build/lib/django/contrib/sites/locale/mr/LC_MESSAGES copying django/contrib/sites/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/mr/LC_MESSAGES copying django/contrib/sites/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/mr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/my creating build/lib/django/contrib/sites/locale/my/LC_MESSAGES copying django/contrib/sites/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/my/LC_MESSAGES copying django/contrib/sites/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/my/LC_MESSAGES creating build/lib/django/contrib/sites/locale/nb creating build/lib/django/contrib/sites/locale/nb/LC_MESSAGES copying django/contrib/sites/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/nb/LC_MESSAGES copying django/contrib/sites/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/nb/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ne creating build/lib/django/contrib/sites/locale/ne/LC_MESSAGES copying django/contrib/sites/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ne/LC_MESSAGES copying django/contrib/sites/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ne/LC_MESSAGES creating build/lib/django/contrib/sites/locale/nl creating build/lib/django/contrib/sites/locale/nl/LC_MESSAGES copying django/contrib/sites/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/nl/LC_MESSAGES copying django/contrib/sites/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/nl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/nn creating build/lib/django/contrib/sites/locale/nn/LC_MESSAGES copying django/contrib/sites/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/nn/LC_MESSAGES copying django/contrib/sites/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/nn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/os creating build/lib/django/contrib/sites/locale/os/LC_MESSAGES copying django/contrib/sites/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/os/LC_MESSAGES copying django/contrib/sites/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/os/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pa creating build/lib/django/contrib/sites/locale/pa/LC_MESSAGES copying django/contrib/sites/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pa/LC_MESSAGES copying django/contrib/sites/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pa/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pl creating build/lib/django/contrib/sites/locale/pl/LC_MESSAGES copying django/contrib/sites/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pl/LC_MESSAGES copying django/contrib/sites/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pt creating build/lib/django/contrib/sites/locale/pt/LC_MESSAGES copying django/contrib/sites/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pt/LC_MESSAGES copying django/contrib/sites/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pt/LC_MESSAGES creating build/lib/django/contrib/sites/locale/pt_BR creating build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ro creating build/lib/django/contrib/sites/locale/ro/LC_MESSAGES copying django/contrib/sites/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ro/LC_MESSAGES copying django/contrib/sites/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ro/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ru creating build/lib/django/contrib/sites/locale/ru/LC_MESSAGES copying django/contrib/sites/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ru/LC_MESSAGES copying django/contrib/sites/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ru/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sk creating build/lib/django/contrib/sites/locale/sk/LC_MESSAGES copying django/contrib/sites/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sk/LC_MESSAGES copying django/contrib/sites/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sl creating build/lib/django/contrib/sites/locale/sl/LC_MESSAGES copying django/contrib/sites/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sl/LC_MESSAGES copying django/contrib/sites/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sl/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sq creating build/lib/django/contrib/sites/locale/sq/LC_MESSAGES copying django/contrib/sites/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sq/LC_MESSAGES copying django/contrib/sites/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sq/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sr creating build/lib/django/contrib/sites/locale/sr/LC_MESSAGES copying django/contrib/sites/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sr/LC_MESSAGES copying django/contrib/sites/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sr_Latn creating build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sv creating build/lib/django/contrib/sites/locale/sv/LC_MESSAGES copying django/contrib/sites/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sv/LC_MESSAGES copying django/contrib/sites/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sv/LC_MESSAGES creating build/lib/django/contrib/sites/locale/sw creating build/lib/django/contrib/sites/locale/sw/LC_MESSAGES copying django/contrib/sites/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/sw/LC_MESSAGES copying django/contrib/sites/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/sw/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ta creating build/lib/django/contrib/sites/locale/ta/LC_MESSAGES copying django/contrib/sites/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ta/LC_MESSAGES copying django/contrib/sites/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ta/LC_MESSAGES creating build/lib/django/contrib/sites/locale/te creating build/lib/django/contrib/sites/locale/te/LC_MESSAGES copying django/contrib/sites/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/te/LC_MESSAGES copying django/contrib/sites/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/te/LC_MESSAGES creating build/lib/django/contrib/sites/locale/th creating build/lib/django/contrib/sites/locale/th/LC_MESSAGES copying django/contrib/sites/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/th/LC_MESSAGES copying django/contrib/sites/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/th/LC_MESSAGES creating build/lib/django/contrib/sites/locale/tr creating build/lib/django/contrib/sites/locale/tr/LC_MESSAGES copying django/contrib/sites/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/tr/LC_MESSAGES copying django/contrib/sites/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/tr/LC_MESSAGES creating build/lib/django/contrib/sites/locale/tt creating build/lib/django/contrib/sites/locale/tt/LC_MESSAGES copying django/contrib/sites/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/tt/LC_MESSAGES copying django/contrib/sites/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/tt/LC_MESSAGES creating build/lib/django/contrib/sites/locale/udm creating build/lib/django/contrib/sites/locale/udm/LC_MESSAGES copying django/contrib/sites/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/udm/LC_MESSAGES copying django/contrib/sites/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/udm/LC_MESSAGES creating build/lib/django/contrib/sites/locale/uk creating build/lib/django/contrib/sites/locale/uk/LC_MESSAGES copying django/contrib/sites/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/uk/LC_MESSAGES copying django/contrib/sites/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/uk/LC_MESSAGES creating build/lib/django/contrib/sites/locale/ur creating build/lib/django/contrib/sites/locale/ur/LC_MESSAGES copying django/contrib/sites/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/ur/LC_MESSAGES copying django/contrib/sites/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/ur/LC_MESSAGES creating build/lib/django/contrib/sites/locale/uz creating build/lib/django/contrib/sites/locale/uz/LC_MESSAGES copying django/contrib/sites/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/uz/LC_MESSAGES copying django/contrib/sites/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/uz/LC_MESSAGES creating build/lib/django/contrib/sites/locale/vi creating build/lib/django/contrib/sites/locale/vi/LC_MESSAGES copying django/contrib/sites/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/vi/LC_MESSAGES copying django/contrib/sites/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/vi/LC_MESSAGES creating build/lib/django/contrib/sites/locale/zh_Hans creating build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/sites/locale/zh_Hant creating build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/sitemaps/management creating build/lib/django/contrib/sitemaps/management/commands copying django/contrib/sitemaps/management/commands/ping_google.py -> build/lib/django/contrib/sitemaps/management/commands creating build/lib/django/contrib/sitemaps/templates copying django/contrib/sitemaps/templates/sitemap.xml -> build/lib/django/contrib/sitemaps/templates copying django/contrib/sitemaps/templates/sitemap_index.xml -> build/lib/django/contrib/sitemaps/templates creating build/lib/django/contrib/admindocs/locale creating build/lib/django/contrib/admindocs/locale/af creating build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES copying django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES copying django/contrib/admindocs/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ar creating build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES copying django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES copying django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ast creating build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES copying django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES copying django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/az creating build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES copying django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES copying django/contrib/admindocs/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/be creating build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES copying django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES copying django/contrib/admindocs/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/bg creating build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES copying django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES copying django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/bn creating build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES copying django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES copying django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/br creating build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES copying django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES copying django/contrib/admindocs/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/bs creating build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES copying django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES copying django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ca creating build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES copying django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES copying django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/cs creating build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES copying django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES copying django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/cy creating build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES copying django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES copying django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/da creating build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES copying django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES copying django/contrib/admindocs/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/de creating build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES copying django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES copying django/contrib/admindocs/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/dsb creating build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/el creating build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES copying django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES copying django/contrib/admindocs/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/en creating build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES copying django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES copying django/contrib/admindocs/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/en_AU creating build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/en_GB creating build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/eo creating build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES copying django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES copying django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es creating build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES copying django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES copying django/contrib/admindocs/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_AR creating build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_CO creating build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_MX creating build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/es_VE creating build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/et creating build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES copying django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES copying django/contrib/admindocs/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/eu creating build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES copying django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES copying django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fa creating build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES copying django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES copying django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fi creating build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES copying django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES copying django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fr creating build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES copying django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES copying django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/fy creating build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES copying django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES copying django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ga creating build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES copying django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES copying django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/gd creating build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES copying django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES copying django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/gl creating build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES copying django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES copying django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/he creating build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES copying django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES copying django/contrib/admindocs/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hi creating build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES copying django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES copying django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hr creating build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES copying django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES copying django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hsb creating build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/hu creating build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES copying django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES copying django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ia creating build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES copying django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES copying django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/id creating build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES copying django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES copying django/contrib/admindocs/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/io creating build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES copying django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES copying django/contrib/admindocs/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/is creating build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES copying django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES copying django/contrib/admindocs/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/it creating build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES copying django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES copying django/contrib/admindocs/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ja creating build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES copying django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES copying django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ka creating build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES copying django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES copying django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/kab creating build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES copying django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES copying django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/kk creating build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES copying django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES copying django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/km creating build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES copying django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES copying django/contrib/admindocs/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/kn creating build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES copying django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES copying django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ko creating build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES copying django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES copying django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/lb creating build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES copying django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES copying django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/lt creating build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES copying django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES copying django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/lv creating build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES copying django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES copying django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/mk creating build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES copying django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES copying django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ml creating build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES copying django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES copying django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/mn creating build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES copying django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES copying django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/mr creating build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES copying django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES copying django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/my creating build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES copying django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES copying django/contrib/admindocs/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/nb creating build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES copying django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES copying django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ne creating build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES copying django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES copying django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/nl creating build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES copying django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES copying django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/nn creating build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES copying django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES copying django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/os creating build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES copying django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES copying django/contrib/admindocs/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pa creating build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES copying django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES copying django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pl creating build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES copying django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES copying django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pt creating build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES copying django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES copying django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/pt_BR creating build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ro creating build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES copying django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES copying django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ru creating build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES copying django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES copying django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sk creating build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES copying django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES copying django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sl creating build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES copying django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES copying django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sq creating build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES copying django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES copying django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sr creating build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES copying django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES copying django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sr_Latn creating build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sv creating build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES copying django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES copying django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/sw creating build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES copying django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES copying django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ta creating build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES copying django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES copying django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/te creating build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES copying django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES copying django/contrib/admindocs/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/th creating build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES copying django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES copying django/contrib/admindocs/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/tr creating build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES copying django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES copying django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/tt creating build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES copying django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES copying django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/udm creating build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES copying django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES copying django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/uk creating build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES copying django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES copying django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/ur creating build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES copying django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES copying django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/vi creating build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES copying django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES copying django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/zh_Hans creating build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/admindocs/locale/zh_Hant creating build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/admindocs/templates creating build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/bookmarklets.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/missing_docutils.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/model_detail.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/model_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/template_detail.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/template_filter_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/template_tag_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/view_detail.html -> build/lib/django/contrib/admindocs/templates/admin_doc copying django/contrib/admindocs/templates/admin_doc/view_index.html -> build/lib/django/contrib/admindocs/templates/admin_doc creating build/lib/django/contrib/gis/locale creating build/lib/django/contrib/gis/locale/af creating build/lib/django/contrib/gis/locale/af/LC_MESSAGES copying django/contrib/gis/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/af/LC_MESSAGES copying django/contrib/gis/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/af/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ar creating build/lib/django/contrib/gis/locale/ar/LC_MESSAGES copying django/contrib/gis/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ar/LC_MESSAGES copying django/contrib/gis/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ar/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ast creating build/lib/django/contrib/gis/locale/ast/LC_MESSAGES copying django/contrib/gis/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ast/LC_MESSAGES copying django/contrib/gis/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ast/LC_MESSAGES creating build/lib/django/contrib/gis/locale/az creating build/lib/django/contrib/gis/locale/az/LC_MESSAGES copying django/contrib/gis/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/az/LC_MESSAGES copying django/contrib/gis/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/az/LC_MESSAGES creating build/lib/django/contrib/gis/locale/be creating build/lib/django/contrib/gis/locale/be/LC_MESSAGES copying django/contrib/gis/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/be/LC_MESSAGES copying django/contrib/gis/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/be/LC_MESSAGES creating build/lib/django/contrib/gis/locale/bg creating build/lib/django/contrib/gis/locale/bg/LC_MESSAGES copying django/contrib/gis/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/bg/LC_MESSAGES copying django/contrib/gis/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/bg/LC_MESSAGES creating build/lib/django/contrib/gis/locale/bn creating build/lib/django/contrib/gis/locale/bn/LC_MESSAGES copying django/contrib/gis/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/bn/LC_MESSAGES copying django/contrib/gis/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/bn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/br creating build/lib/django/contrib/gis/locale/br/LC_MESSAGES copying django/contrib/gis/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/br/LC_MESSAGES copying django/contrib/gis/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/br/LC_MESSAGES creating build/lib/django/contrib/gis/locale/bs creating build/lib/django/contrib/gis/locale/bs/LC_MESSAGES copying django/contrib/gis/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/bs/LC_MESSAGES copying django/contrib/gis/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/bs/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ca creating build/lib/django/contrib/gis/locale/ca/LC_MESSAGES copying django/contrib/gis/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ca/LC_MESSAGES copying django/contrib/gis/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ca/LC_MESSAGES creating build/lib/django/contrib/gis/locale/cs creating build/lib/django/contrib/gis/locale/cs/LC_MESSAGES copying django/contrib/gis/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/cs/LC_MESSAGES copying django/contrib/gis/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/cs/LC_MESSAGES creating build/lib/django/contrib/gis/locale/cy creating build/lib/django/contrib/gis/locale/cy/LC_MESSAGES copying django/contrib/gis/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/cy/LC_MESSAGES copying django/contrib/gis/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/cy/LC_MESSAGES creating build/lib/django/contrib/gis/locale/da creating build/lib/django/contrib/gis/locale/da/LC_MESSAGES copying django/contrib/gis/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/da/LC_MESSAGES copying django/contrib/gis/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/da/LC_MESSAGES creating build/lib/django/contrib/gis/locale/de creating build/lib/django/contrib/gis/locale/de/LC_MESSAGES copying django/contrib/gis/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/de/LC_MESSAGES copying django/contrib/gis/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/de/LC_MESSAGES creating build/lib/django/contrib/gis/locale/dsb creating build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES copying django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES copying django/contrib/gis/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/el creating build/lib/django/contrib/gis/locale/el/LC_MESSAGES copying django/contrib/gis/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/el/LC_MESSAGES copying django/contrib/gis/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/el/LC_MESSAGES creating build/lib/django/contrib/gis/locale/en creating build/lib/django/contrib/gis/locale/en/LC_MESSAGES copying django/contrib/gis/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/en/LC_MESSAGES copying django/contrib/gis/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/en/LC_MESSAGES creating build/lib/django/contrib/gis/locale/en_AU creating build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES copying django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES copying django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/gis/locale/en_GB creating build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES copying django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES copying django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/gis/locale/eo creating build/lib/django/contrib/gis/locale/eo/LC_MESSAGES copying django/contrib/gis/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/eo/LC_MESSAGES copying django/contrib/gis/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/eo/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es creating build/lib/django/contrib/gis/locale/es/LC_MESSAGES copying django/contrib/gis/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es/LC_MESSAGES copying django/contrib/gis/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_AR creating build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES copying django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES copying django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_CO creating build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES copying django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES copying django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_MX creating build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES copying django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES copying django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/gis/locale/es_VE creating build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES copying django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES copying django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/gis/locale/et creating build/lib/django/contrib/gis/locale/et/LC_MESSAGES copying django/contrib/gis/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/et/LC_MESSAGES copying django/contrib/gis/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/et/LC_MESSAGES creating build/lib/django/contrib/gis/locale/eu creating build/lib/django/contrib/gis/locale/eu/LC_MESSAGES copying django/contrib/gis/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/eu/LC_MESSAGES copying django/contrib/gis/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/eu/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fa creating build/lib/django/contrib/gis/locale/fa/LC_MESSAGES copying django/contrib/gis/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fa/LC_MESSAGES copying django/contrib/gis/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fa/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fi creating build/lib/django/contrib/gis/locale/fi/LC_MESSAGES copying django/contrib/gis/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fi/LC_MESSAGES copying django/contrib/gis/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fi/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fr creating build/lib/django/contrib/gis/locale/fr/LC_MESSAGES copying django/contrib/gis/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fr/LC_MESSAGES copying django/contrib/gis/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/fy creating build/lib/django/contrib/gis/locale/fy/LC_MESSAGES copying django/contrib/gis/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/fy/LC_MESSAGES copying django/contrib/gis/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/fy/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ga creating build/lib/django/contrib/gis/locale/ga/LC_MESSAGES copying django/contrib/gis/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ga/LC_MESSAGES copying django/contrib/gis/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ga/LC_MESSAGES creating build/lib/django/contrib/gis/locale/gd creating build/lib/django/contrib/gis/locale/gd/LC_MESSAGES copying django/contrib/gis/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/gd/LC_MESSAGES copying django/contrib/gis/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/gd/LC_MESSAGES creating build/lib/django/contrib/gis/locale/gl creating build/lib/django/contrib/gis/locale/gl/LC_MESSAGES copying django/contrib/gis/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/gl/LC_MESSAGES copying django/contrib/gis/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/gl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/he creating build/lib/django/contrib/gis/locale/he/LC_MESSAGES copying django/contrib/gis/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/he/LC_MESSAGES copying django/contrib/gis/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/he/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hi creating build/lib/django/contrib/gis/locale/hi/LC_MESSAGES copying django/contrib/gis/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hi/LC_MESSAGES copying django/contrib/gis/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hi/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hr creating build/lib/django/contrib/gis/locale/hr/LC_MESSAGES copying django/contrib/gis/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hr/LC_MESSAGES copying django/contrib/gis/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hsb creating build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES copying django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES copying django/contrib/gis/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hu creating build/lib/django/contrib/gis/locale/hu/LC_MESSAGES copying django/contrib/gis/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hu/LC_MESSAGES copying django/contrib/gis/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hu/LC_MESSAGES creating build/lib/django/contrib/gis/locale/hy creating build/lib/django/contrib/gis/locale/hy/LC_MESSAGES copying django/contrib/gis/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/hy/LC_MESSAGES copying django/contrib/gis/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/hy/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ia creating build/lib/django/contrib/gis/locale/ia/LC_MESSAGES copying django/contrib/gis/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ia/LC_MESSAGES copying django/contrib/gis/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ia/LC_MESSAGES creating build/lib/django/contrib/gis/locale/id creating build/lib/django/contrib/gis/locale/id/LC_MESSAGES copying django/contrib/gis/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/id/LC_MESSAGES copying django/contrib/gis/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/id/LC_MESSAGES creating build/lib/django/contrib/gis/locale/io creating build/lib/django/contrib/gis/locale/io/LC_MESSAGES copying django/contrib/gis/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/io/LC_MESSAGES copying django/contrib/gis/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/io/LC_MESSAGES creating build/lib/django/contrib/gis/locale/is creating build/lib/django/contrib/gis/locale/is/LC_MESSAGES copying django/contrib/gis/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/is/LC_MESSAGES copying django/contrib/gis/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/is/LC_MESSAGES creating build/lib/django/contrib/gis/locale/it creating build/lib/django/contrib/gis/locale/it/LC_MESSAGES copying django/contrib/gis/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/it/LC_MESSAGES copying django/contrib/gis/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/it/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ja creating build/lib/django/contrib/gis/locale/ja/LC_MESSAGES copying django/contrib/gis/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ja/LC_MESSAGES copying django/contrib/gis/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ja/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ka creating build/lib/django/contrib/gis/locale/ka/LC_MESSAGES copying django/contrib/gis/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ka/LC_MESSAGES copying django/contrib/gis/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ka/LC_MESSAGES creating build/lib/django/contrib/gis/locale/kk creating build/lib/django/contrib/gis/locale/kk/LC_MESSAGES copying django/contrib/gis/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/kk/LC_MESSAGES copying django/contrib/gis/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/kk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/km creating build/lib/django/contrib/gis/locale/km/LC_MESSAGES copying django/contrib/gis/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/km/LC_MESSAGES copying django/contrib/gis/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/km/LC_MESSAGES creating build/lib/django/contrib/gis/locale/kn creating build/lib/django/contrib/gis/locale/kn/LC_MESSAGES copying django/contrib/gis/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/kn/LC_MESSAGES copying django/contrib/gis/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/kn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ko creating build/lib/django/contrib/gis/locale/ko/LC_MESSAGES copying django/contrib/gis/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ko/LC_MESSAGES copying django/contrib/gis/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ko/LC_MESSAGES creating build/lib/django/contrib/gis/locale/lb creating build/lib/django/contrib/gis/locale/lb/LC_MESSAGES copying django/contrib/gis/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/lb/LC_MESSAGES copying django/contrib/gis/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/lb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/lt creating build/lib/django/contrib/gis/locale/lt/LC_MESSAGES copying django/contrib/gis/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/lt/LC_MESSAGES copying django/contrib/gis/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/lt/LC_MESSAGES creating build/lib/django/contrib/gis/locale/lv creating build/lib/django/contrib/gis/locale/lv/LC_MESSAGES copying django/contrib/gis/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/lv/LC_MESSAGES copying django/contrib/gis/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/lv/LC_MESSAGES creating build/lib/django/contrib/gis/locale/mk creating build/lib/django/contrib/gis/locale/mk/LC_MESSAGES copying django/contrib/gis/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/mk/LC_MESSAGES copying django/contrib/gis/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/mk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ml creating build/lib/django/contrib/gis/locale/ml/LC_MESSAGES copying django/contrib/gis/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ml/LC_MESSAGES copying django/contrib/gis/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ml/LC_MESSAGES creating build/lib/django/contrib/gis/locale/mn creating build/lib/django/contrib/gis/locale/mn/LC_MESSAGES copying django/contrib/gis/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/mn/LC_MESSAGES copying django/contrib/gis/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/mn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/mr creating build/lib/django/contrib/gis/locale/mr/LC_MESSAGES copying django/contrib/gis/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/mr/LC_MESSAGES copying django/contrib/gis/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/mr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/my creating build/lib/django/contrib/gis/locale/my/LC_MESSAGES copying django/contrib/gis/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/my/LC_MESSAGES copying django/contrib/gis/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/my/LC_MESSAGES creating build/lib/django/contrib/gis/locale/nb creating build/lib/django/contrib/gis/locale/nb/LC_MESSAGES copying django/contrib/gis/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/nb/LC_MESSAGES copying django/contrib/gis/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/nb/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ne creating build/lib/django/contrib/gis/locale/ne/LC_MESSAGES copying django/contrib/gis/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ne/LC_MESSAGES copying django/contrib/gis/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ne/LC_MESSAGES creating build/lib/django/contrib/gis/locale/nl creating build/lib/django/contrib/gis/locale/nl/LC_MESSAGES copying django/contrib/gis/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/nl/LC_MESSAGES copying django/contrib/gis/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/nl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/nn creating build/lib/django/contrib/gis/locale/nn/LC_MESSAGES copying django/contrib/gis/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/nn/LC_MESSAGES copying django/contrib/gis/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/nn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/os creating build/lib/django/contrib/gis/locale/os/LC_MESSAGES copying django/contrib/gis/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/os/LC_MESSAGES copying django/contrib/gis/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/os/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pa creating build/lib/django/contrib/gis/locale/pa/LC_MESSAGES copying django/contrib/gis/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pa/LC_MESSAGES copying django/contrib/gis/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pa/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pl creating build/lib/django/contrib/gis/locale/pl/LC_MESSAGES copying django/contrib/gis/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pl/LC_MESSAGES copying django/contrib/gis/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pt creating build/lib/django/contrib/gis/locale/pt/LC_MESSAGES copying django/contrib/gis/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pt/LC_MESSAGES copying django/contrib/gis/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pt/LC_MESSAGES creating build/lib/django/contrib/gis/locale/pt_BR creating build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ro creating build/lib/django/contrib/gis/locale/ro/LC_MESSAGES copying django/contrib/gis/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ro/LC_MESSAGES copying django/contrib/gis/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ro/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ru creating build/lib/django/contrib/gis/locale/ru/LC_MESSAGES copying django/contrib/gis/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ru/LC_MESSAGES copying django/contrib/gis/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ru/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sk creating build/lib/django/contrib/gis/locale/sk/LC_MESSAGES copying django/contrib/gis/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sk/LC_MESSAGES copying django/contrib/gis/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sl creating build/lib/django/contrib/gis/locale/sl/LC_MESSAGES copying django/contrib/gis/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sl/LC_MESSAGES copying django/contrib/gis/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sl/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sq creating build/lib/django/contrib/gis/locale/sq/LC_MESSAGES copying django/contrib/gis/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sq/LC_MESSAGES copying django/contrib/gis/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sq/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sr creating build/lib/django/contrib/gis/locale/sr/LC_MESSAGES copying django/contrib/gis/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sr/LC_MESSAGES copying django/contrib/gis/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sr_Latn creating build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sv creating build/lib/django/contrib/gis/locale/sv/LC_MESSAGES copying django/contrib/gis/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sv/LC_MESSAGES copying django/contrib/gis/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sv/LC_MESSAGES creating build/lib/django/contrib/gis/locale/sw creating build/lib/django/contrib/gis/locale/sw/LC_MESSAGES copying django/contrib/gis/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/sw/LC_MESSAGES copying django/contrib/gis/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/sw/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ta creating build/lib/django/contrib/gis/locale/ta/LC_MESSAGES copying django/contrib/gis/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ta/LC_MESSAGES copying django/contrib/gis/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ta/LC_MESSAGES creating build/lib/django/contrib/gis/locale/te creating build/lib/django/contrib/gis/locale/te/LC_MESSAGES copying django/contrib/gis/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/te/LC_MESSAGES copying django/contrib/gis/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/te/LC_MESSAGES creating build/lib/django/contrib/gis/locale/th creating build/lib/django/contrib/gis/locale/th/LC_MESSAGES copying django/contrib/gis/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/th/LC_MESSAGES copying django/contrib/gis/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/th/LC_MESSAGES creating build/lib/django/contrib/gis/locale/tr creating build/lib/django/contrib/gis/locale/tr/LC_MESSAGES copying django/contrib/gis/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/tr/LC_MESSAGES copying django/contrib/gis/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/tr/LC_MESSAGES creating build/lib/django/contrib/gis/locale/tt creating build/lib/django/contrib/gis/locale/tt/LC_MESSAGES copying django/contrib/gis/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/tt/LC_MESSAGES copying django/contrib/gis/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/tt/LC_MESSAGES creating build/lib/django/contrib/gis/locale/udm creating build/lib/django/contrib/gis/locale/udm/LC_MESSAGES copying django/contrib/gis/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/udm/LC_MESSAGES copying django/contrib/gis/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/udm/LC_MESSAGES creating build/lib/django/contrib/gis/locale/uk creating build/lib/django/contrib/gis/locale/uk/LC_MESSAGES copying django/contrib/gis/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/uk/LC_MESSAGES copying django/contrib/gis/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/uk/LC_MESSAGES creating build/lib/django/contrib/gis/locale/ur creating build/lib/django/contrib/gis/locale/ur/LC_MESSAGES copying django/contrib/gis/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/ur/LC_MESSAGES copying django/contrib/gis/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/ur/LC_MESSAGES creating build/lib/django/contrib/gis/locale/vi creating build/lib/django/contrib/gis/locale/vi/LC_MESSAGES copying django/contrib/gis/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/vi/LC_MESSAGES copying django/contrib/gis/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/vi/LC_MESSAGES creating build/lib/django/contrib/gis/locale/zh_Hans creating build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/gis/locale/zh_Hant creating build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/gis/management creating build/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/inspectdb.py -> build/lib/django/contrib/gis/management/commands copying django/contrib/gis/management/commands/ogrinspect.py -> build/lib/django/contrib/gis/management/commands creating build/lib/django/contrib/gis/static creating build/lib/django/contrib/gis/static/gis creating build/lib/django/contrib/gis/static/gis/css copying django/contrib/gis/static/gis/css/ol3.css -> build/lib/django/contrib/gis/static/gis/css creating build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_line_off.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_line_on.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_point_off.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_point_on.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_polygon_off.svg -> build/lib/django/contrib/gis/static/gis/img copying django/contrib/gis/static/gis/img/draw_polygon_on.svg -> build/lib/django/contrib/gis/static/gis/img creating build/lib/django/contrib/gis/static/gis/js copying django/contrib/gis/static/gis/js/OLMapWidget.js -> build/lib/django/contrib/gis/static/gis/js creating build/lib/django/contrib/gis/templates creating build/lib/django/contrib/gis/templates/gis copying django/contrib/gis/templates/gis/openlayers-osm.html -> build/lib/django/contrib/gis/templates/gis copying django/contrib/gis/templates/gis/openlayers.html -> build/lib/django/contrib/gis/templates/gis creating build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/openlayers.html -> build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/openlayers.js -> build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/osm.html -> build/lib/django/contrib/gis/templates/gis/admin copying django/contrib/gis/templates/gis/admin/osm.js -> build/lib/django/contrib/gis/templates/gis/admin creating build/lib/django/contrib/gis/templates/gis/kml copying django/contrib/gis/templates/gis/kml/base.kml -> build/lib/django/contrib/gis/templates/gis/kml copying django/contrib/gis/templates/gis/kml/placemarks.kml -> build/lib/django/contrib/gis/templates/gis/kml creating build/lib/django/contrib/redirects/locale creating build/lib/django/contrib/redirects/locale/af creating build/lib/django/contrib/redirects/locale/af/LC_MESSAGES copying django/contrib/redirects/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/af/LC_MESSAGES copying django/contrib/redirects/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/af/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ar creating build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES copying django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES copying django/contrib/redirects/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ast creating build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES copying django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES copying django/contrib/redirects/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/az creating build/lib/django/contrib/redirects/locale/az/LC_MESSAGES copying django/contrib/redirects/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/az/LC_MESSAGES copying django/contrib/redirects/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/az/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/be creating build/lib/django/contrib/redirects/locale/be/LC_MESSAGES copying django/contrib/redirects/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/be/LC_MESSAGES copying django/contrib/redirects/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/be/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/bg creating build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES copying django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES copying django/contrib/redirects/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/bn creating build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES copying django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES copying django/contrib/redirects/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/br creating build/lib/django/contrib/redirects/locale/br/LC_MESSAGES copying django/contrib/redirects/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/br/LC_MESSAGES copying django/contrib/redirects/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/br/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/bs creating build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES copying django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES copying django/contrib/redirects/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ca creating build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES copying django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES copying django/contrib/redirects/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/cs creating build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES copying django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES copying django/contrib/redirects/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/cy creating build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES copying django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES copying django/contrib/redirects/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/da creating build/lib/django/contrib/redirects/locale/da/LC_MESSAGES copying django/contrib/redirects/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/da/LC_MESSAGES copying django/contrib/redirects/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/da/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/de creating build/lib/django/contrib/redirects/locale/de/LC_MESSAGES copying django/contrib/redirects/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/de/LC_MESSAGES copying django/contrib/redirects/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/de/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/dsb creating build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES copying django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES copying django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/el creating build/lib/django/contrib/redirects/locale/el/LC_MESSAGES copying django/contrib/redirects/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/el/LC_MESSAGES copying django/contrib/redirects/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/el/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/en creating build/lib/django/contrib/redirects/locale/en/LC_MESSAGES copying django/contrib/redirects/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/en/LC_MESSAGES copying django/contrib/redirects/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/en/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/en_AU creating build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/en_GB creating build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/eo creating build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES copying django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES copying django/contrib/redirects/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es creating build/lib/django/contrib/redirects/locale/es/LC_MESSAGES copying django/contrib/redirects/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es/LC_MESSAGES copying django/contrib/redirects/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_AR creating build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_CO creating build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_MX creating build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/es_VE creating build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/et creating build/lib/django/contrib/redirects/locale/et/LC_MESSAGES copying django/contrib/redirects/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/et/LC_MESSAGES copying django/contrib/redirects/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/et/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/eu creating build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES copying django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES copying django/contrib/redirects/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fa creating build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES copying django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES copying django/contrib/redirects/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fi creating build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES copying django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES copying django/contrib/redirects/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fr creating build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES copying django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES copying django/contrib/redirects/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/fy creating build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES copying django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES copying django/contrib/redirects/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ga creating build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES copying django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES copying django/contrib/redirects/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/gd creating build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES copying django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES copying django/contrib/redirects/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/gl creating build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES copying django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES copying django/contrib/redirects/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/he creating build/lib/django/contrib/redirects/locale/he/LC_MESSAGES copying django/contrib/redirects/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/he/LC_MESSAGES copying django/contrib/redirects/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/he/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hi creating build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES copying django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES copying django/contrib/redirects/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hr creating build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES copying django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES copying django/contrib/redirects/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hsb creating build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES copying django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES copying django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hu creating build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES copying django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES copying django/contrib/redirects/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/hy creating build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES copying django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES copying django/contrib/redirects/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ia creating build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES copying django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES copying django/contrib/redirects/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/id creating build/lib/django/contrib/redirects/locale/id/LC_MESSAGES copying django/contrib/redirects/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/id/LC_MESSAGES copying django/contrib/redirects/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/id/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/io creating build/lib/django/contrib/redirects/locale/io/LC_MESSAGES copying django/contrib/redirects/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/io/LC_MESSAGES copying django/contrib/redirects/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/io/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/is creating build/lib/django/contrib/redirects/locale/is/LC_MESSAGES copying django/contrib/redirects/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/is/LC_MESSAGES copying django/contrib/redirects/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/is/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/it creating build/lib/django/contrib/redirects/locale/it/LC_MESSAGES copying django/contrib/redirects/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/it/LC_MESSAGES copying django/contrib/redirects/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/it/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ja creating build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES copying django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES copying django/contrib/redirects/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ka creating build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES copying django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES copying django/contrib/redirects/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/kab creating build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES copying django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES copying django/contrib/redirects/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/kk creating build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES copying django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES copying django/contrib/redirects/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/km creating build/lib/django/contrib/redirects/locale/km/LC_MESSAGES copying django/contrib/redirects/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/km/LC_MESSAGES copying django/contrib/redirects/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/km/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/kn creating build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES copying django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES copying django/contrib/redirects/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ko creating build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES copying django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES copying django/contrib/redirects/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/lb creating build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES copying django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES copying django/contrib/redirects/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/lt creating build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES copying django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES copying django/contrib/redirects/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/lv creating build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES copying django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES copying django/contrib/redirects/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/mk creating build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES copying django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES copying django/contrib/redirects/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ml creating build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES copying django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES copying django/contrib/redirects/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/mn creating build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES copying django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES copying django/contrib/redirects/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/mr creating build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES copying django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES copying django/contrib/redirects/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/my creating build/lib/django/contrib/redirects/locale/my/LC_MESSAGES copying django/contrib/redirects/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/my/LC_MESSAGES copying django/contrib/redirects/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/my/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/nb creating build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES copying django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES copying django/contrib/redirects/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ne creating build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES copying django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES copying django/contrib/redirects/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/nl creating build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES copying django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES copying django/contrib/redirects/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/nn creating build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES copying django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES copying django/contrib/redirects/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/os creating build/lib/django/contrib/redirects/locale/os/LC_MESSAGES copying django/contrib/redirects/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/os/LC_MESSAGES copying django/contrib/redirects/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/os/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pa creating build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES copying django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES copying django/contrib/redirects/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pl creating build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES copying django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES copying django/contrib/redirects/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pt creating build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES copying django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES copying django/contrib/redirects/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/pt_BR creating build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ro creating build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES copying django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES copying django/contrib/redirects/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ru creating build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES copying django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES copying django/contrib/redirects/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sk creating build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES copying django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES copying django/contrib/redirects/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sl creating build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES copying django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES copying django/contrib/redirects/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sq creating build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES copying django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES copying django/contrib/redirects/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sr creating build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES copying django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES copying django/contrib/redirects/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sr_Latn creating build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sv creating build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES copying django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES copying django/contrib/redirects/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/sw creating build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES copying django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES copying django/contrib/redirects/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ta creating build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES copying django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES copying django/contrib/redirects/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/te creating build/lib/django/contrib/redirects/locale/te/LC_MESSAGES copying django/contrib/redirects/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/te/LC_MESSAGES copying django/contrib/redirects/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/te/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/th creating build/lib/django/contrib/redirects/locale/th/LC_MESSAGES copying django/contrib/redirects/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/th/LC_MESSAGES copying django/contrib/redirects/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/th/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/tr creating build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES copying django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES copying django/contrib/redirects/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/tt creating build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES copying django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES copying django/contrib/redirects/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/udm creating build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES copying django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES copying django/contrib/redirects/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/uk creating build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES copying django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES copying django/contrib/redirects/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/ur creating build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES copying django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES copying django/contrib/redirects/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/uz creating build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES copying django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES copying django/contrib/redirects/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/vi creating build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES copying django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES copying django/contrib/redirects/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/zh_Hans creating build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/redirects/locale/zh_Hant creating build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/postgres/jinja2 creating build/lib/django/contrib/postgres/jinja2/postgres creating build/lib/django/contrib/postgres/jinja2/postgres/widgets copying django/contrib/postgres/jinja2/postgres/widgets/split_array.html -> build/lib/django/contrib/postgres/jinja2/postgres/widgets creating build/lib/django/contrib/postgres/locale creating build/lib/django/contrib/postgres/locale/af creating build/lib/django/contrib/postgres/locale/af/LC_MESSAGES copying django/contrib/postgres/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/af/LC_MESSAGES copying django/contrib/postgres/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/af/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ar creating build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES copying django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES copying django/contrib/postgres/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/az creating build/lib/django/contrib/postgres/locale/az/LC_MESSAGES copying django/contrib/postgres/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/az/LC_MESSAGES copying django/contrib/postgres/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/az/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/be creating build/lib/django/contrib/postgres/locale/be/LC_MESSAGES copying django/contrib/postgres/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/be/LC_MESSAGES copying django/contrib/postgres/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/be/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/bg creating build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES copying django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES copying django/contrib/postgres/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ca creating build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES copying django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES copying django/contrib/postgres/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/cs creating build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES copying django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES copying django/contrib/postgres/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/da creating build/lib/django/contrib/postgres/locale/da/LC_MESSAGES copying django/contrib/postgres/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/da/LC_MESSAGES copying django/contrib/postgres/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/da/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/de creating build/lib/django/contrib/postgres/locale/de/LC_MESSAGES copying django/contrib/postgres/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/de/LC_MESSAGES copying django/contrib/postgres/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/de/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/dsb creating build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES copying django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES copying django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/el creating build/lib/django/contrib/postgres/locale/el/LC_MESSAGES copying django/contrib/postgres/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/el/LC_MESSAGES copying django/contrib/postgres/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/el/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/en creating build/lib/django/contrib/postgres/locale/en/LC_MESSAGES copying django/contrib/postgres/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/en/LC_MESSAGES copying django/contrib/postgres/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/en/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/eo creating build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES copying django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES copying django/contrib/postgres/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es creating build/lib/django/contrib/postgres/locale/es/LC_MESSAGES copying django/contrib/postgres/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es/LC_MESSAGES copying django/contrib/postgres/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es_AR creating build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es_CO creating build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/es_MX creating build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/et creating build/lib/django/contrib/postgres/locale/et/LC_MESSAGES copying django/contrib/postgres/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/et/LC_MESSAGES copying django/contrib/postgres/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/et/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/eu creating build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES copying django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES copying django/contrib/postgres/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/fa creating build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES copying django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES copying django/contrib/postgres/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/fi creating build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES copying django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES copying django/contrib/postgres/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/fr creating build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES copying django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES copying django/contrib/postgres/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/gd creating build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES copying django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES copying django/contrib/postgres/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/gl creating build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES copying django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES copying django/contrib/postgres/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/he creating build/lib/django/contrib/postgres/locale/he/LC_MESSAGES copying django/contrib/postgres/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/he/LC_MESSAGES copying django/contrib/postgres/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/he/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hr creating build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES copying django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES copying django/contrib/postgres/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hsb creating build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES copying django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES copying django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hu creating build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES copying django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES copying django/contrib/postgres/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/hy creating build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES copying django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES copying django/contrib/postgres/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ia creating build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES copying django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES copying django/contrib/postgres/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/id creating build/lib/django/contrib/postgres/locale/id/LC_MESSAGES copying django/contrib/postgres/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/id/LC_MESSAGES copying django/contrib/postgres/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/id/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/is creating build/lib/django/contrib/postgres/locale/is/LC_MESSAGES copying django/contrib/postgres/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/is/LC_MESSAGES copying django/contrib/postgres/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/is/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/it creating build/lib/django/contrib/postgres/locale/it/LC_MESSAGES copying django/contrib/postgres/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/it/LC_MESSAGES copying django/contrib/postgres/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/it/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ja creating build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES copying django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES copying django/contrib/postgres/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ka creating build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES copying django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES copying django/contrib/postgres/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/kk creating build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES copying django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES copying django/contrib/postgres/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ko creating build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES copying django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES copying django/contrib/postgres/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/lt creating build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES copying django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES copying django/contrib/postgres/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/lv creating build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES copying django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES copying django/contrib/postgres/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/mk creating build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES copying django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES copying django/contrib/postgres/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/mn creating build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES copying django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES copying django/contrib/postgres/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/nb creating build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES copying django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES copying django/contrib/postgres/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ne creating build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES copying django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES copying django/contrib/postgres/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/nl creating build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES copying django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES copying django/contrib/postgres/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/pl creating build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES copying django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES copying django/contrib/postgres/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/pt creating build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES copying django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES copying django/contrib/postgres/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/pt_BR creating build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ro creating build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES copying django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES copying django/contrib/postgres/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/ru creating build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES copying django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES copying django/contrib/postgres/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sk creating build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES copying django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES copying django/contrib/postgres/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sl creating build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES copying django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES copying django/contrib/postgres/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sq creating build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES copying django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES copying django/contrib/postgres/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sr creating build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES copying django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES copying django/contrib/postgres/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sr_Latn creating build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/sv creating build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES copying django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES copying django/contrib/postgres/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/tr creating build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES copying django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES copying django/contrib/postgres/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/uk creating build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES copying django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES copying django/contrib/postgres/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/zh_Hans creating build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/postgres/locale/zh_Hant creating build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/postgres/templates creating build/lib/django/contrib/postgres/templates/postgres creating build/lib/django/contrib/postgres/templates/postgres/widgets copying django/contrib/postgres/templates/postgres/widgets/split_array.html -> build/lib/django/contrib/postgres/templates/postgres/widgets creating build/lib/django/contrib/admin/locale creating build/lib/django/contrib/admin/locale/af creating build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES copying django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/af/LC_MESSAGES creating build/lib/django/contrib/admin/locale/am creating build/lib/django/contrib/admin/locale/am/LC_MESSAGES copying django/contrib/admin/locale/am/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/am/LC_MESSAGES copying django/contrib/admin/locale/am/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/am/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ar creating build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES copying django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ar/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ast creating build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES copying django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ast/LC_MESSAGES creating build/lib/django/contrib/admin/locale/az creating build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES copying django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/az/LC_MESSAGES creating build/lib/django/contrib/admin/locale/be creating build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES copying django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/be/LC_MESSAGES creating build/lib/django/contrib/admin/locale/bg creating build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES copying django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/bg/LC_MESSAGES creating build/lib/django/contrib/admin/locale/bn creating build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES copying django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/bn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/br creating build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES copying django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/br/LC_MESSAGES creating build/lib/django/contrib/admin/locale/bs creating build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES copying django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/bs/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ca creating build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES copying django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ca/LC_MESSAGES creating build/lib/django/contrib/admin/locale/cs creating build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES copying django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/cs/LC_MESSAGES creating build/lib/django/contrib/admin/locale/cy creating build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES copying django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/cy/LC_MESSAGES creating build/lib/django/contrib/admin/locale/da creating build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES copying django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/da/LC_MESSAGES creating build/lib/django/contrib/admin/locale/de creating build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES copying django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/de/LC_MESSAGES creating build/lib/django/contrib/admin/locale/dsb creating build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES copying django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/el creating build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES copying django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/el/LC_MESSAGES creating build/lib/django/contrib/admin/locale/en creating build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES copying django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/en/LC_MESSAGES creating build/lib/django/contrib/admin/locale/en_AU creating build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES copying django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES creating build/lib/django/contrib/admin/locale/en_GB creating build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES copying django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES creating build/lib/django/contrib/admin/locale/eo creating build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES copying django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/eo/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es creating build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES copying django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_AR creating build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES copying django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_CO creating build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES copying django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_MX creating build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES copying django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES creating build/lib/django/contrib/admin/locale/es_VE creating build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES copying django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES creating build/lib/django/contrib/admin/locale/et creating build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES copying django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/et/LC_MESSAGES creating build/lib/django/contrib/admin/locale/eu creating build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES copying django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/eu/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fa creating build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES copying django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fa/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fi creating build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES copying django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fi/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fr creating build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES copying django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/fy creating build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES copying django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/fy/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ga creating build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES copying django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ga/LC_MESSAGES creating build/lib/django/contrib/admin/locale/gd creating build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES copying django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/gd/LC_MESSAGES creating build/lib/django/contrib/admin/locale/gl creating build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES copying django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/gl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/he creating build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES copying django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/he/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hi creating build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES copying django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hi/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hr creating build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES copying django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hsb creating build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES copying django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hu creating build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES copying django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hu/LC_MESSAGES creating build/lib/django/contrib/admin/locale/hy creating build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES copying django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/hy/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ia creating build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES copying django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ia/LC_MESSAGES creating build/lib/django/contrib/admin/locale/id creating build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES copying django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/id/LC_MESSAGES creating build/lib/django/contrib/admin/locale/io creating build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES copying django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/io/LC_MESSAGES creating build/lib/django/contrib/admin/locale/is creating build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES copying django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/is/LC_MESSAGES creating build/lib/django/contrib/admin/locale/it creating build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES copying django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/it/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ja creating build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES copying django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ja/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ka creating build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES copying django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ka/LC_MESSAGES creating build/lib/django/contrib/admin/locale/kab creating build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES copying django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/kab/LC_MESSAGES creating build/lib/django/contrib/admin/locale/kk creating build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES copying django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/kk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/km creating build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES copying django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/km/LC_MESSAGES creating build/lib/django/contrib/admin/locale/kn creating build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES copying django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/kn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ko creating build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES copying django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ko/LC_MESSAGES creating build/lib/django/contrib/admin/locale/lb creating build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES copying django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/lb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/lt creating build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES copying django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/lt/LC_MESSAGES creating build/lib/django/contrib/admin/locale/lv creating build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES copying django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/lv/LC_MESSAGES creating build/lib/django/contrib/admin/locale/mk creating build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES copying django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/mk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ml creating build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES copying django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ml/LC_MESSAGES creating build/lib/django/contrib/admin/locale/mn creating build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES copying django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/mn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/mr creating build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES copying django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/mr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/my creating build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES copying django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/my/LC_MESSAGES creating build/lib/django/contrib/admin/locale/nb creating build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES copying django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/nb/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ne creating build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES copying django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ne/LC_MESSAGES creating build/lib/django/contrib/admin/locale/nl creating build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES copying django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/nl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/nn creating build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES copying django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/nn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/os creating build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES copying django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/os/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pa creating build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES copying django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pa/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pl creating build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES copying django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pt creating build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES copying django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pt/LC_MESSAGES creating build/lib/django/contrib/admin/locale/pt_BR creating build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ro creating build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES copying django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ro/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ru creating build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES copying django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ru/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sk creating build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES copying django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sl creating build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES copying django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sl/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sq creating build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES copying django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sq/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sr creating build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES copying django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sr_Latn creating build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sv creating build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES copying django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sv/LC_MESSAGES creating build/lib/django/contrib/admin/locale/sw creating build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES copying django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/sw/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ta creating build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES copying django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ta/LC_MESSAGES creating build/lib/django/contrib/admin/locale/te creating build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES copying django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/te/LC_MESSAGES creating build/lib/django/contrib/admin/locale/th creating build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES copying django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/th/LC_MESSAGES creating build/lib/django/contrib/admin/locale/tr creating build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES copying django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/tr/LC_MESSAGES creating build/lib/django/contrib/admin/locale/tt creating build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES copying django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/tt/LC_MESSAGES creating build/lib/django/contrib/admin/locale/udm creating build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES copying django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/udm/LC_MESSAGES creating build/lib/django/contrib/admin/locale/uk creating build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES copying django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/uk/LC_MESSAGES creating build/lib/django/contrib/admin/locale/ur creating build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES copying django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/ur/LC_MESSAGES creating build/lib/django/contrib/admin/locale/uz creating build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES copying django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/uz/LC_MESSAGES creating build/lib/django/contrib/admin/locale/vi creating build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES copying django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/vi/LC_MESSAGES creating build/lib/django/contrib/admin/locale/zh_Hans creating build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES creating build/lib/django/contrib/admin/locale/zh_Hant creating build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po -> build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES creating build/lib/django/contrib/admin/static creating build/lib/django/contrib/admin/static/admin creating build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/autocomplete.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/base.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/changelists.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/dashboard.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/fonts.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/forms.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/login.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/responsive.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/responsive_rtl.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/rtl.css -> build/lib/django/contrib/admin/static/admin/css copying django/contrib/admin/static/admin/css/widgets.css -> build/lib/django/contrib/admin/static/admin/css creating build/lib/django/contrib/admin/static/admin/css/vendor creating build/lib/django/contrib/admin/static/admin/css/vendor/select2 copying django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md -> build/lib/django/contrib/admin/static/admin/css/vendor/select2 copying django/contrib/admin/static/admin/css/vendor/select2/select2.css -> build/lib/django/contrib/admin/static/admin/css/vendor/select2 copying django/contrib/admin/static/admin/css/vendor/select2/select2.min.css -> build/lib/django/contrib/admin/static/admin/css/vendor/select2 creating build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/LICENSE.txt -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/README.txt -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff -> build/lib/django/contrib/admin/static/admin/fonts copying django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff -> build/lib/django/contrib/admin/static/admin/fonts creating build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/LICENSE -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/README.txt -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/calendar-icons.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-addlink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-alert.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-calendar.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-changelink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-clock.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-deletelink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-no.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-unknown-alt.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-unknown.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-viewlink.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/icon-yes.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/inline-delete.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/search.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/selector-icons.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/sorting-icons.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/tooltag-add.svg -> build/lib/django/contrib/admin/static/admin/img copying django/contrib/admin/static/admin/img/tooltag-arrowright.svg -> build/lib/django/contrib/admin/static/admin/img creating build/lib/django/contrib/admin/static/admin/img/gis copying django/contrib/admin/static/admin/img/gis/move_vertex_off.svg -> build/lib/django/contrib/admin/static/admin/img/gis copying django/contrib/admin/static/admin/img/gis/move_vertex_on.svg -> build/lib/django/contrib/admin/static/admin/img/gis creating build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/SelectBox.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/SelectFilter2.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/actions.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/actions.min.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/autocomplete.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/calendar.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/cancel.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/change_form.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/collapse.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/collapse.min.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/core.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/inlines.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/inlines.min.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/jquery.init.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/popup_response.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/prepopulate.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/prepopulate.min.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/prepopulate_init.js -> build/lib/django/contrib/admin/static/admin/js copying django/contrib/admin/static/admin/js/urlify.js -> build/lib/django/contrib/admin/static/admin/js creating build/lib/django/contrib/admin/static/admin/js/admin copying django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js -> build/lib/django/contrib/admin/static/admin/js/admin copying django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js -> build/lib/django/contrib/admin/static/admin/js/admin creating build/lib/django/contrib/admin/static/admin/js/vendor creating build/lib/django/contrib/admin/static/admin/js/vendor/jquery copying django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt -> build/lib/django/contrib/admin/static/admin/js/vendor/jquery copying django/contrib/admin/static/admin/js/vendor/jquery/jquery.js -> build/lib/django/contrib/admin/static/admin/js/vendor/jquery copying django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js -> build/lib/django/contrib/admin/static/admin/js/vendor/jquery creating build/lib/django/contrib/admin/static/admin/js/vendor/select2 copying django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md -> build/lib/django/contrib/admin/static/admin/js/vendor/select2 copying django/contrib/admin/static/admin/js/vendor/select2/select2.full.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2 copying django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2 creating build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n copying django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js -> build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n creating build/lib/django/contrib/admin/static/admin/js/vendor/xregexp copying django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt -> build/lib/django/contrib/admin/static/admin/js/vendor/xregexp copying django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js -> build/lib/django/contrib/admin/static/admin/js/vendor/xregexp copying django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js -> build/lib/django/contrib/admin/static/admin/js/vendor/xregexp creating build/lib/django/contrib/admin/templates creating build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/404.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/500.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/actions.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/app_index.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/base.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/base_site.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_form.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_form_object_tools.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_list.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_list_object_tools.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/change_list_results.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/date_hierarchy.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/delete_confirmation.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/delete_selected_confirmation.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/filter.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/index.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/invalid_setup.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/login.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/object_history.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/pagination.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/popup_response.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/prepopulated_fields_js.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/search_form.html -> build/lib/django/contrib/admin/templates/admin copying django/contrib/admin/templates/admin/submit_line.html -> build/lib/django/contrib/admin/templates/admin creating build/lib/django/contrib/admin/templates/admin/auth creating build/lib/django/contrib/admin/templates/admin/auth/user copying django/contrib/admin/templates/admin/auth/user/add_form.html -> build/lib/django/contrib/admin/templates/admin/auth/user copying django/contrib/admin/templates/admin/auth/user/change_password.html -> build/lib/django/contrib/admin/templates/admin/auth/user creating build/lib/django/contrib/admin/templates/admin/edit_inline copying django/contrib/admin/templates/admin/edit_inline/stacked.html -> build/lib/django/contrib/admin/templates/admin/edit_inline copying django/contrib/admin/templates/admin/edit_inline/tabular.html -> build/lib/django/contrib/admin/templates/admin/edit_inline creating build/lib/django/contrib/admin/templates/admin/includes copying django/contrib/admin/templates/admin/includes/fieldset.html -> build/lib/django/contrib/admin/templates/admin/includes copying django/contrib/admin/templates/admin/includes/object_delete_summary.html -> build/lib/django/contrib/admin/templates/admin/includes creating build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/clearable_file_input.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/radio.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/split_datetime.html -> build/lib/django/contrib/admin/templates/admin/widgets copying django/contrib/admin/templates/admin/widgets/url.html -> build/lib/django/contrib/admin/templates/admin/widgets creating build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/logged_out.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_change_done.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_change_form.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_complete.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_confirm.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_done.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_email.html -> build/lib/django/contrib/admin/templates/registration copying django/contrib/admin/templates/registration/password_reset_form.html -> build/lib/django/contrib/admin/templates/registration creating build/lib/django/contrib/contenttypes/management/commands copying django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py -> build/lib/django/contrib/contenttypes/management/commands creating build/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/changepassword.py -> build/lib/django/contrib/auth/management/commands copying django/contrib/auth/management/commands/createsuperuser.py -> build/lib/django/contrib/auth/management/commands copying django/contrib/gis/geos/LICENSE -> build/lib/django/contrib/gis/geos copying django/contrib/gis/gdal/LICENSE -> build/lib/django/contrib/gis/gdal creating build/lib/django/conf/locale/af creating build/lib/django/conf/locale/af/LC_MESSAGES copying django/conf/locale/af/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/af/LC_MESSAGES copying django/conf/locale/af/LC_MESSAGES/django.po -> build/lib/django/conf/locale/af/LC_MESSAGES creating build/lib/django/conf/locale/ast creating build/lib/django/conf/locale/ast/LC_MESSAGES copying django/conf/locale/ast/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ast/LC_MESSAGES copying django/conf/locale/ast/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ast/LC_MESSAGES creating build/lib/django/conf/locale/be creating build/lib/django/conf/locale/be/LC_MESSAGES copying django/conf/locale/be/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/be/LC_MESSAGES copying django/conf/locale/be/LC_MESSAGES/django.po -> build/lib/django/conf/locale/be/LC_MESSAGES creating build/lib/django/conf/locale/br creating build/lib/django/conf/locale/br/LC_MESSAGES copying django/conf/locale/br/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/br/LC_MESSAGES copying django/conf/locale/br/LC_MESSAGES/django.po -> build/lib/django/conf/locale/br/LC_MESSAGES creating build/lib/django/conf/locale/dsb creating build/lib/django/conf/locale/dsb/LC_MESSAGES copying django/conf/locale/dsb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/dsb/LC_MESSAGES copying django/conf/locale/dsb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/dsb/LC_MESSAGES creating build/lib/django/conf/locale/es_VE creating build/lib/django/conf/locale/es_VE/LC_MESSAGES copying django/conf/locale/es_VE/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_VE/LC_MESSAGES copying django/conf/locale/es_VE/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_VE/LC_MESSAGES creating build/lib/django/conf/locale/hsb creating build/lib/django/conf/locale/hsb/LC_MESSAGES copying django/conf/locale/hsb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hsb/LC_MESSAGES copying django/conf/locale/hsb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hsb/LC_MESSAGES creating build/lib/django/conf/locale/hy creating build/lib/django/conf/locale/hy/LC_MESSAGES copying django/conf/locale/hy/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hy/LC_MESSAGES copying django/conf/locale/hy/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hy/LC_MESSAGES creating build/lib/django/conf/locale/ia creating build/lib/django/conf/locale/ia/LC_MESSAGES copying django/conf/locale/ia/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ia/LC_MESSAGES copying django/conf/locale/ia/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ia/LC_MESSAGES creating build/lib/django/conf/locale/io creating build/lib/django/conf/locale/io/LC_MESSAGES copying django/conf/locale/io/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/io/LC_MESSAGES copying django/conf/locale/io/LC_MESSAGES/django.po -> build/lib/django/conf/locale/io/LC_MESSAGES creating build/lib/django/conf/locale/kab creating build/lib/django/conf/locale/kab/LC_MESSAGES copying django/conf/locale/kab/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/kab/LC_MESSAGES copying django/conf/locale/kab/LC_MESSAGES/django.po -> build/lib/django/conf/locale/kab/LC_MESSAGES creating build/lib/django/conf/locale/kk creating build/lib/django/conf/locale/kk/LC_MESSAGES copying django/conf/locale/kk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/kk/LC_MESSAGES copying django/conf/locale/kk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/kk/LC_MESSAGES creating build/lib/django/conf/locale/lb creating build/lib/django/conf/locale/lb/LC_MESSAGES copying django/conf/locale/lb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/lb/LC_MESSAGES copying django/conf/locale/lb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/lb/LC_MESSAGES creating build/lib/django/conf/locale/mr creating build/lib/django/conf/locale/mr/LC_MESSAGES copying django/conf/locale/mr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/mr/LC_MESSAGES copying django/conf/locale/mr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/mr/LC_MESSAGES creating build/lib/django/conf/locale/my creating build/lib/django/conf/locale/my/LC_MESSAGES copying django/conf/locale/my/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/my/LC_MESSAGES copying django/conf/locale/my/LC_MESSAGES/django.po -> build/lib/django/conf/locale/my/LC_MESSAGES creating build/lib/django/conf/locale/ne creating build/lib/django/conf/locale/ne/LC_MESSAGES copying django/conf/locale/ne/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ne/LC_MESSAGES copying django/conf/locale/ne/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ne/LC_MESSAGES creating build/lib/django/conf/locale/os creating build/lib/django/conf/locale/os/LC_MESSAGES copying django/conf/locale/os/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/os/LC_MESSAGES copying django/conf/locale/os/LC_MESSAGES/django.po -> build/lib/django/conf/locale/os/LC_MESSAGES creating build/lib/django/conf/locale/pa creating build/lib/django/conf/locale/pa/LC_MESSAGES copying django/conf/locale/pa/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pa/LC_MESSAGES copying django/conf/locale/pa/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pa/LC_MESSAGES creating build/lib/django/conf/locale/sw creating build/lib/django/conf/locale/sw/LC_MESSAGES copying django/conf/locale/sw/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sw/LC_MESSAGES copying django/conf/locale/sw/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sw/LC_MESSAGES creating build/lib/django/conf/locale/tt creating build/lib/django/conf/locale/tt/LC_MESSAGES copying django/conf/locale/tt/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/tt/LC_MESSAGES copying django/conf/locale/tt/LC_MESSAGES/django.po -> build/lib/django/conf/locale/tt/LC_MESSAGES creating build/lib/django/conf/locale/udm creating build/lib/django/conf/locale/udm/LC_MESSAGES copying django/conf/locale/udm/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/udm/LC_MESSAGES copying django/conf/locale/udm/LC_MESSAGES/django.po -> build/lib/django/conf/locale/udm/LC_MESSAGES creating build/lib/django/conf/locale/ur creating build/lib/django/conf/locale/ur/LC_MESSAGES copying django/conf/locale/ur/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ur/LC_MESSAGES copying django/conf/locale/ur/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ur/LC_MESSAGES creating build/lib/django/conf/locale/cy/LC_MESSAGES copying django/conf/locale/cy/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/cy/LC_MESSAGES copying django/conf/locale/cy/LC_MESSAGES/django.po -> build/lib/django/conf/locale/cy/LC_MESSAGES creating build/lib/django/conf/locale/ar/LC_MESSAGES copying django/conf/locale/ar/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ar/LC_MESSAGES copying django/conf/locale/ar/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ar/LC_MESSAGES creating build/lib/django/conf/locale/fa/LC_MESSAGES copying django/conf/locale/fa/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fa/LC_MESSAGES copying django/conf/locale/fa/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fa/LC_MESSAGES creating build/lib/django/conf/locale/hr/LC_MESSAGES copying django/conf/locale/hr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hr/LC_MESSAGES copying django/conf/locale/hr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hr/LC_MESSAGES creating build/lib/django/conf/locale/ga/LC_MESSAGES copying django/conf/locale/ga/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ga/LC_MESSAGES copying django/conf/locale/ga/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ga/LC_MESSAGES creating build/lib/django/conf/locale/zh_Hant/LC_MESSAGES copying django/conf/locale/zh_Hant/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/zh_Hant/LC_MESSAGES copying django/conf/locale/zh_Hant/LC_MESSAGES/django.po -> build/lib/django/conf/locale/zh_Hant/LC_MESSAGES creating build/lib/django/conf/locale/en_AU/LC_MESSAGES copying django/conf/locale/en_AU/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/en_AU/LC_MESSAGES copying django/conf/locale/en_AU/LC_MESSAGES/django.po -> build/lib/django/conf/locale/en_AU/LC_MESSAGES creating build/lib/django/conf/locale/az/LC_MESSAGES copying django/conf/locale/az/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/az/LC_MESSAGES copying django/conf/locale/az/LC_MESSAGES/django.po -> build/lib/django/conf/locale/az/LC_MESSAGES creating build/lib/django/conf/locale/hi/LC_MESSAGES copying django/conf/locale/hi/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hi/LC_MESSAGES copying django/conf/locale/hi/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hi/LC_MESSAGES creating build/lib/django/conf/locale/th/LC_MESSAGES copying django/conf/locale/th/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/th/LC_MESSAGES copying django/conf/locale/th/LC_MESSAGES/django.po -> build/lib/django/conf/locale/th/LC_MESSAGES creating build/lib/django/conf/locale/da/LC_MESSAGES copying django/conf/locale/da/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/da/LC_MESSAGES copying django/conf/locale/da/LC_MESSAGES/django.po -> build/lib/django/conf/locale/da/LC_MESSAGES creating build/lib/django/conf/locale/km/LC_MESSAGES copying django/conf/locale/km/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/km/LC_MESSAGES copying django/conf/locale/km/LC_MESSAGES/django.po -> build/lib/django/conf/locale/km/LC_MESSAGES creating build/lib/django/conf/locale/mn/LC_MESSAGES copying django/conf/locale/mn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/mn/LC_MESSAGES copying django/conf/locale/mn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/mn/LC_MESSAGES creating build/lib/django/conf/locale/es_AR/LC_MESSAGES copying django/conf/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_AR/LC_MESSAGES copying django/conf/locale/es_AR/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_AR/LC_MESSAGES creating build/lib/django/conf/locale/he/LC_MESSAGES copying django/conf/locale/he/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/he/LC_MESSAGES copying django/conf/locale/he/LC_MESSAGES/django.po -> build/lib/django/conf/locale/he/LC_MESSAGES creating build/lib/django/conf/locale/sr_Latn/LC_MESSAGES copying django/conf/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sr_Latn/LC_MESSAGES copying django/conf/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sr_Latn/LC_MESSAGES creating build/lib/django/conf/locale/sl/LC_MESSAGES copying django/conf/locale/sl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sl/LC_MESSAGES copying django/conf/locale/sl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sl/LC_MESSAGES creating build/lib/django/conf/locale/ca/LC_MESSAGES copying django/conf/locale/ca/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ca/LC_MESSAGES copying django/conf/locale/ca/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ca/LC_MESSAGES creating build/lib/django/conf/locale/id/LC_MESSAGES copying django/conf/locale/id/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/id/LC_MESSAGES copying django/conf/locale/id/LC_MESSAGES/django.po -> build/lib/django/conf/locale/id/LC_MESSAGES creating build/lib/django/conf/locale/cs/LC_MESSAGES copying django/conf/locale/cs/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/cs/LC_MESSAGES copying django/conf/locale/cs/LC_MESSAGES/django.po -> build/lib/django/conf/locale/cs/LC_MESSAGES creating build/lib/django/conf/locale/et/LC_MESSAGES copying django/conf/locale/et/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/et/LC_MESSAGES copying django/conf/locale/et/LC_MESSAGES/django.po -> build/lib/django/conf/locale/et/LC_MESSAGES creating build/lib/django/conf/locale/nb/LC_MESSAGES copying django/conf/locale/nb/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/nb/LC_MESSAGES copying django/conf/locale/nb/LC_MESSAGES/django.po -> build/lib/django/conf/locale/nb/LC_MESSAGES creating build/lib/django/conf/locale/lv/LC_MESSAGES copying django/conf/locale/lv/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/lv/LC_MESSAGES copying django/conf/locale/lv/LC_MESSAGES/django.po -> build/lib/django/conf/locale/lv/LC_MESSAGES creating build/lib/django/conf/locale/ka/LC_MESSAGES copying django/conf/locale/ka/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ka/LC_MESSAGES copying django/conf/locale/ka/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ka/LC_MESSAGES creating build/lib/django/conf/locale/ja/LC_MESSAGES copying django/conf/locale/ja/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ja/LC_MESSAGES copying django/conf/locale/ja/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ja/LC_MESSAGES creating build/lib/django/conf/locale/gl/LC_MESSAGES copying django/conf/locale/gl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/gl/LC_MESSAGES copying django/conf/locale/gl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/gl/LC_MESSAGES creating build/lib/django/conf/locale/pl/LC_MESSAGES copying django/conf/locale/pl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pl/LC_MESSAGES copying django/conf/locale/pl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pl/LC_MESSAGES creating build/lib/django/conf/locale/nl/LC_MESSAGES copying django/conf/locale/nl/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/nl/LC_MESSAGES copying django/conf/locale/nl/LC_MESSAGES/django.po -> build/lib/django/conf/locale/nl/LC_MESSAGES creating build/lib/django/conf/locale/pt_BR/LC_MESSAGES copying django/conf/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pt_BR/LC_MESSAGES copying django/conf/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pt_BR/LC_MESSAGES creating build/lib/django/conf/locale/is/LC_MESSAGES copying django/conf/locale/is/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/is/LC_MESSAGES copying django/conf/locale/is/LC_MESSAGES/django.po -> build/lib/django/conf/locale/is/LC_MESSAGES creating build/lib/django/conf/locale/ko/LC_MESSAGES copying django/conf/locale/ko/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ko/LC_MESSAGES copying django/conf/locale/ko/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ko/LC_MESSAGES creating build/lib/django/conf/locale/bg/LC_MESSAGES copying django/conf/locale/bg/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/bg/LC_MESSAGES copying django/conf/locale/bg/LC_MESSAGES/django.po -> build/lib/django/conf/locale/bg/LC_MESSAGES creating build/lib/django/conf/locale/sr/LC_MESSAGES copying django/conf/locale/sr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sr/LC_MESSAGES copying django/conf/locale/sr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sr/LC_MESSAGES creating build/lib/django/conf/locale/mk/LC_MESSAGES copying django/conf/locale/mk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/mk/LC_MESSAGES copying django/conf/locale/mk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/mk/LC_MESSAGES creating build/lib/django/conf/locale/te/LC_MESSAGES copying django/conf/locale/te/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/te/LC_MESSAGES copying django/conf/locale/te/LC_MESSAGES/django.po -> build/lib/django/conf/locale/te/LC_MESSAGES creating build/lib/django/conf/locale/de/LC_MESSAGES copying django/conf/locale/de/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/de/LC_MESSAGES copying django/conf/locale/de/LC_MESSAGES/django.po -> build/lib/django/conf/locale/de/LC_MESSAGES creating build/lib/django/conf/locale/sq/LC_MESSAGES copying django/conf/locale/sq/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sq/LC_MESSAGES copying django/conf/locale/sq/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sq/LC_MESSAGES creating build/lib/django/conf/locale/es_CO/LC_MESSAGES copying django/conf/locale/es_CO/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_CO/LC_MESSAGES copying django/conf/locale/es_CO/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_CO/LC_MESSAGES creating build/lib/django/conf/locale/sv/LC_MESSAGES copying django/conf/locale/sv/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sv/LC_MESSAGES copying django/conf/locale/sv/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sv/LC_MESSAGES creating build/lib/django/conf/locale/gd/LC_MESSAGES copying django/conf/locale/gd/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/gd/LC_MESSAGES copying django/conf/locale/gd/LC_MESSAGES/django.po -> build/lib/django/conf/locale/gd/LC_MESSAGES creating build/lib/django/conf/locale/uk/LC_MESSAGES copying django/conf/locale/uk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/uk/LC_MESSAGES copying django/conf/locale/uk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/uk/LC_MESSAGES creating build/lib/django/conf/locale/ro/LC_MESSAGES copying django/conf/locale/ro/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ro/LC_MESSAGES copying django/conf/locale/ro/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ro/LC_MESSAGES creating build/lib/django/conf/locale/vi/LC_MESSAGES copying django/conf/locale/vi/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/vi/LC_MESSAGES copying django/conf/locale/vi/LC_MESSAGES/django.po -> build/lib/django/conf/locale/vi/LC_MESSAGES creating build/lib/django/conf/locale/nn/LC_MESSAGES copying django/conf/locale/nn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/nn/LC_MESSAGES copying django/conf/locale/nn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/nn/LC_MESSAGES creating build/lib/django/conf/locale/el/LC_MESSAGES copying django/conf/locale/el/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/el/LC_MESSAGES copying django/conf/locale/el/LC_MESSAGES/django.po -> build/lib/django/conf/locale/el/LC_MESSAGES creating build/lib/django/conf/locale/it/LC_MESSAGES copying django/conf/locale/it/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/it/LC_MESSAGES copying django/conf/locale/it/LC_MESSAGES/django.po -> build/lib/django/conf/locale/it/LC_MESSAGES creating build/lib/django/conf/locale/bn/LC_MESSAGES copying django/conf/locale/bn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/bn/LC_MESSAGES copying django/conf/locale/bn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/bn/LC_MESSAGES creating build/lib/django/conf/locale/sk/LC_MESSAGES copying django/conf/locale/sk/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/sk/LC_MESSAGES copying django/conf/locale/sk/LC_MESSAGES/django.po -> build/lib/django/conf/locale/sk/LC_MESSAGES creating build/lib/django/conf/locale/es/LC_MESSAGES copying django/conf/locale/es/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es/LC_MESSAGES copying django/conf/locale/es/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es/LC_MESSAGES creating build/lib/django/conf/locale/zh_Hans/LC_MESSAGES copying django/conf/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/zh_Hans/LC_MESSAGES copying django/conf/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django/conf/locale/zh_Hans/LC_MESSAGES creating build/lib/django/conf/locale/pt/LC_MESSAGES copying django/conf/locale/pt/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/pt/LC_MESSAGES copying django/conf/locale/pt/LC_MESSAGES/django.po -> build/lib/django/conf/locale/pt/LC_MESSAGES creating build/lib/django/conf/locale/tr/LC_MESSAGES copying django/conf/locale/tr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/tr/LC_MESSAGES copying django/conf/locale/tr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/tr/LC_MESSAGES creating build/lib/django/conf/locale/lt/LC_MESSAGES copying django/conf/locale/lt/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/lt/LC_MESSAGES copying django/conf/locale/lt/LC_MESSAGES/django.po -> build/lib/django/conf/locale/lt/LC_MESSAGES creating build/lib/django/conf/locale/ru/LC_MESSAGES copying django/conf/locale/ru/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ru/LC_MESSAGES copying django/conf/locale/ru/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ru/LC_MESSAGES creating build/lib/django/conf/locale/en_GB/LC_MESSAGES copying django/conf/locale/en_GB/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/en_GB/LC_MESSAGES copying django/conf/locale/en_GB/LC_MESSAGES/django.po -> build/lib/django/conf/locale/en_GB/LC_MESSAGES creating build/lib/django/conf/locale/fr/LC_MESSAGES copying django/conf/locale/fr/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fr/LC_MESSAGES copying django/conf/locale/fr/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fr/LC_MESSAGES creating build/lib/django/conf/locale/bs/LC_MESSAGES copying django/conf/locale/bs/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/bs/LC_MESSAGES copying django/conf/locale/bs/LC_MESSAGES/django.po -> build/lib/django/conf/locale/bs/LC_MESSAGES creating build/lib/django/conf/locale/hu/LC_MESSAGES copying django/conf/locale/hu/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/hu/LC_MESSAGES copying django/conf/locale/hu/LC_MESSAGES/django.po -> build/lib/django/conf/locale/hu/LC_MESSAGES creating build/lib/django/conf/locale/es_MX/LC_MESSAGES copying django/conf/locale/es_MX/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/es_MX/LC_MESSAGES copying django/conf/locale/es_MX/LC_MESSAGES/django.po -> build/lib/django/conf/locale/es_MX/LC_MESSAGES creating build/lib/django/conf/locale/en/LC_MESSAGES copying django/conf/locale/en/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/en/LC_MESSAGES copying django/conf/locale/en/LC_MESSAGES/django.po -> build/lib/django/conf/locale/en/LC_MESSAGES creating build/lib/django/conf/locale/ta/LC_MESSAGES copying django/conf/locale/ta/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ta/LC_MESSAGES copying django/conf/locale/ta/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ta/LC_MESSAGES creating build/lib/django/conf/locale/eu/LC_MESSAGES copying django/conf/locale/eu/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/eu/LC_MESSAGES copying django/conf/locale/eu/LC_MESSAGES/django.po -> build/lib/django/conf/locale/eu/LC_MESSAGES creating build/lib/django/conf/locale/fy/LC_MESSAGES copying django/conf/locale/fy/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fy/LC_MESSAGES copying django/conf/locale/fy/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fy/LC_MESSAGES creating build/lib/django/conf/locale/ml/LC_MESSAGES copying django/conf/locale/ml/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/ml/LC_MESSAGES copying django/conf/locale/ml/LC_MESSAGES/django.po -> build/lib/django/conf/locale/ml/LC_MESSAGES creating build/lib/django/conf/locale/eo/LC_MESSAGES copying django/conf/locale/eo/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/eo/LC_MESSAGES copying django/conf/locale/eo/LC_MESSAGES/django.po -> build/lib/django/conf/locale/eo/LC_MESSAGES creating build/lib/django/conf/locale/kn/LC_MESSAGES copying django/conf/locale/kn/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/kn/LC_MESSAGES copying django/conf/locale/kn/LC_MESSAGES/django.po -> build/lib/django/conf/locale/kn/LC_MESSAGES creating build/lib/django/conf/locale/uz/LC_MESSAGES copying django/conf/locale/uz/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/uz/LC_MESSAGES copying django/conf/locale/uz/LC_MESSAGES/django.po -> build/lib/django/conf/locale/uz/LC_MESSAGES creating build/lib/django/conf/locale/fi/LC_MESSAGES copying django/conf/locale/fi/LC_MESSAGES/django.mo -> build/lib/django/conf/locale/fi/LC_MESSAGES copying django/conf/locale/fi/LC_MESSAGES/django.po -> build/lib/django/conf/locale/fi/LC_MESSAGES running build_scripts creating build/scripts-3.9 copying and adjusting django/bin/django-admin.py -> build/scripts-3.9 changing mode of build/scripts-3.9/django-admin.py from 644 to 755 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MrN9vl + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch ++ dirname /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch + cd Django-3.0.7 + CFLAGS='-O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv7-a -mfpu=neon -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django copying build/lib/django/__main__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/db.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/memcached.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/filebased.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/locmem.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/backends/dummy.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends copying build/lib/django/core/cache/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache copying build/lib/django/core/cache/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail copying build/lib/django/core/mail/message.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/smtp.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/filebased.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/locmem.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/console.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/backends/dummy.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends copying build/lib/django/core/mail/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail copying build/lib/django/core/mail/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail copying build/lib/django/core/asgi.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management copying build/lib/django/core/management/color.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management copying build/lib/django/core/management/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management copying build/lib/django/core/management/templates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management copying build/lib/django/core/management/sql.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/migrate.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/showmigrations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/testserver.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/inspectdb.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/makemigrations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/startapp.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/dbshell.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/loaddata.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/shell.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/diffsettings.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/createcachetable.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/dumpdata.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/runserver.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/flush.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/test.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/check.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/squashmigrations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/makemessages.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/compilemessages.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sqlsequencereset.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sendtestemail.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/startproject.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sqlflush.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/commands/sqlmigrate.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands copying build/lib/django/core/management/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management copying build/lib/django/core/management/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management copying build/lib/django/core/wsgi.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/move.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/images.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/uploadhandler.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/uploadedfile.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/temp.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/storage.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/files/locks.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files copying build/lib/django/core/validators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core copying build/lib/django/core/paginator.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/serializers/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/serializers/json.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/serializers/pyyaml.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/serializers/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/serializers/python.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/serializers/xml_serializer.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers copying build/lib/django/core/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/registry.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/urls.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/templates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/compatibility copying build/lib/django/core/checks/compatibility/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/compatibility copying build/lib/django/core/checks/database.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/translation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/messages.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/csrf.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/sessions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security copying build/lib/django/core/checks/security/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security copying build/lib/django/core/checks/model_checks.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/checks/caches.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks copying build/lib/django/core/exceptions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/servers copying build/lib/django/core/servers/basehttp.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/servers copying build/lib/django/core/servers/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/servers copying build/lib/django/core/signing.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core copying build/lib/django/core/signals.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers copying build/lib/django/core/handlers/asgi.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers copying build/lib/django/core/handlers/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers copying build/lib/django/core/handlers/exception.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers copying build/lib/django/core/handlers/wsgi.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers copying build/lib/django/core/handlers/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags copying build/lib/django/templatetags/static.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags copying build/lib/django/templatetags/i18n.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags copying build/lib/django/templatetags/tz.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags copying build/lib/django/templatetags/l10n.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags copying build/lib/django/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags copying build/lib/django/templatetags/cache.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/cached_db.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/signed_cookies.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/db.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/file.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/backends/cache.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends copying build/lib/django/contrib/sessions/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/management/commands copying build/lib/django/contrib/sessions/management/commands/clearsessions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/management/commands copying build/lib/django/contrib/sessions/base_session.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/serializers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions copying build/lib/django/contrib/sessions/exceptions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/migrations copying build/lib/django/contrib/sessions/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/migrations copying build/lib/django/contrib/sessions/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/sitemaps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/forms.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/templatetags copying build/lib/django/contrib/flatpages/templatetags/flatpages.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/templatetags copying build/lib/django/contrib/flatpages/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/templatetags copying build/lib/django/contrib/flatpages/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/urls.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages copying build/lib/django/contrib/flatpages/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES copying build/lib/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/migrations copying build/lib/django/contrib/flatpages/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/migrations copying build/lib/django/contrib/flatpages/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication copying build/lib/django/contrib/syndication/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication copying build/lib/django/contrib/syndication/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication copying build/lib/django/contrib/syndication/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/forms.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/management/commands copying build/lib/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/management/commands copying build/lib/django/contrib/contenttypes/management/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/management copying build/lib/django/contrib/contenttypes/fields.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/checks.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes copying build/lib/django/contrib/contenttypes/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES copying build/lib/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations copying build/lib/django/contrib/contenttypes/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/templatetags copying build/lib/django/contrib/humanize/templatetags/humanize.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/templatetags copying build/lib/django/contrib/humanize/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/templatetags copying build/lib/django/contrib/humanize/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize copying build/lib/django/contrib/humanize/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ms creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ms/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES copying build/lib/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/common-passwords.txt.gz -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/base_user.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/templates/registration copying build/lib/django/contrib/auth/templates/registration/password_reset_subject.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/templates/registration creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/templates/auth creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/templates/auth/widgets copying build/lib/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/templates/auth/widgets copying build/lib/django/contrib/auth/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/forms.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/tokens.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/backends.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/commands/createsuperuser.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/commands/changepassword.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management/commands copying build/lib/django/contrib/auth/management/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management copying build/lib/django/contrib/auth/urls.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/decorators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/validators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/checks.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/hashers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/password_validation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/context_processors.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/mixins.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth copying build/lib/django/contrib/auth/signals.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/handlers copying build/lib/django/contrib/auth/handlers/modwsgi.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/handlers copying build/lib/django/contrib/auth/handlers/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/handlers creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/af/LC_MESSAGES copying build/lib/django/contrib/auth/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/af/LC_MESSAGES copying build/lib/django/contrib/auth/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/os/LC_MESSAGES copying build/lib/django/contrib/auth/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/os/LC_MESSAGES copying build/lib/django/contrib/auth/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/az/LC_MESSAGES copying build/lib/django/contrib/auth/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/az/LC_MESSAGES copying build/lib/django/contrib/auth/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/th/LC_MESSAGES copying build/lib/django/contrib/auth/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/th/LC_MESSAGES copying build/lib/django/contrib/auth/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/da/LC_MESSAGES copying build/lib/django/contrib/auth/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/da/LC_MESSAGES copying build/lib/django/contrib/auth/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/km/LC_MESSAGES copying build/lib/django/contrib/auth/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/km/LC_MESSAGES copying build/lib/django/contrib/auth/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/he/LC_MESSAGES copying build/lib/django/contrib/auth/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/he/LC_MESSAGES copying build/lib/django/contrib/auth/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/id/LC_MESSAGES copying build/lib/django/contrib/auth/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/id/LC_MESSAGES copying build/lib/django/contrib/auth/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/et/LC_MESSAGES copying build/lib/django/contrib/auth/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/et/LC_MESSAGES copying build/lib/django/contrib/auth/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES copying build/lib/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES copying build/lib/django/contrib/auth/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/is/LC_MESSAGES copying build/lib/django/contrib/auth/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/is/LC_MESSAGES copying build/lib/django/contrib/auth/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/br/LC_MESSAGES copying build/lib/django/contrib/auth/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/br/LC_MESSAGES copying build/lib/django/contrib/auth/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/te/LC_MESSAGES copying build/lib/django/contrib/auth/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/te/LC_MESSAGES copying build/lib/django/contrib/auth/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/de/LC_MESSAGES copying build/lib/django/contrib/auth/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/de/LC_MESSAGES copying build/lib/django/contrib/auth/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES copying build/lib/django/contrib/auth/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/my/LC_MESSAGES copying build/lib/django/contrib/auth/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/my/LC_MESSAGES copying build/lib/django/contrib/auth/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/el/LC_MESSAGES copying build/lib/django/contrib/auth/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/el/LC_MESSAGES copying build/lib/django/contrib/auth/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/it/LC_MESSAGES copying build/lib/django/contrib/auth/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/it/LC_MESSAGES copying build/lib/django/contrib/auth/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES copying build/lib/django/contrib/auth/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/be/LC_MESSAGES copying build/lib/django/contrib/auth/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/be/LC_MESSAGES copying build/lib/django/contrib/auth/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES copying build/lib/django/contrib/auth/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES copying build/lib/django/contrib/auth/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en/LC_MESSAGES copying build/lib/django/contrib/auth/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES copying build/lib/django/contrib/auth/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES copying build/lib/django/contrib/auth/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/io/LC_MESSAGES copying build/lib/django/contrib/auth/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/io/LC_MESSAGES copying build/lib/django/contrib/auth/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES copying build/lib/django/contrib/auth/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES copying build/lib/django/contrib/auth/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES copying build/lib/django/contrib/auth/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0005_alter_user_last_login_null.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0010_alter_group_name_max_length.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0011_update_proxy_permissions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0008_alter_user_username_max_length.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0003_alter_user_email_max_length.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0006_require_contenttypes_0002.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0004_alter_user_username_opts.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations copying build/lib/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/finders.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/collectstatic.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/findstatic.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/management/commands/runserver.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands copying build/lib/django/contrib/staticfiles/urls.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/checks.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/testing.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/storage.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles copying build/lib/django/contrib/staticfiles/handlers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/managers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/requests.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/shortcuts.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites copying build/lib/django/contrib/sites/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/af/LC_MESSAGES copying build/lib/django/contrib/sites/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/af/LC_MESSAGES copying build/lib/django/contrib/sites/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/os/LC_MESSAGES copying build/lib/django/contrib/sites/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/os/LC_MESSAGES copying build/lib/django/contrib/sites/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/az/LC_MESSAGES copying build/lib/django/contrib/sites/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/az/LC_MESSAGES copying build/lib/django/contrib/sites/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/th/LC_MESSAGES copying build/lib/django/contrib/sites/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/th/LC_MESSAGES copying build/lib/django/contrib/sites/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/da/LC_MESSAGES copying build/lib/django/contrib/sites/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/da/LC_MESSAGES copying build/lib/django/contrib/sites/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/km/LC_MESSAGES copying build/lib/django/contrib/sites/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/km/LC_MESSAGES copying build/lib/django/contrib/sites/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/he/LC_MESSAGES copying build/lib/django/contrib/sites/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/he/LC_MESSAGES copying build/lib/django/contrib/sites/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/id/LC_MESSAGES copying build/lib/django/contrib/sites/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/id/LC_MESSAGES copying build/lib/django/contrib/sites/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/et/LC_MESSAGES copying build/lib/django/contrib/sites/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/et/LC_MESSAGES copying build/lib/django/contrib/sites/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES copying build/lib/django/contrib/sites/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/is/LC_MESSAGES copying build/lib/django/contrib/sites/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/is/LC_MESSAGES copying build/lib/django/contrib/sites/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/br/LC_MESSAGES copying build/lib/django/contrib/sites/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/br/LC_MESSAGES copying build/lib/django/contrib/sites/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/te/LC_MESSAGES copying build/lib/django/contrib/sites/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/te/LC_MESSAGES copying build/lib/django/contrib/sites/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/de/LC_MESSAGES copying build/lib/django/contrib/sites/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/de/LC_MESSAGES copying build/lib/django/contrib/sites/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES copying build/lib/django/contrib/sites/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/my/LC_MESSAGES copying build/lib/django/contrib/sites/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/my/LC_MESSAGES copying build/lib/django/contrib/sites/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/el/LC_MESSAGES copying build/lib/django/contrib/sites/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/el/LC_MESSAGES copying build/lib/django/contrib/sites/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/it/LC_MESSAGES copying build/lib/django/contrib/sites/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/it/LC_MESSAGES copying build/lib/django/contrib/sites/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES copying build/lib/django/contrib/sites/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/be/LC_MESSAGES copying build/lib/django/contrib/sites/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/be/LC_MESSAGES copying build/lib/django/contrib/sites/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES copying build/lib/django/contrib/sites/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES copying build/lib/django/contrib/sites/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en/LC_MESSAGES copying build/lib/django/contrib/sites/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES copying build/lib/django/contrib/sites/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES copying build/lib/django/contrib/sites/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/io/LC_MESSAGES copying build/lib/django/contrib/sites/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/io/LC_MESSAGES copying build/lib/django/contrib/sites/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES copying build/lib/django/contrib/sites/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES copying build/lib/django/contrib/sites/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sites/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES copying build/lib/django/contrib/sites/management.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations copying build/lib/django/contrib/sites/migrations/0002_alter_domain_unique.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/templates copying build/lib/django/contrib/sitemaps/templates/sitemap_index.xml -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/templates copying build/lib/django/contrib/sitemaps/templates/sitemap.xml -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/templates copying build/lib/django/contrib/sitemaps/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/management/commands copying build/lib/django/contrib/sitemaps/management/commands/ping_google.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/management/commands copying build/lib/django/contrib/sitemaps/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps copying build/lib/django/contrib/sitemaps/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps copying build/lib/django/contrib/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/api.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/context_processors.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/session.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/cookie.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/fallback.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/storage/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage copying build/lib/django/contrib/messages/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages copying build/lib/django/contrib/messages/constants.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/view_index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/bookmarklets.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/template_detail.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/template_tag_index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/model_detail.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/missing_docutils.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/view_detail.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/model_index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/templates/admin_doc/template_filter_index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/templates/admin_doc copying build/lib/django/contrib/admindocs/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/urls.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs copying build/lib/django/contrib/admindocs/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis copying build/lib/django/contrib/gis/templates/gis/openlayers-osm.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis copying build/lib/django/contrib/gis/templates/gis/openlayers.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/kml copying build/lib/django/contrib/gis/templates/gis/kml/placemarks.kml -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/kml copying build/lib/django/contrib/gis/templates/gis/kml/base.kml -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/kml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/openlayers.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/openlayers.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/osm.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/templates/gis/admin/osm.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/templates/gis/admin copying build/lib/django/contrib/gis/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/management creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/management/commands/inspectdb.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/management/commands/ogrinspect.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/management/commands copying build/lib/django/contrib/gis/measure.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/coordseq.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/coordseq.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/errcheck.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/predicates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/prepared.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/threadsafe.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/geom.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/topology.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/io.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/prototypes/misc.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes copying build/lib/django/contrib/gis/geos/linestring.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/prepared.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/factory.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/polygon.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/mutable_list.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/error.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/geometry.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/io.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/collections.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/libgeos.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/LICENSE -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos copying build/lib/django/contrib/gis/geos/point.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/layermapping.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/srs.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/ogrinfo.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils copying build/lib/django/contrib/gis/utils/ogrinspect.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms copying build/lib/django/contrib/gis/forms/fields.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms copying build/lib/django/contrib/gis/forms/widgets.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms copying build/lib/django/contrib/gis/forms/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle copying build/lib/django/contrib/gis/db/backends/oracle/adapter.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base copying build/lib/django/contrib/gis/db/backends/base/adapter.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/pgraster.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/const.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/postgis/adapter.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis copying build/lib/django/contrib/gis/db/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends copying build/lib/django/contrib/gis/db/backends/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/adapter.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite copying build/lib/django/contrib/gis/db/backends/spatialite/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/backends/mysql/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql copying build/lib/django/contrib/gis/db/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/proxy.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/functions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/fields.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/aggregates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/lookups.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models copying build/lib/django/contrib/gis/db/models/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/sql copying build/lib/django/contrib/gis/db/models/sql/conversion.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/sql copying build/lib/django/contrib/gis/db/models/sql/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/sql copying build/lib/django/contrib/gis/shortcuts.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/geoip2/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/geoip2/resources.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/geoip2/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2 copying build/lib/django/contrib/gis/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/serializers copying build/lib/django/contrib/gis/serializers/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/serializers copying build/lib/django/contrib/gis/serializers/geojson.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/serializers creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/sitemaps/kml.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/sitemaps/views.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/sitemaps/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps copying build/lib/django/contrib/gis/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis copying build/lib/django/contrib/gis/ptr.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis copying build/lib/django/contrib/gis/geometry.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/js copying build/lib/django/contrib/gis/static/gis/js/OLMapWidget.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/js creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/css copying build/lib/django/contrib/gis/static/gis/css/ol3.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/css creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_line_on.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_line_off.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_polygon_on.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_polygon_off.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_point_on.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/static/gis/img/draw_point_off.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/static/gis/img copying build/lib/django/contrib/gis/feeds.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/raster.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/errcheck.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/srs.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/generation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/geom.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/prototypes/ds.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes copying build/lib/django/contrib/gis/gdal/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/geomtype.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/srs.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/layer.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/geometries.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/band.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/const.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/raster/source.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster copying build/lib/django/contrib/gis/gdal/envelope.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/field.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/error.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/libgdal.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/driver.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/feature.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/LICENSE -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal copying build/lib/django/contrib/gis/gdal/datasource.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/af/LC_MESSAGES copying build/lib/django/contrib/gis/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/af/LC_MESSAGES copying build/lib/django/contrib/gis/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/os/LC_MESSAGES copying build/lib/django/contrib/gis/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/os/LC_MESSAGES copying build/lib/django/contrib/gis/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/az/LC_MESSAGES copying build/lib/django/contrib/gis/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/az/LC_MESSAGES copying build/lib/django/contrib/gis/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/th/LC_MESSAGES copying build/lib/django/contrib/gis/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/th/LC_MESSAGES copying build/lib/django/contrib/gis/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/da/LC_MESSAGES copying build/lib/django/contrib/gis/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/da/LC_MESSAGES copying build/lib/django/contrib/gis/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/km/LC_MESSAGES copying build/lib/django/contrib/gis/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/km/LC_MESSAGES copying build/lib/django/contrib/gis/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/he/LC_MESSAGES copying build/lib/django/contrib/gis/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/he/LC_MESSAGES copying build/lib/django/contrib/gis/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/id/LC_MESSAGES copying build/lib/django/contrib/gis/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/id/LC_MESSAGES copying build/lib/django/contrib/gis/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/et/LC_MESSAGES copying build/lib/django/contrib/gis/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/et/LC_MESSAGES copying build/lib/django/contrib/gis/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES copying build/lib/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES copying build/lib/django/contrib/gis/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/is/LC_MESSAGES copying build/lib/django/contrib/gis/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/is/LC_MESSAGES copying build/lib/django/contrib/gis/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/br/LC_MESSAGES copying build/lib/django/contrib/gis/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/br/LC_MESSAGES copying build/lib/django/contrib/gis/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/te/LC_MESSAGES copying build/lib/django/contrib/gis/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/te/LC_MESSAGES copying build/lib/django/contrib/gis/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/de/LC_MESSAGES copying build/lib/django/contrib/gis/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/de/LC_MESSAGES copying build/lib/django/contrib/gis/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES copying build/lib/django/contrib/gis/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/my/LC_MESSAGES copying build/lib/django/contrib/gis/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/my/LC_MESSAGES copying build/lib/django/contrib/gis/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/el/LC_MESSAGES copying build/lib/django/contrib/gis/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/el/LC_MESSAGES copying build/lib/django/contrib/gis/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/it/LC_MESSAGES copying build/lib/django/contrib/gis/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/it/LC_MESSAGES copying build/lib/django/contrib/gis/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES copying build/lib/django/contrib/gis/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/be/LC_MESSAGES copying build/lib/django/contrib/gis/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/be/LC_MESSAGES copying build/lib/django/contrib/gis/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES copying build/lib/django/contrib/gis/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES copying build/lib/django/contrib/gis/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en/LC_MESSAGES copying build/lib/django/contrib/gis/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES copying build/lib/django/contrib/gis/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES copying build/lib/django/contrib/gis/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/io/LC_MESSAGES copying build/lib/django/contrib/gis/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/io/LC_MESSAGES copying build/lib/django/contrib/gis/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES copying build/lib/django/contrib/gis/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES copying build/lib/django/contrib/gis/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/admin/options.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/admin/widgets.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin copying build/lib/django/contrib/gis/admin/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/middleware.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects copying build/lib/django/contrib/redirects/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES copying build/lib/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/migrations copying build/lib/django/contrib/redirects/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/migrations copying build/lib/django/contrib/redirects/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/templates/postgres creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/templates/postgres/widgets copying build/lib/django/contrib/postgres/templates/postgres/widgets/split_array.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/templates/postgres/widgets copying build/lib/django/contrib/postgres/functions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/hstore.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/ranges.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/jsonb.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/array.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/forms/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms copying build/lib/django/contrib/postgres/validators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/serializers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/lookups.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/statistics.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/mixins.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates copying build/lib/django/contrib/postgres/aggregates/general.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/jinja2 creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/jinja2/postgres creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/jinja2/postgres/widgets copying build/lib/django/contrib/postgres/jinja2/postgres/widgets/split_array.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/jinja2/postgres/widgets copying build/lib/django/contrib/postgres/search.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/indexes.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/signals.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres copying build/lib/django/contrib/postgres/constraints.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES copying build/lib/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/citext.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/hstore.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/ranges.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/jsonb.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/array.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/mixins.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields copying build/lib/django/contrib/postgres/fields/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_email.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_done.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_change_form.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/logged_out.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_form.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_change_done.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_confirm.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration copying build/lib/django/contrib/admin/templates/registration/password_reset_complete.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/registration creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/actions.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/split_datetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/radio.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/url.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/clearable_file_input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets copying build/lib/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/edit_inline copying build/lib/django/contrib/admin/templates/admin/edit_inline/stacked.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/edit_inline copying build/lib/django/contrib/admin/templates/admin/edit_inline/tabular.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/edit_inline copying build/lib/django/contrib/admin/templates/admin/date_hierarchy.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_list_object_tools.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/login.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/base.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/invalid_setup.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_list.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/filter.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/auth creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/auth/user copying build/lib/django/contrib/admin/templates/admin/auth/user/change_password.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/auth/user copying build/lib/django/contrib/admin/templates/admin/auth/user/add_form.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/auth/user copying build/lib/django/contrib/admin/templates/admin/index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/pagination.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/delete_confirmation.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/includes copying build/lib/django/contrib/admin/templates/admin/includes/object_delete_summary.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/includes copying build/lib/django/contrib/admin/templates/admin/includes/fieldset.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin/includes copying build/lib/django/contrib/admin/templates/admin/popup_response.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_form.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/404.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/app_index.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/delete_selected_confirmation.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/search_form.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/base_site.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_form_object_tools.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/500.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/change_list_results.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/submit_line.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/prepopulated_fields_js.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/templates/admin/object_history.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templates/admin copying build/lib/django/contrib/admin/forms.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/options.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/admin_urls.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/log.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/admin_list.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/admin_modify.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/templatetags/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags copying build/lib/django/contrib/admin/apps.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/decorators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/actions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/widgets.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/checks.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/tests.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin copying build/lib/django/contrib/admin/filters.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/actions.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/collapse.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/calendar.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/inlines.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/inlines.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/urlify.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/popup_response.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/prepopulate_init.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/SelectFilter2.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/core.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/prepopulate.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/collapse.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp copying build/lib/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp copying build/lib/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp copying build/lib/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/jquery copying build/lib/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/jquery creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2 copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2 copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2 copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2 creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n copying build/lib/django/contrib/admin/static/admin/js/change_form.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/SelectBox.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/autocomplete.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/cancel.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/jquery.init.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/prepopulate.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js copying build/lib/django/contrib/admin/static/admin/js/actions.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/admin copying build/lib/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/admin copying build/lib/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/js/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/responsive.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css/vendor creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/vendor/select2/select2.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css/vendor/select2 copying build/lib/django/contrib/admin/static/admin/css/dashboard.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/widgets.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/changelists.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/responsive_rtl.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/fonts.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/forms.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/rtl.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/base.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/login.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css copying build/lib/django/contrib/admin/static/admin/css/autocomplete.css -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/css creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-viewlink.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-unknown.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-alert.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-clock.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-yes.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/tooltag-arrowright.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-addlink.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/inline-delete.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-changelink.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/README.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-unknown-alt.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-no.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/sorting-icons.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/calendar-icons.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img/gis copying build/lib/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img/gis copying build/lib/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img/gis copying build/lib/django/contrib/admin/static/admin/img/icon-deletelink.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/icon-calendar.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/selector-icons.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/search.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/tooltag-add.svg -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img copying build/lib/django/contrib/admin/static/admin/img/LICENSE -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/img creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/README.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/LICENSE.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/static/admin/fonts copying build/lib/django/contrib/admin/exceptions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/main.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/decorators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/autocomplete.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/views/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views copying build/lib/django/contrib/admin/helpers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/af/LC_MESSAGES copying build/lib/django/contrib/admin/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/os/LC_MESSAGES copying build/lib/django/contrib/admin/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/az/LC_MESSAGES copying build/lib/django/contrib/admin/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/az/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/th/LC_MESSAGES copying build/lib/django/contrib/admin/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/th/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/da/LC_MESSAGES copying build/lib/django/contrib/admin/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/da/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/km/LC_MESSAGES copying build/lib/django/contrib/admin/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/km/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/he/LC_MESSAGES copying build/lib/django/contrib/admin/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/he/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/id/LC_MESSAGES copying build/lib/django/contrib/admin/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/id/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/et/LC_MESSAGES copying build/lib/django/contrib/admin/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/et/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES copying build/lib/django/contrib/admin/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/is/LC_MESSAGES copying build/lib/django/contrib/admin/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/is/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/br/LC_MESSAGES copying build/lib/django/contrib/admin/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/te/LC_MESSAGES copying build/lib/django/contrib/admin/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/te/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/de/LC_MESSAGES copying build/lib/django/contrib/admin/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES copying build/lib/django/contrib/admin/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/my/LC_MESSAGES copying build/lib/django/contrib/admin/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/my/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/el/LC_MESSAGES copying build/lib/django/contrib/admin/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/el/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/it/LC_MESSAGES copying build/lib/django/contrib/admin/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES copying build/lib/django/contrib/admin/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES copying build/lib/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/be/LC_MESSAGES copying build/lib/django/contrib/admin/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES copying build/lib/django/contrib/admin/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES copying build/lib/django/contrib/admin/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/am creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/am/LC_MESSAGES copying build/lib/django/contrib/admin/locale/am/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/am/LC_MESSAGES copying build/lib/django/contrib/admin/locale/am/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/am/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en/LC_MESSAGES copying build/lib/django/contrib/admin/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/en/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES copying build/lib/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES copying build/lib/django/contrib/admin/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES copying build/lib/django/contrib/admin/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/io/LC_MESSAGES copying build/lib/django/contrib/admin/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES copying build/lib/django/contrib/admin/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES copying build/lib/django/contrib/admin/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES copying build/lib/django/contrib/admin/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/0001_initial.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations copying build/lib/django/contrib/admin/sites.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/testcases.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/runner.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/html.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/selenium.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test copying build/lib/django/test/signals.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/autoreload.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/encoding.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/log.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/termcolors.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/text.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/regex_helper.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/timezone.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/inspect.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/xmlutils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/lorem_ipsum.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/crypto.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/ipv6.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/feedgenerator.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/http.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/module_loading.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/decorators.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/dateparse.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/dates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/archive.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/topological_sort.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/deconstruct.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/safestring.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/_os.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/timesince.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/version.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/dateformat.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/functional.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/datetime_safe.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/html.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/asyncio.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/datastructures.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation copying build/lib/django/utils/translation/trans_null.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation copying build/lib/django/utils/translation/trans_real.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation copying build/lib/django/utils/translation/template.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation copying build/lib/django/utils/translation/reloader.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation copying build/lib/django/utils/translation/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation copying build/lib/django/utils/deprecation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/hashable.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/duration.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/baseconv.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/numberformat.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/tree.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/itercompat.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/jslex.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils copying build/lib/django/utils/cache.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/splitdatetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/input_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/password.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/multiwidget.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/text.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/checkbox_select.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/date.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/multiple_input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/select_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/datetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/radio.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/splithiddendatetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/attrs.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/url.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/file.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/email.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/number.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/checkbox.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/time.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/checkbox_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/select_date.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/clearable_file_input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/textarea.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/select.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/multiple_hidden.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/radio_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/templates/django/forms/widgets/hidden.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/templates/django/forms/widgets copying build/lib/django/forms/forms.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/boundfield.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/fields.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/widgets.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/formsets.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms copying build/lib/django/forms/renderers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2 creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/splitdatetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/input_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/password.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/multiwidget.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/text.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/checkbox_select.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/date.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/multiple_input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/select_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/datetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/radio.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/attrs.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/url.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/file.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/email.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/number.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/checkbox.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/time.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/checkbox_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/select_date.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/clearable_file_input.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/textarea.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/select.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/multiple_hidden.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/radio_option.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets copying build/lib/django/forms/jinja2/django/forms/widgets/hidden.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/jinja2/django/forms/widgets creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps copying build/lib/django/apps/registry.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps copying build/lib/django/apps/config.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps copying build/lib/django/apps/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/defaultfilters.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/response.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/loader.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/defaulttags.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/backends/jinja2.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/backends/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/backends/django.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/backends/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/backends/dummy.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends copying build/lib/django/template/loader_tags.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/loaders/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/loaders/cached.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/loaders/filesystem.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/loaders/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/loaders/locmem.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/loaders/app_directories.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders copying build/lib/django/template/library.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/context_processors.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/context.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/exceptions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/smartif.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template copying build/lib/django/template/engine.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db copying build/lib/django/db/transaction.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/creation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 copying build/lib/django/db/backends/sqlite3/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3 creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/dummy/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/dummy/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/dummy/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy copying build/lib/django/db/backends/ddl_references.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/functions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/creation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/validation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle copying build/lib/django/db/backends/oracle/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/creation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/validation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/base/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base copying build/lib/django/db/backends/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends copying build/lib/django/db/backends/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/creation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/postgresql/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql copying build/lib/django/db/backends/signals.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/creation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/introspection.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/validation.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/compiler.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/operations.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/features.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/schema.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/backends/mysql/client.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql copying build/lib/django/db/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db copying build/lib/django/db/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/manager.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/math.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/text.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/window.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/datetime.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/mixins.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/functions/comparison.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions copying build/lib/django/db/models/deletion.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/options.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/aggregates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/query.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/query_utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/lookups.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/where.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/query.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/compiler.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/datastructures.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/constants.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/sql/subqueries.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql copying build/lib/django/db/models/expressions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/constants.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/enums.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/indexes.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/signals.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models copying build/lib/django/db/models/constraints.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/files.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/proxy.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/related_descriptors.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/reverse_related.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/mixins.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/related_lookups.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields copying build/lib/django/db/models/fields/related.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/loader.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/optimizer.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/migration.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/executor.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/questioner.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/graph.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/state.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/autodetector.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/writer.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/exceptions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/db/migrations/recorder.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/special.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/fields.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/models.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/operations/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations copying build/lib/django/db/migrations/serializer.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations copying build/lib/django/shortcuts.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http copying build/lib/django/http/response.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http copying build/lib/django/http/cookie.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http copying build/lib/django/http/request.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http copying build/lib/django/http/multipartparser.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http copying build/lib/django/http/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/locale.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/security.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/http.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/clickjacking.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/csrf.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/common.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/gzip.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/middleware/cache.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware copying build/lib/django/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/bin copying build/lib/django/bin/django-admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/bin creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/views.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/admin.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/tests.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/apps.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/models.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template copying build/lib/django/conf/app_template/__init__.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template/migrations copying build/lib/django/conf/app_template/migrations/__init__.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/app_template/migrations copying build/lib/django/conf/global_settings.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/asgi.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/wsgi.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/urls.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/__init__.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/project_name/settings.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template/project_name copying build/lib/django/conf/project_template/manage.py-tpl -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/project_template copying build/lib/django/conf/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls copying build/lib/django/conf/urls/static.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls copying build/lib/django/conf/urls/i18n.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls copying build/lib/django/conf/urls/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy copying build/lib/django/conf/locale/cy/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy/LC_MESSAGES copying build/lib/django/conf/locale/cy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy/LC_MESSAGES copying build/lib/django/conf/locale/cy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy/LC_MESSAGES copying build/lib/django/conf/locale/cy/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lb/LC_MESSAGES copying build/lib/django/conf/locale/lb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lb/LC_MESSAGES copying build/lib/django/conf/locale/lb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar copying build/lib/django/conf/locale/ar/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar/LC_MESSAGES copying build/lib/django/conf/locale/ar/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar/LC_MESSAGES copying build/lib/django/conf/locale/ar/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar/LC_MESSAGES copying build/lib/django/conf/locale/ar/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa copying build/lib/django/conf/locale/fa/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa/LC_MESSAGES copying build/lib/django/conf/locale/fa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa/LC_MESSAGES copying build/lib/django/conf/locale/fa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa/LC_MESSAGES copying build/lib/django/conf/locale/fa/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/af creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/af/LC_MESSAGES copying build/lib/django/conf/locale/af/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/af/LC_MESSAGES copying build/lib/django/conf/locale/af/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/af/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/os creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/os/LC_MESSAGES copying build/lib/django/conf/locale/os/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/os/LC_MESSAGES copying build/lib/django/conf/locale/os/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/os/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sw creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sw/LC_MESSAGES copying build/lib/django/conf/locale/sw/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sw/LC_MESSAGES copying build/lib/django/conf/locale/sw/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sw/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr copying build/lib/django/conf/locale/hr/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr/LC_MESSAGES copying build/lib/django/conf/locale/hr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr/LC_MESSAGES copying build/lib/django/conf/locale/hr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr/LC_MESSAGES copying build/lib/django/conf/locale/hr/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_NI copying build/lib/django/conf/locale/es_NI/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_NI copying build/lib/django/conf/locale/es_NI/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_NI creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga copying build/lib/django/conf/locale/ga/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga/LC_MESSAGES copying build/lib/django/conf/locale/ga/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga/LC_MESSAGES copying build/lib/django/conf/locale/ga/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga/LC_MESSAGES copying build/lib/django/conf/locale/ga/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant copying build/lib/django/conf/locale/zh_Hant/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hant/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hant/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU copying build/lib/django/conf/locale/en_AU/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU/LC_MESSAGES copying build/lib/django/conf/locale/en_AU/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU/LC_MESSAGES copying build/lib/django/conf/locale/en_AU/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU/LC_MESSAGES copying build/lib/django/conf/locale/en_AU/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az copying build/lib/django/conf/locale/az/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az/LC_MESSAGES copying build/lib/django/conf/locale/az/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az/LC_MESSAGES copying build/lib/django/conf/locale/az/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az/LC_MESSAGES copying build/lib/django/conf/locale/az/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi copying build/lib/django/conf/locale/hi/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi/LC_MESSAGES copying build/lib/django/conf/locale/hi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi/LC_MESSAGES copying build/lib/django/conf/locale/hi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi/LC_MESSAGES copying build/lib/django/conf/locale/hi/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th copying build/lib/django/conf/locale/th/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th/LC_MESSAGES copying build/lib/django/conf/locale/th/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th/LC_MESSAGES copying build/lib/django/conf/locale/th/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th/LC_MESSAGES copying build/lib/django/conf/locale/th/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da copying build/lib/django/conf/locale/da/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da/LC_MESSAGES copying build/lib/django/conf/locale/da/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da/LC_MESSAGES copying build/lib/django/conf/locale/da/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da/LC_MESSAGES copying build/lib/django/conf/locale/da/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km copying build/lib/django/conf/locale/km/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km/LC_MESSAGES copying build/lib/django/conf/locale/km/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km/LC_MESSAGES copying build/lib/django/conf/locale/km/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km/LC_MESSAGES copying build/lib/django/conf/locale/km/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn copying build/lib/django/conf/locale/mn/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn/LC_MESSAGES copying build/lib/django/conf/locale/mn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn/LC_MESSAGES copying build/lib/django/conf/locale/mn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn/LC_MESSAGES copying build/lib/django/conf/locale/mn/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR copying build/lib/django/conf/locale/es_AR/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR/LC_MESSAGES copying build/lib/django/conf/locale/es_AR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR/LC_MESSAGES copying build/lib/django/conf/locale/es_AR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR/LC_MESSAGES copying build/lib/django/conf/locale/es_AR/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he copying build/lib/django/conf/locale/he/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he/LC_MESSAGES copying build/lib/django/conf/locale/he/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he/LC_MESSAGES copying build/lib/django/conf/locale/he/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he/LC_MESSAGES copying build/lib/django/conf/locale/he/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn copying build/lib/django/conf/locale/sr_Latn/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES copying build/lib/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES copying build/lib/django/conf/locale/sr_Latn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES copying build/lib/django/conf/locale/sr_Latn/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl copying build/lib/django/conf/locale/sl/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl/LC_MESSAGES copying build/lib/django/conf/locale/sl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl/LC_MESSAGES copying build/lib/django/conf/locale/sl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl/LC_MESSAGES copying build/lib/django/conf/locale/sl/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca copying build/lib/django/conf/locale/ca/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca/LC_MESSAGES copying build/lib/django/conf/locale/ca/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca/LC_MESSAGES copying build/lib/django/conf/locale/ca/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca/LC_MESSAGES copying build/lib/django/conf/locale/ca/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id copying build/lib/django/conf/locale/id/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id/LC_MESSAGES copying build/lib/django/conf/locale/id/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id/LC_MESSAGES copying build/lib/django/conf/locale/id/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id/LC_MESSAGES copying build/lib/django/conf/locale/id/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kab creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kab/LC_MESSAGES copying build/lib/django/conf/locale/kab/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kab/LC_MESSAGES copying build/lib/django/conf/locale/kab/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kab/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs copying build/lib/django/conf/locale/cs/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs/LC_MESSAGES copying build/lib/django/conf/locale/cs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs/LC_MESSAGES copying build/lib/django/conf/locale/cs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs/LC_MESSAGES copying build/lib/django/conf/locale/cs/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et copying build/lib/django/conf/locale/et/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et/LC_MESSAGES copying build/lib/django/conf/locale/et/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et/LC_MESSAGES copying build/lib/django/conf/locale/et/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et/LC_MESSAGES copying build/lib/django/conf/locale/et/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mr/LC_MESSAGES copying build/lib/django/conf/locale/mr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mr/LC_MESSAGES copying build/lib/django/conf/locale/mr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mr/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb copying build/lib/django/conf/locale/nb/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb/LC_MESSAGES copying build/lib/django/conf/locale/nb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb/LC_MESSAGES copying build/lib/django/conf/locale/nb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb/LC_MESSAGES copying build/lib/django/conf/locale/nb/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv copying build/lib/django/conf/locale/lv/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv/LC_MESSAGES copying build/lib/django/conf/locale/lv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv/LC_MESSAGES copying build/lib/django/conf/locale/lv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv/LC_MESSAGES copying build/lib/django/conf/locale/lv/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka copying build/lib/django/conf/locale/ka/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka/LC_MESSAGES copying build/lib/django/conf/locale/ka/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka/LC_MESSAGES copying build/lib/django/conf/locale/ka/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka/LC_MESSAGES copying build/lib/django/conf/locale/ka/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja copying build/lib/django/conf/locale/ja/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja/LC_MESSAGES copying build/lib/django/conf/locale/ja/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja/LC_MESSAGES copying build/lib/django/conf/locale/ja/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja/LC_MESSAGES copying build/lib/django/conf/locale/ja/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/udm creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/udm/LC_MESSAGES copying build/lib/django/conf/locale/udm/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/udm/LC_MESSAGES copying build/lib/django/conf/locale/udm/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/udm/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_PR copying build/lib/django/conf/locale/es_PR/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_PR copying build/lib/django/conf/locale/es_PR/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_PR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl copying build/lib/django/conf/locale/gl/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl/LC_MESSAGES copying build/lib/django/conf/locale/gl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl/LC_MESSAGES copying build/lib/django/conf/locale/gl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl/LC_MESSAGES copying build/lib/django/conf/locale/gl/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl copying build/lib/django/conf/locale/pl/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl/LC_MESSAGES copying build/lib/django/conf/locale/pl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl/LC_MESSAGES copying build/lib/django/conf/locale/pl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl/LC_MESSAGES copying build/lib/django/conf/locale/pl/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ne creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ne/LC_MESSAGES copying build/lib/django/conf/locale/ne/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ne/LC_MESSAGES copying build/lib/django/conf/locale/ne/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ne/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ast creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ast/LC_MESSAGES copying build/lib/django/conf/locale/ast/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ast/LC_MESSAGES copying build/lib/django/conf/locale/ast/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ast/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl copying build/lib/django/conf/locale/nl/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl/LC_MESSAGES copying build/lib/django/conf/locale/nl/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl/LC_MESSAGES copying build/lib/django/conf/locale/nl/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl/LC_MESSAGES copying build/lib/django/conf/locale/nl/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR copying build/lib/django/conf/locale/pt_BR/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR/LC_MESSAGES copying build/lib/django/conf/locale/pt_BR/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR/LC_MESSAGES copying build/lib/django/conf/locale/pt_BR/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR/LC_MESSAGES copying build/lib/django/conf/locale/pt_BR/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kk/LC_MESSAGES copying build/lib/django/conf/locale/kk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kk/LC_MESSAGES copying build/lib/django/conf/locale/kk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kk/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is copying build/lib/django/conf/locale/is/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is/LC_MESSAGES copying build/lib/django/conf/locale/is/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is/LC_MESSAGES copying build/lib/django/conf/locale/is/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is/LC_MESSAGES copying build/lib/django/conf/locale/is/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko copying build/lib/django/conf/locale/ko/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko/LC_MESSAGES copying build/lib/django/conf/locale/ko/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko/LC_MESSAGES copying build/lib/django/conf/locale/ko/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko/LC_MESSAGES copying build/lib/django/conf/locale/ko/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/br creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/br/LC_MESSAGES copying build/lib/django/conf/locale/br/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/br/LC_MESSAGES copying build/lib/django/conf/locale/br/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/br/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg copying build/lib/django/conf/locale/bg/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg/LC_MESSAGES copying build/lib/django/conf/locale/bg/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg/LC_MESSAGES copying build/lib/django/conf/locale/bg/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg/LC_MESSAGES copying build/lib/django/conf/locale/bg/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr copying build/lib/django/conf/locale/sr/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr/LC_MESSAGES copying build/lib/django/conf/locale/sr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr/LC_MESSAGES copying build/lib/django/conf/locale/sr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr/LC_MESSAGES copying build/lib/django/conf/locale/sr/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk copying build/lib/django/conf/locale/mk/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk/LC_MESSAGES copying build/lib/django/conf/locale/mk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk/LC_MESSAGES copying build/lib/django/conf/locale/mk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk/LC_MESSAGES copying build/lib/django/conf/locale/mk/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ur creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ur/LC_MESSAGES copying build/lib/django/conf/locale/ur/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ur/LC_MESSAGES copying build/lib/django/conf/locale/ur/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ur/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te copying build/lib/django/conf/locale/te/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te/LC_MESSAGES copying build/lib/django/conf/locale/te/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te/LC_MESSAGES copying build/lib/django/conf/locale/te/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te/LC_MESSAGES copying build/lib/django/conf/locale/te/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de copying build/lib/django/conf/locale/de/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de/LC_MESSAGES copying build/lib/django/conf/locale/de/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de/LC_MESSAGES copying build/lib/django/conf/locale/de/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de/LC_MESSAGES copying build/lib/django/conf/locale/de/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq copying build/lib/django/conf/locale/sq/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq/LC_MESSAGES copying build/lib/django/conf/locale/sq/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq/LC_MESSAGES copying build/lib/django/conf/locale/sq/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq/LC_MESSAGES copying build/lib/django/conf/locale/sq/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO copying build/lib/django/conf/locale/es_CO/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO/LC_MESSAGES copying build/lib/django/conf/locale/es_CO/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO/LC_MESSAGES copying build/lib/django/conf/locale/es_CO/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO/LC_MESSAGES copying build/lib/django/conf/locale/es_CO/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv copying build/lib/django/conf/locale/sv/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv/LC_MESSAGES copying build/lib/django/conf/locale/sv/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv/LC_MESSAGES copying build/lib/django/conf/locale/sv/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv/LC_MESSAGES copying build/lib/django/conf/locale/sv/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd copying build/lib/django/conf/locale/gd/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd/LC_MESSAGES copying build/lib/django/conf/locale/gd/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd/LC_MESSAGES copying build/lib/django/conf/locale/gd/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd/LC_MESSAGES copying build/lib/django/conf/locale/gd/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk copying build/lib/django/conf/locale/uk/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk/LC_MESSAGES copying build/lib/django/conf/locale/uk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk/LC_MESSAGES copying build/lib/django/conf/locale/uk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk/LC_MESSAGES copying build/lib/django/conf/locale/uk/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/my creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/my/LC_MESSAGES copying build/lib/django/conf/locale/my/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/my/LC_MESSAGES copying build/lib/django/conf/locale/my/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/my/LC_MESSAGES copying build/lib/django/conf/locale/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hy/LC_MESSAGES copying build/lib/django/conf/locale/hy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hy/LC_MESSAGES copying build/lib/django/conf/locale/hy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hy/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro copying build/lib/django/conf/locale/ro/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro/LC_MESSAGES copying build/lib/django/conf/locale/ro/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro/LC_MESSAGES copying build/lib/django/conf/locale/ro/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro/LC_MESSAGES copying build/lib/django/conf/locale/ro/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi copying build/lib/django/conf/locale/vi/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi/LC_MESSAGES copying build/lib/django/conf/locale/vi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi/LC_MESSAGES copying build/lib/django/conf/locale/vi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi/LC_MESSAGES copying build/lib/django/conf/locale/vi/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn copying build/lib/django/conf/locale/nn/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn/LC_MESSAGES copying build/lib/django/conf/locale/nn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn/LC_MESSAGES copying build/lib/django/conf/locale/nn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn/LC_MESSAGES copying build/lib/django/conf/locale/nn/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pa creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pa/LC_MESSAGES copying build/lib/django/conf/locale/pa/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pa/LC_MESSAGES copying build/lib/django/conf/locale/pa/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pa/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/dsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/dsb/LC_MESSAGES copying build/lib/django/conf/locale/dsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/dsb/LC_MESSAGES copying build/lib/django/conf/locale/dsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/dsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el copying build/lib/django/conf/locale/el/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el/LC_MESSAGES copying build/lib/django/conf/locale/el/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el/LC_MESSAGES copying build/lib/django/conf/locale/el/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el/LC_MESSAGES copying build/lib/django/conf/locale/el/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it copying build/lib/django/conf/locale/it/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it/LC_MESSAGES copying build/lib/django/conf/locale/it/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it/LC_MESSAGES copying build/lib/django/conf/locale/it/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it/LC_MESSAGES copying build/lib/django/conf/locale/it/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn copying build/lib/django/conf/locale/bn/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn/LC_MESSAGES copying build/lib/django/conf/locale/bn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn/LC_MESSAGES copying build/lib/django/conf/locale/bn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn/LC_MESSAGES copying build/lib/django/conf/locale/bn/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk copying build/lib/django/conf/locale/sk/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk/LC_MESSAGES copying build/lib/django/conf/locale/sk/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk/LC_MESSAGES copying build/lib/django/conf/locale/sk/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk/LC_MESSAGES copying build/lib/django/conf/locale/sk/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hsb creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hsb/LC_MESSAGES copying build/lib/django/conf/locale/hsb/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hsb/LC_MESSAGES copying build/lib/django/conf/locale/hsb/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hsb/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es copying build/lib/django/conf/locale/es/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es/LC_MESSAGES copying build/lib/django/conf/locale/es/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es/LC_MESSAGES copying build/lib/django/conf/locale/es/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es/LC_MESSAGES copying build/lib/django/conf/locale/es/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans copying build/lib/django/conf/locale/zh_Hans/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hans/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES copying build/lib/django/conf/locale/zh_Hans/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/be creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/be/LC_MESSAGES copying build/lib/django/conf/locale/be/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/be/LC_MESSAGES copying build/lib/django/conf/locale/be/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/be/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ia creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ia/LC_MESSAGES copying build/lib/django/conf/locale/ia/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ia/LC_MESSAGES copying build/lib/django/conf/locale/ia/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ia/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt copying build/lib/django/conf/locale/pt/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt/LC_MESSAGES copying build/lib/django/conf/locale/pt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt/LC_MESSAGES copying build/lib/django/conf/locale/pt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt/LC_MESSAGES copying build/lib/django/conf/locale/pt/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr copying build/lib/django/conf/locale/tr/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr/LC_MESSAGES copying build/lib/django/conf/locale/tr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr/LC_MESSAGES copying build/lib/django/conf/locale/tr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr/LC_MESSAGES copying build/lib/django/conf/locale/tr/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt copying build/lib/django/conf/locale/lt/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt/LC_MESSAGES copying build/lib/django/conf/locale/lt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt/LC_MESSAGES copying build/lib/django/conf/locale/lt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt/LC_MESSAGES copying build/lib/django/conf/locale/lt/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru copying build/lib/django/conf/locale/ru/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru/LC_MESSAGES copying build/lib/django/conf/locale/ru/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru/LC_MESSAGES copying build/lib/django/conf/locale/ru/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru/LC_MESSAGES copying build/lib/django/conf/locale/ru/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tt creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tt/LC_MESSAGES copying build/lib/django/conf/locale/tt/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tt/LC_MESSAGES copying build/lib/django/conf/locale/tt/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tt/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB copying build/lib/django/conf/locale/en_GB/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB/LC_MESSAGES copying build/lib/django/conf/locale/en_GB/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB/LC_MESSAGES copying build/lib/django/conf/locale/en_GB/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB/LC_MESSAGES copying build/lib/django/conf/locale/en_GB/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr copying build/lib/django/conf/locale/fr/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr/LC_MESSAGES copying build/lib/django/conf/locale/fr/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr/LC_MESSAGES copying build/lib/django/conf/locale/fr/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr/LC_MESSAGES copying build/lib/django/conf/locale/fr/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs copying build/lib/django/conf/locale/bs/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs/LC_MESSAGES copying build/lib/django/conf/locale/bs/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs/LC_MESSAGES copying build/lib/django/conf/locale/bs/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs/LC_MESSAGES copying build/lib/django/conf/locale/bs/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu copying build/lib/django/conf/locale/hu/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu/LC_MESSAGES copying build/lib/django/conf/locale/hu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu/LC_MESSAGES copying build/lib/django/conf/locale/hu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu/LC_MESSAGES copying build/lib/django/conf/locale/hu/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX copying build/lib/django/conf/locale/es_MX/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX/LC_MESSAGES copying build/lib/django/conf/locale/es_MX/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX/LC_MESSAGES copying build/lib/django/conf/locale/es_MX/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX/LC_MESSAGES copying build/lib/django/conf/locale/es_MX/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en copying build/lib/django/conf/locale/en/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en/LC_MESSAGES copying build/lib/django/conf/locale/en/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en/LC_MESSAGES copying build/lib/django/conf/locale/en/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en/LC_MESSAGES copying build/lib/django/conf/locale/en/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta copying build/lib/django/conf/locale/ta/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta/LC_MESSAGES copying build/lib/django/conf/locale/ta/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta/LC_MESSAGES copying build/lib/django/conf/locale/ta/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta/LC_MESSAGES copying build/lib/django/conf/locale/ta/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_VE creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_VE/LC_MESSAGES copying build/lib/django/conf/locale/es_VE/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_VE/LC_MESSAGES copying build/lib/django/conf/locale/es_VE/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_VE/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu copying build/lib/django/conf/locale/eu/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu/LC_MESSAGES copying build/lib/django/conf/locale/eu/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu/LC_MESSAGES copying build/lib/django/conf/locale/eu/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu/LC_MESSAGES copying build/lib/django/conf/locale/eu/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy copying build/lib/django/conf/locale/fy/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy/LC_MESSAGES copying build/lib/django/conf/locale/fy/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy/LC_MESSAGES copying build/lib/django/conf/locale/fy/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy/LC_MESSAGES copying build/lib/django/conf/locale/fy/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml copying build/lib/django/conf/locale/ml/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml/LC_MESSAGES copying build/lib/django/conf/locale/ml/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml/LC_MESSAGES copying build/lib/django/conf/locale/ml/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml/LC_MESSAGES copying build/lib/django/conf/locale/ml/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de_CH copying build/lib/django/conf/locale/de_CH/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de_CH copying build/lib/django/conf/locale/de_CH/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de_CH creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo copying build/lib/django/conf/locale/eo/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo/LC_MESSAGES copying build/lib/django/conf/locale/eo/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo/LC_MESSAGES copying build/lib/django/conf/locale/eo/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo/LC_MESSAGES copying build/lib/django/conf/locale/eo/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/io creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/io/LC_MESSAGES copying build/lib/django/conf/locale/io/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/io/LC_MESSAGES copying build/lib/django/conf/locale/io/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/io/LC_MESSAGES creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn copying build/lib/django/conf/locale/kn/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn/LC_MESSAGES copying build/lib/django/conf/locale/kn/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn/LC_MESSAGES copying build/lib/django/conf/locale/kn/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn/LC_MESSAGES copying build/lib/django/conf/locale/kn/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz copying build/lib/django/conf/locale/uz/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz/LC_MESSAGES copying build/lib/django/conf/locale/uz/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz/LC_MESSAGES copying build/lib/django/conf/locale/uz/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz/LC_MESSAGES copying build/lib/django/conf/locale/uz/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi copying build/lib/django/conf/locale/fi/formats.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi/LC_MESSAGES copying build/lib/django/conf/locale/fi/LC_MESSAGES/django.mo -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi/LC_MESSAGES copying build/lib/django/conf/locale/fi/LC_MESSAGES/django.po -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi/LC_MESSAGES copying build/lib/django/conf/locale/fi/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/dispatch copying build/lib/django/dispatch/dispatcher.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/dispatch copying build/lib/django/dispatch/license.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/dispatch copying build/lib/django/dispatch/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/dispatch creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/converters.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/resolvers.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/utils.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/exceptions.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls copying build/lib/django/urls/conf.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/templates copying build/lib/django/views/templates/technical_500.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/templates copying build/lib/django/views/templates/technical_404.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/templates copying build/lib/django/views/templates/technical_500.txt -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/templates copying build/lib/django/views/templates/default_urlconf.html -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/templates creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/generic/base.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/generic/dates.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/generic/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/generic/list.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/generic/detail.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/generic/edit.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic copying build/lib/django/views/static.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views copying build/lib/django/views/i18n.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views copying build/lib/django/views/csrf.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views copying build/lib/django/views/defaults.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views copying build/lib/django/views/debug.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views copying build/lib/django/views/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/vary.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/http.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/clickjacking.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/csrf.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/debug.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/__init__.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/gzip.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators copying build/lib/django/views/decorators/cache.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/db.py to db.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/memcached.py to memcached.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/filebased.py to filebased.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/locmem.py to locmem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/backends/dummy.py to dummy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/cache/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/message.py to message.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/smtp.py to smtp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/filebased.py to filebased.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/locmem.py to locmem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/console.py to console.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/backends/dummy.py to dummy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/mail/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/asgi.py to asgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/color.py to color.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/templates.py to templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/sql.py to sql.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/migrate.py to migrate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/showmigrations.py to showmigrations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/testserver.py to testserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/inspectdb.py to inspectdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/makemigrations.py to makemigrations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/startapp.py to startapp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/dbshell.py to dbshell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/loaddata.py to loaddata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/diffsettings.py to diffsettings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/createcachetable.py to createcachetable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/dumpdata.py to dumpdata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/runserver.py to runserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/flush.py to flush.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/test.py to test.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/check.py to check.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/squashmigrations.py to squashmigrations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/makemessages.py to makemessages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/compilemessages.py to compilemessages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/sqlsequencereset.py to sqlsequencereset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/sendtestemail.py to sendtestemail.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/startproject.py to startproject.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/sqlflush.py to sqlflush.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/commands/sqlmigrate.py to sqlmigrate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/management/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/move.py to move.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/images.py to images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/uploadhandler.py to uploadhandler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/uploadedfile.py to uploadedfile.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/temp.py to temp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/storage.py to storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/files/locks.py to locks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/paginator.py to paginator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers/json.py to json.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers/pyyaml.py to pyyaml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers/python.py to python.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/serializers/xml_serializer.py to xml_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/templates.py to templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/compatibility/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/database.py to database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/translation.py to translation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/messages.py to messages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security/csrf.py to csrf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security/sessions.py to sessions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/security/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/model_checks.py to model_checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/checks/caches.py to caches.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/servers/basehttp.py to basehttp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/servers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/signing.py to signing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers/asgi.py to asgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers/wsgi.py to wsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/core/handlers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags/static.py to static.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags/tz.py to tz.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags/l10n.py to l10n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/templatetags/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/cached_db.py to cached_db.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/signed_cookies.py to signed_cookies.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py to db.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/file.py to file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/backends/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/management/commands/clearsessions.py to clearsessions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/base_session.py to base_session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/serializers.py to serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sessions/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/sitemaps.py to sitemaps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/templatetags/flatpages.py to flatpages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/flatpages/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/syndication/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py to remove_stale_contenttypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py to 0002_remove_content_type_name.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/contenttypes/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/templatetags/humanize.py to humanize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/humanize/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/base_user.py to base_user.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/tokens.py to tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/backends.py to backends.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management/commands/createsuperuser.py to createsuperuser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management/commands/changepassword.py to changepassword.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/management/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/hashers.py to hashers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/password_validation.py to password_validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/context_processors.py to context_processors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/handlers/modwsgi.py to modwsgi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/handlers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py to 0005_alter_user_last_login_null.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py to 0009_alter_user_last_name_max_length.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py to 0010_alter_group_name_max_length.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py to 0011_update_proxy_permissions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py to 0008_alter_user_username_max_length.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py to 0003_alter_user_email_max_length.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py to 0006_require_contenttypes_0002.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py to 0004_alter_user_username_opts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py to 0007_alter_validators_add_error_messages.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py to 0002_alter_permission_name_max_length.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/finders.py to finders.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py to collectstatic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands/findstatic.py to findstatic.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands/runserver.py to runserver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/testing.py to testing.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py to storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/staticfiles/handlers.py to handlers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/managers.py to managers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/requests.py to requests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/shortcuts.py to shortcuts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/management.py to management.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sites/migrations/0002_alter_domain_unique.py to 0002_alter_domain_unique.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/management/commands/ping_google.py to ping_google.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/sitemaps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/context_processors.py to context_processors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage/session.py to session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage/cookie.py to cookie.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage/fallback.py to fallback.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/storage/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/messages/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/urls.py to urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admindocs/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/management/commands/inspectdb.py to inspectdb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/management/commands/ogrinspect.py to ogrinspect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/measure.py to measure.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/coordseq.py to coordseq.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/coordseq.py to coordseq.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/errcheck.py to errcheck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/predicates.py to predicates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/prepared.py to prepared.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/threadsafe.py to threadsafe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/geom.py to geom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/topology.py to topology.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/io.py to io.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prototypes/misc.py to misc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/linestring.py to linestring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/prepared.py to prepared.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/factory.py to factory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/polygon.py to polygon.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/mutable_list.py to mutable_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/error.py to error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/geometry.py to geometry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/io.py to io.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/collections.py to collections.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/libgeos.py to libgeos.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geos/point.py to point.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils/layermapping.py to layermapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils/srs.py to srs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils/ogrinfo.py to ogrinfo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/utils/ogrinspect.py to ogrinspect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms/widgets.py to widgets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/forms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/adapter.py to adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/base/adapter.py to adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/pgraster.py to pgraster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/const.py to const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/adapter.py to adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/adapter.py to adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/proxy.py to proxy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/aggregates.py to aggregates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/lookups.py to lookups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/sql/conversion.py to conversion.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/db/models/sql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/shortcuts.py to shortcuts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2/resources.py to resources.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geoip2/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/serializers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/serializers/geojson.py to geojson.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps/kml.py to kml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps/views.py to views.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/sitemaps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/ptr.py to ptr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/geometry.py to geometry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/feeds.py to feeds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/raster.py to raster.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/errcheck.py to errcheck.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/srs.py to srs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/generation.py to generation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/geom.py to geom.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/ds.py to ds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/geomtype.py to geomtype.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/srs.py to srs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/layer.py to layer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/geometries.py to geometries.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster/band.py to band.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster/const.py to const.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/raster/source.py to source.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/envelope.py to envelope.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/field.py to field.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/error.py to error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/libgdal.py to libgdal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/driver.py to driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/feature.py to feature.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/gdal/datasource.py to datasource.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin/options.py to options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin/widgets.py to widgets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/gis/admin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/middleware.py to middleware.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/admin.py to admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/redirects/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms/hstore.py to hstore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms/ranges.py to ranges.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms/jsonb.py to jsonb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/forms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/validators.py to validators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/serializers.py to serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/lookups.py to lookups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates/statistics.py to statistics.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/aggregates/general.py to general.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/search.py to search.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/indexes.py to indexes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/constraints.py to constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/citext.py to citext.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/hstore.py to hstore.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/ranges.py to ranges.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/jsonb.py to jsonb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/array.py to array.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/postgres/fields/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/options.py to options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags/admin_urls.py to admin_urls.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags/admin_list.py to admin_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags/admin_modify.py to admin_modify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/templatetags/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/apps.py to apps.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/actions.py to actions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/widgets.py to widgets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/checks.py to checks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/tests.py to tests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views/autocomplete.py to autocomplete.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py to 0002_logentry_remove_auto_add.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations/0001_initial.py to 0001_initial.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py to 0003_logentry_add_action_flag_choices.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/contrib/admin/sites.py to sites.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/testcases.py to testcases.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/runner.py to runner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/html.py to html.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/selenium.py to selenium.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/test/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/autoreload.py to autoreload.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/encoding.py to encoding.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/log.py to log.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/termcolors.py to termcolors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/regex_helper.py to regex_helper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/timezone.py to timezone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/inspect.py to inspect.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/xmlutils.py to xmlutils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/lorem_ipsum.py to lorem_ipsum.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/crypto.py to crypto.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/ipv6.py to ipv6.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/feedgenerator.py to feedgenerator.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/module_loading.py to module_loading.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/decorators.py to decorators.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/dateparse.py to dateparse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/dates.py to dates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/archive.py to archive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/topological_sort.py to topological_sort.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/deconstruct.py to deconstruct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/safestring.py to safestring.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/_os.py to _os.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/timesince.py to timesince.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/dateformat.py to dateformat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/functional.py to functional.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/datetime_safe.py to datetime_safe.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/html.py to html.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/asyncio.py to asyncio.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/datastructures.py to datastructures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation/trans_null.py to trans_null.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation/trans_real.py to trans_real.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation/template.py to template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation/reloader.py to reloader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/translation/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/deprecation.py to deprecation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/hashable.py to hashable.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/duration.py to duration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/baseconv.py to baseconv.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/numberformat.py to numberformat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/tree.py to tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/itercompat.py to itercompat.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/jslex.py to jslex.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/utils/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/forms.py to forms.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/boundfield.py to boundfield.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/widgets.py to widgets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/formsets.py to formsets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/forms/renderers.py to renderers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps/registry.py to registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/apps/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/defaultfilters.py to defaultfilters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/response.py to response.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/defaulttags.py to defaulttags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends/jinja2.py to jinja2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends/django.py to django.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/backends/dummy.py to dummy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loader_tags.py to loader_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders/cached.py to cached.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders/filesystem.py to filesystem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders/locmem.py to locmem.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/loaders/app_directories.py to app_directories.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/library.py to library.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/context_processors.py to context_processors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/context.py to context.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/smartif.py to smartif.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/template/engine.py to engine.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/transaction.py to transaction.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/sqlite3/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/dummy/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/ddl_references.py to ddl_references.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/functions.py to functions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/oracle/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/base/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/postgresql/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/creation.py to creation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/introspection.py to introspection.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/validation.py to validation.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/compiler.py to compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/operations.py to operations.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/features.py to features.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/schema.py to schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/backends/mysql/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/math.py to math.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/window.py to window.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/datetime.py to datetime.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/functions/comparison.py to comparison.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/deletion.py to deletion.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/options.py to options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/aggregates.py to aggregates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/query_utils.py to query_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/lookups.py to lookups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/where.py to where.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/query.py to query.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/compiler.py to compiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/datastructures.py to datastructures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/sql/subqueries.py to subqueries.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/expressions.py to expressions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/enums.py to enums.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/indexes.py to indexes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/signals.py to signals.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/constraints.py to constraints.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/files.py to files.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/proxy.py to proxy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/related_descriptors.py to related_descriptors.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/reverse_related.py to reverse_related.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/mixins.py to mixins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/related_lookups.py to related_lookups.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/models/fields/related.py to related.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/optimizer.py to optimizer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/migration.py to migration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/executor.py to executor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/questioner.py to questioner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/graph.py to graph.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/state.py to state.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/autodetector.py to autodetector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/writer.py to writer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/recorder.py to recorder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations/special.py to special.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations/fields.py to fields.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations/models.py to models.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/operations/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/db/migrations/serializer.py to serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/shortcuts.py to shortcuts.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http/response.py to response.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http/cookie.py to cookie.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http/request.py to request.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http/multipartparser.py to multipartparser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/http/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/locale.py to locale.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/security.py to security.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/clickjacking.py to clickjacking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/csrf.py to csrf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/gzip.py to gzip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/middleware/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/bin/django-admin.py to django-admin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/global_settings.py to global_settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls/static.py to static.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/urls/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ar/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fa/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_NI/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_NI/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ga/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hant/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_AU/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/az/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/th/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/da/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/km/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_AR/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/he/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr_Latn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ca/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/id/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/cs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/et/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nb/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ka/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ja/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_PR/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_PR/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nl/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt_BR/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/is/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ko/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bg/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/mk/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/te/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sq/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_CO/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sv/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/gd/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uk/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ro/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/vi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/nn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/el/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/it/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/sk/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/zh_Hans/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/pt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/tr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/lt/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ru/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en_GB/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fr/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/bs/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/hu/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/es_MX/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/en/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ta/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eu/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fy/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/ml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de_CH/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/de_CH/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/eo/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/kn/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/uz/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi/formats.py to formats.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/conf/locale/fi/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/dispatch/dispatcher.py to dispatcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/dispatch/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/converters.py to converters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/resolvers.py to resolvers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/urls/conf.py to conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic/dates.py to dates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic/list.py to list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic/detail.py to detail.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/generic/edit.py to edit.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/static.py to static.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/csrf.py to csrf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/defaults.py to defaults.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/vary.py to vary.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/clickjacking.py to clickjacking.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/csrf.py to csrf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/debug.py to debug.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/gzip.py to gzip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/django/views/decorators/cache.py to cache.cpython-39.pyc writing byte-compilation script '/tmp/tmph7wvosro.py' /usr/bin/python3 /tmp/tmph7wvosro.py removing /tmp/tmph7wvosro.py running install_egg_info running egg_info writing Django.egg-info/PKG-INFO writing dependency_links to Django.egg-info/dependency_links.txt writing entry points to Django.egg-info/entry_points.txt writing requirements to Django.egg-info/requires.txt writing top-level names to Django.egg-info/top_level.txt reading manifest file 'Django.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'django/contrib/admin/bin' warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'Django.egg-info/SOURCES.txt' Copying Django.egg-info to /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9/site-packages/Django-3.0.7-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin copying build/scripts-3.9/django-admin.py -> /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin/django-admin.py to 755 Installing django-admin script to /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin + rm -rfv /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch django + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch djangojs + cat djangojs.lang + cd docs + mkdir djangohtml + mkdir -p _build/doctrees _build/html + make html sphinx-build -b djangohtml -n -d _build/doctrees -D language= . _build/html Running Sphinx v2.2.2 loading translations []... not available for built-in messages loading intersphinx inventory from https://docs.python.org/3/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://docs.python.org/3/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.python.org', port=443): Max retries exceeded with url: /3/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://www.sphinx-doc.org/en/master/objects.inv' not fetchable due to : HTTPSConnectionPool(host='www.sphinx-doc.org', port=443): Max retries exceeded with url: /en/master/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) loading intersphinx inventory from https://www.psycopg.org/docs/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://www.psycopg.org/docs/objects.inv' not fetchable due to : HTTPSConnectionPool(host='www.psycopg.org', port=443): Max retries exceeded with url: /docs/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date building [djangohtml]: targets for 471 source files that are out of date updating environment: [new config] 471 added, 0 changed, 0 removed reading sources... [ 0%] contents reading sources... [ 0%] faq/admin reading sources... [ 0%] faq/contributing reading sources... [ 0%] faq/general reading sources... [ 1%] faq/help reading sources... [ 1%] faq/index reading sources... [ 1%] faq/install reading sources... [ 1%] faq/models reading sources... [ 1%] faq/troubleshooting reading sources... [ 2%] faq/usage reading sources... [ 2%] glossary /usr/lib/python3.9/site-packages/sphinx/util/nodes.py:151: FutureWarning: The iterable returned by Node.traverse() will become an iterator instead of a list in Docutils > 0.16. for classifier in reversed(node.parent.traverse(nodes.classifier)): reading sources... [ 2%] howto/auth-remote-user reading sources... [ 2%] howto/custom-file-storage reading sources... [ 2%] howto/custom-lookups reading sources... [ 3%] howto/custom-management-commands reading sources... [ 3%] howto/custom-model-fields reading sources... [ 3%] howto/custom-template-tags reading sources... [ 3%] howto/deployment/asgi/daphne reading sources... [ 4%] howto/deployment/asgi/index reading sources... [ 4%] howto/deployment/asgi/uvicorn reading sources... [ 4%] howto/deployment/checklist reading sources... [ 4%] howto/deployment/index reading sources... [ 4%] howto/deployment/wsgi/apache-auth reading sources... [ 5%] howto/deployment/wsgi/gunicorn reading sources... [ 5%] howto/deployment/wsgi/index reading sources... [ 5%] howto/deployment/wsgi/modwsgi reading sources... [ 5%] howto/deployment/wsgi/uwsgi reading sources... [ 5%] howto/error-reporting reading sources... [ 6%] howto/index reading sources... [ 6%] howto/initial-data reading sources... [ 6%] howto/legacy-databases reading sources... [ 6%] howto/outputting-csv reading sources... [ 7%] howto/outputting-pdf reading sources... [ 7%] howto/overriding-templates reading sources... [ 7%] howto/static-files/deployment reading sources... [ 7%] howto/static-files/index reading sources... [ 7%] howto/upgrade-version reading sources... [ 8%] howto/windows reading sources... [ 8%] howto/writing-migrations reading sources... [ 8%] index reading sources... [ 8%] internals/contributing/bugs-and-features reading sources... [ 8%] internals/contributing/committing-code reading sources... [ 9%] internals/contributing/index reading sources... [ 9%] internals/contributing/localizing reading sources... [ 9%] internals/contributing/new-contributors reading sources... [ 9%] internals/contributing/triaging-tickets reading sources... [ 9%] internals/contributing/writing-code/coding-style reading sources... [ 10%] internals/contributing/writing-code/index reading sources... [ 10%] internals/contributing/writing-code/javascript reading sources... [ 10%] internals/contributing/writing-code/submitting-patches reading sources... [ 10%] internals/contributing/writing-code/unit-tests reading sources... [ 11%] internals/contributing/writing-code/working-with-git reading sources... [ 11%] internals/contributing/writing-documentation reading sources... [ 11%] internals/deprecation reading sources... [ 11%] internals/git reading sources... [ 11%] internals/howto-release-django reading sources... [ 12%] internals/index reading sources... [ 12%] internals/mailing-lists reading sources... [ 12%] internals/organization reading sources... [ 12%] internals/release-process reading sources... [ 12%] internals/security reading sources... [ 13%] intro/contributing reading sources... [ 13%] intro/index reading sources... [ 13%] intro/install reading sources... [ 13%] intro/overview reading sources... [ 14%] intro/reusable-apps reading sources... [ 14%] intro/tutorial01 reading sources... [ 14%] intro/tutorial02 reading sources... [ 14%] intro/tutorial03 reading sources... [ 14%] intro/tutorial04 reading sources... [ 15%] intro/tutorial05 reading sources... [ 15%] intro/tutorial06 reading sources... [ 15%] intro/tutorial07 reading sources... [ 15%] intro/whatsnext reading sources... [ 15%] misc/api-stability reading sources... [ 16%] misc/design-philosophies reading sources... [ 16%] misc/distributions reading sources... [ 16%] misc/index reading sources... [ 16%] ref/applications reading sources... [ 16%] ref/checks reading sources... [ 17%] ref/class-based-views/base reading sources... [ 17%] ref/class-based-views/flattened-index reading sources... [ 17%] ref/class-based-views/generic-date-based reading sources... [ 17%] ref/class-based-views/generic-display reading sources... [ 18%] ref/class-based-views/generic-editing reading sources... [ 18%] ref/class-based-views/index reading sources... [ 18%] ref/class-based-views/mixins reading sources... [ 18%] ref/class-based-views/mixins-date-based reading sources... [ 18%] ref/class-based-views/mixins-editing reading sources... [ 19%] ref/class-based-views/mixins-multiple-object reading sources... [ 19%] ref/class-based-views/mixins-simple reading sources... [ 19%] ref/class-based-views/mixins-single-object reading sources... [ 19%] ref/clickjacking reading sources... [ 19%] ref/contrib/admin/actions reading sources... [ 20%] ref/contrib/admin/admindocs reading sources... [ 20%] ref/contrib/admin/index reading sources... [ 20%] ref/contrib/admin/javascript reading sources... [ 20%] ref/contrib/auth reading sources... [ 21%] ref/contrib/contenttypes reading sources... [ 21%] ref/contrib/flatpages reading sources... [ 21%] ref/contrib/gis/admin reading sources... [ 21%] ref/contrib/gis/commands reading sources... [ 21%] ref/contrib/gis/db-api reading sources... [ 22%] ref/contrib/gis/deployment reading sources... [ 22%] ref/contrib/gis/feeds reading sources... [ 22%] ref/contrib/gis/forms-api reading sources... [ 22%] ref/contrib/gis/functions reading sources... [ 22%] ref/contrib/gis/gdal reading sources... [ 23%] ref/contrib/gis/geoip2 reading sources... [ 23%] ref/contrib/gis/geoquerysets reading sources... [ 23%] ref/contrib/gis/geos reading sources... [ 23%] ref/contrib/gis/index reading sources... [ 23%] ref/contrib/gis/install/geolibs reading sources... [ 24%] ref/contrib/gis/install/index reading sources... [ 24%] ref/contrib/gis/install/postgis reading sources... [ 24%] ref/contrib/gis/install/spatialite reading sources... [ 24%] ref/contrib/gis/layermapping reading sources... [ 25%] ref/contrib/gis/measure reading sources... [ 25%] ref/contrib/gis/model-api reading sources... [ 25%] ref/contrib/gis/ogrinspect reading sources... [ 25%] ref/contrib/gis/serializers reading sources... [ 25%] ref/contrib/gis/sitemaps reading sources... [ 26%] ref/contrib/gis/testing reading sources... [ 26%] ref/contrib/gis/tutorial reading sources... [ 26%] ref/contrib/gis/utils reading sources... [ 26%] ref/contrib/humanize reading sources... [ 26%] ref/contrib/index reading sources... [ 27%] ref/contrib/messages reading sources... [ 27%] ref/contrib/postgres/aggregates reading sources... [ 27%] ref/contrib/postgres/constraints reading sources... [ 27%] ref/contrib/postgres/fields reading sources... [ 28%] ref/contrib/postgres/forms reading sources... [ 28%] ref/contrib/postgres/functions reading sources... [ 28%] ref/contrib/postgres/index reading sources... [ 28%] ref/contrib/postgres/indexes reading sources... [ 28%] ref/contrib/postgres/lookups reading sources... [ 29%] ref/contrib/postgres/operations reading sources... [ 29%] ref/contrib/postgres/search reading sources... [ 29%] ref/contrib/postgres/validators reading sources... [ 29%] ref/contrib/redirects reading sources... [ 29%] ref/contrib/sitemaps reading sources... [ 30%] ref/contrib/sites reading sources... [ 30%] ref/contrib/staticfiles reading sources... [ 30%] ref/contrib/syndication /usr/lib/python3.9/site-packages/sphinx/util/nodes.py:151: FutureWarning: The iterable returned by Node.traverse() will become an iterator instead of a list in Docutils > 0.16. for classifier in reversed(node.parent.traverse(nodes.classifier)): reading sources... [ 30%] ref/csrf reading sources... [ 30%] ref/databases reading sources... [ 31%] ref/django-admin reading sources... [ 31%] ref/exceptions reading sources... [ 31%] ref/files/file reading sources... [ 31%] ref/files/index reading sources... [ 32%] ref/files/storage reading sources... [ 32%] ref/files/uploads reading sources... [ 32%] ref/forms/api reading sources... [ 32%] ref/forms/fields reading sources... [ 32%] ref/forms/formsets reading sources... [ 33%] ref/forms/index reading sources... [ 33%] ref/forms/models reading sources... [ 33%] ref/forms/renderers reading sources... [ 33%] ref/forms/validation reading sources... [ 33%] ref/forms/widgets reading sources... [ 34%] ref/index reading sources... [ 34%] ref/middleware reading sources... [ 34%] ref/migration-operations reading sources... [ 34%] ref/models/class reading sources... [ 35%] ref/models/conditional-expressions reading sources... [ 35%] ref/models/constraints reading sources... [ 35%] ref/models/database-functions reading sources... [ 35%] ref/models/expressions reading sources... [ 35%] ref/models/fields reading sources... [ 36%] ref/models/index reading sources... [ 36%] ref/models/indexes reading sources... [ 36%] ref/models/instances reading sources... [ 36%] ref/models/lookups reading sources... [ 36%] ref/models/meta reading sources... [ 37%] ref/models/options reading sources... [ 37%] ref/models/querysets reading sources... [ 37%] ref/models/relations reading sources... [ 37%] ref/paginator reading sources... [ 38%] ref/request-response reading sources... [ 38%] ref/schema-editor reading sources... [ 38%] ref/settings reading sources... [ 38%] ref/signals reading sources... [ 38%] ref/template-response reading sources... [ 39%] ref/templates/api reading sources... [ 39%] ref/templates/builtins reading sources... [ 39%] ref/templates/index reading sources... [ 39%] ref/templates/language reading sources... [ 39%] ref/unicode reading sources... [ 40%] ref/urlresolvers reading sources... [ 40%] ref/urls reading sources... [ 40%] ref/utils reading sources... [ 40%] ref/validators reading sources... [ 40%] ref/views reading sources... [ 41%] releases/0.95 reading sources... [ 41%] releases/0.96 reading sources... [ 41%] releases/1.0 reading sources... [ 41%] releases/1.0-porting-guide reading sources... [ 42%] releases/1.0.1 reading sources... [ 42%] releases/1.0.2 reading sources... [ 42%] releases/1.1 reading sources... [ 42%] releases/1.1.2 reading sources... [ 42%] releases/1.1.3 reading sources... [ 43%] releases/1.1.4 reading sources... [ 43%] releases/1.10 reading sources... [ 43%] releases/1.10.1 reading sources... [ 43%] releases/1.10.2 reading sources... [ 43%] releases/1.10.3 reading sources... [ 44%] releases/1.10.4 reading sources... [ 44%] releases/1.10.5 reading sources... [ 44%] releases/1.10.6 reading sources... [ 44%] releases/1.10.7 reading sources... [ 45%] releases/1.10.8 reading sources... [ 45%] releases/1.11 reading sources... [ 45%] releases/1.11.1 reading sources... [ 45%] releases/1.11.10 reading sources... [ 45%] releases/1.11.11 reading sources... [ 46%] releases/1.11.12 reading sources... [ 46%] releases/1.11.13 reading sources... [ 46%] releases/1.11.14 reading sources... [ 46%] releases/1.11.15 reading sources... [ 46%] releases/1.11.16 reading sources... [ 47%] releases/1.11.17 reading sources... [ 47%] releases/1.11.18 reading sources... [ 47%] releases/1.11.19 reading sources... [ 47%] releases/1.11.2 reading sources... [ 47%] releases/1.11.20 reading sources... [ 48%] releases/1.11.21 reading sources... [ 48%] releases/1.11.22 reading sources... [ 48%] releases/1.11.23 reading sources... [ 48%] releases/1.11.24 reading sources... [ 49%] releases/1.11.25 reading sources... [ 49%] releases/1.11.26 reading sources... [ 49%] releases/1.11.27 reading sources... [ 49%] releases/1.11.28 reading sources... [ 49%] releases/1.11.29 reading sources... [ 50%] releases/1.11.3 reading sources... [ 50%] releases/1.11.4 reading sources... [ 50%] releases/1.11.5 reading sources... [ 50%] releases/1.11.6 reading sources... [ 50%] releases/1.11.7 reading sources... [ 51%] releases/1.11.8 reading sources... [ 51%] releases/1.11.9 reading sources... [ 51%] releases/1.2 reading sources... [ 51%] releases/1.2.1 reading sources... [ 52%] releases/1.2.2 reading sources... [ 52%] releases/1.2.3 reading sources... [ 52%] releases/1.2.4 reading sources... [ 52%] releases/1.2.5 reading sources... [ 52%] releases/1.2.6 reading sources... [ 53%] releases/1.2.7 reading sources... [ 53%] releases/1.3 reading sources... [ 53%] releases/1.3.1 reading sources... [ 53%] releases/1.3.2 reading sources... [ 53%] releases/1.3.3 reading sources... [ 54%] releases/1.3.4 reading sources... [ 54%] releases/1.3.5 reading sources... [ 54%] releases/1.3.6 reading sources... [ 54%] releases/1.3.7 reading sources... [ 54%] releases/1.4 reading sources... [ 55%] releases/1.4.1 reading sources... [ 55%] releases/1.4.10 reading sources... [ 55%] releases/1.4.11 reading sources... [ 55%] releases/1.4.12 reading sources... [ 56%] releases/1.4.13 reading sources... [ 56%] releases/1.4.14 reading sources... [ 56%] releases/1.4.15 reading sources... [ 56%] releases/1.4.16 reading sources... [ 56%] releases/1.4.17 reading sources... [ 57%] releases/1.4.18 reading sources... [ 57%] releases/1.4.19 reading sources... [ 57%] releases/1.4.2 reading sources... [ 57%] releases/1.4.20 reading sources... [ 57%] releases/1.4.21 reading sources... [ 58%] releases/1.4.22 reading sources... [ 58%] releases/1.4.3 reading sources... [ 58%] releases/1.4.4 reading sources... [ 58%] releases/1.4.5 reading sources... [ 59%] releases/1.4.6 reading sources... [ 59%] releases/1.4.7 reading sources... [ 59%] releases/1.4.8 reading sources... [ 59%] releases/1.4.9 reading sources... [ 59%] releases/1.5 reading sources... [ 60%] releases/1.5.1 reading sources... [ 60%] releases/1.5.10 reading sources... [ 60%] releases/1.5.11 reading sources... [ 60%] releases/1.5.12 reading sources... [ 60%] releases/1.5.2 reading sources... [ 61%] releases/1.5.3 reading sources... [ 61%] releases/1.5.4 reading sources... [ 61%] releases/1.5.5 reading sources... [ 61%] releases/1.5.6 reading sources... [ 61%] releases/1.5.7 reading sources... [ 62%] releases/1.5.8 reading sources... [ 62%] releases/1.5.9 reading sources... [ 62%] releases/1.6 reading sources... [ 62%] releases/1.6.1 reading sources... [ 63%] releases/1.6.10 reading sources... [ 63%] releases/1.6.11 reading sources... [ 63%] releases/1.6.2 reading sources... [ 63%] releases/1.6.3 reading sources... [ 63%] releases/1.6.4 reading sources... [ 64%] releases/1.6.5 reading sources... [ 64%] releases/1.6.6 reading sources... [ 64%] releases/1.6.7 reading sources... [ 64%] releases/1.6.8 reading sources... [ 64%] releases/1.6.9 reading sources... [ 65%] releases/1.7 reading sources... [ 65%] releases/1.7.1 reading sources... [ 65%] releases/1.7.10 reading sources... [ 65%] releases/1.7.11 reading sources... [ 66%] releases/1.7.2 reading sources... [ 66%] releases/1.7.3 reading sources... [ 66%] releases/1.7.4 reading sources... [ 66%] releases/1.7.5 reading sources... [ 66%] releases/1.7.6 reading sources... [ 67%] releases/1.7.7 reading sources... [ 67%] releases/1.7.8 reading sources... [ 67%] releases/1.7.9 reading sources... [ 67%] releases/1.8 reading sources... [ 67%] releases/1.8.1 reading sources... [ 68%] releases/1.8.10 reading sources... [ 68%] releases/1.8.11 reading sources... [ 68%] releases/1.8.12 reading sources... [ 68%] releases/1.8.13 reading sources... [ 69%] releases/1.8.14 reading sources... [ 69%] releases/1.8.15 reading sources... [ 69%] releases/1.8.16 reading sources... [ 69%] releases/1.8.17 reading sources... [ 69%] releases/1.8.18 reading sources... [ 70%] releases/1.8.19 reading sources... [ 70%] releases/1.8.2 reading sources... [ 70%] releases/1.8.3 reading sources... [ 70%] releases/1.8.4 reading sources... [ 70%] releases/1.8.5 reading sources... [ 71%] releases/1.8.6 reading sources... [ 71%] releases/1.8.7 reading sources... [ 71%] releases/1.8.8 reading sources... [ 71%] releases/1.8.9 reading sources... [ 71%] releases/1.9 reading sources... [ 72%] releases/1.9.1 reading sources... [ 72%] releases/1.9.10 reading sources... [ 72%] releases/1.9.11 reading sources... [ 72%] releases/1.9.12 reading sources... [ 73%] releases/1.9.13 reading sources... [ 73%] releases/1.9.2 reading sources... [ 73%] releases/1.9.3 reading sources... [ 73%] releases/1.9.4 reading sources... [ 73%] releases/1.9.5 reading sources... [ 74%] releases/1.9.6 reading sources... [ 74%] releases/1.9.7 reading sources... [ 74%] releases/1.9.8 reading sources... [ 74%] releases/1.9.9 reading sources... [ 74%] releases/2.0 reading sources... [ 75%] releases/2.0.1 reading sources... [ 75%] releases/2.0.10 reading sources... [ 75%] releases/2.0.11 reading sources... [ 75%] releases/2.0.12 reading sources... [ 76%] releases/2.0.13 reading sources... [ 76%] releases/2.0.2 reading sources... [ 76%] releases/2.0.3 reading sources... [ 76%] releases/2.0.4 reading sources... [ 76%] releases/2.0.5 reading sources... [ 77%] releases/2.0.6 reading sources... [ 77%] releases/2.0.7 reading sources... [ 77%] releases/2.0.8 reading sources... [ 77%] releases/2.0.9 reading sources... [ 77%] releases/2.1 reading sources... [ 78%] releases/2.1.1 reading sources... [ 78%] releases/2.1.10 reading sources... [ 78%] releases/2.1.11 reading sources... [ 78%] releases/2.1.12 reading sources... [ 78%] releases/2.1.13 reading sources... [ 79%] releases/2.1.14 reading sources... [ 79%] releases/2.1.15 reading sources... [ 79%] releases/2.1.2 reading sources... [ 79%] releases/2.1.3 reading sources... [ 80%] releases/2.1.4 reading sources... [ 80%] releases/2.1.5 reading sources... [ 80%] releases/2.1.6 reading sources... [ 80%] releases/2.1.7 reading sources... [ 80%] releases/2.1.8 reading sources... [ 81%] releases/2.1.9 reading sources... [ 81%] releases/2.2 reading sources... [ 81%] releases/2.2.1 reading sources... [ 81%] releases/2.2.10 reading sources... [ 81%] releases/2.2.11 reading sources... [ 82%] releases/2.2.12 reading sources... [ 82%] releases/2.2.13 reading sources... [ 82%] releases/2.2.2 reading sources... [ 82%] releases/2.2.3 reading sources... [ 83%] releases/2.2.4 reading sources... [ 83%] releases/2.2.5 reading sources... [ 83%] releases/2.2.6 reading sources... [ 83%] releases/2.2.7 reading sources... [ 83%] releases/2.2.8 reading sources... [ 84%] releases/2.2.9 reading sources... [ 84%] releases/3.0 reading sources... [ 84%] releases/3.0.1 reading sources... [ 84%] releases/3.0.2 reading sources... [ 84%] releases/3.0.3 reading sources... [ 85%] releases/3.0.4 reading sources... [ 85%] releases/3.0.5 reading sources... [ 85%] releases/3.0.6 reading sources... [ 85%] releases/3.0.7 reading sources... [ 85%] releases/index reading sources... [ 86%] releases/security reading sources... [ 86%] topics/async reading sources... [ 86%] topics/auth/customizing reading sources... [ 86%] topics/auth/default reading sources... [ 87%] topics/auth/index reading sources... [ 87%] topics/auth/passwords reading sources... [ 87%] topics/cache reading sources... [ 87%] topics/checks reading sources... [ 87%] topics/class-based-views/generic-display reading sources... [ 88%] topics/class-based-views/generic-editing reading sources... [ 88%] topics/class-based-views/index reading sources... [ 88%] topics/class-based-views/intro reading sources... [ 88%] topics/class-based-views/mixins reading sources... [ 88%] topics/conditional-view-processing reading sources... [ 89%] topics/db/aggregation reading sources... [ 89%] topics/db/examples/index reading sources... [ 89%] topics/db/examples/many_to_many reading sources... [ 89%] topics/db/examples/many_to_one reading sources... [ 90%] topics/db/examples/one_to_one reading sources... [ 90%] topics/db/index reading sources... [ 90%] topics/db/instrumentation reading sources... [ 90%] topics/db/managers reading sources... [ 90%] topics/db/models reading sources... [ 91%] topics/db/multi-db reading sources... [ 91%] topics/db/optimization reading sources... [ 91%] topics/db/queries reading sources... [ 91%] topics/db/search reading sources... [ 91%] topics/db/sql reading sources... [ 92%] topics/db/tablespaces reading sources... [ 92%] topics/db/transactions reading sources... [ 92%] topics/email reading sources... [ 92%] topics/external-packages reading sources... [ 92%] topics/files reading sources... [ 93%] topics/forms/formsets reading sources... [ 93%] topics/forms/index reading sources... [ 93%] topics/forms/media reading sources... [ 93%] topics/forms/modelforms reading sources... [ 94%] topics/http/decorators reading sources... [ 94%] topics/http/file-uploads reading sources... [ 94%] topics/http/generic-views reading sources... [ 94%] topics/http/index reading sources... [ 94%] topics/http/middleware reading sources... [ 95%] topics/http/sessions reading sources... [ 95%] topics/http/shortcuts reading sources... [ 95%] topics/http/urls reading sources... [ 95%] topics/http/views reading sources... [ 95%] topics/i18n/formatting reading sources... [ 96%] topics/i18n/index reading sources... [ 96%] topics/i18n/timezones reading sources... [ 96%] topics/i18n/translation reading sources... [ 96%] topics/index reading sources... [ 97%] topics/install reading sources... [ 97%] topics/logging reading sources... [ 97%] topics/migrations reading sources... [ 97%] topics/pagination reading sources... [ 97%] topics/performance reading sources... [ 98%] topics/security reading sources... [ 98%] topics/serialization reading sources... [ 98%] topics/settings reading sources... [ 98%] topics/signals reading sources... [ 98%] topics/signing reading sources... [ 99%] topics/templates reading sources... [ 99%] topics/testing/advanced reading sources... [ 99%] topics/testing/index reading sources... [ 99%] topics/testing/overview reading sources... [100%] topics/testing/tools looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] contents writing output... [ 0%] faq/admin writing output... [ 0%] faq/contributing writing output... [ 0%] faq/general writing output... [ 1%] faq/help writing output... [ 1%] faq/index writing output... [ 1%] faq/install writing output... [ 1%] faq/models writing output... [ 1%] faq/troubleshooting writing output... [ 2%] faq/usage writing output... [ 2%] glossary writing output... [ 2%] howto/auth-remote-user writing output... [ 2%] howto/custom-file-storage writing output... [ 2%] howto/custom-lookups writing output... [ 3%] howto/custom-management-commands writing output... [ 3%] howto/custom-model-fields writing output... [ 3%] howto/custom-template-tags writing output... [ 3%] howto/deployment/asgi/daphne writing output... [ 4%] howto/deployment/asgi/index writing output... [ 4%] howto/deployment/asgi/uvicorn writing output... [ 4%] howto/deployment/checklist writing output... [ 4%] howto/deployment/index writing output... [ 4%] howto/deployment/wsgi/apache-auth writing output... [ 5%] howto/deployment/wsgi/gunicorn writing output... [ 5%] howto/deployment/wsgi/index writing output... [ 5%] howto/deployment/wsgi/modwsgi writing output... [ 5%] howto/deployment/wsgi/uwsgi writing output... [ 5%] howto/error-reporting writing output... [ 6%] howto/index writing output... [ 6%] howto/initial-data writing output... [ 6%] howto/legacy-databases writing output... [ 6%] howto/outputting-csv writing output... [ 7%] howto/outputting-pdf writing output... [ 7%] howto/overriding-templates writing output... [ 7%] howto/static-files/deployment writing output... [ 7%] howto/static-files/index writing output... [ 7%] howto/upgrade-version writing output... [ 8%] howto/windows writing output... [ 8%] howto/writing-migrations writing output... [ 8%] index writing output... [ 8%] internals/contributing/bugs-and-features writing output... [ 8%] internals/contributing/committing-code writing output... [ 9%] internals/contributing/index writing output... [ 9%] internals/contributing/localizing writing output... [ 9%] internals/contributing/new-contributors writing output... [ 9%] internals/contributing/triaging-tickets writing output... [ 9%] internals/contributing/writing-code/coding-style writing output... [ 10%] internals/contributing/writing-code/index writing output... [ 10%] internals/contributing/writing-code/javascript writing output... [ 10%] internals/contributing/writing-code/submitting-patches writing output... [ 10%] internals/contributing/writing-code/unit-tests writing output... [ 11%] internals/contributing/writing-code/working-with-git writing output... [ 11%] internals/contributing/writing-documentation writing output... [ 11%] internals/deprecation writing output... [ 11%] internals/git writing output... [ 11%] internals/howto-release-django writing output... [ 12%] internals/index writing output... [ 12%] internals/mailing-lists writing output... [ 12%] internals/organization writing output... [ 12%] internals/release-process writing output... [ 12%] internals/security writing output... [ 13%] intro/contributing writing output... [ 13%] intro/index writing output... [ 13%] intro/install writing output... [ 13%] intro/overview writing output... [ 14%] intro/reusable-apps writing output... [ 14%] intro/tutorial01 writing output... [ 14%] intro/tutorial02 writing output... [ 14%] intro/tutorial03 writing output... [ 14%] intro/tutorial04 writing output... [ 15%] intro/tutorial05 writing output... [ 15%] intro/tutorial06 writing output... [ 15%] intro/tutorial07 writing output... [ 15%] intro/whatsnext writing output... [ 15%] misc/api-stability writing output... [ 16%] misc/design-philosophies writing output... [ 16%] misc/distributions writing output... [ 16%] misc/index writing output... [ 16%] ref/applications writing output... [ 16%] ref/checks writing output... [ 17%] ref/class-based-views/base writing output... [ 17%] ref/class-based-views/flattened-index writing output... [ 17%] ref/class-based-views/generic-date-based writing output... [ 17%] ref/class-based-views/generic-display writing output... [ 18%] ref/class-based-views/generic-editing writing output... [ 18%] ref/class-based-views/index writing output... [ 18%] ref/class-based-views/mixins writing output... [ 18%] ref/class-based-views/mixins-date-based writing output... [ 18%] ref/class-based-views/mixins-editing writing output... [ 19%] ref/class-based-views/mixins-multiple-object writing output... [ 19%] ref/class-based-views/mixins-simple writing output... [ 19%] ref/class-based-views/mixins-single-object writing output... [ 19%] ref/clickjacking writing output... [ 19%] ref/contrib/admin/actions writing output... [ 20%] ref/contrib/admin/admindocs writing output... [ 20%] ref/contrib/admin/index writing output... [ 20%] ref/contrib/admin/javascript writing output... [ 20%] ref/contrib/auth writing output... [ 21%] ref/contrib/contenttypes writing output... [ 21%] ref/contrib/flatpages writing output... [ 21%] ref/contrib/gis/admin writing output... [ 21%] ref/contrib/gis/commands writing output... [ 21%] ref/contrib/gis/db-api writing output... [ 22%] ref/contrib/gis/deployment writing output... [ 22%] ref/contrib/gis/feeds writing output... [ 22%] ref/contrib/gis/forms-api writing output... [ 22%] ref/contrib/gis/functions writing output... [ 22%] ref/contrib/gis/gdal writing output... [ 23%] ref/contrib/gis/geoip2 writing output... [ 23%] ref/contrib/gis/geoquerysets writing output... [ 23%] ref/contrib/gis/geos writing output... [ 23%] ref/contrib/gis/index writing output... [ 23%] ref/contrib/gis/install/geolibs writing output... [ 24%] ref/contrib/gis/install/index writing output... [ 24%] ref/contrib/gis/install/postgis writing output... [ 24%] ref/contrib/gis/install/spatialite writing output... [ 24%] ref/contrib/gis/layermapping writing output... [ 25%] ref/contrib/gis/measure writing output... [ 25%] ref/contrib/gis/model-api writing output... [ 25%] ref/contrib/gis/ogrinspect writing output... [ 25%] ref/contrib/gis/serializers writing output... [ 25%] ref/contrib/gis/sitemaps writing output... [ 26%] ref/contrib/gis/testing writing output... [ 26%] ref/contrib/gis/tutorial writing output... [ 26%] ref/contrib/gis/utils writing output... [ 26%] ref/contrib/humanize writing output... [ 26%] ref/contrib/index writing output... [ 27%] ref/contrib/messages writing output... [ 27%] ref/contrib/postgres/aggregates writing output... [ 27%] ref/contrib/postgres/constraints writing output... [ 27%] ref/contrib/postgres/fields writing output... [ 28%] ref/contrib/postgres/forms writing output... [ 28%] ref/contrib/postgres/functions writing output... [ 28%] ref/contrib/postgres/index writing output... [ 28%] ref/contrib/postgres/indexes writing output... [ 28%] ref/contrib/postgres/lookups writing output... [ 29%] ref/contrib/postgres/operations writing output... [ 29%] ref/contrib/postgres/search writing output... [ 29%] ref/contrib/postgres/validators writing output... [ 29%] ref/contrib/redirects writing output... [ 29%] ref/contrib/sitemaps writing output... [ 30%] ref/contrib/sites writing output... [ 30%] ref/contrib/staticfiles writing output... [ 30%] ref/contrib/syndication writing output... [ 30%] ref/csrf writing output... [ 30%] ref/databases writing output... [ 31%] ref/django-admin writing output... [ 31%] ref/exceptions writing output... [ 31%] ref/files/file writing output... [ 31%] ref/files/index writing output... [ 32%] ref/files/storage writing output... [ 32%] ref/files/uploads writing output... [ 32%] ref/forms/api writing output... [ 32%] ref/forms/fields writing output... [ 32%] ref/forms/formsets writing output... [ 33%] ref/forms/index writing output... [ 33%] ref/forms/models writing output... [ 33%] ref/forms/renderers writing output... [ 33%] ref/forms/validation writing output... [ 33%] ref/forms/widgets writing output... [ 34%] ref/index writing output... [ 34%] ref/middleware writing output... [ 34%] ref/migration-operations writing output... [ 34%] ref/models/class writing output... [ 35%] ref/models/conditional-expressions writing output... [ 35%] ref/models/constraints writing output... [ 35%] ref/models/database-functions writing output... [ 35%] ref/models/expressions writing output... [ 35%] ref/models/fields writing output... [ 36%] ref/models/index writing output... [ 36%] ref/models/indexes writing output... [ 36%] ref/models/instances writing output... [ 36%] ref/models/lookups writing output... [ 36%] ref/models/meta writing output... [ 37%] ref/models/options writing output... [ 37%] ref/models/querysets writing output... [ 37%] ref/models/relations writing output... [ 37%] ref/paginator writing output... [ 38%] ref/request-response writing output... [ 38%] ref/schema-editor writing output... [ 38%] ref/settings writing output... [ 38%] ref/signals writing output... [ 38%] ref/template-response writing output... [ 39%] ref/templates/api writing output... [ 39%] ref/templates/builtins writing output... [ 39%] ref/templates/index writing output... [ 39%] ref/templates/language writing output... [ 39%] ref/unicode writing output... [ 40%] ref/urlresolvers writing output... [ 40%] ref/urls writing output... [ 40%] ref/utils writing output... [ 40%] ref/validators writing output... [ 40%] ref/views writing output... [ 41%] releases/0.95 writing output... [ 41%] releases/0.96 writing output... [ 41%] releases/1.0 writing output... [ 41%] releases/1.0-porting-guide writing output... [ 42%] releases/1.0.1 writing output... [ 42%] releases/1.0.2 writing output... [ 42%] releases/1.1 writing output... [ 42%] releases/1.1.2 writing output... [ 42%] releases/1.1.3 writing output... [ 43%] releases/1.1.4 writing output... [ 43%] releases/1.10 writing output... [ 43%] releases/1.10.1 writing output... [ 43%] releases/1.10.2 writing output... [ 43%] releases/1.10.3 writing output... [ 44%] releases/1.10.4 writing output... [ 44%] releases/1.10.5 writing output... [ 44%] releases/1.10.6 writing output... [ 44%] releases/1.10.7 writing output... [ 45%] releases/1.10.8 writing output... [ 45%] releases/1.11 writing output... [ 45%] releases/1.11.1 writing output... [ 45%] releases/1.11.10 writing output... [ 45%] releases/1.11.11 writing output... [ 46%] releases/1.11.12 writing output... [ 46%] releases/1.11.13 writing output... [ 46%] releases/1.11.14 writing output... [ 46%] releases/1.11.15 writing output... [ 46%] releases/1.11.16 writing output... [ 47%] releases/1.11.17 writing output... [ 47%] releases/1.11.18 writing output... [ 47%] releases/1.11.19 writing output... [ 47%] releases/1.11.2 writing output... [ 47%] releases/1.11.20 writing output... [ 48%] releases/1.11.21 writing output... [ 48%] releases/1.11.22 writing output... [ 48%] releases/1.11.23 writing output... [ 48%] releases/1.11.24 writing output... [ 49%] releases/1.11.25 writing output... [ 49%] releases/1.11.26 writing output... [ 49%] releases/1.11.27 writing output... [ 49%] releases/1.11.28 writing output... [ 49%] releases/1.11.29 writing output... [ 50%] releases/1.11.3 writing output... [ 50%] releases/1.11.4 writing output... [ 50%] releases/1.11.5 writing output... [ 50%] releases/1.11.6 writing output... [ 50%] releases/1.11.7 writing output... [ 51%] releases/1.11.8 writing output... [ 51%] releases/1.11.9 writing output... [ 51%] releases/1.2 writing output... [ 51%] releases/1.2.1 writing output... [ 52%] releases/1.2.2 writing output... [ 52%] releases/1.2.3 writing output... [ 52%] releases/1.2.4 writing output... [ 52%] releases/1.2.5 writing output... [ 52%] releases/1.2.6 writing output... [ 53%] releases/1.2.7 writing output... [ 53%] releases/1.3 writing output... [ 53%] releases/1.3.1 writing output... [ 53%] releases/1.3.2 writing output... [ 53%] releases/1.3.3 writing output... [ 54%] releases/1.3.4 writing output... [ 54%] releases/1.3.5 writing output... [ 54%] releases/1.3.6 writing output... [ 54%] releases/1.3.7 writing output... [ 54%] releases/1.4 writing output... [ 55%] releases/1.4.1 writing output... [ 55%] releases/1.4.10 writing output... [ 55%] releases/1.4.11 writing output... [ 55%] releases/1.4.12 writing output... [ 56%] releases/1.4.13 writing output... [ 56%] releases/1.4.14 writing output... [ 56%] releases/1.4.15 writing output... [ 56%] releases/1.4.16 writing output... [ 56%] releases/1.4.17 writing output... [ 57%] releases/1.4.18 writing output... [ 57%] releases/1.4.19 writing output... [ 57%] releases/1.4.2 writing output... [ 57%] releases/1.4.20 writing output... [ 57%] releases/1.4.21 writing output... [ 58%] releases/1.4.22 writing output... [ 58%] releases/1.4.3 writing output... [ 58%] releases/1.4.4 writing output... [ 58%] releases/1.4.5 writing output... [ 59%] releases/1.4.6 writing output... [ 59%] releases/1.4.7 writing output... [ 59%] releases/1.4.8 writing output... [ 59%] releases/1.4.9 writing output... [ 59%] releases/1.5 writing output... [ 60%] releases/1.5.1 writing output... [ 60%] releases/1.5.10 writing output... [ 60%] releases/1.5.11 writing output... [ 60%] releases/1.5.12 writing output... [ 60%] releases/1.5.2 writing output... [ 61%] releases/1.5.3 writing output... [ 61%] releases/1.5.4 writing output... [ 61%] releases/1.5.5 writing output... [ 61%] releases/1.5.6 writing output... [ 61%] releases/1.5.7 writing output... [ 62%] releases/1.5.8 writing output... [ 62%] releases/1.5.9 writing output... [ 62%] releases/1.6 writing output... [ 62%] releases/1.6.1 writing output... [ 63%] releases/1.6.10 writing output... [ 63%] releases/1.6.11 writing output... [ 63%] releases/1.6.2 writing output... [ 63%] releases/1.6.3 writing output... [ 63%] releases/1.6.4 writing output... [ 64%] releases/1.6.5 writing output... [ 64%] releases/1.6.6 writing output... [ 64%] releases/1.6.7 writing output... [ 64%] releases/1.6.8 writing output... [ 64%] releases/1.6.9 writing output... [ 65%] releases/1.7 writing output... [ 65%] releases/1.7.1 writing output... [ 65%] releases/1.7.10 writing output... [ 65%] releases/1.7.11 writing output... [ 66%] releases/1.7.2 writing output... [ 66%] releases/1.7.3 writing output... [ 66%] releases/1.7.4 writing output... [ 66%] releases/1.7.5 writing output... [ 66%] releases/1.7.6 writing output... [ 67%] releases/1.7.7 writing output... [ 67%] releases/1.7.8 writing output... [ 67%] releases/1.7.9 writing output... [ 67%] releases/1.8 writing output... [ 67%] releases/1.8.1 writing output... [ 68%] releases/1.8.10 writing output... [ 68%] releases/1.8.11 writing output... [ 68%] releases/1.8.12 writing output... [ 68%] releases/1.8.13 writing output... [ 69%] releases/1.8.14 writing output... [ 69%] releases/1.8.15 writing output... [ 69%] releases/1.8.16 writing output... [ 69%] releases/1.8.17 writing output... [ 69%] releases/1.8.18 writing output... [ 70%] releases/1.8.19 writing output... [ 70%] releases/1.8.2 writing output... [ 70%] releases/1.8.3 writing output... [ 70%] releases/1.8.4 writing output... [ 70%] releases/1.8.5 writing output... [ 71%] releases/1.8.6 writing output... [ 71%] releases/1.8.7 writing output... [ 71%] releases/1.8.8 writing output... [ 71%] releases/1.8.9 writing output... [ 71%] releases/1.9 writing output... [ 72%] releases/1.9.1 writing output... [ 72%] releases/1.9.10 writing output... [ 72%] releases/1.9.11 writing output... [ 72%] releases/1.9.12 writing output... [ 73%] releases/1.9.13 writing output... [ 73%] releases/1.9.2 writing output... [ 73%] releases/1.9.3 writing output... [ 73%] releases/1.9.4 writing output... [ 73%] releases/1.9.5 writing output... [ 74%] releases/1.9.6 writing output... [ 74%] releases/1.9.7 writing output... [ 74%] releases/1.9.8 writing output... [ 74%] releases/1.9.9 writing output... [ 74%] releases/2.0 writing output... [ 75%] releases/2.0.1 writing output... [ 75%] releases/2.0.10 writing output... [ 75%] releases/2.0.11 writing output... [ 75%] releases/2.0.12 writing output... [ 76%] releases/2.0.13 writing output... [ 76%] releases/2.0.2 writing output... [ 76%] releases/2.0.3 writing output... [ 76%] releases/2.0.4 writing output... [ 76%] releases/2.0.5 writing output... [ 77%] releases/2.0.6 writing output... [ 77%] releases/2.0.7 writing output... [ 77%] releases/2.0.8 writing output... [ 77%] releases/2.0.9 writing output... [ 77%] releases/2.1 writing output... [ 78%] releases/2.1.1 writing output... [ 78%] releases/2.1.10 writing output... [ 78%] releases/2.1.11 writing output... [ 78%] releases/2.1.12 writing output... [ 78%] releases/2.1.13 writing output... [ 79%] releases/2.1.14 writing output... [ 79%] releases/2.1.15 writing output... [ 79%] releases/2.1.2 writing output... [ 79%] releases/2.1.3 writing output... [ 80%] releases/2.1.4 writing output... [ 80%] releases/2.1.5 writing output... [ 80%] releases/2.1.6 writing output... [ 80%] releases/2.1.7 writing output... [ 80%] releases/2.1.8 writing output... [ 81%] releases/2.1.9 writing output... [ 81%] releases/2.2 writing output... [ 81%] releases/2.2.1 writing output... [ 81%] releases/2.2.10 writing output... [ 81%] releases/2.2.11 writing output... [ 82%] releases/2.2.12 writing output... [ 82%] releases/2.2.13 writing output... [ 82%] releases/2.2.2 writing output... [ 82%] releases/2.2.3 writing output... [ 83%] releases/2.2.4 writing output... [ 83%] releases/2.2.5 writing output... [ 83%] releases/2.2.6 writing output... [ 83%] releases/2.2.7 writing output... [ 83%] releases/2.2.8 writing output... [ 84%] releases/2.2.9 writing output... [ 84%] releases/3.0 writing output... [ 84%] releases/3.0.1 writing output... [ 84%] releases/3.0.2 writing output... [ 84%] releases/3.0.3 writing output... [ 85%] releases/3.0.4 writing output... [ 85%] releases/3.0.5 writing output... [ 85%] releases/3.0.6 writing output... [ 85%] releases/3.0.7 writing output... [ 85%] releases/index writing output... [ 86%] releases/security writing output... [ 86%] topics/async writing output... [ 86%] topics/auth/customizing writing output... [ 86%] topics/auth/default writing output... [ 87%] topics/auth/index writing output... [ 87%] topics/auth/passwords writing output... [ 87%] topics/cache writing output... [ 87%] topics/checks writing output... [ 87%] topics/class-based-views/generic-display writing output... [ 88%] topics/class-based-views/generic-editing writing output... [ 88%] topics/class-based-views/index writing output... [ 88%] topics/class-based-views/intro writing output... [ 88%] topics/class-based-views/mixins writing output... [ 88%] topics/conditional-view-processing writing output... [ 89%] topics/db/aggregation writing output... [ 89%] topics/db/examples/index writing output... [ 89%] topics/db/examples/many_to_many writing output... [ 89%] topics/db/examples/many_to_one writing output... [ 90%] topics/db/examples/one_to_one writing output... [ 90%] topics/db/index writing output... [ 90%] topics/db/instrumentation writing output... [ 90%] topics/db/managers writing output... [ 90%] topics/db/models writing output... [ 91%] topics/db/multi-db writing output... [ 91%] topics/db/optimization writing output... [ 91%] topics/db/queries writing output... [ 91%] topics/db/search writing output... [ 91%] topics/db/sql writing output... [ 92%] topics/db/tablespaces writing output... [ 92%] topics/db/transactions writing output... [ 92%] topics/email writing output... [ 92%] topics/external-packages writing output... [ 92%] topics/files writing output... [ 93%] topics/forms/formsets writing output... [ 93%] topics/forms/index writing output... [ 93%] topics/forms/media writing output... [ 93%] topics/forms/modelforms writing output... [ 94%] topics/http/decorators writing output... [ 94%] topics/http/file-uploads writing output... [ 94%] topics/http/generic-views writing output... [ 94%] topics/http/index writing output... [ 94%] topics/http/middleware writing output... [ 95%] topics/http/sessions writing output... [ 95%] topics/http/shortcuts writing output... [ 95%] topics/http/urls writing output... [ 95%] topics/http/views writing output... [ 95%] topics/i18n/formatting writing output... [ 96%] topics/i18n/index writing output... [ 96%] topics/i18n/timezones writing output... [ 96%] topics/i18n/translation writing output... [ 96%] topics/index writing output... [ 97%] topics/install writing output... [ 97%] topics/logging writing output... [ 97%] topics/migrations writing output... [ 97%] topics/pagination writing output... [ 97%] topics/performance writing output... [ 98%] topics/security writing output... [ 98%] topics/serialization writing output... [ 98%] topics/settings writing output... [ 98%] topics/signals writing output... [ 98%] topics/signing writing output... [ 99%] topics/templates writing output... [ 99%] topics/testing/advanced writing output... [ 99%] topics/testing/index writing output... [ 99%] topics/testing/overview writing output... [100%] topics/testing/tools /builddir/build/BUILD/Django-3.0.7/docs/glossary.txt:51: WARNING: py:class reference target not found: property /builddir/build/BUILD/Django-3.0.7/docs/howto/custom-management-commands.txt:115: WARNING: py:mod reference target not found: argparse /builddir/build/BUILD/Django-3.0.7/docs/howto/custom-management-commands.txt:200: WARNING: py:mod reference target not found: argparse /builddir/build/BUILD/Django-3.0.7/docs/howto/custom-management-commands.txt:253: WARNING: py:class reference target not found: argparse.ArgumentParser /builddir/build/BUILD/Django-3.0.7/docs/howto/custom-management-commands.txt:257: WARNING: py:class reference target not found: argparse.ArgumentParser /builddir/build/BUILD/Django-3.0.7/docs/howto/custom-template-tags.txt:370: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/howto/custom-template-tags.txt:664: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/howto/deployment/wsgi/modwsgi.txt:51: WARNING: py:mod reference target not found: venv /builddir/build/BUILD/Django-3.0.7/docs/howto/outputting-csv.txt:12: WARNING: py:mod reference target not found: csv /builddir/build/BUILD/Django-3.0.7/docs/howto/outputting-csv.txt:12: WARNING: py:mod reference target not found: csv /builddir/build/BUILD/Django-3.0.7/docs/howto/outputting-csv.txt:48: WARNING: term not in glossary: iterable /builddir/build/BUILD/Django-3.0.7/docs/howto/outputting-csv.txt:97: WARNING: py:mod reference target not found: csv /builddir/build/BUILD/Django-3.0.7/docs/howto/upgrade-version.txt:62: WARNING: 'envvar' reference target not found: PYTHONWARNINGS /builddir/build/BUILD/Django-3.0.7/docs/howto/upgrade-version.txt:89: WARNING: py:mod reference target not found: venv /builddir/build/BUILD/Django-3.0.7/docs/howto/windows.txt:36: WARNING: unknown document: python:using/windows /builddir/build/BUILD/Django-3.0.7/docs/howto/windows.txt:56: WARNING: unknown document: python:tutorial/venv /builddir/build/BUILD/Django-3.0.7/docs/howto/writing-migrations.txt:276: WARNING: py:exc reference target not found: LookupError /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:65: WARNING: py:meth reference target not found: unittest.TestCase.assertRaises /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:65: WARNING: py:meth reference target not found: unittest.TestCase.assertWarns /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:65: WARNING: py:meth reference target not found: unittest.TestCase.assertRaisesRegex /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:65: WARNING: py:meth reference target not found: unittest.TestCase.assertWarnsRegex /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:74: WARNING: py:meth reference target not found: unittest.TestCase.assertIs /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:74: WARNING: py:meth reference target not found: unittest.TestCase.assertTrue /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-code/coding-style.txt:74: WARNING: py:meth reference target not found: unittest.TestCase.assertFalse /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-documentation.txt:60: WARNING: undefined label: sphinx:rst-index (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-documentation.txt:208: WARNING: py:mod reference target not found: sphinx.ext.intersphinx /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-documentation.txt:238: WARNING: rst:role reference target not found: rfc /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-documentation.txt:245: WARNING: undefined label: sphinx:rst-index (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-documentation.txt:451: WARNING: rst:role reference target not found: doc /builddir/build/BUILD/Django-3.0.7/docs/internals/contributing/writing-documentation.txt:451: WARNING: rst:role reference target not found: ref /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:358: WARNING: py:mod reference target not found: optparse /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:358: WARNING: py:mod reference target not found: argparse /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:439: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:553: WARNING: py:class reference target not found: collections.OrderedDict /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:737: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:771: WARNING: py:class reference target not found: warnings.catch_warnings /builddir/build/BUILD/Django-3.0.7/docs/internals/deprecation.txt:895: WARNING: py:class reference target not found: unittest.TextTestRunner /builddir/build/BUILD/Django-3.0.7/docs/intro/contributing.txt:344: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/intro/reusable-apps.txt:36: WARNING: term not in glossary: package /builddir/build/BUILD/Django-3.0.7/docs/intro/reusable-apps.txt:321: WARNING: unknown document: python:tutorial/venv /builddir/build/BUILD/Django-3.0.7/docs/intro/tutorial01.txt:103: WARNING: undefined label: tut-packages (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/intro/tutorial01.txt:215: WARNING: undefined label: tut-searchpath (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/intro/tutorial02.txt:464: WARNING: py:mod reference target not found: datetime /builddir/build/BUILD/Django-3.0.7/docs/intro/tutorial04.txt:115: WARNING: py:exc reference target not found: KeyError /builddir/build/BUILD/Django-3.0.7/docs/intro/tutorial04.txt:115: WARNING: py:exc reference target not found: KeyError /builddir/build/BUILD/Django-3.0.7/docs/ref/applications.txt:236: WARNING: py:exc reference target not found: LookupError /builddir/build/BUILD/Django-3.0.7/docs/ref/applications.txt:340: WARNING: py:exc reference target not found: LookupError /builddir/build/BUILD/Django-3.0.7/docs/ref/applications.txt:356: WARNING: py:exc reference target not found: LookupError /builddir/build/BUILD/Django-3.0.7/docs/ref/applications.txt:356: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:51: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:129: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:134: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:137: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:142: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:222: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:227: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:230: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:235: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:319: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:322: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:327: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:336: WARNING: py:func reference target not found: time.strptime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:392: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:392: WARNING: py:func reference target not found: time.strptime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:392: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:392: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:431: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:434: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:439: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:444: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/generic-date-based.txt:449: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:9: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:25: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:35: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:77: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:87: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:129: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:139: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:181: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/class-based-views/mixins-date-based.txt:192: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/auth.txt:338: WARNING: py:exc reference target not found: NotImplementedError /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/geoip2.txt:91: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/geoip2.txt:158: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/geoip2.txt:164: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/geos.txt:187: WARNING: py:class reference target not found: int /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/geos.txt:: WARNING: py:class reference target not found: str /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/geos.txt:: WARNING: py:class reference target not found: int /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/gis/install/index.txt:497: WARNING: py:func reference target not found: ctypes.util.find_library /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/index.txt:5: WARNING: undefined label: tut-batteries-included (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:487: WARNING: py:class reference target not found: json.JSONEncoder /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:621: WARNING: undefined label: psycopg2:adapt-range (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:631: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:645: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:661: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:671: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:684: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.DateTimeTZRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:694: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.DateRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/fields.txt:885: WARNING: py:func reference target not found: psycopg2:psycopg2.extras.register_range /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/forms.txt:190: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/forms.txt:202: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/forms.txt:211: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.NumericRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/forms.txt:224: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.DateTimeTZRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/postgres/forms.txt:233: WARNING: py:class reference target not found: psycopg2:psycopg2.extras.DateRange /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/sitemaps.txt:119: WARNING: term not in glossary: sequence /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/sitemaps.txt:124: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/sitemaps.txt:139: WARNING: term not in glossary: sequence /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/sitemaps.txt:174: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/sitemaps.txt:178: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/sites.txt:476: WARNING: py:exc reference target not found: NotImplementedError /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/staticfiles.txt:472: WARNING: py:mod reference target not found: mimetypes /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/syndication.txt:951: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/syndication.txt:984: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/syndication.txt:985: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/contrib/syndication.txt:1043: WARNING: py:class reference target not found: xml.sax.saxutils.XMLGenerator /builddir/build/BUILD/Django-3.0.7/docs/ref/databases.txt:190: WARNING: undefined label: psycopg2:server-side-cursors (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:176: WARNING: py:mod reference target not found: glob /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:701: WARNING: py:mod reference target not found: glob /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:787: WARNING: undefined label: python:identifiers (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1069: WARNING: 'envvar' reference target not found: PYTHONSTARTUP /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1088: WARNING: py:func reference target not found: select.select /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1414: WARNING: py:func reference target not found: multiprocessing.cpu_count /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1419: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1443: WARNING: py:mod reference target not found: pdb /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1454: WARNING: undefined label: python:pickle-picklable (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/django-admin.txt:1472: WARNING: unknown option: unittest.-k /builddir/build/BUILD/Django-3.0.7/docs/ref/exceptions.txt:305: WARNING: undefined label: bltin-exceptions (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/files/file.txt:15: WARNING: term not in glossary: file object /builddir/build/BUILD/Django-3.0.7/docs/ref/files/file.txt:32: WARNING: term not in glossary: file object /builddir/build/BUILD/Django-3.0.7/docs/ref/files/file.txt:36: WARNING: term not in glossary: file object /builddir/build/BUILD/Django-3.0.7/docs/ref/files/file.txt:51: WARNING: py:func reference target not found: python:open /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:67: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:67: WARNING: py:func reference target not found: os.path.getctime /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:101: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:101: WARNING: py:exc reference target not found: NotImplementedError /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:132: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:132: WARNING: py:exc reference target not found: NotImplementedError /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:141: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:141: WARNING: py:exc reference target not found: NotImplementedError /builddir/build/BUILD/Django-3.0.7/docs/ref/files/storage.txt:163: WARNING: py:mod reference target not found: os.path /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/fields.txt:410: WARNING: term not in glossary: iterable /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/fields.txt:548: WARNING: py:class reference target not found: python:datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/fields.txt:549: WARNING: py:attr reference target not found: datetime.timedelta.min /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/fields.txt:549: WARNING: py:attr reference target not found: datetime.timedelta.max /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/fields.txt:941: WARNING: py:class reference target not found: python:uuid.UUID /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/fields.txt:944: WARNING: py:class reference target not found: python:uuid.UUID /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/widgets.txt:247: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/widgets.txt:247: WARNING: py:class reference target not found: datetime.time /builddir/build/BUILD/Django-3.0.7/docs/ref/forms/widgets.txt:368: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:7: WARNING: unknown keyword: if /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:7: WARNING: unknown keyword: elif /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:7: WARNING: unknown keyword: else /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:93: WARNING: unknown keyword: if /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:93: WARNING: unknown keyword: elif /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:93: WARNING: unknown keyword: else /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:151: WARNING: unknown keyword: if /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:151: WARNING: unknown keyword: elif /builddir/build/BUILD/Django-3.0.7/docs/ref/models/conditional-expressions.txt:151: WARNING: unknown keyword: else /builddir/build/BUILD/Django-3.0.7/docs/ref/models/database-functions.txt:1211: WARNING: py:func reference target not found: chr /builddir/build/BUILD/Django-3.0.7/docs/ref/models/database-functions.txt:1369: WARNING: py:func reference target not found: ord /builddir/build/BUILD/Django-3.0.7/docs/ref/models/expressions.txt:509: WARNING: unknown keyword: if /builddir/build/BUILD/Django-3.0.7/docs/ref/models/expressions.txt:509: WARNING: unknown keyword: elif /builddir/build/BUILD/Django-3.0.7/docs/ref/models/expressions.txt:509: WARNING: unknown keyword: else /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:83: WARNING: term not in glossary: sequence /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:212: WARNING: py:mod reference target not found: enum /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:229: WARNING: py:func reference target not found: enum.unique /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:277: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:556: WARNING: py:class reference target not found: bytes /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:556: WARNING: py:class reference target not found: bytearray /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:556: WARNING: py:class reference target not found: memoryview /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:644: WARNING: py:meth reference target not found: datetime.date.today /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:688: WARNING: py:class reference target not found: decimal.Decimal /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:730: WARNING: py:class reference target not found: python:datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:768: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:768: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:821: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:851: WARNING: py:func reference target not found: time.strftime /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:1086: WARNING: py:mod reference target not found: decimal /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:1292: WARNING: py:class reference target not found: python:uuid.UUID /builddir/build/BUILD/Django-3.0.7/docs/ref/models/fields.txt:1959: WARNING: undefined label: descriptors (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/models/indexes.txt:124: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/models/instances.txt:606: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/ref/models/instances.txt:695: WARNING: py:meth reference target not found: object.__hash__ /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:86: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:677: WARNING: py:func reference target not found: python:collections.namedtuple /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:724: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:728: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:764: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:770: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:777: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:1677: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/ref/models/querysets.txt:3159: WARNING: py:class reference target not found: datetime.time /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:427: WARNING: py:class reference target not found: xml.etree.ElementTree.ElementTree /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:486: WARNING: py:exc reference target not found: KeyError /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:511: WARNING: py:meth reference target not found: dict.setdefault /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:515: WARNING: py:meth reference target not found: dict.update /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:528: WARNING: py:meth reference target not found: dict.items /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:538: WARNING: py:meth reference target not found: dict.values /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:550: WARNING: py:func reference target not found: copy.deepcopy /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:645: WARNING: py:class reference target not found: memoryview /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:656: WARNING: py:class reference target not found: memoryview /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:760: WARNING: py:class reference target not found: memoryview /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:771: WARNING: py:class reference target not found: http.HTTPStatus /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:784: WARNING: py:class reference target not found: memoryview /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:811: WARNING: py:class reference target not found: http.cookies.Morsel /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:981: WARNING: py:class reference target not found: http.HTTPStatus /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:1010: WARNING: py:exc reference target not found: TypeError /builddir/build/BUILD/Django-3.0.7/docs/ref/request-response.txt:1036: WARNING: py:exc reference target not found: TypeError /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:1055: WARNING: undefined label: strftime-strptime-behavior (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:1102: WARNING: undefined label: strftime-strptime-behavior (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:1404: WARNING: py:func reference target not found: python:ssl.wrap_socket /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:1488: WARNING: py:func reference target not found: os.chmod /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:1940: WARNING: undefined label: logging-config-dictschema (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:2616: WARNING: undefined label: strftime-strptime-behavior (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/settings.txt:2652: WARNING: py:func reference target not found: time.tzset /builddir/build/BUILD/Django-3.0.7/docs/ref/template-response.txt:43: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/ref/template-response.txt:72: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/ref/template-response.txt:95: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/ref/template-response.txt:95: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/ref/template-response.txt:167: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/api.txt:74: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:882: WARNING: py:func reference target not found: collections.namedtuple /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:891: WARNING: py:func reference target not found: collections.namedtuple /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:1417: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:1431: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:2028: WARNING: py:func reference target not found: pprint.pprint /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:2126: WARNING: undefined label: old-string-formatting (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/templates/builtins.txt:2197: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/unicode.txt:156: WARNING: py:func reference target not found: urllib.parse.quote /builddir/build/BUILD/Django-3.0.7/docs/ref/unicode.txt:156: WARNING: py:func reference target not found: urllib.parse.quote_plus /builddir/build/BUILD/Django-3.0.7/docs/ref/urlresolvers.txt:73: WARNING: py:func reference target not found: urllib.parse.quote /builddir/build/BUILD/Django-3.0.7/docs/ref/urls.txt:65: WARNING: py:mod reference target not found: re /builddir/build/BUILD/Django-3.0.7/docs/ref/urls.txt:104: WARNING: py:class reference target not found: str /builddir/build/BUILD/Django-3.0.7/docs/ref/urls.txt:104: WARNING: py:class reference target not found: str /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:117: WARNING: py:mod reference target not found: datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:120: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:128: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:132: WARNING: py:class reference target not found: datetime.time /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:139: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:141: WARNING: py:class reference target not found: datetime.timezone /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:151: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:487: WARNING: undefined label: descriptor-invocation (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:611: WARNING: py:meth reference target not found: str.format /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:697: WARNING: py:func reference target not found: urllib.parse.urlencode /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:806: WARNING: py:meth reference target not found: str.format /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:854: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:858: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:863: WARNING: py:class reference target not found: datetime.timezone /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:867: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:870: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:876: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:886: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:896: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:916: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:926: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:926: WARNING: py:meth reference target not found: datetime.datetime.date /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:936: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:953: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:958: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:963: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:963: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:986: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:986: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/ref/utils.txt:1113: WARNING: py:exc reference target not found: LookupError /builddir/build/BUILD/Django-3.0.7/docs/ref/validators.txt:82: WARNING: py:exc reference target not found: TypeError /builddir/build/BUILD/Django-3.0.7/docs/ref/validators.txt:114: WARNING: py:exc reference target not found: TypeError /builddir/build/BUILD/Django-3.0.7/docs/releases/0.96.txt:213: WARNING: py:mod reference target not found: doctest /builddir/build/BUILD/Django-3.0.7/docs/releases/0.96.txt:213: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/releases/1.0-porting-guide.txt:443: WARNING: py:exc reference target not found: EnvironmentError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.0-porting-guide.txt:443: WARNING: py:exc reference target not found: ImportError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.0-porting-guide.txt:443: WARNING: py:exc reference target not found: RuntimeError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.0-porting-guide.txt:481: WARNING: py:exc reference target not found: AssertionError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.10.txt:447: WARNING: py:class reference target not found: io.TextIOWrapper /builddir/build/BUILD/Django-3.0.7/docs/releases/1.10.txt:1295: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/releases/1.11.txt:259: WARNING: undefined label: psycopg2:server-side-cursors (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/releases/1.11.txt:284: WARNING: py:class reference target not found: io.TextIOWrapper /builddir/build/BUILD/Django-3.0.7/docs/releases/1.11.txt:389: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/releases/1.11.txt:425: WARNING: py:meth reference target not found: python:unittest.TestCase.subTest /builddir/build/BUILD/Django-3.0.7/docs/releases/1.11.txt:775: WARNING: py:class reference target not found: io.StringIO /builddir/build/BUILD/Django-3.0.7/docs/releases/1.11.txt:775: WARNING: py:class reference target not found: io.BytesIO /builddir/build/BUILD/Django-3.0.7/docs/releases/1.2.txt:757: WARNING: py:mod reference target not found: warnings /builddir/build/BUILD/Django-3.0.7/docs/releases/1.3.txt:654: WARNING: py:mod reference target not found: warnings /builddir/build/BUILD/Django-3.0.7/docs/releases/1.4.txt:654: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/releases/1.4.txt:844: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.4.txt:844: WARNING: py:class reference target not found: datetime.time /builddir/build/BUILD/Django-3.0.7/docs/releases/1.4.12.txt:12: WARNING: py:func reference target not found: functools.partial /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:389: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:479: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:491: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:495: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:511: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:517: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:604: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:667: WARNING: py:exc reference target not found: TypeError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:667: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:769: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:769: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:774: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.txt:790: WARNING: py:func reference target not found: itertools.product /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.3.txt:31: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.3.txt:42: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.3.txt:42: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.3.txt:42: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.5.7.txt:12: WARNING: py:func reference target not found: functools.partial /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:165: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:207: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:425: WARNING: undefined label: doctest-unittest-api (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:429: WARNING: py:mod reference target not found: doctest /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:502: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:502: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:506: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:796: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:807: WARNING: py:mod reference target not found: pickle generating indices... /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:807: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.txt:807: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/releases/1.6.4.txt:16: WARNING: py:func reference target not found: functools.partial /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1045: WARNING: 'envvar' reference target not found: PYTHONPATH /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1084: WARNING: py:exc reference target not found: LookupError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1199: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1475: WARNING: py:mod reference target not found: logging.config /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1475: WARNING: py:mod reference target not found: importlib /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1493: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1502: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1502: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.txt:1511: WARNING: py:class reference target not found: collections.OrderedDict /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.2.txt:179: WARNING: py:class reference target not found: str /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.2.txt:179: WARNING: py:class reference target not found: bytes /builddir/build/BUILD/Django-3.0.7/docs/releases/1.7.6.txt:18: WARNING: py:class reference target not found: property /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:92: WARNING: py:class reference target not found: python:datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:110: WARNING: unknown keyword: if /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:110: WARNING: unknown keyword: elif /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:110: WARNING: unknown keyword: else /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:276: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:383: WARNING: py:meth reference target not found: str.format /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:429: WARNING: py:mod reference target not found: argparse /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:711: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:743: WARNING: py:mod reference target not found: argparse /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:756: WARNING: py:mod reference target not found: optparse /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:756: WARNING: py:class reference target not found: argparse.ArgumentParser /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:789: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:1382: WARNING: py:mod reference target not found: argparse /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:1382: WARNING: py:mod reference target not found: optparse /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:1514: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:1524: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.txt:1564: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/releases/1.8.1.txt:13: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:698: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:703: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:879: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:891: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:901: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:1062: WARNING: py:data reference target not found: http.client.responses /builddir/build/BUILD/Django-3.0.7/docs/releases/1.9.txt:1109: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/2.0.txt:347: WARNING: unknown option: -b /builddir/build/BUILD/Django-3.0.7/docs/releases/2.1.txt:228: WARNING: py:meth reference target not found: unittest.TestCase.assertWarnsRegex /builddir/build/BUILD/Django-3.0.7/docs/releases/2.1.txt:242: WARNING: py:exc reference target not found: NotImplementedError /builddir/build/BUILD/Django-3.0.7/docs/releases/2.2.txt:475: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/releases/2.2.txt:495: WARNING: py:class reference target not found: datetime.timezone /builddir/build/BUILD/Django-3.0.7/docs/releases/2.2.1.txt:29: WARNING: py:class reference target not found: python:range /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:162: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:164: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:286: WARNING: undefined label: descriptors (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:304: WARNING: py:class reference target not found: pathlib.Path /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:322: WARNING: py:class reference target not found: memoryview /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:419: WARNING: py:class reference target not found: datetime.timezone /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:419: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:480: WARNING: py:meth reference target not found: unittest.TestCase.assertLogs /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:483: WARNING: py:func reference target not found: functools.lru_cache /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:489: WARNING: py:class reference target not found: contextlib.ContextDecorator /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:492: WARNING: py:func reference target not found: os.path.abspath /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:503: WARNING: py:func reference target not found: functools.partial /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:503: WARNING: py:class reference target not found: functools.partialmethod /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:543: WARNING: py:func reference target not found: html.escape /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:547: WARNING: unknown option: unittest.-k /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:552: WARNING: py:func reference target not found: urllib.parse.urlencode /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:596: WARNING: py:func reference target not found: urllib.parse.quote /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:596: WARNING: py:func reference target not found: urllib.parse.quote_plus /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:596: WARNING: py:func reference target not found: urllib.parse.unquote /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:596: WARNING: py:func reference target not found: urllib.parse.unquote_plus /builddir/build/BUILD/Django-3.0.7/docs/releases/3.0.txt:615: WARNING: py:func reference target not found: html.unescape /builddir/build/BUILD/Django-3.0.7/docs/topics/async.txt:101: WARNING: py:func reference target not found: asyncio.run /builddir/build/BUILD/Django-3.0.7/docs/topics/auth/default.txt:1041: WARNING: py:class reference target not found: set /builddir/build/BUILD/Django-3.0.7/docs/topics/auth/default.txt:1041: WARNING: py:class reference target not found: set /builddir/build/BUILD/Django-3.0.7/docs/topics/auth/default.txt:1163: WARNING: py:class reference target not found: set /builddir/build/BUILD/Django-3.0.7/docs/topics/auth/default.txt:1163: WARNING: py:class reference target not found: set /builddir/build/BUILD/Django-3.0.7/docs/topics/db/examples/many_to_many.txt:79: WARNING: py:exc reference target not found: TypeError /builddir/build/BUILD/Django-3.0.7/docs/topics/db/models.txt:157: WARNING: term not in glossary: sequence /builddir/build/BUILD/Django-3.0.7/docs/topics/db/queries.txt:406: WARNING: undefined label: tut-keywordargs (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/db/queries.txt:651: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/topics/db/queries.txt:1079: WARNING: unknown document: python:howto/descriptor /builddir/build/BUILD/Django-3.0.7/docs/topics/db/sql.txt:303: WARNING: py:func reference target not found: collections.namedtuple /builddir/build/BUILD/Django-3.0.7/docs/topics/db/transactions.txt:108: WARNING: term not in glossary: decorator /builddir/build/BUILD/Django-3.0.7/docs/topics/db/transactions.txt:117: WARNING: term not in glossary: context manager /builddir/build/BUILD/Django-3.0.7/docs/topics/db/transactions.txt:364: WARNING: undefined label: psycopg2:tpc (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/db/transactions.txt:584: WARNING: py:mod reference target not found: sqlite3 /builddir/build/BUILD/Django-3.0.7/docs/topics/db/transactions.txt:587: WARNING: py:mod reference target not found: sqlite3 /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:8: WARNING: py:mod reference target not found: smtplib /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:58: WARNING: py:exc reference target not found: smtplib.SMTPException /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:58: WARNING: py:mod reference target not found: smtplib /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:58: WARNING: py:exc reference target not found: smtplib.SMTPException /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:272: WARNING: py:class reference target not found: email.mime.base.MIMEBase /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:310: WARNING: py:class reference target not found: email.mime.text.MIMEText /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:327: WARNING: py:class reference target not found: email.mime.base.MIMEBase /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:343: WARNING: py:class reference target not found: email.message.Message /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:491: WARNING: py:func reference target not found: socket.getdefaulttimeout /builddir/build/BUILD/Django-3.0.7/docs/topics/email.txt:676: WARNING: py:mod reference target not found: smtpd /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:287: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:289: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:289: WARNING: py:class reference target not found: int /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:329: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:358: WARNING: py:exc reference target not found: UnicodeDecodeError /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:671: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/topics/http/sessions.txt:671: WARNING: py:mod reference target not found: pickle /builddir/build/BUILD/Django-3.0.7/docs/topics/http/urls.txt:43: WARNING: term not in glossary: sequence /builddir/build/BUILD/Django-3.0.7/docs/topics/http/urls.txt:133: WARNING: py:class reference target not found: uuid.UUID /builddir/build/BUILD/Django-3.0.7/docs/topics/http/urls.txt:328: WARNING: term not in glossary: sequence /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:55: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:55: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:90: WARNING: py:class reference target not found: datetime.time /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:113: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:141: WARNING: py:meth reference target not found: datetime.datetime.fromtimestamp /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:356: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:451: WARNING: py:exc reference target not found: RuntimeWarning /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:550: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:572: WARNING: py:meth reference target not found: datetime.datetime.date /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:572: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:572: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:607: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:607: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/timezones.txt:650: WARNING: py:class reference target not found: datetime.tzinfo /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/translation.txt:135: WARNING: undefined label: f-strings (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/translation.txt:415: WARNING: py:class reference target not found: str /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/translation.txt:486: WARNING: py:meth reference target not found: str.format /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/translation.txt:486: WARNING: py:meth reference target not found: str.format /builddir/build/BUILD/Django-3.0.7/docs/topics/i18n/translation.txt:1646: WARNING: undefined label: old-string-formatting (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/install.txt:140: WARNING: unknown document: python:tutorial/venv /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:11: WARNING: py:mod reference target not found: logging /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:114: WARNING: undefined label: python:logrecord-attributes (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:145: WARNING: py:func reference target not found: logging.getLogger /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:204: WARNING: undefined label: logging-config-dictschema (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:237: WARNING: undefined label: logging-config-dictschema (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:402: WARNING: undefined label: formatter-objects (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:424: WARNING: py:class reference target not found: logging.StreamHandler /builddir/build/BUILD/Django-3.0.7/docs/topics/logging.txt:455: WARNING: py:func reference target not found: logging.config.dictConfig /builddir/build/BUILD/Django-3.0.7/docs/topics/migrations.txt:721: WARNING: py:func reference target not found: functools.partial /builddir/build/BUILD/Django-3.0.7/docs/topics/migrations.txt:721: WARNING: py:class reference target not found: functools.partialmethod /builddir/build/BUILD/Django-3.0.7/docs/topics/migrations.txt:748: WARNING: py:class reference target not found: decimal.Decimal /builddir/build/BUILD/Django-3.0.7/docs/topics/performance.txt:206: WARNING: term not in glossary: generator /builddir/build/BUILD/Django-3.0.7/docs/topics/performance.txt:206: WARNING: term not in glossary: generator expression /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:219: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:254: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:254: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:282: WARNING: py:class reference target not found: json.JSONEncoder /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:287: WARNING: py:class reference target not found: datetime.datetime /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:290: WARNING: py:class reference target not found: datetime.date /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:293: WARNING: py:class reference target not found: datetime.time /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:298: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:301: WARNING: py:class reference target not found: decimal.Decimal /builddir/build/BUILD/Django-3.0.7/docs/topics/serialization.txt:301: WARNING: py:class reference target not found: uuid.UUID /builddir/build/BUILD/Django-3.0.7/docs/topics/signing.txt:141: WARNING: py:class reference target not found: datetime.timedelta /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:165: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:256: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:318: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:411: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:580: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:802: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/templates.txt:818: WARNING: py:class reference target not found: dict /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/advanced.txt:455: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/advanced.txt:598: WARNING: py:meth reference target not found: argparse.ArgumentParser.add_argument /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/index.txt:23: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:20: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:23: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:42: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:47: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:62: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:66: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:82: WARNING: undefined label: unittest-test-discovery (if the link has no caption the label must precede a section header) /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:222: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/overview.txt:318: WARNING: py:mod reference target not found: unittest /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:78: WARNING: py:mod reference target not found: urllib /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:220: WARNING: py:func reference target not found: json.dumps /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:262: WARNING: py:class reference target not found: io.StringIO /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:262: WARNING: py:class reference target not found: io.BytesIO /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:494: WARNING: py:func reference target not found: sys.exc_info /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:506: WARNING: py:func reference target not found: json.loads /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:513: WARNING: py:exc reference target not found: ValueError /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:572: WARNING: py:meth reference target not found: unittest.TestCase.assertRaises /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:577: WARNING: py:exc reference target not found: SystemExit /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:605: WARNING: py:class reference target not found: http.cookies.SimpleCookie /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:605: WARNING: py:mod reference target not found: http.cookies /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:693: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:705: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:716: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:784: WARNING: py:exc reference target not found: unittest.SkipTest /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1425: WARNING: py:class reference target not found: unittest.TestCase /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1425: WARNING: py:meth reference target not found: unittest.TestCase.assertTrue /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1425: WARNING: py:meth reference target not found: unittest.TestCase.assertEqual /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1440: WARNING: py:meth reference target not found: unittest.TestCase.assertRaisesRegex /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1456: WARNING: py:meth reference target not found: unittest.TestCase.assertWarnsRegex /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1456: WARNING: py:meth reference target not found: unittest.TestCase.assertRaisesRegex /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1673: WARNING: py:mod reference target not found: json /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1875: WARNING: py:func reference target not found: unittest.skipIf /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1875: WARNING: py:func reference target not found: unittest.skipUnless /builddir/build/BUILD/Django-3.0.7/docs/topics/testing/tools.txt:1880: WARNING: py:func reference target not found: unittest.skipIf genindex py-modindexdone highlighting module code... [ 0%] asgiref.sync highlighting module code... [ 1%] django highlighting module code... [ 1%] django.apps.config highlighting module code... [ 2%] django.apps.registry highlighting module code... [ 3%] django.conf.urls highlighting module code... [ 3%] django.conf.urls.i18n highlighting module code... [ 4%] django.contrib.admin highlighting module code... [ 5%] django.contrib.admin.decorators highlighting module code... [ 5%] django.contrib.admin.options highlighting module code... [ 6%] django.contrib.admin.sites highlighting module code... [ 7%] django.contrib.admin.views.decorators highlighting module code... [ 7%] django.contrib.auth highlighting module code... [ 8%] django.contrib.auth.context_processors highlighting module code... [ 9%] django.contrib.auth.decorators highlighting module code... [ 9%] django.contrib.auth.hashers highlighting module code... [ 10%] django.contrib.auth.password_validation highlighting module code... [ 11%] django.contrib.flatpages.sitemaps highlighting module code... [ 11%] django.contrib.gis.feeds highlighting module code... [ 12%] django.contrib.gis.measure highlighting module code... [ 13%] django.contrib.messages.api highlighting module code... [ 13%] django.contrib.messages.middleware highlighting module code... [ 14%] django.contrib.postgres.aggregates.general highlighting module code... [ 15%] django.contrib.postgres.aggregates.statistics highlighting module code... [ 15%] django.contrib.postgres.constraints highlighting module code... [ 16%] django.contrib.postgres.fields.array highlighting module code... [ 17%] django.contrib.postgres.fields.citext highlighting module code... [ 17%] django.contrib.postgres.fields.hstore highlighting module code... [ 18%] django.contrib.postgres.fields.jsonb highlighting module code... [ 19%] django.contrib.postgres.fields.ranges highlighting module code... [ 19%] django.contrib.postgres.forms.array highlighting module code... [ 20%] django.contrib.postgres.forms.hstore highlighting module code... [ 21%] django.contrib.postgres.forms.jsonb highlighting module code... [ 21%] django.contrib.postgres.forms.ranges highlighting module code... [ 22%] django.contrib.postgres.functions highlighting module code... [ 23%] django.contrib.postgres.indexes highlighting module code... [ 23%] django.contrib.postgres.operations highlighting module code... [ 24%] django.contrib.postgres.search highlighting module code... [ 25%] django.contrib.postgres.validators highlighting module code... [ 25%] django.contrib.sessions.backends.base highlighting module code... [ 26%] django.contrib.sessions.middleware highlighting module code... [ 27%] django.contrib.sitemaps highlighting module code... [ 27%] django.contrib.sites.middleware highlighting module code... [ 28%] django.contrib.sites.shortcuts highlighting module code... [ 29%] django.contrib.syndication.views highlighting module code... [ 29%] django.core.checks.messages highlighting module code... [ 30%] django.core.checks.registry highlighting module code... [ 31%] django.core.exceptions highlighting module code... [ 31%] django.core.files.base highlighting module code... [ 32%] django.core.files.images highlighting module code... [ 33%] django.core.files.storage highlighting module code... [ 33%] django.core.files.uploadedfile highlighting module code... [ 34%] django.core.files.uploadhandler highlighting module code... [ 35%] django.core.mail highlighting module code... [ 35%] django.core.mail.message highlighting module code... [ 36%] django.core.management.base highlighting module code... [ 37%] django.core.paginator highlighting module code... [ 37%] django.core.signing highlighting module code... [ 38%] django.core.validators highlighting module code... [ 39%] django.db.backends.base.schema highlighting module code... [ 39%] django.db.migrations.operations.fields highlighting module code... [ 40%] django.db.migrations.operations.models highlighting module code... [ 41%] django.db.migrations.operations.special highlighting module code... [ 41%] django.db.models.aggregates highlighting module code... [ 42%] django.db.models.base highlighting module code... [ 43%] django.db.models.constraints highlighting module code... [ 43%] django.db.models.deletion highlighting module code... [ 44%] django.db.models.expressions highlighting module code... [ 45%] django.db.models.fields highlighting module code... [ 45%] django.db.models.fields.files highlighting module code... [ 46%] django.db.models.fields.related highlighting module code... [ 47%] django.db.models.functions.comparison highlighting module code... [ 47%] django.db.models.functions.datetime highlighting module code... [ 48%] django.db.models.functions.math highlighting module code... [ 49%] django.db.models.functions.text highlighting module code... [ 49%] django.db.models.functions.window highlighting module code... [ 50%] django.db.models.indexes highlighting module code... [ 50%] django.db.models.lookups highlighting module code... [ 51%] django.db.models.manager highlighting module code... [ 52%] django.db.models.options highlighting module code... [ 52%] django.db.models.query highlighting module code... [ 53%] django.db.models.query_utils highlighting module code... [ 54%] django.db.transaction highlighting module code... [ 54%] django.db.utils highlighting module code... [ 55%] django.dispatch.dispatcher highlighting module code... [ 56%] django.forms.boundfield highlighting module code... [ 56%] django.forms.fields highlighting module code... [ 57%] django.forms.forms highlighting module code... [ 58%] django.forms.formsets highlighting module code... [ 58%] django.forms.models highlighting module code... [ 59%] django.forms.renderers highlighting module code... [ 60%] django.forms.widgets highlighting module code... [ 60%] django.http.request highlighting module code... [ 61%] django.http.response highlighting module code... [ 62%] django.middleware.cache highlighting module code... [ 62%] django.middleware.clickjacking highlighting module code... [ 63%] django.middleware.common highlighting module code... [ 64%] django.middleware.csrf highlighting module code... [ 64%] django.middleware.gzip highlighting module code... [ 65%] django.middleware.http highlighting module code... [ 66%] django.middleware.locale highlighting module code... [ 66%] django.middleware.security highlighting module code... [ 67%] django.shortcuts highlighting module code... [ 68%] django.template.backends.django highlighting module code... [ 68%] django.template.backends.jinja2 highlighting module code... [ 69%] django.template.base highlighting module code... [ 70%] django.template.context highlighting module code... [ 70%] django.template.context_processors highlighting module code... [ 71%] django.template.engine highlighting module code... [ 72%] django.template.exceptions highlighting module code... [ 72%] django.template.loader highlighting module code... [ 73%] django.template.loaders.base highlighting module code... [ 74%] django.template.response highlighting module code... [ 74%] django.template.utils highlighting module code... [ 75%] django.test.client highlighting module code... [ 76%] django.test.runner highlighting module code... [ 76%] django.test.testcases highlighting module code... [ 77%] django.test.utils highlighting module code... [ 78%] django.urls.base highlighting module code... [ 78%] django.urls.conf highlighting module code... [ 79%] django.urls.converters highlighting module code... [ 80%] django.urls.exceptions highlighting module code... [ 80%] django.urls.resolvers highlighting module code... [ 81%] django.utils.cache highlighting module code... [ 82%] django.utils.datastructures highlighting module code... [ 82%] django.utils.dateparse highlighting module code... [ 83%] django.utils.decorators highlighting module code... [ 84%] django.utils.encoding highlighting module code... [ 84%] django.utils.feedgenerator highlighting module code... [ 85%] django.utils.functional highlighting module code... [ 86%] django.utils.html highlighting module code... [ 86%] django.utils.http highlighting module code... [ 87%] django.utils.log highlighting module code... [ 88%] django.utils.module_loading highlighting module code... [ 88%] django.utils.safestring highlighting module code... [ 89%] django.utils.text highlighting module code... [ 90%] django.utils.timezone highlighting module code... [ 90%] django.utils.translation highlighting module code... [ 91%] django.views.debug highlighting module code... [ 92%] django.views.decorators.cache highlighting module code... [ 92%] django.views.decorators.csrf highlighting module code... [ 93%] django.views.decorators.debug highlighting module code... [ 94%] django.views.decorators.http highlighting module code... [ 94%] django.views.decorators.vary highlighting module code... [ 95%] django.views.defaults highlighting module code... [ 96%] django.views.generic.dates highlighting module code... [ 96%] django.views.i18n highlighting module code... [ 97%] django.views.static highlighting module code... [ 98%] pytz highlighting module code... [ 98%] unittest.loader highlighting module code... [ 99%] unittest.runner highlighting module code... [100%] unittest.suite writing additional pages... searchdone copying images... [ 4%] internals/_images/triage_process.svg copying images... [ 8%] intro/_images/admin01.png copying images... [ 12%] intro/_images/admin02.png copying images... [ 16%] intro/_images/admin03t.png copying images... [ 20%] intro/_images/admin04t.png copying images... [ 25%] intro/_images/admin05t.png copying images... [ 29%] intro/_images/admin06t.png copying images... [ 33%] intro/_images/admin07.png copying images... [ 37%] intro/_images/admin08t.png copying images... [ 41%] intro/_images/admin09.png copying images... [ 45%] intro/_images/admin10t.png copying images... [ 50%] intro/_images/admin14t.png copying images... [ 54%] intro/_images/admin11t.png copying images... [ 58%] intro/_images/admin12t.png copying images... [ 62%] intro/_images/admin13t.png copying images... [ 66%] ref/contrib/admin/_images/admin-actions.png copying images... [ 70%] ref/contrib/admin/_images/adding-actions-to-the-modeladmin.png copying images... [ 75%] ref/contrib/admin/_images/actions-as-modeladmin-methods.png copying images... [ 79%] ref/contrib/admin/_images/fieldsets.png copying images... [ 83%] ref/contrib/admin/_images/list_filter.png copying images... [ 87%] ref/contrib/admin/_images/raw_id_fields.png copying images... [ 91%] topics/_images/postmortem.png copying images... [ 95%] topics/_images/template-lines.png copying images... [100%] topics/testing/_images/django_unittest_classes_hierarchy.svg copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done writing templatebuiltins.js... build succeeded, 506 warnings. The HTML pages are in _build/html. Build finished. The HTML pages are in _build/html. + cp -ar docs .. + mkdir -p /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/man/man1/ + cp -p docs/man/django-admin.1 /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/man/man1/ ++ pkg-config --variable=completionsdir bash-completion + bashcompdir=/usr/share/bash-completion/completions + mkdir -p /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions + install -m 0644 -p extras/django_bash_completion /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions/django-admin.py + for file in django-admin django-admin-3 django-admin-3.9 python3-django-admin manage.py + ln -s django-admin.py /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions/django-admin + for file in django-admin django-admin-3 django-admin-3.9 python3-django-admin manage.py + ln -s django-admin.py /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions/django-admin-3 + for file in django-admin django-admin-3 django-admin-3.9 python3-django-admin manage.py + ln -s django-admin.py /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions/django-admin-3.9 + for file in django-admin django-admin-3 django-admin-3.9 python3-django-admin manage.py + ln -s django-admin.py /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions/python3-django-admin + for file in django-admin django-admin-3 django-admin-3.9 python3-django-admin manage.py + ln -s django-admin.py /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/bash-completion/completions/manage.py + ln -s ./django-admin /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin/django-admin-3 + ln -s ./django-admin /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin/django-admin-3.9 + ln -s ./django-admin /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/bin/python3-django-admin + xargs rm -f + find /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch -name '*.po' + /usr/lib/rpm/find-debuginfo.sh -j5 --strict-build-id -m -i --build-id-seed 3.0.7-1.fc33 --unique-debug-suffix -3.0.7-1.fc33.noarch --unique-debug-src-base python-django-3.0.7-1.fc33.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Django-3.0.7 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Hk7N7n + umask 022 + cd /builddir/build/BUILD + cd Django-3.0.7 + cd /builddir/build/BUILD/Django-3.0.7 ++ pwd + export PYTHONPATH=/builddir/build/BUILD/Django-3.0.7 + PYTHONPATH=/builddir/build/BUILD/Django-3.0.7 + cd tests + /usr/bin/python3 runtests.py --settings=test_sqlite --verbosity=2 --parallel 1 Creating test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')... Testing against Django installed in '/builddir/build/BUILD/Django-3.0.7/django' Importing application fixtures_regress Importing application app_loading Importing application model_fields Importing application string_lookup Importing application many_to_one Importing application transaction_hooks Importing application model_inheritance Importing application schema Importing application get_or_create Importing application custom_migration_operations Importing application update_only_fields Importing application context_processors Importing application redirects_tests Importing application foreign_object Importing application cache Importing application flatpages_tests Importing application reverse_lookup Importing application delete Importing application timezones Importing application invalid_models_tests Importing application migrations2 Importing application model_formsets Importing application validators Importing application pagination Importing application model_enums Importing application or_lookups Importing application defer Importing application file_storage Importing application admin_default_site Importing application mail Importing application shell Importing application lookup Importing application null_queries Importing application admin_autodiscover Importing application dbshell Importing application admin_custom_urls Importing application null_fk Importing application inline_formsets Importing application m2o_recursive Importing application m2m_multiple Importing application conditional_processing Importing application utils_tests Importing application test_runner Importing application m2m_intermediary Importing application str Importing application swappable_models Importing application humanize_tests Importing application logging_tests Importing application transactions Importing application httpwrappers Importing application datetimes Importing application signals Importing application delete_regress Importing application model_forms Importing application backends Importing application project_template Importing application model_regress Importing application filtered_relation Importing application introspection Importing application custom_pk Importing application custom_managers Importing application db_typecasts Importing application custom_lookups Importing application admin_docs Importing application migration_test_data_persistence Importing application builtin_server Importing application urlpatterns_reverse Importing application managers_regress Importing application null_fk_ordering Importing application m2m_through Importing application db_functions Importing application dates Importing application signed_cookies_tests Importing application sitemaps_tests Importing application staticfiles_tests Importing application forms_tests Importing application files Importing application m2m_through_regress Importing application model_inheritance_regress Importing application select_related_onetoone Importing application multiple_database Importing application force_insert_update Importing application raw_query Importing application annotations Importing application constraints Importing application auth_tests Importing application signing Importing application expressions_window Importing application test_client_regress Importing application check_framework Importing application apps Importing application nested_foreign_keys Importing application extra_regress Importing application admin_checks Importing application custom_columns Importing application select_related_regress Importing application expressions_case Importing application proxy_models Importing application responses Importing application no_models Importing application m2m_regress Importing application admin_views Importing application aggregation Importing application generic_relations_regress Importing application empty Importing application custom_methods Importing application m2m_signals Importing application template_tests Importing application one_to_one Importing application model_meta Importing application syndication_tests Importing application test_client Importing application generic_relations Importing application base Importing application queryset_pickle Importing application get_object_or_404 Importing application middleware_exceptions Importing application messages_tests Importing application sessions_tests Importing application many_to_many Importing application resolve_url Importing application middleware Importing application serializers Importing application admin_scripts Importing application queries Importing application bash_completion Importing application sites_framework Importing application indexes Importing application prefetch_related Importing application get_earliest_or_latest Importing application select_related Importing application urlpatterns Importing application admin_ordering Importing application version Importing application shortcuts Importing application test_exceptions Importing application empty_models Importing application update Importing application view_tests Importing application distinct_on_fields Importing application basic Importing application select_for_update Importing application model_formsets_regress Importing application async Importing application migrate_signals Importing application save_delete_hooks Importing application many_to_one_null Importing application properties Importing application postgres_tests Importing application proxy_model_inheritance Importing application requests Importing application reserved_names Importing application aggregation_regress Importing application modeladmin Importing application validation Importing application template_loader Importing application unmanaged_models Importing application admin_inlines Importing application field_defaults Importing application max_lengths Importing application admin_widgets Importing application test_utils Importing application admin_changelist Importing application dispatch Importing application datatypes Importing application bulk_create Importing application file_uploads Importing application fixtures Importing application ordering Importing application model_indexes Importing application deprecation Importing application servers Importing application defer_regress Importing application inspectdb Importing application csrf_tests Importing application wsgi Importing application order_with_respect_to Importing application admin_utils Importing application field_deconstruction Importing application known_related_objects Importing application absolute_url_overrides Importing application admin_registration Importing application asgi Importing application user_commands Importing application sites_tests Importing application i18n Importing application field_subclassing Importing application m2m_and_m2o Importing application contenttypes_tests Importing application handlers Importing application settings_tests Importing application admin_filters Importing application m2m_recursive Importing application generic_inline_admin Importing application template_backends Importing application decorators Importing application migrations Importing application expressions Importing application generic_views Importing application model_options Importing application from_db_value Importing application db_utils Importing application model_package Importing application mutually_referential Importing application fixtures_model_package Operations to perform: Synchronize unmigrated apps: absolute_url_overrides, admin_autodiscover, admin_changelist, admin_checks, admin_custom_urls, admin_default_site, admin_docs, admin_filters, admin_inlines, admin_ordering, admin_registration, admin_scripts, admin_utils, admin_views, admin_widgets, aggregation, aggregation_regress, annotations, app_loading, apps, asgi, async, auth, auth_tests, backends, base, bash_completion, basic, builtin_server, bulk_create, cache, check_framework, conditional_processing, constraints, contenttypes, contenttypes_tests, context_processors, csrf_tests, custom_columns, custom_lookups, custom_managers, custom_methods, custom_migration_operations, custom_pk, datatypes, dates, datetimes, db_typecasts, db_utils, dbshell, decorators, defer, defer_regress, delete, delete_regress, deprecation, dispatch, distinct_on_fields, empty, empty_models, expressions, expressions_case, expressions_window, extra_regress, field_deconstruction, field_defaults, field_subclassing, file_storage, file_uploads, files, filtered_relation, fixtures, fixtures_model_package, fixtures_regress, flatpages_tests, force_insert_update, foreign_object, forms_tests, from_db_value, generic_inline_admin, generic_relations, generic_relations_regress, generic_views, get_earliest_or_latest, get_object_or_404, get_or_create, handlers, httpwrappers, humanize_tests, i18n, indexes, inline_formsets, inspectdb, introspection, invalid_models_tests, known_related_objects, logging_tests, lookup, m2m_and_m2o, m2m_intermediary, m2m_multiple, m2m_recursive, m2m_regress, m2m_signals, m2m_through, m2m_through_regress, m2o_recursive, mail, managers_regress, many_to_many, many_to_one, many_to_one_null, max_lengths, messages, messages_tests, middleware, middleware_exceptions, migrate_signals, migrations, migrations2, model_enums, model_fields, model_forms, model_formsets, model_formsets_regress, model_indexes, model_inheritance, model_inheritance_regress, model_meta, model_options, model_package, model_regress, modeladmin, multiple_database, mutually_referential, nested_foreign_keys, no_models, null_fk, null_fk_ordering, null_queries, one_to_one, or_lookups, order_with_respect_to, ordering, pagination, prefetch_related, project_template, properties, proxy_model_inheritance, proxy_models, queries, queryset_pickle, raw_query, redirects_tests, requests, reserved_names, resolve_url, responses, reverse_lookup, save_delete_hooks, schema, select_for_update, select_related, select_related_onetoone, select_related_regress, serializers, servers, sessions, sessions_tests, settings_tests, shell, shortcuts, signals, signed_cookies_tests, signing, sitemaps_tests, sites_tests, staticfiles, staticfiles_tests, str, string_lookup, swappable_models, syndication_tests, template_backends, template_loader, template_tests, test_client, test_client_regress, test_exceptions, test_runner, test_utils, timezones, transaction_hooks, transactions, unmanaged_models, update, update_only_fields, urlpatterns, urlpatterns_reverse, user_commands, utils_tests, validation, validators, version, view_tests, wsgi Apply all migrations: admin, db_functions, flatpages, migration_test_data_persistence, postgres_tests, redirects, sites, sites_framework Synchronizing apps without migrations: Creating tables... Creating table django_content_type Creating table auth_permission Creating table auth_group Creating table auth_user Creating table django_session Creating table fixtures_regress_animal Creating table Fixtures_regress_plant Creating table fixtures_regress_stuff Creating table fixtures_regress_absolute Creating table fixtures_regress_parent Creating table fixtures_regress_child Creating table fixtures_regress_channel Creating table fixtures_regress_article Creating table fixtures_regress_specialarticle Creating table fixtures_regress_feature Creating table fixtures_regress_widget Creating table fixtures_regress_store Creating table fixtures_regress_person Creating table fixtures_regress_book Creating table fixtures_regress_nkchild Creating table fixtures_regress_reftonkchild Creating table fixtures_regress_circle1 Creating table fixtures_regress_circle2 Creating table fixtures_regress_circle3 Creating table fixtures_regress_circle4 Creating table fixtures_regress_circle5 Creating table fixtures_regress_circle6 Creating table fixtures_regress_externaldependency Creating table fixtures_regress_thingy Creating table fixtures_regress_m2mtoself Creating table fixtures_regress_m2msimplea Creating table fixtures_regress_m2msimpleb Creating table fixtures_regress_m2msimplecirculara Creating table fixtures_regress_m2msimplecircularb Creating table fixtures_regress_m2mcomplexa Creating table fixtures_regress_m2mcomplexb Creating table fixtures_regress_m2mthroughab Creating table fixtures_regress_m2mcomplexcircular1a Creating table fixtures_regress_m2mcomplexcircular1b Creating table fixtures_regress_m2mcomplexcircular1c Creating table fixtures_regress_m2mcircular1throughab Creating table fixtures_regress_m2mcircular1throughbc Creating table fixtures_regress_m2mcircular1throughca Creating table fixtures_regress_m2mcomplexcircular2a Creating table fixtures_regress_m2mcomplexcircular2b Creating table fixtures_regress_m2mcircular2throughab Creating table model_fields_foo Creating table model_fields_bar Creating table model_fields_whiz Creating table model_fields_whizdelayed Creating table model_fields_whiziter Creating table model_fields_whiziterempty Creating table model_fields_choiceful Creating table model_fields_bigd Creating table model_fields_floatmodel Creating table model_fields_bigs Creating table model_fields_unicodeslugfield Creating table model_fields_automodel Creating table model_fields_bigautomodel Creating table model_fields_smallautomodel Creating table model_fields_smallintegermodel Creating table model_fields_integermodel Creating table model_fields_bigintegermodel Creating table model_fields_positivesmallintegermodel Creating table model_fields_positiveintegermodel Creating table model_fields_post Creating table model_fields_nullbooleanmodel Creating table model_fields_booleanmodel Creating table model_fields_datetimemodel Creating table model_fields_durationmodel Creating table model_fields_nulldurationmodel Creating table model_fields_primarykeycharmodel Creating table model_fields_fkstobooleans Creating table model_fields_fktochar Creating table model_fields_renamedfield Creating table model_fields_verbosenamefield Creating table model_fields_genericipaddress Creating table model_fields_decimallessthanone Creating table model_fields_fieldclassattributemodel Creating table model_fields_datamodel Creating table model_fields_document Creating table model_fields_person Creating table model_fields_personwithheight Creating table model_fields_personwithheightandwidth Creating table model_fields_persondimensionsfirst Creating table model_fields_persontwoimages Creating table model_fields_allfieldsmodel Creating table model_fields_manytomany Creating table model_fields_uuidmodel Creating table model_fields_nullableuuidmodel Creating table model_fields_primarykeyuuidmodel Creating table model_fields_relatedtouuidmodel Creating table model_fields_uuidchild Creating table model_fields_uuidgrandchild Creating table string_lookup_foo Creating table string_lookup_bar Creating table string_lookup_whiz Creating table string_lookup_child Creating table string_lookup_base Creating table string_lookup_article Creating table many_to_one_reporter Creating table many_to_one_article Creating table many_to_one_country Creating table many_to_one_city Creating table many_to_one_district Creating table many_to_one_first Creating table many_to_one_second Creating table many_to_one_third Creating table many_to_one_parent Creating table many_to_one_child Creating table many_to_one_childnullableparent Creating table many_to_one_tofieldchild Creating table many_to_one_category Creating table many_to_one_record Creating table many_to_one_relation Creating table many_to_one_school Creating table many_to_one_student Creating table transaction_hooks_thing Creating table model_inheritance_worker Creating table model_inheritance_student Creating table model_inheritance_post Creating table model_inheritance_comment Creating table model_inheritance_link Creating table model_inheritance_chef Creating table model_inheritance_place Creating table my_restaurant Creating table model_inheritance_italianrestaurant Creating table model_inheritance_supplier Creating table model_inheritance_parkinglot Creating table model_inheritance_title Creating table model_inheritance_mixinmodel Creating table model_inheritance_base Creating table model_inheritance_subbase Creating table model_inheritance_grandparent Creating table model_inheritance_parent Creating table model_inheritance_child Creating table model_inheritance_grandchild Creating table drop Creating table get_or_create_person Creating table get_or_create_defaultperson Creating table get_or_create_manualprimarykeytest Creating table get_or_create_profile Creating table get_or_create_tag Creating table get_or_create_thing Creating table get_or_create_publisher Creating table get_or_create_author Creating table get_or_create_book Creating table update_only_fields_account Creating table update_only_fields_person Creating table update_only_fields_employee Creating table update_only_fields_profile Creating table context_processors_debugobject Creating table foreign_object_article Creating table foreign_object_newsarticle Creating table foreign_object_articletranslation Creating table foreign_object_articletag Creating table foreign_object_articleidea Creating table foreign_object_address Creating table foreign_object_customer Creating table foreign_object_contact Creating table foreign_object_slugpage Creating table foreign_object_country Creating table foreign_object_person Creating table foreign_object_group Creating table foreign_object_membership Creating table foreign_object_friendship Creating table cache_poll Creating table reverse_lookup_user Creating table reverse_lookup_poll Creating table reverse_lookup_choice Creating table delete_r Creating table delete_s Creating table delete_t Creating table delete_u Creating table delete_rchild Creating table delete_rchildchild Creating table delete_a Creating table delete_m Creating table delete_mr Creating table delete_mrnull Creating table delete_avatar Creating table delete_user Creating table delete_hiddenuser Creating table delete_hiddenuserprofile Creating table delete_m2mto Creating table delete_m2mfrom Creating table delete_parent Creating table delete_child Creating table delete_base Creating table delete_reltobase Creating table delete_origin Creating table delete_referrer Creating table delete_secondreferrer Creating table timezones_event Creating table timezones_maybeevent Creating table timezones_session Creating table timezones_sessionevent Creating table timezones_timestamp Creating table timezones_alldayevent Creating table model_formsets_author Creating table model_formsets_betterauthor Creating table model_formsets_book Creating table model_formsets_bookwithcustompk Creating table model_formsets_editor Creating table model_formsets_bookwithoptionalalteditor Creating table model_formsets_alternatebook Creating table model_formsets_authormeeting Creating table model_formsets_customprimarykey Creating table model_formsets_place Creating table model_formsets_owner Creating table model_formsets_location Creating table model_formsets_ownerprofile Creating table model_formsets_restaurant Creating table model_formsets_product Creating table model_formsets_price Creating table model_formsets_mexicanrestaurant Creating table model_formsets_classymexicanrestaurant Creating table model_formsets_repository Creating table model_formsets_revision Creating table model_formsets_person Creating table model_formsets_membership Creating table model_formsets_team Creating table model_formsets_player Creating table model_formsets_poet Creating table model_formsets_poem Creating table model_formsets_post Creating table model_formsets_uuidpkparent Creating table model_formsets_uuidpkchild Creating table model_formsets_childwitheditablepk Creating table model_formsets_autopkchildofuuidpkparent Creating table model_formsets_autopkparent Creating table model_formsets_uuidpkchildofautopkparent Creating table model_formsets_parentwithuuidalternatekey Creating table model_formsets_childrelatedviaak Creating table pagination_article Creating table or_lookups_article Creating table defer_secondary Creating table defer_primary Creating table defer_child Creating table defer_bigchild Creating table file_storage_storage Creating table lookup_alarm Creating table lookup_author Creating table lookup_article Creating table lookup_tag Creating table lookup_season Creating table lookup_game Creating table lookup_player Creating table lookup_product Creating table lookup_stock Creating table null_queries_poll Creating table null_queries_choice Creating table null_queries_outera Creating table null_queries_outerb Creating table null_queries_inner Creating table admin_autodiscover_story Creating table admin_custom_urls_action Creating table admin_custom_urls_person Creating table admin_custom_urls_car Creating table null_fk_systemdetails Creating table null_fk_systeminfo Creating table null_fk_forum Creating table null_fk_post Creating table null_fk_comment Creating table null_fk_item Creating table null_fk_propertyvalue Creating table null_fk_property Creating table inline_formsets_school Creating table inline_formsets_parent Creating table inline_formsets_child Creating table inline_formsets_poet Creating table inline_formsets_poem Creating table m2o_recursive_category Creating table m2o_recursive_person Creating table m2m_multiple_category Creating table m2m_multiple_article Creating table utils_tests_category Creating table utils_tests_categoryinfo Creating table test_runner_person Creating table test_runner_throughbase Creating table test_runner_through Creating table test_runner_b Creating table m2m_intermediary_reporter Creating table m2m_intermediary_article Creating table m2m_intermediary_writer Creating table str_internationalarticle Creating table swappable_models_article Creating table swappable_models_alternatearticle Creating table transactions_reporter Creating table datetimes_article Creating table datetimes_comment Creating table datetimes_category Creating table signals_person Creating table signals_car Creating table signals_author Creating table signals_book Creating table delete_regress_award Creating table delete_regress_awardnote Creating table delete_regress_person Creating table delete_regress_book Creating table delete_regress_toy Creating table delete_regress_child Creating table delete_regress_playedwith Creating table delete_regress_playedwithnote Creating table delete_regress_contact Creating table delete_regress_email Creating table delete_regress_researcher Creating table delete_regress_food Creating table delete_regress_eaten Creating table delete_regress_policy Creating table delete_regress_version Creating table delete_regress_location Creating table delete_regress_item Creating table delete_regress_file Creating table delete_regress_fooimage Creating table delete_regress_foofile Creating table delete_regress_foophoto Creating table delete_regress_orgunit Creating table delete_regress_login Creating table delete_regress_house Creating table delete_regress_orderedperson Creating table model_forms_person Creating table model_forms_category Creating table model_forms_writer Creating table model_forms_article Creating table model_forms_improvedarticle Creating table model_forms_improvedarticlewithparentlink Creating table model_forms_betterwriter Creating table model_forms_publication Creating table model_forms_publicationdefaults Creating table model_forms_author Creating table model_forms_author1 Creating table model_forms_writerprofile Creating table model_forms_document Creating table model_forms_textfile Creating table model_forms_customff Creating table model_forms_filepathmodel Creating table model_forms_imagefile Creating table model_forms_optionalimagefile Creating table model_forms_noextensionimagefile Creating table model_forms_homepage Creating table model_forms_product Creating table model_forms_price Creating table model_forms_triple Creating table model_forms_articlestatus Creating table model_forms_inventory Creating table model_forms_book Creating table model_forms_derivedbook Creating table model_forms_explicitpk Creating table model_forms_post Creating table model_forms_datetimepost Creating table model_forms_derivedpost Creating table model_forms_bigint Creating table model_forms_customfieldforexclusionmodel Creating table model_forms_flexibledatepost Creating table model_forms_colour Creating table model_forms_colourfulitem Creating table model_forms_customerrormessage Creating table model_forms_character Creating table model_forms_stumpjoke Creating table model_forms_student Creating table model_forms_photo Creating table model_forms_uuidpk Creating table model_forms_strictassignmentfieldspecific Creating table model_forms_strictassignmentall Creating table model_forms_award Creating table model_forms_nullableuniquecharfieldmodel Creating table backends_square Creating table backends_person Creating table backends_schoolclass Creating table backends_verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz Creating table backends_tag Creating table CaseSensitive_Post Creating table backends_reporter Creating table backends_article Creating table backends_item Creating table backends_object Creating table backends_objectreference Creating table backends_rawdata Creating table backends_author Creating table backends_book Creating table model_regress_article Creating table model_regress_movie Creating table model_regress_party Creating table model_regress_event Creating table model_regress_department Creating table model_regress_worker Creating table model_regress_nonautopk Creating table model_regress_model1 Creating table model_regress_model2 Creating table model_regress_model3 Creating table filtered_relation_author Creating table filtered_relation_editor Creating table filtered_relation_book Creating table filtered_relation_borrower Creating table filtered_relation_reservation Creating table filtered_relation_rentalsession Creating table introspection_city Creating table introspection_country Creating table introspection_district Creating table introspection_reporter Creating table introspection_article Creating table introspection_comment Creating table introspection_checkconstraintmodel Creating table custom_pk_employee Creating table custom_pk_business Creating table custom_pk_bar Creating table custom_pk_foo Creating table custom_managers_person Creating table custom_managers_funperson Creating table custom_managers_book Creating table custom_managers_car Creating table custom_managers_relatedmodel Creating table custom_managers_restrictedmodel Creating table custom_managers_onetoonerestrictedmodel Creating table custom_managers_personfromabstract Creating table custom_lookups_author Creating table custom_lookups_article Creating table custom_lookups_mysqlunixtimestamp Creating table custom_lookups_custommodel Creating table admin_docs_company Creating table admin_docs_group Creating table admin_docs_family Creating table admin_docs_person Creating table managers_regress_parent Creating table managers_regress_child1 Creating table managers_regress_child2 Creating table managers_regress_child3 Creating table managers_regress_child4 Creating table managers_regress_child5 Creating table managers_regress_child6 Creating table managers_regress_child7 Creating table managers_regress_relatedmodel Creating table managers_regress_relationmodel Creating table null_fk_ordering_author Creating table null_fk_ordering_article Creating table null_fk_ordering_systeminfo Creating table null_fk_ordering_forum Creating table null_fk_ordering_post Creating table null_fk_ordering_comment Creating table m2m_through_person Creating table m2m_through_group Creating table m2m_through_membership Creating table test_table Creating table m2m_through_testnodefaultsornulls Creating table m2m_through_personselfrefm2m Creating table m2m_through_friendship Creating table m2m_through_symmetricalfriendship Creating table m2m_through_event Creating table m2m_through_invitation Creating table m2m_through_employee Creating table m2m_through_relationship Creating table m2m_through_ingredient Creating table m2m_through_recipe Creating table m2m_through_recipeingredient Creating table dates_article Creating table dates_comment Creating table dates_category Creating table sitemaps_tests_testmodel Creating table sitemaps_tests_i18ntestmodel Creating table forms_tests_boundarymodel Creating table forms_tests_defaults Creating table forms_tests_choicemodel Creating table forms_tests_choiceoptionmodel Creating table forms_tests_choicefieldmodel Creating table forms_tests_optionalmultichoicemodel Creating table forms_tests_filemodel Creating table forms_tests_article Creating table m2m_through_regress_membership Creating table m2m_through_regress_usermembership Creating table m2m_through_regress_person Creating table m2m_through_regress_group Creating table m2m_through_regress_car Creating table m2m_through_regress_driver Creating table m2m_through_regress_cardriver Creating table m2m_through_regress_event Creating table m2m_through_regress_competitor Creating table m2m_through_regress_individualcompetitor Creating table m2m_through_regress_competingteam Creating table model_inheritance_regress_place Creating table model_inheritance_regress_restaurant Creating table model_inheritance_regress_italianrestaurant Creating table model_inheritance_regress_parkinglot Creating table model_inheritance_regress_parkinglot3 Creating table model_inheritance_regress_parkinglot4a Creating table model_inheritance_regress_parkinglot4b Creating table model_inheritance_regress_supplier Creating table model_inheritance_regress_wholesaler Creating table model_inheritance_regress_parent Creating table model_inheritance_regress_child Creating table model_inheritance_regress_selfrefparent Creating table model_inheritance_regress_selfrefchild Creating table model_inheritance_regress_article Creating table model_inheritance_regress_articlewithauthor Creating table model_inheritance_regress_m2mbase Creating table model_inheritance_regress_m2mchild Creating table model_inheritance_regress_qualitycontrol Creating table model_inheritance_regress_basem Creating table model_inheritance_regress_derivedm Creating table model_inheritance_regress_internalcertificationaudit Creating table model_inheritance_regress_person Creating table model_inheritance_regress_birthdayparty Creating table model_inheritance_regress_bachelorparty Creating table model_inheritance_regress_messybachelorparty Creating table model_inheritance_regress_searchablelocation Creating table model_inheritance_regress_busstation Creating table model_inheritance_regress_trainstation Creating table model_inheritance_regress_user Creating table model_inheritance_regress_profile Creating table model_inheritance_regress_politician Creating table model_inheritance_regress_congressman Creating table model_inheritance_regress_senator Creating table select_related_onetoone_user Creating table select_related_onetoone_userprofile Creating table select_related_onetoone_userstatresult Creating table select_related_onetoone_userstat Creating table select_related_onetoone_statdetails Creating table select_related_onetoone_advanceduserstat Creating table select_related_onetoone_image Creating table select_related_onetoone_product Creating table select_related_onetoone_parent1 Creating table select_related_onetoone_parent2 Creating table select_related_onetoone_child1 Creating table select_related_onetoone_child2 Creating table select_related_onetoone_child3 Creating table select_related_onetoone_child4 Creating table select_related_onetoone_linkedlist Creating table multiple_database_review Creating table multiple_database_person Creating table multiple_database_book Creating table multiple_database_pet Creating table multiple_database_userprofile Creating table force_insert_update_counter Creating table force_insert_update_inheritedcounter Creating table force_insert_update_subcounter Creating table force_insert_update_withcustompk Creating table raw_query_author Creating table raw_query_book Creating table raw_query_bookfkaspk Creating table raw_query_coffee Creating table raw_query_mixedcaseidcolumn Creating table raw_query_reviewer Creating table raw_query_friendlyauthor Creating table annotations_author Creating table annotations_publisher Creating table annotations_book Creating table annotations_store Creating table annotations_departmentstore Creating table annotations_employee Creating table annotations_company Creating table annotations_ticket Creating table constraints_product Creating table constraints_uniqueconstraintproduct Creating table constraints_childmodel Creating table auth_tests_customuser Creating table auth_tests_customuserwithoutisactivefield Creating table auth_tests_extensionuser Creating table auth_tests_custompermissionsuser Creating table auth_tests_customusernonuniqueusername Creating table auth_tests_isactivetestuser1 Creating table auth_tests_minimaluser Creating table auth_tests_nopassworduser Creating table auth_tests_concrete Creating table auth_tests_uuiduser Creating table auth_tests_email Creating table auth_tests_customuserwithfk Creating table auth_tests_integerusernameuser Creating table auth_tests_userwithdisabledlastloginfield Creating table auth_tests_organization Creating table auth_tests_customuserwithm2m Creating table auth_tests_customuserwithm2mthrough Creating table auth_tests_membership Creating table auth_tests_customemailfield Creating table expressions_window_employee Creating table test_client_regress_customuser Creating table check_framework_simplemodel Creating table apps_totallynormal Creating table nested_foreign_keys_person Creating table nested_foreign_keys_movie Creating table nested_foreign_keys_event Creating table nested_foreign_keys_screening Creating table nested_foreign_keys_screeningnullfk Creating table nested_foreign_keys_package Creating table nested_foreign_keys_packagenullfk Creating table extra_regress_revisionablemodel Creating table extra_regress_order Creating table extra_regress_testobject Creating table admin_checks_album Creating table admin_checks_song Creating table admin_checks_twoalbumfkandane Creating table admin_checks_author Creating table admin_checks_book Creating table admin_checks_authorsbooks Creating table admin_checks_state Creating table admin_checks_city Creating table admin_checks_influence Creating table my_author_table Creating table custom_columns_article Creating table select_related_regress_building Creating table select_related_regress_device Creating table select_related_regress_port Creating table select_related_regress_connection Creating table select_related_regress_tuser Creating table select_related_regress_person Creating table select_related_regress_organizer Creating table select_related_regress_student Creating table select_related_regress_class Creating table select_related_regress_enrollment Creating table select_related_regress_country Creating table select_related_regress_state Creating table select_related_regress_clientstatus Creating table select_related_regress_client Creating table select_related_regress_specialclient Creating table select_related_regress_parent Creating table select_related_regress_child Creating table select_related_regress_item Creating table select_related_regress_fowl Creating table select_related_regress_hen Creating table select_related_regress_chick Creating table select_related_regress_a Creating table select_related_regress_b Creating table select_related_regress_c Creating table expressions_case_casetestmodel Creating table expressions_case_o2ocasetestmodel Creating table expressions_case_fkcasetestmodel Creating table expressions_case_client Creating table proxy_models_person Creating table proxy_models_statusperson Creating table proxy_models_lowerstatusperson Creating table proxy_models_user Creating table proxy_models_country Creating table proxy_models_state Creating table proxy_models_baseuser Creating table proxy_models_trackeruser Creating table proxy_models_issue Creating table proxy_models_bug Creating table proxy_models_improvement Creating table m2m_regress_selfrefer Creating table m2m_regress_tag Creating table m2m_regress_tagcollection Creating table m2m_regress_entry Creating table m2m_regress_selfreferchild Creating table m2m_regress_selfreferchildsibling Creating table m2m_regress_line Creating table m2m_regress_worksheet Creating table m2m_regress_user Creating table m2m_regress_regressionmodelsplit Creating table m2m_regress_post Creating table admin_views_section Creating table admin_views_article Creating table admin_views_book Creating table admin_views_promo Creating table admin_views_chapter Creating table admin_views_chapterxtra1 Creating table admin_views_chapterxtra2 Creating table admin_views_rowlevelchangepermissionmodel Creating table admin_views_customarticle Creating table admin_views_modelwithstringprimarykey Creating table admin_views_color Creating table admin_views_thing Creating table admin_views_actor Creating table admin_views_inquisition Creating table admin_views_sketch Creating table admin_views_character Creating table admin_views_stumpjoke Creating table admin_views_fabric Creating table admin_views_person Creating table admin_views_persona Creating table admin_views_account Creating table admin_views_fooaccount Creating table admin_views_baraccount Creating table admin_views_subscriber Creating table admin_views_externalsubscriber Creating table admin_views_oldsubscriber Creating table admin_views_media Creating table admin_views_podcast Creating table admin_views_vodcast Creating table admin_views_parent Creating table admin_views_child Creating table admin_views_emptymodel Creating table admin_views_gallery Creating table admin_views_picture Creating table admin_views_language Creating table admin_views_title Creating table admin_views_titletranslation Creating table admin_views_recommender Creating table admin_views_recommendation Creating table admin_views_collector Creating table admin_views_widget Creating table admin_views_doohickey Creating table admin_views_grommet Creating table admin_views_whatsit Creating table admin_views_doodad Creating table admin_views_fancydoodad Creating table admin_views_category Creating table admin_views_link Creating table admin_views_prepopulatedpost Creating table admin_views_prepopulatedsubpost Creating table admin_views_post Creating table admin_views_gadget Creating table admin_views_villain Creating table admin_views_supervillain Creating table admin_views_funkytag Creating table admin_views_plot Creating table admin_views_plotdetails Creating table admin_views_secrethideout Creating table admin_views_supersecrethideout Creating table admin_views_bookmark Creating table admin_views_cyclicone Creating table admin_views_cyclictwo Creating table admin_views_topping Creating table admin_views_pizza Creating table admin_views_album Creating table admin_views_employee Creating table admin_views_workhour Creating table admin_views_question Creating table admin_views_answer Creating table admin_views_reservation Creating table admin_views_fooddelivery Creating table admin_views_coverletter Creating table admin_views_paper Creating table admin_views_shortmessage Creating table admin_views_telegram Creating table admin_views_story Creating table admin_views_otherstory Creating table admin_views_complexsortedperson Creating table admin_views_pluggablesearchperson Creating table admin_views_prepopulatedpostlargeslug Creating table admin_views_adminorderedfield Creating table admin_views_adminorderedmodelmethod Creating table admin_views_adminorderedadminmethod Creating table admin_views_adminorderedcallable Creating table admin_views_report Creating table admin_views_mainprepopulated Creating table admin_views_relatedprepopulated Creating table admin_views_unorderedobject Creating table admin_views_undeletableobject Creating table admin_views_unchangeableobject Creating table admin_views_usermessenger Creating table admin_views_simple Creating table admin_views_choice Creating table admin_views_parentwithdependentchildren Creating table admin_views_dependentchild Creating table admin_views_filteredmanager Creating table admin_views_emptymodelvisible Creating table admin_views_emptymodelhidden Creating table admin_views_emptymodelmixin Creating table admin_views_state Creating table admin_views_city Creating table admin_views_restaurant Creating table admin_views_worker Creating table admin_views_referencedbyparent Creating table admin_views_parentwithfk Creating table admin_views_childofreferer Creating table admin_views_inlinereferer Creating table admin_views_referencedbyinline Creating table admin_views_inlinereference Creating table admin_views_recipe Creating table admin_views_ingredient Creating table admin_views_recipeingredient Creating table admin_views_notreferenced Creating table admin_views_explicitlyprovidedpk Creating table admin_views_implicitlygeneratedpk Creating table admin_views_referencedbygenrel Creating table admin_views_genrelreference Creating table admin_views_parentwithuuidpk Creating table admin_views_relatedwithuuidpkmodel Creating table admin_views_author Creating table admin_views_authorship Creating table aggregation_author Creating table aggregation_publisher Creating table aggregation_book Creating table aggregation_store Creating table generic_relations_regress_link Creating table generic_relations_regress_place Creating table generic_relations_regress_restaurant Creating table generic_relations_regress_cafe Creating table generic_relations_regress_address Creating table generic_relations_regress_person Creating table generic_relations_regress_charlink Creating table generic_relations_regress_textlink Creating table generic_relations_regress_oddrelation1 Creating table generic_relations_regress_oddrelation2 Creating table generic_relations_regress_note Creating table generic_relations_regress_contact Creating table generic_relations_regress_organization Creating table generic_relations_regress_company Creating table generic_relations_regress_developer Creating table generic_relations_regress_team Creating table generic_relations_regress_guild Creating table generic_relations_regress_tag Creating table generic_relations_regress_board Creating table generic_relations_regress_haslinkthing Creating table generic_relations_regress_a Creating table generic_relations_regress_b Creating table generic_relations_regress_c Creating table generic_relations_regress_d Creating table generic_relations_regress_node Creating table generic_relations_regress_content Creating table generic_relations_regress_related Creating table empty_empty Creating table custom_methods_article Creating table m2m_signals_part Creating table m2m_signals_car Creating table m2m_signals_sportscar Creating table m2m_signals_person Creating table one_to_one_place Creating table one_to_one_restaurant Creating table one_to_one_bar Creating table one_to_one_undergroundbar Creating table one_to_one_waiter Creating table one_to_one_favorites Creating table one_to_one_manualprimarykey Creating table one_to_one_relatedmodel Creating table one_to_one_multimodel Creating table one_to_one_target Creating table one_to_one_pointer Creating table one_to_one_pointer2 Creating table one_to_one_hiddenpointer Creating table one_to_one_tofieldpointer Creating table one_to_one_school Creating table one_to_one_director Creating table model_meta_relation Creating table model_meta_baseperson Creating table model_meta_person Creating table model_meta_personthroughproxysubclass Creating table model_meta_relating Creating table model_meta_commonancestor Creating table model_meta_firstparent Creating table model_meta_secondparent Creating table model_meta_child Creating table syndication_tests_entry Creating table syndication_tests_article Creating table generic_relations_taggeditem Creating table generic_relations_valuabletaggeditem Creating table generic_relations_abstractcomparison Creating table generic_relations_comparison Creating table generic_relations_animal Creating table generic_relations_vegetable Creating table generic_relations_carrot Creating table generic_relations_mineral Creating table generic_relations_gecko Creating table generic_relations_rock Creating table generic_relations_valuablerock Creating table generic_relations_manualpk Creating table generic_relations_forproxymodelmodel Creating table generic_relations_forconcretemodelmodel Creating table generic_relations_concreterelatedmodel Creating table generic_relations_allowsnullgfk Creating table base_mymodel Creating table queryset_pickle_group Creating table queryset_pickle_event Creating table queryset_pickle_happening Creating table queryset_pickle_somemodel Creating table queryset_pickle_m2mmodel Creating table get_object_or_404_author Creating table get_object_or_404_article Creating table sessions_tests_customsession Creating table many_to_many_publication Creating table many_to_many_tag Creating table many_to_many_article Creating table many_to_many_user Creating table many_to_many_userarticle Creating table many_to_many_inheritedarticlea Creating table many_to_many_inheritedarticleb Creating table resolve_url_unimportantthing Creating table serializers_categorymetadata Creating table serializers_category Creating table serializers_author Creating table serializers_article Creating table serializers_authorprofile Creating table serializers_actor Creating table serializers_movie Creating table serializers_score Creating table serializers_player Creating table serializers_basemodel Creating table serializers_complexmodel Creating table serializers_binarydata Creating table serializers_booleandata Creating table serializers_chardata Creating table serializers_datedata Creating table serializers_datetimedata Creating table serializers_decimaldata Creating table serializers_emaildata Creating table serializers_filedata Creating table serializers_filepathdata Creating table serializers_floatdata Creating table serializers_integerdata Creating table serializers_bigintegerdata Creating table serializers_genericipaddressdata Creating table serializers_nullbooleandata Creating table serializers_positiveintegerdata Creating table serializers_positivesmallintegerdata Creating table serializers_slugdata Creating table serializers_smalldata Creating table serializers_textdata Creating table serializers_timedata Creating table serializers_tag Creating table serializers_genericdata Creating table serializers_anchor Creating table serializers_uniqueanchor Creating table serializers_fkdata Creating table serializers_m2mdata Creating table serializers_o2odata Creating table serializers_fkselfdata Creating table serializers_m2mselfdata Creating table serializers_fkdatatofield Creating table serializers_fkdatatoo2o Creating table serializers_m2mintermediatedata Creating table serializers_intermediate Creating table serializers_booleanpkdata Creating table serializers_charpkdata Creating table serializers_datepkdata Creating table serializers_datetimepkdata Creating table serializers_decimalpkdata Creating table serializers_emailpkdata Creating table serializers_filepathpkdata Creating table serializers_floatpkdata Creating table serializers_integerpkdata Creating table serializers_genericipaddresspkdata Creating table serializers_positiveintegerpkdata Creating table serializers_positivesmallintegerpkdata Creating table serializers_slugpkdata Creating table serializers_smallpkdata Creating table serializers_uuiddata Creating table serializers_uuiddefaultdata Creating table serializers_fktouuid Creating table serializers_autonowdatetimedata Creating table serializers_modifyingsavedata Creating table serializers_inheritabstractmodel Creating table serializers_inheritbasemodel Creating table serializers_explicitinheritbasemodel Creating table serializers_lengthmodel Creating table serializers_parent Creating table serializers_child Creating table serializers_naturalkeyanchor Creating table serializers_fkdatanaturalkey Creating table serializers_naturalkeything Creating table serializers_naturalpkwithdefault Creating table queries_dumbcategory Creating table queries_namedcategory Creating table queries_tag Creating table queries_note Creating table queries_annotation Creating table queries_datetimepk Creating table queries_extrainfo Creating table queries_author Creating table queries_item Creating table queries_report Creating table queries_reportcomment Creating table queries_ranking Creating table queries_cover Creating table queries_number Creating table queries_valid Creating table queries_x Creating table queries_y Creating table queries_loopx Creating table queries_loopy Creating table queries_loopz Creating table queries_managedmodel Creating table queries_detail Creating table queries_member Creating table queries_child Creating table queries_custompk Creating table queries_related Creating table queries_custompktag Creating table queries_celebrity Creating table queries_tvchef Creating table queries_fan Creating table queries_leafa Creating table queries_leafb Creating table queries_join Creating table queries_reservedname Creating table queries_sharedconnection Creating table queries_pointera Creating table queries_pointerb Creating table queries_singleobject Creating table queries_relatedobject Creating table queries_plaything Creating table queries_article Creating table queries_food Creating table queries_eaten Creating table queries_node Creating table queries_objecta Creating table queries_childobjecta Creating table queries_objectb Creating table queries_objectc Creating table queries_simplecategory Creating table queries_specialcategory Creating table queries_categoryitem Creating table queries_mixedcasefieldcategoryitem Creating table queries_mixedcasedbcolumncategoryitem Creating table queries_onetoonecategory Creating table queries_categoryrelationship Creating table queries_commonmixedcaseforeignkeys Creating table queries_nullablename Creating table queries_modeld Creating table queries_modelc Creating table queries_modelb Creating table queries_modela Creating table queries_job Creating table queries_jobresponsibilities Creating table queries_responsibility Creating table queries_fk1 Creating table queries_fk2 Creating table queries_fk3 Creating table queries_basea Creating table queries_identifier Creating table queries_program Creating table queries_channel Creating table queries_book Creating table queries_chapter Creating table queries_paragraph Creating table queries_page Creating table queries_myobject Creating table queries_order Creating table queries_orderitem Creating table queries_baseuser Creating table queries_task Creating table queries_staff Creating table queries_staffuser Creating table queries_ticket21203parent Creating table queries_ticket21203child Creating table queries_person Creating table queries_company Creating table queries_employment Creating table queries_school Creating table queries_student Creating table queries_classroom Creating table queries_teacher Creating table queries_ticket23605aparent Creating table queries_ticket23605a Creating table queries_ticket23605b Creating table queries_ticket23605c Creating table Individual Creating table RelatedIndividual Creating table queries_customdbcolumn Creating table queries_returningmodel Creating table queries_nonintegerpkreturningmodel Creating table indexes_articletranslation Creating table indexes_article Creating table indexes_indextogethersinglelist Creating table indexes_indexedarticle2 Creating table prefetch_related_author Creating table prefetch_related_authorwithage Creating table prefetch_related_favoriteauthors Creating table prefetch_related_authoraddress Creating table prefetch_related_book Creating table prefetch_related_bookwithyear Creating table prefetch_related_bio Creating table prefetch_related_reader Creating table prefetch_related_bookreview Creating table prefetch_related_qualification Creating table prefetch_related_teacher Creating table prefetch_related_department Creating table prefetch_related_taggeditem Creating table prefetch_related_article Creating table prefetch_related_bookmark Creating table prefetch_related_comment Creating table prefetch_related_house Creating table prefetch_related_room Creating table prefetch_related_person Creating table prefetch_related_employee Creating table prefetch_related_lessonentry Creating table prefetch_related_wordentry Creating table prefetch_related_author2 Creating table prefetch_related_pet Creating table prefetch_related_flea Creating table get_earliest_or_latest_article Creating table get_earliest_or_latest_person Creating table get_earliest_or_latest_indexerrorarticle Creating table select_related_domain Creating table select_related_kingdom Creating table select_related_phylum Creating table select_related_klass Creating table select_related_order Creating table select_related_family Creating table select_related_genus Creating table select_related_species Creating table select_related_hybridspecies Creating table select_related_topping Creating table select_related_pizza Creating table select_related_taggeditem Creating table select_related_bookmark Creating table admin_ordering_band Creating table admin_ordering_song Creating table update_datapoint Creating table update_relatedpoint Creating table update_a Creating table update_b Creating table update_c Creating table update_d Creating table update_foo Creating table update_bar Creating table view_tests_author Creating table view_tests_article Creating table view_tests_urlarticle Creating table view_tests_datearticle Creating table distinct_on_fields_tag Creating table distinct_on_fields_celebrity Creating table distinct_on_fields_fan Creating table distinct_on_fields_staff Creating table distinct_on_fields_stafftag Creating table basic_article Creating table basic_featuredarticle Creating table basic_selfref Creating table basic_primarykeywithdefault Creating table select_for_update_entity Creating table select_for_update_country Creating table select_for_update_eucountry Creating table select_for_update_city Creating table select_for_update_eucity Creating table select_for_update_person Creating table select_for_update_personprofile Creating table model_formsets_regress_user Creating table model_formsets_regress_usersite Creating table model_formsets_regress_userprofile Creating table model_formsets_regress_userpreferences Creating table model_formsets_regress_profilenetwork Creating table model_formsets_regress_place Creating table model_formsets_regress_restaurant Creating table model_formsets_regress_manager Creating table model_formsets_regress_network Creating table model_formsets_regress_host Creating table async_simplemodel Creating table save_delete_hooks_person Creating table many_to_one_null_reporter Creating table many_to_one_null_article Creating table many_to_one_null_car Creating table many_to_one_null_driver Creating table properties_person Creating table proxy_model_inheritance_concretemodel Creating table proxy_model_inheritance_concretemodelsubclass Creating table select Creating table aggregation_regress_author Creating table aggregation_regress_publisher Creating table aggregation_regress_itemtag Creating table aggregation_regress_book Creating table aggregation_regress_store Creating table aggregation_regress_entries Creating table aggregation_regress_clues Creating table aggregation_regress_withmanualpk Creating table aggregation_regress_hardbackbook Creating table aggregation_regress_alfa Creating table aggregation_regress_bravo Creating table aggregation_regress_charlie Creating table aggregation_regress_selfreffk Creating table modeladmin_band Creating table modeladmin_song Creating table modeladmin_concert Creating table modeladmin_validationtestmodel Creating table modeladmin_validationtestinlinemodel Creating table validation_modeltovalidate Creating table validation_uniquefieldsmodel Creating table validation_custompkmodel Creating table validation_uniquetogethermodel Creating table validation_uniquefordatemodel Creating table validation_custommessagesmodel Creating table validation_author Creating table validation_article Creating table validation_post Creating table validation_flexibledatepost Creating table validation_uniqueerrorsmodel Creating table validation_genericipaddresstestmodel Creating table validation_genericipaddrunpackuniquetest Creating table a01 Creating table b01 Creating table c01 Creating table unmanaged_models_proxy1 Creating table unmanaged_models_proxy2 Creating table unmanaged_models_managed1 Creating table admin_inlines_parent Creating table admin_inlines_teacher Creating table admin_inlines_child Creating table admin_inlines_book Creating table admin_inlines_author Creating table admin_inlines_nonautopkbook Creating table admin_inlines_nonautopkbookchild Creating table admin_inlines_editablepkbook Creating table admin_inlines_holder Creating table admin_inlines_inner Creating table admin_inlines_holder2 Creating table admin_inlines_inner2 Creating table admin_inlines_holder3 Creating table admin_inlines_inner3 Creating table admin_inlines_holder4 Creating table admin_inlines_inner4stacked Creating table admin_inlines_inner4tabular Creating table admin_inlines_person Creating table admin_inlines_outfititem Creating table admin_inlines_fashionista Creating table admin_inlines_shoppingweakness Creating table admin_inlines_titlecollection Creating table admin_inlines_title Creating table admin_inlines_poll Creating table admin_inlines_question Creating table admin_inlines_novel Creating table admin_inlines_chapter Creating table admin_inlines_footnote Creating table admin_inlines_capofamiglia Creating table admin_inlines_consigliere Creating table admin_inlines_sottocapo Creating table admin_inlines_readonlyinline Creating table admin_inlines_parentmodelwithcustompk Creating table admin_inlines_childmodel1 Creating table admin_inlines_childmodel2 Creating table admin_inlines_binarytree Creating table admin_inlines_lifeform Creating table admin_inlines_extraterrestrial Creating table admin_inlines_sighting Creating table admin_inlines_someparentmodel Creating table admin_inlines_somechildmodel Creating table admin_inlines_profilecollection Creating table admin_inlines_profile Creating table field_defaults_article Creating table max_lengths_personwithdefaultmaxlengths Creating table max_lengths_personwithcustommaxlengths Creating table admin_widgets_member Creating table admin_widgets_band Creating table admin_widgets_unsafelimitchoicesto Creating table admin_widgets_album Creating table admin_widgets_inventory Creating table admin_widgets_event Creating table admin_widgets_car Creating table admin_widgets_cartire Creating table admin_widgets_honeycomb Creating table admin_widgets_bee Creating table admin_widgets_individual Creating table admin_widgets_company Creating table admin_widgets_advisor Creating table admin_widgets_student Creating table admin_widgets_school Creating table admin_widgets_profile Creating table test_utils_car Creating table test_utils_person Creating table test_utils_possessedcar Creating table admin_changelist_event Creating table admin_changelist_parent Creating table admin_changelist_child Creating table admin_changelist_genre Creating table admin_changelist_band Creating table admin_changelist_musician Creating table admin_changelist_group Creating table admin_changelist_concert Creating table admin_changelist_membership Creating table admin_changelist_quartet Creating table admin_changelist_chordsmusician Creating table admin_changelist_chordsband Creating table admin_changelist_invitation Creating table admin_changelist_swallow Creating table admin_changelist_swallowonetoone Creating table admin_changelist_unorderedobject Creating table admin_changelist_orderedobject Creating table admin_changelist_customiduser Creating table admin_changelist_charpk Creating table datatypes_donut Creating table datatypes_rumbaba Creating table bulk_create_country Creating table bulk_create_proxymulticountry Creating table bulk_create_restaurant Creating table bulk_create_pizzeria Creating table bulk_create_state Creating table bulk_create_twofields Creating table bulk_create_nofields Creating table bulk_create_nullablefields Creating table file_uploads_filemodel Creating table fixtures_category Creating table fixtures_article Creating table fixtures_blog Creating table fixtures_tag Creating table fixtures_person Creating table fixtures_spy Creating table fixtures_visa Creating table fixtures_book Creating table fixtures_primarykeyuuidmodel Creating table fixtures_naturalkeything Creating table ordering_author Creating table ordering_article Creating table ordering_childarticle Creating table ordering_reference Creating table model_indexes_book Creating table model_indexes_childmodel1 Creating table model_indexes_childmodel2 Creating table servers_person Creating table defer_regress_item Creating table defer_regress_relateditem Creating table defer_regress_child Creating table defer_regress_leaf Creating table defer_regress_resolvethis Creating table defer_regress_simpleitem Creating table defer_regress_feature Creating table defer_regress_specialfeature Creating table defer_regress_onetooneitem Creating table defer_regress_itemandsimpleitem Creating table defer_regress_profile Creating table defer_regress_location Creating table defer_regress_request Creating table defer_regress_base Creating table defer_regress_derived Creating table inspectdb_people Creating table inspectdb_message Creating table inspectdb_peopledata Creating table inspectdb_peoplemoredata Creating table inspectdb_digitsincolumnname Creating table inspectdb_special.table name Creating table inspectdb_columntypes Creating table inspectdb_uniquetogether Creating table order_with_respect_to_question Creating table order_with_respect_to_answer Creating table order_with_respect_to_post Creating table order_with_respect_to_entity Creating table order_with_respect_to_dimension Creating table order_with_respect_to_component Creating table admin_utils_site Creating table admin_utils_article Creating table admin_utils_count Creating table admin_utils_event Creating table admin_utils_location Creating table admin_utils_guest Creating table admin_utils_eventguide Creating table admin_utils_vehicle Creating table admin_utils_car Creating table known_related_objects_tournament Creating test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')... Creating table known_related_objects_organiser Creating table known_related_objects_pool Creating table known_related_objects_poolstyle Creating table admin_registration_person Creating table admin_registration_traveler Creating table admin_registration_place Creating table i18n_testmodel Creating table i18n_company Creating table m2m_and_m2o_user Creating table m2m_and_m2o_issue Creating table m2m_and_m2o_stringreferencemodel Creating table contenttypes_tests_site Creating table contenttypes_tests_author Creating table contenttypes_tests_article Creating table contenttypes_tests_schemeincludedurl Creating table contenttypes_tests_concretemodel Creating table contenttypes_tests_foowithouturl Creating table contenttypes_tests_foowithurl Creating table contenttypes_tests_foowithbrokenabsoluteurl Creating table contenttypes_tests_question Creating table contenttypes_tests_answer Creating table contenttypes_tests_post Creating table contenttypes_tests_modelwithnullfktosite Creating table contenttypes_tests_modelwithm2mtosite Creating table admin_filters_book Creating table admin_filters_department Creating table admin_filters_employee Creating table admin_filters_taggeditem Creating table admin_filters_bookmark Creating table m2m_recursive_person Creating table m2m_recursive_colleague Creating table generic_inline_admin_episode Creating table generic_inline_admin_media Creating table generic_inline_admin_category Creating table generic_inline_admin_phonenumber Creating table generic_inline_admin_contact Creating table generic_inline_admin_episodepermanent Creating table migrations_modelwithcustombase Creating table migrations_unmigratedmodel Creating table expressions_manager Creating table expressions_employee Creating table expressions_remoteemployee Creating table expressions_company Creating table expressions_number Creating table expressions_ExPeRiMeNt Creating table expressions_result Creating table expressions_time Creating table expressions_simulationrun Creating table expressions_uuidpk Creating table expressions_uuid Creating table generic_views_artist Creating table generic_views_author Creating table generic_views_book Creating table generic_views_page Creating table generic_views_booksigning Creating table model_options_author Creating table model_options_editor Creating table model_options_book Creating table model_options_bookstore Creating table model_options_editorstore Creating table model_options_scientistref Creating table model_options_articleref Creating table from_db_value_cashmodel Creating table model_package_site Creating table model_package_article Creating table model_package_publication Creating table model_package_advertisement Creating table mutually_referential_parent Creating table mutually_referential_child Creating table fixtures_model_package_article Running deferred SQL... Running migrations: Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying db_functions.0001_setup_extensions... OK Applying db_functions.0002_create_test_models... OK Applying sites.0001_initial... OK Applying flatpages.0001_initial... OK Applying migration_test_data_persistence.0001_initial... OK Applying migration_test_data_persistence.0002_add_book... OK Applying postgres_tests.0001_setup_extensions... OK Applying postgres_tests.0002_create_test_models... OK Applying redirects.0001_initial... OK Applying sites.0002_alter_domain_unique... OK Applying sites_framework.0001_initial... OK Operations to perform: Synchronize unmigrated apps: absolute_url_overrides, admin_autodiscover, admin_changelist, admin_checks, admin_custom_urls, admin_default_site, admin_docs, admin_filters, admin_inlines, admin_ordering, admin_registration, admin_scripts, admin_utils, admin_views, admin_widgets, aggregation, aggregation_regress, annotations, app_loading, apps, asgi, async, auth, auth_tests, backends, base, bash_completion, basic, builtin_server, bulk_create, cache, check_framework, conditional_processing, constraints, contenttypes, contenttypes_tests, context_processors, csrf_tests, custom_columns, custom_lookups, custom_managers, custom_methods, custom_migration_operations, custom_pk, datatypes, dates, datetimes, db_typecasts, db_utils, dbshell, decorators, defer, defer_regress, delete, delete_regress, deprecation, dispatch, distinct_on_fields, empty, empty_models, expressions, expressions_case, expressions_window, extra_regress, field_deconstruction, field_defaults, field_subclassing, file_storage, file_uploads, files, filtered_relation, fixtures, fixtures_model_package, fixtures_regress, flatpages_tests, force_insert_update, foreign_object, forms_tests, from_db_value, generic_inline_admin, generic_relations, generic_relations_regress, generic_views, get_earliest_or_latest, get_object_or_404, get_or_create, handlers, httpwrappers, humanize_tests, i18n, indexes, inline_formsets, inspectdb, introspection, invalid_models_tests, known_related_objects, logging_tests, lookup, m2m_and_m2o, m2m_intermediary, m2m_multiple, m2m_recursive, m2m_regress, m2m_signals, m2m_through, m2m_through_regress, m2o_recursive, mail, managers_regress, many_to_many, many_to_one, many_to_one_null, max_lengths, messages, messages_tests, middleware, middleware_exceptions, migrate_signals, migrations, migrations2, model_enums, model_fields, model_forms, model_formsets, model_formsets_regress, model_indexes, model_inheritance, model_inheritance_regress, model_meta, model_options, model_package, model_regress, modeladmin, multiple_database, mutually_referential, nested_foreign_keys, no_models, null_fk, null_fk_ordering, null_queries, one_to_one, or_lookups, order_with_respect_to, ordering, pagination, prefetch_related, project_template, properties, proxy_model_inheritance, proxy_models, queries, queryset_pickle, raw_query, redirects_tests, requests, reserved_names, resolve_url, responses, reverse_lookup, save_delete_hooks, schema, select_for_update, select_related, select_related_onetoone, select_related_regress, serializers, servers, sessions, sessions_tests, settings_tests, shell, shortcuts, signals, signed_cookies_tests, signing, sitemaps_tests, sites_tests, staticfiles, staticfiles_tests, str, string_lookup, swappable_models, syndication_tests, template_backends, template_loader, template_tests, test_client, test_client_regress, test_exceptions, test_runner, test_utils, timezones, transaction_hooks, transactions, unmanaged_models, update, update_only_fields, urlpatterns, urlpatterns_reverse, user_commands, utils_tests, validation, validators, version, view_tests, wsgi Apply all migrations: admin, db_functions, flatpages, migration_test_data_persistence, postgres_tests, redirects, sites, sites_framework Synchronizing apps without migrations: Creating tables... Creating table django_content_type Creating table auth_permission Creating table auth_group Creating table auth_user Creating table django_session Creating table fixtures_regress_animal Creating table Fixtures_regress_plant Creating table fixtures_regress_stuff Creating table fixtures_regress_absolute Creating table fixtures_regress_parent Creating table fixtures_regress_child Creating table fixtures_regress_channel Creating table fixtures_regress_article Creating table fixtures_regress_specialarticle Creating table fixtures_regress_feature Creating table fixtures_regress_widget Creating table fixtures_regress_store Creating table fixtures_regress_person Creating table fixtures_regress_book Creating table fixtures_regress_nkchild Creating table fixtures_regress_reftonkchild Creating table fixtures_regress_circle1 Creating table fixtures_regress_circle2 Creating table fixtures_regress_circle3 Creating table fixtures_regress_circle4 Creating table fixtures_regress_circle5 Creating table fixtures_regress_circle6 Creating table fixtures_regress_externaldependency Creating table fixtures_regress_thingy Creating table fixtures_regress_m2mtoself Creating table fixtures_regress_m2msimplea Creating table fixtures_regress_m2msimpleb Creating table fixtures_regress_m2msimplecirculara Creating table fixtures_regress_m2msimplecircularb Creating table fixtures_regress_m2mcomplexa Creating table fixtures_regress_m2mcomplexb Creating table fixtures_regress_m2mthroughab Creating table fixtures_regress_m2mcomplexcircular1a Creating table fixtures_regress_m2mcomplexcircular1b Creating table fixtures_regress_m2mcomplexcircular1c Creating table fixtures_regress_m2mcircular1throughab Creating table fixtures_regress_m2mcircular1throughbc Creating table fixtures_regress_m2mcircular1throughca Creating table fixtures_regress_m2mcomplexcircular2a Creating table fixtures_regress_m2mcomplexcircular2b Creating table fixtures_regress_m2mcircular2throughab Creating table model_fields_foo Creating table model_fields_bar Creating table model_fields_whiz Creating table model_fields_whizdelayed Creating table model_fields_whiziter Creating table model_fields_whiziterempty Creating table model_fields_choiceful Creating table model_fields_bigd Creating table model_fields_floatmodel Creating table model_fields_bigs Creating table model_fields_unicodeslugfield Creating table model_fields_automodel Creating table model_fields_bigautomodel Creating table model_fields_smallautomodel Creating table model_fields_smallintegermodel Creating table model_fields_integermodel Creating table model_fields_bigintegermodel Creating table model_fields_positivesmallintegermodel Creating table model_fields_positiveintegermodel Creating table model_fields_post Creating table model_fields_nullbooleanmodel Creating table model_fields_booleanmodel Creating table model_fields_datetimemodel Creating table model_fields_durationmodel Creating table model_fields_nulldurationmodel Creating table model_fields_primarykeycharmodel Creating table model_fields_fkstobooleans Creating table model_fields_fktochar Creating table model_fields_renamedfield Creating table model_fields_verbosenamefield Creating table model_fields_genericipaddress Creating table model_fields_decimallessthanone Creating table model_fields_fieldclassattributemodel Creating table model_fields_datamodel Creating table model_fields_document Creating table model_fields_person Creating table model_fields_personwithheight Creating table model_fields_personwithheightandwidth Creating table model_fields_persondimensionsfirst Creating table model_fields_persontwoimages Creating table model_fields_allfieldsmodel Creating table model_fields_manytomany Creating table model_fields_uuidmodel Creating table model_fields_nullableuuidmodel Creating table model_fields_primarykeyuuidmodel Creating table model_fields_relatedtouuidmodel Creating table model_fields_uuidchild Creating table model_fields_uuidgrandchild Creating table string_lookup_foo Creating table string_lookup_bar Creating table string_lookup_whiz Creating table string_lookup_child Creating table string_lookup_base Creating table string_lookup_article Creating table many_to_one_reporter Creating table many_to_one_article Creating table many_to_one_country Creating table many_to_one_city Creating table many_to_one_district Creating table many_to_one_first Creating table many_to_one_second Creating table many_to_one_third Creating table many_to_one_parent Creating table many_to_one_child Creating table many_to_one_childnullableparent Creating table many_to_one_tofieldchild Creating table many_to_one_category Creating table many_to_one_record Creating table many_to_one_relation Creating table many_to_one_school Creating table many_to_one_student Creating table transaction_hooks_thing Creating table model_inheritance_worker Creating table model_inheritance_student Creating table model_inheritance_post Creating table model_inheritance_comment Creating table model_inheritance_link Creating table model_inheritance_chef Creating table model_inheritance_place Creating table my_restaurant Creating table model_inheritance_italianrestaurant Creating table model_inheritance_supplier Creating table model_inheritance_parkinglot Creating table model_inheritance_title Creating table model_inheritance_mixinmodel Creating table model_inheritance_base Creating table model_inheritance_subbase Creating table model_inheritance_grandparent Creating table model_inheritance_parent Creating table model_inheritance_child Creating table model_inheritance_grandchild Creating table drop Creating table get_or_create_person Creating table get_or_create_defaultperson Creating table get_or_create_manualprimarykeytest Creating table get_or_create_profile Creating table get_or_create_tag Creating table get_or_create_thing Creating table get_or_create_publisher Creating table get_or_create_author Creating table get_or_create_book Creating table update_only_fields_account Creating table update_only_fields_person Creating table update_only_fields_employee Creating table update_only_fields_profile Creating table context_processors_debugobject Creating table foreign_object_article Creating table foreign_object_newsarticle Creating table foreign_object_articletranslation Creating table foreign_object_articletag Creating table foreign_object_articleidea Creating table foreign_object_address Creating table foreign_object_customer Creating table foreign_object_contact Creating table foreign_object_slugpage Creating table foreign_object_country Creating table foreign_object_person Creating table foreign_object_group Creating table foreign_object_membership Creating table foreign_object_friendship Creating table cache_poll Creating table reverse_lookup_user Creating table reverse_lookup_poll Creating table reverse_lookup_choice Creating table delete_r Creating table delete_s Creating table delete_t Creating table delete_u Creating table delete_rchild Creating table delete_rchildchild Creating table delete_a Creating table delete_m Creating table delete_mr Creating table delete_mrnull Creating table delete_avatar Creating table delete_user Creating table delete_hiddenuser Creating table delete_hiddenuserprofile Creating table delete_m2mto Creating table delete_m2mfrom Creating table delete_parent Creating table delete_child Creating table delete_base Creating table delete_reltobase Creating table delete_origin Creating table delete_referrer Creating table delete_secondreferrer Creating table timezones_event Creating table timezones_maybeevent Creating table timezones_session Creating table timezones_sessionevent Creating table timezones_timestamp Creating table timezones_alldayevent Creating table model_formsets_author Creating table model_formsets_betterauthor Creating table model_formsets_book Creating table model_formsets_bookwithcustompk Creating table model_formsets_editor Creating table model_formsets_bookwithoptionalalteditor Creating table model_formsets_alternatebook Creating table model_formsets_authormeeting Creating table model_formsets_customprimarykey Creating table model_formsets_place Creating table model_formsets_owner Creating table model_formsets_location Creating table model_formsets_ownerprofile Creating table model_formsets_restaurant Creating table model_formsets_product Creating table model_formsets_price Creating table model_formsets_mexicanrestaurant Creating table model_formsets_classymexicanrestaurant Creating table model_formsets_repository Creating table model_formsets_revision Creating table model_formsets_person Creating table model_formsets_membership Creating table model_formsets_team Creating table model_formsets_player Creating table model_formsets_poet Creating table model_formsets_poem Creating table model_formsets_post Creating table model_formsets_uuidpkparent Creating table model_formsets_uuidpkchild Creating table model_formsets_childwitheditablepk Creating table model_formsets_autopkchildofuuidpkparent Creating table model_formsets_autopkparent Creating table model_formsets_uuidpkchildofautopkparent Creating table model_formsets_parentwithuuidalternatekey Creating table model_formsets_childrelatedviaak Creating table pagination_article Creating table or_lookups_article Creating table defer_secondary Creating table defer_primary Creating table defer_child Creating table defer_bigchild Creating table file_storage_storage Creating table lookup_alarm Creating table lookup_author Creating table lookup_article Creating table lookup_tag Creating table lookup_season Creating table lookup_game Creating table lookup_player Creating table lookup_product Creating table lookup_stock Creating table null_queries_poll Creating table null_queries_choice Creating table null_queries_outera Creating table null_queries_outerb Creating table null_queries_inner Creating table admin_autodiscover_story Creating table admin_custom_urls_action Creating table admin_custom_urls_person Creating table admin_custom_urls_car Creating table null_fk_systemdetails Creating table null_fk_systeminfo Creating table null_fk_forum Creating table null_fk_post Creating table null_fk_comment Creating table null_fk_item Creating table null_fk_propertyvalue Creating table null_fk_property Creating table inline_formsets_school Creating table inline_formsets_parent Creating table inline_formsets_child Creating table inline_formsets_poet Creating table inline_formsets_poem Creating table m2o_recursive_category Creating table m2o_recursive_person Creating table m2m_multiple_category Creating table m2m_multiple_article Creating table utils_tests_category Creating table utils_tests_categoryinfo Creating table test_runner_person Creating table test_runner_throughbase Creating table test_runner_through Creating table test_runner_b Creating table m2m_intermediary_reporter Creating table m2m_intermediary_article Creating table m2m_intermediary_writer Creating table str_internationalarticle Creating table swappable_models_article Creating table swappable_models_alternatearticle Creating table transactions_reporter Creating table datetimes_article Creating table datetimes_comment Creating table datetimes_category Creating table signals_person Creating table signals_car Creating table signals_author Creating table signals_book Creating table delete_regress_award Creating table delete_regress_awardnote Creating table delete_regress_person Creating table delete_regress_book Creating table delete_regress_toy Creating table delete_regress_child Creating table delete_regress_playedwith Creating table delete_regress_playedwithnote Creating table delete_regress_contact Creating table delete_regress_email Creating table delete_regress_researcher Creating table delete_regress_food Creating table delete_regress_eaten Creating table delete_regress_policy Creating table delete_regress_version Creating table delete_regress_location Creating table delete_regress_item Creating table delete_regress_file Creating table delete_regress_fooimage Creating table delete_regress_foofile Creating table delete_regress_foophoto Creating table delete_regress_orgunit Creating table delete_regress_login Creating table delete_regress_house Creating table delete_regress_orderedperson Creating table model_forms_person Creating table model_forms_category Creating table model_forms_writer Creating table model_forms_article Creating table model_forms_improvedarticle Creating table model_forms_improvedarticlewithparentlink Creating table model_forms_betterwriter Creating table model_forms_publication Creating table model_forms_publicationdefaults Creating table model_forms_author Creating table model_forms_author1 Creating table model_forms_writerprofile Creating table model_forms_document Creating table model_forms_textfile Creating table model_forms_customff Creating table model_forms_filepathmodel Creating table model_forms_imagefile Creating table model_forms_optionalimagefile Creating table model_forms_noextensionimagefile Creating table model_forms_homepage Creating table model_forms_product Creating table model_forms_price Creating table model_forms_triple Creating table model_forms_articlestatus Creating table model_forms_inventory Creating table model_forms_book Creating table model_forms_derivedbook Creating table model_forms_explicitpk Creating table model_forms_post Creating table model_forms_datetimepost Creating table model_forms_derivedpost Creating table model_forms_bigint Creating table model_forms_customfieldforexclusionmodel Creating table model_forms_flexibledatepost Creating table model_forms_colour Creating table model_forms_colourfulitem Creating table model_forms_customerrormessage Creating table model_forms_character Creating table model_forms_stumpjoke Creating table model_forms_student Creating table model_forms_photo Creating table model_forms_uuidpk Creating table model_forms_strictassignmentfieldspecific Creating table model_forms_strictassignmentall Creating table model_forms_award Creating table model_forms_nullableuniquecharfieldmodel Creating table backends_square Creating table backends_person Creating table backends_schoolclass Creating table backends_verylongmodelnamezzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz Creating table backends_tag Creating table CaseSensitive_Post Creating table backends_reporter Creating table backends_article Creating table backends_item Creating table backends_object Creating table backends_objectreference Creating table backends_rawdata Creating table backends_author Creating table backends_book Creating table model_regress_article Creating table model_regress_movie Creating table model_regress_party Creating table model_regress_event Creating table model_regress_department Creating table model_regress_worker Creating table model_regress_nonautopk Creating table model_regress_model1 Creating table model_regress_model2 Creating table model_regress_model3 Creating table filtered_relation_author Creating table filtered_relation_editor Creating table filtered_relation_book Creating table filtered_relation_borrower Creating table filtered_relation_reservation Creating table filtered_relation_rentalsession Creating table introspection_city Creating table introspection_country Creating table introspection_district Creating table introspection_reporter Creating table introspection_article Creating table introspection_comment Creating table introspection_checkconstraintmodel Creating table custom_pk_employee Creating table custom_pk_business Creating table custom_pk_bar Creating table custom_pk_foo Creating table custom_managers_person Creating table custom_managers_funperson Creating table custom_managers_book Creating table custom_managers_car Creating table custom_managers_relatedmodel Creating table custom_managers_restrictedmodel Creating table custom_managers_onetoonerestrictedmodel Creating table custom_managers_personfromabstract Creating table custom_lookups_author Creating table custom_lookups_article Creating table custom_lookups_mysqlunixtimestamp Creating table custom_lookups_custommodel Creating table admin_docs_company Creating table admin_docs_group Creating table admin_docs_family Creating table admin_docs_person Creating table managers_regress_parent Creating table managers_regress_child1 Creating table managers_regress_child2 Creating table managers_regress_child3 Creating table managers_regress_child4 Creating table managers_regress_child5 Creating table managers_regress_child6 Creating table managers_regress_child7 Creating table managers_regress_relatedmodel Creating table managers_regress_relationmodel Creating table null_fk_ordering_author Creating table null_fk_ordering_article Creating table null_fk_ordering_systeminfo Creating table null_fk_ordering_forum Creating table null_fk_ordering_post Creating table null_fk_ordering_comment Creating table m2m_through_person Creating table m2m_through_group Creating table m2m_through_membership Creating table test_table Creating table m2m_through_testnodefaultsornulls Creating table m2m_through_personselfrefm2m Creating table m2m_through_friendship Creating table m2m_through_symmetricalfriendship Creating table m2m_through_event Creating table m2m_through_invitation Creating table m2m_through_employee Creating table m2m_through_relationship Creating table m2m_through_ingredient Creating table m2m_through_recipe Creating table m2m_through_recipeingredient Creating table dates_article Creating table dates_comment Creating table dates_category Creating table sitemaps_tests_testmodel Creating table sitemaps_tests_i18ntestmodel Creating table forms_tests_boundarymodel Creating table forms_tests_defaults Creating table forms_tests_choicemodel Creating table forms_tests_choiceoptionmodel Creating table forms_tests_choicefieldmodel Creating table forms_tests_optionalmultichoicemodel Creating table forms_tests_filemodel Creating table forms_tests_article Creating table m2m_through_regress_membership Creating table m2m_through_regress_usermembership Creating table m2m_through_regress_person Creating table m2m_through_regress_group Creating table m2m_through_regress_car Creating table m2m_through_regress_driver Creating table m2m_through_regress_cardriver Creating table m2m_through_regress_event Creating table m2m_through_regress_competitor Creating table m2m_through_regress_individualcompetitor Creating table m2m_through_regress_competingteam Creating table model_inheritance_regress_place Creating table model_inheritance_regress_restaurant Creating table model_inheritance_regress_italianrestaurant Creating table model_inheritance_regress_parkinglot Creating table model_inheritance_regress_parkinglot3 Creating table model_inheritance_regress_parkinglot4a Creating table model_inheritance_regress_parkinglot4b Creating table model_inheritance_regress_supplier Creating table model_inheritance_regress_wholesaler Creating table model_inheritance_regress_parent Creating table model_inheritance_regress_child Creating table model_inheritance_regress_selfrefparent Creating table model_inheritance_regress_selfrefchild Creating table model_inheritance_regress_article Creating table model_inheritance_regress_articlewithauthor Creating table model_inheritance_regress_m2mbase Creating table model_inheritance_regress_m2mchild Creating table model_inheritance_regress_qualitycontrol Creating table model_inheritance_regress_basem Creating table model_inheritance_regress_derivedm Creating table model_inheritance_regress_internalcertificationaudit Creating table model_inheritance_regress_person Creating table model_inheritance_regress_birthdayparty Creating table model_inheritance_regress_bachelorparty Creating table model_inheritance_regress_messybachelorparty Creating table model_inheritance_regress_searchablelocation Creating table model_inheritance_regress_busstation Creating table model_inheritance_regress_trainstation Creating table model_inheritance_regress_user Creating table model_inheritance_regress_profile Creating table model_inheritance_regress_politician Creating table model_inheritance_regress_congressman Creating table model_inheritance_regress_senator Creating table select_related_onetoone_user Creating table select_related_onetoone_userprofile Creating table select_related_onetoone_userstatresult Creating table select_related_onetoone_userstat Creating table select_related_onetoone_statdetails Creating table select_related_onetoone_advanceduserstat Creating table select_related_onetoone_image Creating table select_related_onetoone_product Creating table select_related_onetoone_parent1 Creating table select_related_onetoone_parent2 Creating table select_related_onetoone_child1 Creating table select_related_onetoone_child2 Creating table select_related_onetoone_child3 Creating table select_related_onetoone_child4 Creating table select_related_onetoone_linkedlist Creating table multiple_database_review Creating table multiple_database_person Creating table multiple_database_book Creating table multiple_database_pet Creating table multiple_database_userprofile Creating table force_insert_update_counter Creating table force_insert_update_inheritedcounter Creating table force_insert_update_subcounter Creating table force_insert_update_withcustompk Creating table raw_query_author Creating table raw_query_book Creating table raw_query_bookfkaspk Creating table raw_query_coffee Creating table raw_query_mixedcaseidcolumn Creating table raw_query_reviewer Creating table raw_query_friendlyauthor Creating table annotations_author Creating table annotations_publisher Creating table annotations_book Creating table annotations_store Creating table annotations_departmentstore Creating table annotations_employee Creating table annotations_company Creating table annotations_ticket Creating table constraints_product Creating table constraints_uniqueconstraintproduct Creating table constraints_childmodel Creating table auth_tests_customuser Creating table auth_tests_customuserwithoutisactivefield Creating table auth_tests_extensionuser Creating table auth_tests_custompermissionsuser Creating table auth_tests_customusernonuniqueusername Creating table auth_tests_isactivetestuser1 Creating table auth_tests_minimaluser Creating table auth_tests_nopassworduser Creating table auth_tests_concrete Creating table auth_tests_uuiduser Creating table auth_tests_email Creating table auth_tests_customuserwithfk Creating table auth_tests_integerusernameuser Creating table auth_tests_userwithdisabledlastloginfield Creating table auth_tests_organization Creating table auth_tests_customuserwithm2m Creating table auth_tests_customuserwithm2mthrough Creating table auth_tests_membership Creating table auth_tests_customemailfield Creating table expressions_window_employee Creating table test_client_regress_customuser Creating table check_framework_simplemodel Creating table apps_totallynormal Creating table nested_foreign_keys_person Creating table nested_foreign_keys_movie Creating table nested_foreign_keys_event Creating table nested_foreign_keys_screening Creating table nested_foreign_keys_screeningnullfk Creating table nested_foreign_keys_package Creating table nested_foreign_keys_packagenullfk Creating table extra_regress_revisionablemodel Creating table extra_regress_order Creating table extra_regress_testobject Creating table admin_checks_album Creating table admin_checks_song Creating table admin_checks_twoalbumfkandane Creating table admin_checks_author Creating table admin_checks_book Creating table admin_checks_authorsbooks Creating table admin_checks_state Creating table admin_checks_city Creating table admin_checks_influence Creating table my_author_table Creating table custom_columns_article Creating table select_related_regress_building Creating table select_related_regress_device Creating table select_related_regress_port Creating table select_related_regress_connection Creating table select_related_regress_tuser Creating table select_related_regress_person Creating table select_related_regress_organizer Creating table select_related_regress_student Creating table select_related_regress_class Creating table select_related_regress_enrollment Creating table select_related_regress_country Creating table select_related_regress_state Creating table select_related_regress_clientstatus Creating table select_related_regress_client Creating table select_related_regress_specialclient Creating table select_related_regress_parent Creating table select_related_regress_child Creating table select_related_regress_item Creating table select_related_regress_fowl Creating table select_related_regress_hen Creating table select_related_regress_chick Creating table select_related_regress_a Creating table select_related_regress_b Creating table select_related_regress_c Creating table expressions_case_casetestmodel Creating table expressions_case_o2ocasetestmodel Creating table expressions_case_fkcasetestmodel Creating table expressions_case_client Creating table proxy_models_person Creating table proxy_models_statusperson Creating table proxy_models_lowerstatusperson Creating table proxy_models_user Creating table proxy_models_country Creating table proxy_models_state Creating table proxy_models_baseuser Creating table proxy_models_trackeruser Creating table proxy_models_issue Creating table proxy_models_bug Creating table proxy_models_improvement Creating table m2m_regress_selfrefer Creating table m2m_regress_tag Creating table m2m_regress_tagcollection Creating table m2m_regress_entry Creating table m2m_regress_selfreferchild Creating table m2m_regress_selfreferchildsibling Creating table m2m_regress_line Creating table m2m_regress_worksheet Creating table m2m_regress_user Creating table m2m_regress_regressionmodelsplit Creating table m2m_regress_post Creating table admin_views_section Creating table admin_views_article Creating table admin_views_book Creating table admin_views_promo Creating table admin_views_chapter Creating table admin_views_chapterxtra1 Creating table admin_views_chapterxtra2 Creating table admin_views_rowlevelchangepermissionmodel Creating table admin_views_customarticle Creating table admin_views_modelwithstringprimarykey Creating table admin_views_color Creating table admin_views_thing Creating table admin_views_actor Creating table admin_views_inquisition Creating table admin_views_sketch Creating table admin_views_character Creating table admin_views_stumpjoke Creating table admin_views_fabric Creating table admin_views_person Creating table admin_views_persona Creating table admin_views_account Creating table admin_views_fooaccount Creating table admin_views_baraccount Creating table admin_views_subscriber Creating table admin_views_externalsubscriber Creating table admin_views_oldsubscriber Creating table admin_views_media Creating table admin_views_podcast Creating table admin_views_vodcast Creating table admin_views_parent Creating table admin_views_child Creating table admin_views_emptymodel Creating table admin_views_gallery Creating table admin_views_picture Creating table admin_views_language Creating table admin_views_title Creating table admin_views_titletranslation Creating table admin_views_recommender Creating table admin_views_recommendation Creating table admin_views_collector Creating table admin_views_widget Creating table admin_views_doohickey Creating table admin_views_grommet Creating table admin_views_whatsit Creating table admin_views_doodad Creating table admin_views_fancydoodad Creating table admin_views_category Creating table admin_views_link Creating table admin_views_prepopulatedpost Creating table admin_views_prepopulatedsubpost Creating table admin_views_post Creating table admin_views_gadget Creating table admin_views_villain Creating table admin_views_supervillain Creating table admin_views_funkytag Creating table admin_views_plot Creating table admin_views_plotdetails Creating table admin_views_secrethideout Creating table admin_views_supersecrethideout Creating table admin_views_bookmark Creating table admin_views_cyclicone Creating table admin_views_cyclictwo Creating table admin_views_topping Creating table admin_views_pizza Creating table admin_views_album Creating table admin_views_employee Creating table admin_views_workhour Creating table admin_views_question Creating table admin_views_answer Creating table admin_views_reservation Creating table admin_views_fooddelivery Creating table admin_views_coverletter Creating table admin_views_paper Creating table admin_views_shortmessage Creating table admin_views_telegram Creating table admin_views_story Creating table admin_views_otherstory Creating table admin_views_complexsortedperson Creating table admin_views_pluggablesearchperson Creating table admin_views_prepopulatedpostlargeslug Creating table admin_views_adminorderedfield Creating table admin_views_adminorderedmodelmethod Creating table admin_views_adminorderedadminmethod Creating table admin_views_adminorderedcallable Creating table admin_views_report Creating table admin_views_mainprepopulated Creating table admin_views_relatedprepopulated Creating table admin_views_unorderedobject Creating table admin_views_undeletableobject Creating table admin_views_unchangeableobject Creating table admin_views_usermessenger Creating table admin_views_simple Creating table admin_views_choice Creating table admin_views_parentwithdependentchildren Creating table admin_views_dependentchild Creating table admin_views_filteredmanager Creating table admin_views_emptymodelvisible Creating table admin_views_emptymodelhidden Creating table admin_views_emptymodelmixin Creating table admin_views_state Creating table admin_views_city Creating table admin_views_restaurant Creating table admin_views_worker Creating table admin_views_referencedbyparent Creating table admin_views_parentwithfk Creating table admin_views_childofreferer Creating table admin_views_inlinereferer Creating table admin_views_referencedbyinline Creating table admin_views_inlinereference Creating table admin_views_recipe Creating table admin_views_ingredient Creating table admin_views_recipeingredient Creating table admin_views_notreferenced Creating table admin_views_explicitlyprovidedpk Creating table admin_views_implicitlygeneratedpk Creating table admin_views_referencedbygenrel Creating table admin_views_genrelreference Creating table admin_views_parentwithuuidpk Creating table admin_views_relatedwithuuidpkmodel Creating table admin_views_author Creating table admin_views_authorship Creating table aggregation_author Creating table aggregation_publisher Creating table aggregation_book Creating table aggregation_store Creating table generic_relations_regress_link Creating table generic_relations_regress_place Creating table generic_relations_regress_restaurant Creating table generic_relations_regress_cafe Creating table generic_relations_regress_address Creating table generic_relations_regress_person Creating table generic_relations_regress_charlink Creating table generic_relations_regress_textlink Creating table generic_relations_regress_oddrelation1 Creating table generic_relations_regress_oddrelation2 Creating table generic_relations_regress_note Creating table generic_relations_regress_contact Creating table generic_relations_regress_organization Creating table generic_relations_regress_company Creating table generic_relations_regress_developer Creating table generic_relations_regress_team Creating table generic_relations_regress_guild Creating table generic_relations_regress_tag Creating table generic_relations_regress_board Creating table generic_relations_regress_haslinkthing Creating table generic_relations_regress_a Creating table generic_relations_regress_b Creating table generic_relations_regress_c Creating table generic_relations_regress_d Creating table generic_relations_regress_node Creating table generic_relations_regress_content Creating table generic_relations_regress_related Creating table empty_empty Creating table custom_methods_article Creating table m2m_signals_part Creating table m2m_signals_car Creating table m2m_signals_sportscar Creating table m2m_signals_person Creating table one_to_one_place Creating table one_to_one_restaurant Creating table one_to_one_bar Creating table one_to_one_undergroundbar Creating table one_to_one_waiter Creating table one_to_one_favorites Creating table one_to_one_manualprimarykey Creating table one_to_one_relatedmodel Creating table one_to_one_multimodel Creating table one_to_one_target Creating table one_to_one_pointer Creating table one_to_one_pointer2 Creating table one_to_one_hiddenpointer Creating table one_to_one_tofieldpointer Creating table one_to_one_school Creating table one_to_one_director Creating table model_meta_relation Creating table model_meta_baseperson Creating table model_meta_person Creating table model_meta_personthroughproxysubclass Creating table model_meta_relating Creating table model_meta_commonancestor Creating table model_meta_firstparent Creating table model_meta_secondparent Creating table model_meta_child Creating table syndication_tests_entry Creating table syndication_tests_article Creating table generic_relations_taggeditem Creating table generic_relations_valuabletaggeditem Creating table generic_relations_abstractcomparison Creating table generic_relations_comparison Creating table generic_relations_animal Creating table generic_relations_vegetable Creating table generic_relations_carrot Creating table generic_relations_mineral Creating table generic_relations_gecko Creating table generic_relations_rock Creating table generic_relations_valuablerock Creating table generic_relations_manualpk Creating table generic_relations_forproxymodelmodel Creating table generic_relations_forconcretemodelmodel Creating table generic_relations_concreterelatedmodel Creating table generic_relations_allowsnullgfk Creating table base_mymodel Creating table queryset_pickle_group Creating table queryset_pickle_event Creating table queryset_pickle_happening Creating table queryset_pickle_somemodel Creating table queryset_pickle_m2mmodel Creating table get_object_or_404_author Creating table get_object_or_404_article Creating table sessions_tests_customsession Creating table many_to_many_publication Creating table many_to_many_tag Creating table many_to_many_article Creating table many_to_many_user Creating table many_to_many_userarticle Creating table many_to_many_inheritedarticlea Creating table many_to_many_inheritedarticleb Creating table resolve_url_unimportantthing Creating table serializers_categorymetadata Creating table serializers_category Creating table serializers_author Creating table serializers_article Creating table serializers_authorprofile Creating table serializers_actor Creating table serializers_movie Creating table serializers_score Creating table serializers_player Creating table serializers_basemodel Creating table serializers_complexmodel Creating table serializers_binarydata Creating table serializers_booleandata Creating table serializers_chardata Creating table serializers_datedata Creating table serializers_datetimedata Creating table serializers_decimaldata Creating table serializers_emaildata Creating table serializers_filedata Creating table serializers_filepathdata Creating table serializers_floatdata Creating table serializers_integerdata Creating table serializers_bigintegerdata Creating table serializers_genericipaddressdata Creating table serializers_nullbooleandata Creating table serializers_positiveintegerdata Creating table serializers_positivesmallintegerdata Creating table serializers_slugdata Creating table serializers_smalldata Creating table serializers_textdata Creating table serializers_timedata Creating table serializers_tag Creating table serializers_genericdata Creating table serializers_anchor Creating table serializers_uniqueanchor Creating table serializers_fkdata Creating table serializers_m2mdata Creating table serializers_o2odata Creating table serializers_fkselfdata Creating table serializers_m2mselfdata Creating table serializers_fkdatatofield Creating table serializers_fkdatatoo2o Creating table serializers_m2mintermediatedata Creating table serializers_intermediate Creating table serializers_booleanpkdata Creating table serializers_charpkdata Creating table serializers_datepkdata Creating table serializers_datetimepkdata Creating table serializers_decimalpkdata Creating table serializers_emailpkdata Creating table serializers_filepathpkdata Creating table serializers_floatpkdata Creating table serializers_integerpkdata Creating table serializers_genericipaddresspkdata Creating table serializers_positiveintegerpkdata Creating table serializers_positivesmallintegerpkdata Creating table serializers_slugpkdata Creating table serializers_smallpkdata Creating table serializers_uuiddata Creating table serializers_uuiddefaultdata Creating table serializers_fktouuid Creating table serializers_autonowdatetimedata Creating table serializers_modifyingsavedata Creating table serializers_inheritabstractmodel Creating table serializers_inheritbasemodel Creating table serializers_explicitinheritbasemodel Creating table serializers_lengthmodel Creating table serializers_parent Creating table serializers_child Creating table serializers_naturalkeyanchor Creating table serializers_fkdatanaturalkey Creating table serializers_naturalkeything Creating table serializers_naturalpkwithdefault Creating table queries_dumbcategory Creating table queries_namedcategory Creating table queries_tag Creating table queries_note Creating table queries_annotation Creating table queries_datetimepk Creating table queries_extrainfo Creating table queries_author Creating table queries_item Creating table queries_report Creating table queries_reportcomment Creating table queries_ranking Creating table queries_cover Creating table queries_number Creating table queries_valid Creating table queries_x Creating table queries_y Creating table queries_loopx Creating table queries_loopy Creating table queries_loopz Creating table queries_managedmodel Creating table queries_detail Creating table queries_member Creating table queries_child Creating table queries_custompk Creating table queries_related Creating table queries_custompktag Creating table queries_celebrity Creating table queries_tvchef Creating table queries_fan Creating table queries_leafa Creating table queries_leafb Creating table queries_join Creating table queries_reservedname Creating table queries_sharedconnection Creating table queries_pointera Creating table queries_pointerb Creating table queries_singleobject Creating table queries_relatedobject Creating table queries_plaything Creating table queries_article Creating table queries_food Creating table queries_eaten Creating table queries_node Creating table queries_objecta Creating table queries_childobjecta Creating table queries_objectb Creating table queries_objectc Creating table queries_simplecategory Creating table queries_specialcategory Creating table queries_categoryitem Creating table queries_mixedcasefieldcategoryitem Creating table queries_mixedcasedbcolumncategoryitem Creating table queries_onetoonecategory Creating table queries_categoryrelationship Creating table queries_commonmixedcaseforeignkeys Creating table queries_nullablename Creating table queries_modeld Creating table queries_modelc Creating table queries_modelb Creating table queries_modela Creating table queries_job Creating table queries_jobresponsibilities Creating table queries_responsibility Creating table queries_fk1 Creating table queries_fk2 Creating table queries_fk3 Creating table queries_basea Creating table queries_identifier Creating table queries_program Creating table queries_channel Creating table queries_book Creating table queries_chapter Creating table queries_paragraph Creating table queries_page Creating table queries_myobject Creating table queries_order Creating table queries_orderitem Creating table queries_baseuser Creating table queries_task Creating table queries_staff Creating table queries_staffuser Creating table queries_ticket21203parent Creating table queries_ticket21203child Creating table queries_person Creating table queries_company Creating table queries_employment Creating table queries_school Creating table queries_student Creating table queries_classroom Creating table queries_teacher Creating table queries_ticket23605aparent Creating table queries_ticket23605a Creating table queries_ticket23605b Creating table queries_ticket23605c Creating table Individual Creating table RelatedIndividual Creating table queries_customdbcolumn Creating table queries_returningmodel Creating table queries_nonintegerpkreturningmodel Creating table indexes_articletranslation Creating table indexes_article Creating table indexes_indextogethersinglelist Creating table indexes_indexedarticle2 Creating table prefetch_related_author Creating table prefetch_related_authorwithage Creating table prefetch_related_favoriteauthors Creating table prefetch_related_authoraddress Creating table prefetch_related_book Creating table prefetch_related_bookwithyear Creating table prefetch_related_bio Creating table prefetch_related_reader Creating table prefetch_related_bookreview Creating table prefetch_related_qualification Creating table prefetch_related_teacher Creating table prefetch_related_department Creating table prefetch_related_taggeditem Creating table prefetch_related_article Creating table prefetch_related_bookmark Creating table prefetch_related_comment Creating table prefetch_related_house Creating table prefetch_related_room Creating table prefetch_related_person Creating table prefetch_related_employee Creating table prefetch_related_lessonentry Creating table prefetch_related_wordentry Creating table prefetch_related_author2 Creating table prefetch_related_pet Creating table prefetch_related_flea Creating table get_earliest_or_latest_article Creating table get_earliest_or_latest_person Creating table get_earliest_or_latest_indexerrorarticle Creating table select_related_domain Creating table select_related_kingdom Creating table select_related_phylum Creating table select_related_klass Creating table select_related_order Creating table select_related_family Creating table select_related_genus Creating table select_related_species Creating table select_related_hybridspecies Creating table select_related_topping Creating table select_related_pizza Creating table select_related_taggeditem Creating table select_related_bookmark Creating table admin_ordering_band Creating table admin_ordering_song Creating table update_datapoint Creating table update_relatedpoint Creating table update_a Creating table update_b Creating table update_c Creating table update_d Creating table update_foo Creating table update_bar Creating table view_tests_author Creating table view_tests_article Creating table view_tests_urlarticle Creating table view_tests_datearticle Creating table distinct_on_fields_tag Creating table distinct_on_fields_celebrity Creating table distinct_on_fields_fan Creating table distinct_on_fields_staff Creating table distinct_on_fields_stafftag Creating table basic_article Creating table basic_featuredarticle Creating table basic_selfref Creating table basic_primarykeywithdefault Creating table select_for_update_entity Creating table select_for_update_country Creating table select_for_update_eucountry Creating table select_for_update_city Creating table select_for_update_eucity Creating table select_for_update_person Creating table select_for_update_personprofile Creating table model_formsets_regress_user Creating table model_formsets_regress_usersite Creating table model_formsets_regress_userprofile Creating table model_formsets_regress_userpreferences Creating table model_formsets_regress_profilenetwork Creating table model_formsets_regress_place Creating table model_formsets_regress_restaurant Creating table model_formsets_regress_manager Creating table model_formsets_regress_network Creating table model_formsets_regress_host Creating table async_simplemodel Creating table save_delete_hooks_person Creating table many_to_one_null_reporter Creating table many_to_one_null_article Creating table many_to_one_null_car Creating table many_to_one_null_driver Creating table properties_person Creating table proxy_model_inheritance_concretemodel Creating table proxy_model_inheritance_concretemodelsubclass Creating table select Creating table aggregation_regress_author Creating table aggregation_regress_publisher Creating table aggregation_regress_itemtag Creating table aggregation_regress_book Creating table aggregation_regress_store Creating table aggregation_regress_entries Creating table aggregation_regress_clues Creating table aggregation_regress_withmanualpk Creating table aggregation_regress_hardbackbook Creating table aggregation_regress_alfa Creating table aggregation_regress_bravo Creating table aggregation_regress_charlie Creating table aggregation_regress_selfreffk Creating table modeladmin_band Creating table modeladmin_song Creating table modeladmin_concert Creating table modeladmin_validationtestmodel Creating table modeladmin_validationtestinlinemodel Creating table validation_modeltovalidate Creating table validation_uniquefieldsmodel Creating table validation_custompkmodel Creating table validation_uniquetogethermodel Creating table validation_uniquefordatemodel Creating table validation_custommessagesmodel Creating table validation_author Creating table validation_article Creating table validation_post Creating table validation_flexibledatepost Creating table validation_uniqueerrorsmodel Creating table validation_genericipaddresstestmodel Creating table validation_genericipaddrunpackuniquetest Creating table a01 Creating table b01 Creating table c01 Creating table unmanaged_models_proxy1 Creating table unmanaged_models_proxy2 Creating table unmanaged_models_managed1 Creating table admin_inlines_parent Creating table admin_inlines_teacher Creating table admin_inlines_child Creating table admin_inlines_book Creating table admin_inlines_author Creating table admin_inlines_nonautopkbook Creating table admin_inlines_nonautopkbookchild Creating table admin_inlines_editablepkbook Creating table admin_inlines_holder Creating table admin_inlines_inner Creating table admin_inlines_holder2 Creating table admin_inlines_inner2 Creating table admin_inlines_holder3 Creating table admin_inlines_inner3 Creating table admin_inlines_holder4 Creating table admin_inlines_inner4stacked Creating table admin_inlines_inner4tabular Creating table admin_inlines_person Creating table admin_inlines_outfititem Creating table admin_inlines_fashionista Creating table admin_inlines_shoppingweakness Creating table admin_inlines_titlecollection Creating table admin_inlines_title Creating table admin_inlines_poll Creating table admin_inlines_question Creating table admin_inlines_novel Creating table admin_inlines_chapter Creating table admin_inlines_footnote Creating table admin_inlines_capofamiglia Creating table admin_inlines_consigliere Creating table admin_inlines_sottocapo Creating table admin_inlines_readonlyinline Creating table admin_inlines_parentmodelwithcustompk Creating table admin_inlines_childmodel1 Creating table admin_inlines_childmodel2 Creating table admin_inlines_binarytree Creating table admin_inlines_lifeform Creating table admin_inlines_extraterrestrial Creating table admin_inlines_sighting Creating table admin_inlines_someparentmodel Creating table admin_inlines_somechildmodel Creating table admin_inlines_profilecollection Creating table admin_inlines_profile Creating table field_defaults_article Creating table max_lengths_personwithdefaultmaxlengths Creating table max_lengths_personwithcustommaxlengths Creating table admin_widgets_member Creating table admin_widgets_band Creating table admin_widgets_unsafelimitchoicesto Creating table admin_widgets_album Creating table admin_widgets_inventory Creating table admin_widgets_event Creating table admin_widgets_car Creating table admin_widgets_cartire Creating table admin_widgets_honeycomb Creating table admin_widgets_bee Creating table admin_widgets_individual Creating table admin_widgets_company Creating table admin_widgets_advisor Creating table admin_widgets_student Creating table admin_widgets_school Creating table admin_widgets_profile Creating table test_utils_car Creating table test_utils_person Creating table test_utils_possessedcar Creating table admin_changelist_event Creating table admin_changelist_parent Creating table admin_changelist_child Creating table admin_changelist_genre Creating table admin_changelist_band Creating table admin_changelist_musician Creating table admin_changelist_group Creating table admin_changelist_concert Creating table admin_changelist_membership Creating table admin_changelist_quartet Creating table admin_changelist_chordsmusician Creating table admin_changelist_chordsband Creating table admin_changelist_invitation Creating table admin_changelist_swallow Creating table admin_changelist_swallowonetoone Creating table admin_changelist_unorderedobject Creating table admin_changelist_orderedobject Creating table admin_changelist_customiduser Creating table admin_changelist_charpk Creating table datatypes_donut Creating table datatypes_rumbaba Creating table bulk_create_country Creating table bulk_create_proxymulticountry Creating table bulk_create_restaurant Creating table bulk_create_pizzeria Creating table bulk_create_state Creating table bulk_create_twofields Creating table bulk_create_nofields Creating table bulk_create_nullablefields Creating table file_uploads_filemodel Creating table fixtures_category Creating table fixtures_article Creating table fixtures_blog Creating table fixtures_tag Creating table fixtures_person Creating table fixtures_spy Creating table fixtures_visa Creating table fixtures_book Creating table fixtures_primarykeyuuidmodel Creating table fixtures_naturalkeything Creating table ordering_author Creating table ordering_article Creating table ordering_childarticle Creating table ordering_reference Creating table model_indexes_book Creating table model_indexes_childmodel1 Creating table model_indexes_childmodel2 Creating table servers_person Creating table defer_regress_item Creating table defer_regress_relateditem Creating table defer_regress_child Creating table defer_regress_leaf Creating table defer_regress_resolvethis Creating table defer_regress_simpleitem Creating table defer_regress_feature Creating table defer_regress_specialfeature Creating table defer_regress_onetooneitem Creating table defer_regress_itemandsimpleitem Creating table defer_regress_profile Creating table defer_regress_location Creating table defer_regress_request Creating table defer_regress_base Creating table defer_regress_derived Creating table inspectdb_people Creating table inspectdb_message Creating table inspectdb_peopledata Creating table inspectdb_peoplemoredata Creating table inspectdb_digitsincolumnname Creating table inspectdb_special.table name Creating table inspectdb_columntypes Creating table inspectdb_uniquetogether Creating table order_with_respect_to_question Creating table order_with_respect_to_answer Creating table order_with_respect_to_post Creating table order_with_respect_to_entity Creating table order_with_respect_to_dimension Creating table order_with_respect_to_component Creating table admin_utils_site Creating table admin_utils_article Creating table admin_utils_count Creating table admin_utils_event Creating table admin_utils_location Creating table admin_utils_guest Creating table admin_utils_eventguide Creating table admin_utils_vehicle Creating table admin_utils_car Creating table known_related_objects_tournament Creating table known_related_objects_organiser Creating table known_related_objects_pool Creating table known_related_objects_poolstyle Creating table admin_registration_person Creating table admin_registration_traveler Creating table admin_registration_place Creating table i18n_testmodel Creating table i18n_company Creating table m2m_and_m2o_user Creating table m2m_and_m2o_issue Creating table m2m_and_m2o_stringreferencemodel Creating table contenttypes_tests_site Creating table contenttypes_tests_author Creating table contenttypes_tests_article Creating table contenttypes_tests_schemeincludedurl Creating table contenttypes_tests_concretemodel Creating table contenttypes_tests_foowithouturl Creating table contenttypes_tests_foowithurl Creating table contenttypes_tests_foowithbrokenabsoluteurl Creating table contenttypes_tests_question Creating table contenttypes_tests_answer Creating table contenttypes_tests_post Creating table contenttypes_tests_modelwithnullfktosite Creating table contenttypes_tests_modelwithm2mtosite Creating table admin_filters_book Creating table admin_filters_department Creating table admin_filters_employee Creating table admin_filters_taggeditem test_dependency_sorting_m2m_complex (fixtures_regress.tests.M2MNaturalKeyFixtureTests) M2M relations with explicit through models should NOT count as ... ok test_dependency_sorting_m2m_complex_circular_1 (fixtures_regress.tests.M2MNaturalKeyFixtureTests) Circular M2M relations with explicit through models should be serializable ... ok test_dependency_sorting_m2m_complex_circular_2 (fixtures_regress.tests.M2MNaturalKeyFixtureTests) Circular M2M relations with explicit through models should be serializable ... ok test_dependency_sorting_m2m_simple (fixtures_regress.tests.M2MNaturalKeyFixtureTests) M2M relations without explicit through models SHOULD count as dependencies ... ok test_dependency_sorting_m2m_simple_circular (fixtures_regress.tests.M2MNaturalKeyFixtureTests) Resolving circular M2M relations without explicit through models should ... ok test_dump_and_load_m2m_simple (fixtures_regress.tests.M2MNaturalKeyFixtureTests) Test serializing and deserializing back models with simple M2M relations ... ok test_dependency_self_referential (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting (fixtures_regress.tests.NaturalKeyFixtureTests) It doesn't matter what order you mention the models, Store *must* be ... ok test_dependency_sorting_2 (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_3 (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_4 (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_5 (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_6 (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_dangling (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_long (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_normal (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_tight_circular (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_dependency_sorting_tight_circular_2 (fixtures_regress.tests.NaturalKeyFixtureTests) ... ok test_nk_deserialize (fixtures_regress.tests.NaturalKeyFixtureTests) Test for ticket #13030 - Python based parser version ... ok test_nk_deserialize_xml (fixtures_regress.tests.NaturalKeyFixtureTests) Test for ticket #13030 - XML version ... ok test_nk_on_serialize (fixtures_regress.tests.NaturalKeyFixtureTests) Natural key requirements are taken into account when serializing models. ... ok test_normal_pk (fixtures_regress.tests.NaturalKeyFixtureTests) Normal primary keys work on a model with natural key capabilities. ... ok test_absolute_path (fixtures_regress.tests.TestFixtures) Regression test for ticket #6436 -- ... ok test_close_connection_after_loaddata (fixtures_regress.tests.TestFixtures) Test for ticket #7572 -- MySQL has a problem if the same connection is ... ok test_dumpdata_uses_default_manager (fixtures_regress.tests.TestFixtures) Regression for #11286 ... ok test_duplicate_pk (fixtures_regress.tests.TestFixtures) This is a regression test for ticket #3790. ... ok test_empty (fixtures_regress.tests.TestFixtures) Test for ticket #18213 -- Loading a fixture file with no data output a warning. ... ok test_error_message (fixtures_regress.tests.TestFixtures) Regression for #9011 - error message is correct. ... ok test_field_value_coerce (fixtures_regress.tests.TestFixtures) Test for tickets #8298, #9942 - Field values should be coerced into the ... ok test_fixture_dirs_with_default_fixture_path (fixtures_regress.tests.TestFixtures) settings.FIXTURE_DIRS cannot contain a default fixtures directory ... ok test_fixture_dirs_with_duplicates (fixtures_regress.tests.TestFixtures) settings.FIXTURE_DIRS cannot contain duplicates in order to avoid ... ok test_invalid_data (fixtures_regress.tests.TestFixtures) Test for ticket #4371 -- Loading a fixture file with invalid data ... ok test_invalid_data_no_ext (fixtures_regress.tests.TestFixtures) Test for ticket #4371 -- Loading a fixture file with invalid data ... ok test_loaddata_forward_refs_split_fixtures (fixtures_regress.tests.TestFixtures) Regression for #17530 - should be able to cope with forward references ... ok test_loaddata_no_fixture_specified (fixtures_regress.tests.TestFixtures) Regression for #7043 - Error is quickly reported when no fixtures is provided in the command line. ... ok test_loaddata_not_found_fields_ignore (fixtures_regress.tests.TestFixtures) Test for ticket #9279 -- Ignores entries in ... ok test_loaddata_not_found_fields_ignore_xml (fixtures_regress.tests.TestFixtures) Test for ticket #19998 -- Ignore entries in the XML serialized data ... ok test_loaddata_not_found_fields_not_ignore (fixtures_regress.tests.TestFixtures) Test for ticket #9279 -- Error is raised for entries in ... ok test_loaddata_raises_error_when_fixture_has_invalid_foreign_key (fixtures_regress.tests.TestFixtures) Regression for #3615 - Ensure data with nonexistent child key references raises error ... ok test_loaddata_with_m2m_to_self (fixtures_regress.tests.TestFixtures) Regression test for ticket #17946. ... ok test_loaddata_with_valid_fixture_dirs (fixtures_regress.tests.TestFixtures) ... ok test_loaddata_works_when_fixture_has_forward_refs (fixtures_regress.tests.TestFixtures) Regression for #3615 - Forward references cause fixtures not to load in MySQL (InnoDB) ... ok test_path_containing_dots (fixtures_regress.tests.TestFixtures) ... ok test_pg_sequence_resetting_checks (fixtures_regress.tests.TestFixtures) Test for ticket #7565 -- PostgreSQL sequence resetting checks shouldn't ... ok test_pretty_print_xml (fixtures_regress.tests.TestFixtures) Regression test for ticket #4558 -- pretty printing of XML fixtures ... ok test_pretty_print_xml_empty_strings (fixtures_regress.tests.TestFixtures) Regression test for ticket #4558 -- pretty printing of XML fixtures ... skipped "Database doesn't support feature(s): interprets_empty_strings_as_nulls" test_proxy_model_included (fixtures_regress.tests.TestFixtures) Regression for #11428 - Proxy models aren't included when you dumpdata ... ok test_relative_path (fixtures_regress.tests.TestFixtures) ... ok test_relative_path_in_fixture_dirs (fixtures_regress.tests.TestFixtures) ... ok test_ticket_20820 (fixtures_regress.tests.TestFixtures) Regression for ticket #20820 -- loaddata on a model that inherits ... ok test_ticket_22421 (fixtures_regress.tests.TestFixtures) Regression for ticket #22421 -- loaddata on a model that inherits from ... ok test_unimportable_serializer (fixtures_regress.tests.TestFixtures) Failing serializer import raises the proper error ... ok test_unknown_format (fixtures_regress.tests.TestFixtures) Test for ticket #4371 -- Loading data of an unknown format should fail ... ok test_fixtures_loaded (fixtures_regress.tests.TestLoadFixtureFromOtherAppDirectory) ... ok test_backend_range_save (model_fields.test_autofield.AutoFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_autofield.AutoFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_autofield.AutoFieldTests) ... ok test_documented_range (model_fields.test_autofield.AutoFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_autofield.AutoFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_autofield.AutoFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_autofield.AutoFieldTests) ... ok test_backend_range_save (model_fields.test_autofield.BigAutoFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_autofield.BigAutoFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_autofield.BigAutoFieldTests) ... ok test_documented_range (model_fields.test_autofield.BigAutoFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_autofield.BigAutoFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_autofield.BigAutoFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_autofield.BigAutoFieldTests) ... ok test_backend_range_save (model_fields.test_integerfield.BigIntegerFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_integerfield.BigIntegerFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_integerfield.BigIntegerFieldTests) ... ok test_documented_range (model_fields.test_integerfield.BigIntegerFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_integerfield.BigIntegerFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_integerfield.BigIntegerFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_integerfield.BigIntegerFieldTests) ... ok test_backend_range_save (model_fields.test_integerfield.IntegerFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_integerfield.IntegerFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_integerfield.IntegerFieldTests) ... ok test_documented_range (model_fields.test_integerfield.IntegerFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_integerfield.IntegerFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_integerfield.IntegerFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_integerfield.IntegerFieldTests) ... ok test_backend_range_save (model_fields.test_autofield.SmallAutoFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_autofield.SmallAutoFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_autofield.SmallAutoFieldTests) ... ok test_documented_range (model_fields.test_autofield.SmallAutoFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_autofield.SmallAutoFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_autofield.SmallAutoFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_autofield.SmallAutoFieldTests) ... ok test_backend_range_save (model_fields.test_integerfield.SmallIntegerFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_integerfield.SmallIntegerFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_integerfield.SmallIntegerFieldTests) ... ok test_documented_range (model_fields.test_integerfield.SmallIntegerFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_integerfield.SmallIntegerFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_integerfield.SmallIntegerFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_integerfield.SmallIntegerFieldTests) ... ok test_editable (model_fields.test_binaryfield.BinaryFieldTests) ... ok test_filter (model_fields.test_binaryfield.BinaryFieldTests) ... ok test_filter_bytearray (model_fields.test_binaryfield.BinaryFieldTests) ... ok test_filter_memoryview (model_fields.test_binaryfield.BinaryFieldTests) ... ok test_max_length (model_fields.test_binaryfield.BinaryFieldTests) ... ok test_set_and_retrieve (model_fields.test_binaryfield.BinaryFieldTests) ... ok test_booleanfield_choices_blank (model_fields.test_booleanfield.BooleanFieldTests) BooleanField with choices and defaults doesn't generate a formfield ... ok test_booleanfield_get_prep_value (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_booleanfield_to_python (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_null_default (model_fields.test_booleanfield.BooleanFieldTests) A BooleanField defaults to None, which isn't a valid value (#15124). ... ok test_nullbooleanfield_formfield (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_nullbooleanfield_get_prep_value (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_nullbooleanfield_old_get_prep_value (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_nullbooleanfield_old_to_python (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_nullbooleanfield_to_python (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_return_type (model_fields.test_booleanfield.BooleanFieldTests) ... ok test_select_related (model_fields.test_booleanfield.BooleanFieldTests) Boolean fields retrieved via select_related() should return booleans. ... ok test_assignment_from_choice_enum (model_fields.test_charfield.TestCharField) ... ok test_emoji (model_fields.test_charfield.TestCharField) ... ok test_lookup_integer_in_charfield (model_fields.test_charfield.TestCharField) ... ok test_max_length_passed_to_formfield (model_fields.test_charfield.TestCharField) CharField passes its max_length attribute to form fields created using ... ok test_datetimefield_to_python_microseconds (model_fields.test_datetimefield.DateTimeFieldTests) DateTimeField.to_python() supports microseconds. ... ok test_datetimes_save_completely (model_fields.test_datetimefield.DateTimeFieldTests) ... ok test_lookup_date_with_use_tz (model_fields.test_datetimefield.DateTimeFieldTests) ... ok test_lookup_date_without_use_tz (model_fields.test_datetimefield.DateTimeFieldTests) ... ok test_timefield_to_python_microseconds (model_fields.test_datetimefield.DateTimeFieldTests) TimeField.to_python() supports microseconds. ... ok test_default (model_fields.test_decimalfield.DecimalFieldTests) ... ok test_fetch_from_db_without_float_rounding (model_fields.test_decimalfield.DecimalFieldTests) ... skipped 'SQLite stores values rounded to 15 significant digits.' test_filter_with_strings (model_fields.test_decimalfield.DecimalFieldTests) Should be able to filter decimal fields using strings (#8023). ... ok test_get_prep_value (model_fields.test_decimalfield.DecimalFieldTests) ... ok test_lookup_really_big_value (model_fields.test_decimalfield.DecimalFieldTests) Really big values can be used in a filter statement. ... ok test_max_decimal_places_validation (model_fields.test_decimalfield.DecimalFieldTests) ... ok test_max_digits_validation (model_fields.test_decimalfield.DecimalFieldTests) ... ok test_max_whole_digits_validation (model_fields.test_decimalfield.DecimalFieldTests) ... ok test_roundtrip_with_trailing_zeros (model_fields.test_decimalfield.DecimalFieldTests) Trailing zeros in the fractional part aren't truncated. ... ok test_save_without_float_conversion (model_fields.test_decimalfield.DecimalFieldTests) Ensure decimals don't go through a corrupting float conversion during ... ok test_to_python (model_fields.test_decimalfield.DecimalFieldTests) ... ok test_exact (model_fields.test_durationfield.TestQuerying) ... ok test_gt (model_fields.test_durationfield.TestQuerying) ... ok test_create_empty (model_fields.test_durationfield.TestSaveLoad) ... ok test_fractional_seconds (model_fields.test_durationfield.TestSaveLoad) ... ok test_simple_roundtrip (model_fields.test_durationfield.TestSaveLoad) ... ok test_changed (model_fields.test_filefield.FileFieldTests) FileField.save_form_data(), if passed a truthy value, updates its ... ok test_clearable (model_fields.test_filefield.FileFieldTests) FileField.save_form_data() will clear its instance attribute value if ... ok test_defer (model_fields.test_filefield.FileFieldTests) ... ok test_delete_when_file_unset (model_fields.test_filefield.FileFieldTests) Calling delete on an unset FileField should not call the file deletion ... ok test_move_temporary_file (model_fields.test_filefield.FileFieldTests) The temporary uploaded file is moved rather than copied to the ... ok test_open_returns_self (model_fields.test_filefield.FileFieldTests) FieldField.open() returns self so it can be used as a context manager. ... ok test_refresh_from_db (model_fields.test_filefield.FileFieldTests) ... ok test_unchanged (model_fields.test_filefield.FileFieldTests) FileField.save_form_data() considers None to mean "no change" rather ... ok test_unique_when_same_filename (model_fields.test_filefield.FileFieldTests) A FileField with unique=True shouldn't allow two instances with the ... ok test_float_validates_object (model_fields.test_floatfield.TestFloatField) ... ok test_invalid_value (model_fields.test_floatfield.TestFloatField) ... ok test_abstract_model_app_relative_foreign_key (model_fields.test_foreignkey.ForeignKeyTests) ... ok test_abstract_model_pending_operations (model_fields.test_foreignkey.ForeignKeyTests) Foreign key fields declared on abstract models should not add lazy ... ok test_callable_default (model_fields.test_foreignkey.ForeignKeyTests) A lazy callable may be used for ForeignKey.default. ... ok test_empty_string_fk (model_fields.test_foreignkey.ForeignKeyTests) Empty strings foreign key values don't get converted to None (#19299). ... ok test_fk_to_fk_get_col_output_field (model_fields.test_foreignkey.ForeignKeyTests) ... ok test_recursive_fks_get_col (model_fields.test_foreignkey.ForeignKeyTests) ... ok test_related_name_converted_to_text (model_fields.test_foreignkey.ForeignKeyTests) ... ok test_to_python (model_fields.test_foreignkey.ForeignKeyTests) ... ok test_warning_when_unique_true_on_fk (model_fields.test_foreignkey.ForeignKeyTests) ... ok test_blank_string_saved_as_null (model_fields.test_genericipaddressfield.GenericIPAddressFieldTests) ... ok test_genericipaddressfield_formfield_protocol (model_fields.test_genericipaddressfield.GenericIPAddressFieldTests) GenericIPAddressField with a specified protocol does not generate a ... ok test_null_value (model_fields.test_genericipaddressfield.GenericIPAddressFieldTests) Null values should be resolved to None. ... ok test_save_load (model_fields.test_genericipaddressfield.GenericIPAddressFieldTests) ... ok test_assignment_to_None (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) Assigning ImageField to None clears dimensions. ... ok test_constructor (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) Tests assigning an image field through the model's constructor. ... ok test_create (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) Tests assigning an image in Manager.create(). ... ok test_default_value (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) The default value for an ImageField is an instance of ... ok test_dimensions (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) Dimensions are updated correctly in various situations. ... ok test_field_save_and_delete_methods (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) Tests assignment using the field's save method and deletion using ... ok test_image_after_constructor (model_fields.test_imagefield.ImageFieldDimensionsFirstTests) Tests behavior when image is not passed in constructor. ... ok test_assignment_to_None (model_fields.test_imagefield.ImageFieldNoDimensionsTests) Assigning ImageField to None clears dimensions. ... ok test_constructor (model_fields.test_imagefield.ImageFieldNoDimensionsTests) Tests assigning an image field through the model's constructor. ... ok test_create (model_fields.test_imagefield.ImageFieldNoDimensionsTests) Tests assigning an image in Manager.create(). ... ok test_default_value (model_fields.test_imagefield.ImageFieldNoDimensionsTests) The default value for an ImageField is an instance of ... ok test_dimensions (model_fields.test_imagefield.ImageFieldNoDimensionsTests) Dimensions are updated correctly in various situations. ... ok test_field_save_and_delete_methods (model_fields.test_imagefield.ImageFieldNoDimensionsTests) Tests assignment using the field's save method and deletion using ... ok test_image_after_constructor (model_fields.test_imagefield.ImageFieldNoDimensionsTests) Tests behavior when image is not passed in constructor. ... ok test_assignment_to_None (model_fields.test_imagefield.ImageFieldOneDimensionTests) Assigning ImageField to None clears dimensions. ... ok test_constructor (model_fields.test_imagefield.ImageFieldOneDimensionTests) Tests assigning an image field through the model's constructor. ... ok test_create (model_fields.test_imagefield.ImageFieldOneDimensionTests) Tests assigning an image in Manager.create(). ... ok test_default_value (model_fields.test_imagefield.ImageFieldOneDimensionTests) The default value for an ImageField is an instance of ... ok test_dimensions (model_fields.test_imagefield.ImageFieldOneDimensionTests) Dimensions are updated correctly in various situations. ... ok test_field_save_and_delete_methods (model_fields.test_imagefield.ImageFieldOneDimensionTests) Tests assignment using the field's save method and deletion using ... ok test_image_after_constructor (model_fields.test_imagefield.ImageFieldOneDimensionTests) Tests behavior when image is not passed in constructor. ... ok test_defer (model_fields.test_imagefield.ImageFieldTests) ... ok test_delete_when_missing (model_fields.test_imagefield.ImageFieldTests) Bug #8175: correctly delete an object where the file no longer ... ok test_equal_notequal_hash (model_fields.test_imagefield.ImageFieldTests) Bug #9786: Ensure '==' and '!=' work correctly. ... ok test_instantiate_missing (model_fields.test_imagefield.ImageFieldTests) If the underlying file is unavailable, still create instantiate the ... ok test_pickle (model_fields.test_imagefield.ImageFieldTests) ImageField can be pickled, unpickled, and that the image of ... ok test_size_method (model_fields.test_imagefield.ImageFieldTests) Bug #8534: FileField.size should not leave the file open. ... ok test_assignment_to_None (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) Assigning ImageField to None clears dimensions. ... ok test_constructor (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) Tests assigning an image field through the model's constructor. ... ok test_create (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) Tests assigning an image in Manager.create(). ... ok test_default_value (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) The default value for an ImageField is an instance of ... ok test_dimensions (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) Dimensions are updated correctly in various situations. ... ok test_field_save_and_delete_methods (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) Tests assignment using the field's save method and deletion using ... ok test_image_after_constructor (model_fields.test_imagefield.ImageFieldTwoDimensionsTests) Tests behavior when image is not passed in constructor. ... ok test_assignment_to_None (model_fields.test_imagefield.ImageFieldUsingFileTests) Assigning ImageField to None clears dimensions. ... ok test_constructor (model_fields.test_imagefield.ImageFieldUsingFileTests) Tests assigning an image field through the model's constructor. ... ok test_create (model_fields.test_imagefield.ImageFieldUsingFileTests) Tests assigning an image in Manager.create(). ... ok test_default_value (model_fields.test_imagefield.ImageFieldUsingFileTests) The default value for an ImageField is an instance of ... ok test_dimensions (model_fields.test_imagefield.ImageFieldUsingFileTests) Dimensions are updated correctly in various situations. ... ok test_field_save_and_delete_methods (model_fields.test_imagefield.ImageFieldUsingFileTests) Tests assignment using the field's save method and deletion using ... ok test_image_after_constructor (model_fields.test_imagefield.ImageFieldUsingFileTests) Tests behavior when image is not passed in constructor. ... ok test_assignment (model_fields.test_imagefield.TwoImageFieldTests) ... ok test_constructor (model_fields.test_imagefield.TwoImageFieldTests) ... ok test_create (model_fields.test_imagefield.TwoImageFieldTests) ... ok test_dimensions (model_fields.test_imagefield.TwoImageFieldTests) Dimensions are updated correctly in various situations. ... ok test_field_save_and_delete_methods (model_fields.test_imagefield.TwoImageFieldTests) ... ok test_backend_range_save (model_fields.test_integerfield.PositiveIntegerFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_integerfield.PositiveIntegerFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_integerfield.PositiveIntegerFieldTests) ... ok test_documented_range (model_fields.test_integerfield.PositiveIntegerFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_integerfield.PositiveIntegerFieldTests) ... ok test_negative_values (model_fields.test_integerfield.PositiveIntegerFieldTests) ... skipped "SQLite doesn't have a constraint." test_redundant_backend_range_validators (model_fields.test_integerfield.PositiveIntegerFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_integerfield.PositiveIntegerFieldTests) ... ok test_backend_range_save (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) Backend specific ranges can be saved without corruption. ... ok test_backend_range_validation (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) Backend specific ranges are enforced at the model validation level ... ok test_coercing (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) ... ok test_documented_range (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) Values within the documented safe range pass validation, and can be ... ok test_invalid_value (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) ... ok test_redundant_backend_range_validators (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) If there are stricter validators than the ones from the database ... ok test_types (model_fields.test_integerfield.PositiveSmallIntegerFieldTests) ... ok test_value_from_object_instance_with_pk (model_fields.test_manytomanyfield.ManyToManyFieldDBTests) ... ok test_value_from_object_instance_without_pk (model_fields.test_manytomanyfield.ManyToManyFieldDBTests) ... ok test_slugfield_max_length (model_fields.test_slugfield.SlugFieldTests) SlugField honors max_length. ... ok test_slugfield_unicode_max_length (model_fields.test_slugfield.SlugFieldTests) SlugField with allow_unicode=True honors max_length. ... ok test_choices_generates_select_widget (model_fields.test_textfield.TextFieldTests) A TextField with choices uses a Select widget. ... ok test_emoji (model_fields.test_textfield.TextFieldTests) ... ok test_lookup_integer_in_textfield (model_fields.test_textfield.TextFieldTests) ... ok test_max_length_passed_to_formfield (model_fields.test_textfield.TextFieldTests) TextField passes its max_length attribute to form fields created using ... ok test_to_python (model_fields.test_textfield.TextFieldTests) TextField.to_python() should return a string. ... ok test_creation (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_two_level_foreign_keys (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_underlying_field (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_update_with_related_model_id (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_update_with_related_model_instance (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_uuid_pk_on_bulk_create (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_uuid_pk_on_save (model_fields.test_uuid.TestAsPrimaryKey) ... ok test_exact (model_fields.test_uuid.TestQuerying) ... ok test_isnull (model_fields.test_uuid.TestQuerying) ... ok test_null_handling (model_fields.test_uuid.TestSaveLoad) ... ok test_pk_validated (model_fields.test_uuid.TestSaveLoad) ... ok test_str_instance_bad_hyphens (model_fields.test_uuid.TestSaveLoad) ... ok test_str_instance_hyphens (model_fields.test_uuid.TestSaveLoad) ... ok test_str_instance_no_hyphens (model_fields.test_uuid.TestSaveLoad) ... ok test_uuid_instance (model_fields.test_uuid.TestSaveLoad) ... ok test_wrong_value (model_fields.test_uuid.TestSaveLoad) ... ok test_get_choices (model_fields.tests.GetChoicesOrderingTests) ... ok test_get_choices_default_ordering (model_fields.tests.GetChoicesOrderingTests) ... ok test_get_choices_reverse_related_field (model_fields.tests.GetChoicesOrderingTests) ... ok test_get_choices_reverse_related_field_default_ordering (model_fields.tests.GetChoicesOrderingTests) ... ok test_ipaddress_on_postgresql (string_lookup.tests.StringLookupTests) Regression test for #708 ... ok test_queries_on_textfields (string_lookup.tests.StringLookupTests) Regression tests for #5087 ... ok test_string_form_referencing (string_lookup.tests.StringLookupTests) Regression test for #1661 and #1662 ... ok test_unicode_chars_in_queries (string_lookup.tests.StringLookupTests) Regression tests for #3937 ... ok test_add (many_to_one.tests.ManyToOneTests) ... ok test_add_after_prefetch (many_to_one.tests.ManyToOneTests) ... ok test_add_then_remove_after_prefetch (many_to_one.tests.ManyToOneTests) ... ok test_assign (many_to_one.tests.ManyToOneTests) ... ok test_assign_fk_id_none (many_to_one.tests.ManyToOneTests) ... ok test_assign_fk_id_value (many_to_one.tests.ManyToOneTests) ... ok test_cached_foreign_key_with_to_field_not_cleared_by_save (many_to_one.tests.ManyToOneTests) ... ok test_cached_relation_invalidated_on_save (many_to_one.tests.ManyToOneTests) Model.save() invalidates stale ForeignKey relations after a primary key ... ok test_clear_after_prefetch (many_to_one.tests.ManyToOneTests) ... ok test_create (many_to_one.tests.ManyToOneTests) ... ok test_create_relation_with_gettext_lazy (many_to_one.tests.ManyToOneTests) ... ok test_deepcopy_and_circular_references (many_to_one.tests.ManyToOneTests) ... ok test_delete (many_to_one.tests.ManyToOneTests) ... ok test_explicit_fk (many_to_one.tests.ManyToOneTests) ... ok test_fk_assignment_and_related_object_cache (many_to_one.tests.ManyToOneTests) ... ok test_fk_instantiation_outside_model (many_to_one.tests.ManyToOneTests) ... ok test_fk_to_bigautofield (many_to_one.tests.ManyToOneTests) ... ok test_fk_to_smallautofield (many_to_one.tests.ManyToOneTests) ... ok test_get (many_to_one.tests.ManyToOneTests) ... ok test_hasattr_related_object (many_to_one.tests.ManyToOneTests) ... ok test_manager_class_caching (many_to_one.tests.ManyToOneTests) ... ok test_multiple_foreignkeys (many_to_one.tests.ManyToOneTests) ... ok test_related_object (many_to_one.tests.ManyToOneTests) ... ok test_relation_unsaved (many_to_one.tests.ManyToOneTests) ... ok test_remove_after_prefetch (many_to_one.tests.ManyToOneTests) ... ok test_reverse_assignment_deprecation (many_to_one.tests.ManyToOneTests) ... ok test_reverse_foreign_key_instance_to_field_caching (many_to_one.tests.ManyToOneTests) ... ok test_reverse_selects (many_to_one.tests.ManyToOneTests) ... ok test_save_nullable_fk_after_parent (many_to_one.tests.ManyToOneTests) ... ok test_save_nullable_fk_after_parent_with_to_field (many_to_one.tests.ManyToOneTests) ... ok test_select_related (many_to_one.tests.ManyToOneTests) ... ok test_selects (many_to_one.tests.ManyToOneTests) ... ok test_set (many_to_one.tests.ManyToOneTests) ... ok test_set_after_prefetch (many_to_one.tests.ManyToOneTests) ... ok test_values_list_exception (many_to_one.tests.ManyToOneTests) ... ok test_unique (model_inheritance.tests.InheritanceUniqueTests) ... ok test_unique_together (model_inheritance.tests.InheritanceUniqueTests) ... ok test_exclude_inherited_on_null (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_filter_inherited_model (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_filter_inherited_on_null (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_filter_on_parent_returns_object_of_parent_type (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_inherited_does_not_exist_exception (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_inherited_multiple_objects_returned_exception (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_parent_cache_reuse (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_parent_child_one_to_one_link (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_parent_child_one_to_one_link_on_nonrelated_objects (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_parent_fields_available_for_filtering_in_child_model (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_related_objects_for_inherited_models (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_select_related_defer (model_inheritance.tests.ModelInheritanceDataTests) #23370 - Should be able to defer child fields when using ... ok test_select_related_works_on_parent_model_fields (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_update_inherited_model (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_update_query_counts (model_inheritance.tests.ModelInheritanceDataTests) Update queries do not generate unnecessary queries (#18304). ... ok test_update_works_on_parent_and_child_models_at_once (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_values_works_on_parent_model_fields (model_inheritance.tests.ModelInheritanceDataTests) ... ok test_abstract (model_inheritance.tests.ModelInheritanceTests) ... ok test_abstract_parent_link (model_inheritance.tests.ModelInheritanceTests) ... ok test_create_child_no_update (model_inheritance.tests.ModelInheritanceTests) Creating a child with non-abstract parents only issues INSERTs. ... ok test_custompk_m2m (model_inheritance.tests.ModelInheritanceTests) ... ok test_eq (model_inheritance.tests.ModelInheritanceTests) ... ok test_init_subclass (model_inheritance.tests.ModelInheritanceTests) ... ok test_meta_fields_and_ordering (model_inheritance.tests.ModelInheritanceTests) ... ok test_mixin_init (model_inheritance.tests.ModelInheritanceTests) ... ok test_model_with_distinct_accessors (model_inheritance.tests.ModelInheritanceTests) ... ok test_model_with_distinct_related_query_name (model_inheritance.tests.ModelInheritanceTests) ... ok test_reverse_relation_for_different_hierarchy_tree (model_inheritance.tests.ModelInheritanceTests) ... ok test_set_name (model_inheritance.tests.ModelInheritanceTests) ... ok test_update_parent_filtering (model_inheritance.tests.ModelInheritanceTests) Updating a field of a model subclass doesn't issue an UPDATE ... ok test_extra_args (schema.test_logging.SchemaLoggerTests) ... ok test_callable_defaults (get_or_create.tests.GetOrCreateTests) Callables in `defaults` are evaluated if the instance is created. ... ok test_callable_defaults_not_called (get_or_create.tests.GetOrCreateTests) ... ok test_defaults_exact (get_or_create.tests.GetOrCreateTests) If you have a field named defaults and want to use it as an exact ... ok test_defaults_not_evaluated_unless_needed (get_or_create.tests.GetOrCreateTests) `defaults` aren't evaluated if the instance isn't created. ... ok test_get_or_create_invalid_params (get_or_create.tests.GetOrCreateTests) If you don't specify a value or default value for all required ... ok test_get_or_create_method_with_create (get_or_create.tests.GetOrCreateTests) ... ok test_get_or_create_method_with_get (get_or_create.tests.GetOrCreateTests) ... ok test_get_or_create_on_related_manager (get_or_create.tests.GetOrCreateTests) ... ok test_get_or_create_redundant_instance (get_or_create.tests.GetOrCreateTests) If we execute the exact same statement twice, the second time, ... ok test_get_or_create_with_model_property_defaults (get_or_create.tests.GetOrCreateTests) Using a property with a setter implemented is allowed. ... ok test_get_or_create_with_pk_property (get_or_create.tests.GetOrCreateTests) Using the pk property of a model is allowed. ... ok test_create_with_duplicate_primary_key (get_or_create.tests.GetOrCreateTestsWithManualPKs) If you specify an existing primary key, but different other fields, ... ok test_get_or_create_empty (get_or_create.tests.GetOrCreateTestsWithManualPKs) If all the attributes on a model have defaults, get_or_create() doesn't ... ok test_get_or_create_raises_IntegrityError_plus_traceback (get_or_create.tests.GetOrCreateTestsWithManualPKs) get_or_create should raise IntegrityErrors with the full traceback. ... ok test_savepoint_rollback (get_or_create.tests.GetOrCreateTestsWithManualPKs) The database connection is still usable after a DatabaseError in ... ok test_create_get_or_create (get_or_create.tests.GetOrCreateThroughManyToMany) ... ok test_get_get_or_create (get_or_create.tests.GetOrCreateThroughManyToMany) ... ok test_something (get_or_create.tests.GetOrCreateThroughManyToMany) ... ok test_create (get_or_create.tests.UpdateOrCreateTests) ... ok test_create_callable_default (get_or_create.tests.UpdateOrCreateTests) ... ok test_create_twice (get_or_create.tests.UpdateOrCreateTests) ... ok test_create_with_many (get_or_create.tests.UpdateOrCreateTests) Should be able to use update_or_create from the m2m related manager to ... ok test_create_with_related_manager (get_or_create.tests.UpdateOrCreateTests) Should be able to use update_or_create from the related manager to ... ok test_defaults_exact (get_or_create.tests.UpdateOrCreateTests) If you have a field named defaults and want to use it as an exact ... ok test_defaults_not_evaluated_unless_needed (get_or_create.tests.UpdateOrCreateTests) `defaults` aren't evaluated if the instance isn't created. ... ok test_error_contains_full_traceback (get_or_create.tests.UpdateOrCreateTests) update_or_create should raise IntegrityErrors with the full traceback. ... ok test_integrity (get_or_create.tests.UpdateOrCreateTests) If you don't specify a value or default value for all required ... ok test_manual_primary_key_test (get_or_create.tests.UpdateOrCreateTests) If you specify an existing primary key, but different other fields, ... ok test_update (get_or_create.tests.UpdateOrCreateTests) ... ok test_update_callable_default (get_or_create.tests.UpdateOrCreateTests) ... ok test_update_or_create_with_model_property_defaults (get_or_create.tests.UpdateOrCreateTests) Using a property with a setter implemented is allowed. ... ok test_update_with_many (get_or_create.tests.UpdateOrCreateTests) Should be able to use update_or_create from the m2m related manager to ... ok test_update_with_related_manager (get_or_create.tests.UpdateOrCreateTests) Should be able to use update_or_create from the related manager to ... ok test_with_pk_property (get_or_create.tests.UpdateOrCreateTests) Using the pk property of a model is allowed. ... ok test_create_with_duplicate_primary_key (get_or_create.tests.UpdateOrCreateTestsWithManualPKs) If an existing primary key is specified with different values for other ... ok test_empty_update_fields (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_num_queries_inheritance (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_select_related_only_interaction (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_basic (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_deferred (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_fk_defer (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_incorrect_params (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_inheritance (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_inheritance_defer (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_inheritance_with_proxy_model (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_m2m (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_only_1 (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_only_2 (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_only_repeated (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_update_fields_signals (update_only_fields.tests.UpdateOnlyFieldsTests) ... ok test_debug (context_processors.tests.DebugContextProcessorTests) ... ok test_sql_queries (context_processors.tests.DebugContextProcessorTests) Test whether sql_queries represents the actual amount ... ok test_response_gone_class (redirects_tests.tests.OverriddenRedirectMiddlewareTests) ... ok test_response_redirect_class (redirects_tests.tests.OverriddenRedirectMiddlewareTests) ... ok test_model (redirects_tests.tests.RedirectTests) ... ok test_redirect (redirects_tests.tests.RedirectTests) ... ok test_redirect_not_found_with_append_slash (redirects_tests.tests.RedirectTests) Exercise the second Redirect.DoesNotExist branch in ... ok test_redirect_shortcircuits_non_404_response (redirects_tests.tests.RedirectTests) RedirectFallbackMiddleware short-circuits on non-404 requests. ... ok test_redirect_with_append_slash (redirects_tests.tests.RedirectTests) ... ok test_redirect_with_append_slash_and_query_string (redirects_tests.tests.RedirectTests) ... ok test_response_gone (redirects_tests.tests.RedirectTests) When the redirect target is '', return a 410 ... ok test_sites_not_installed (redirects_tests.tests.RedirectTests) ... ok test_deep_mixed_backward (foreign_object.test_agnostic_order_trimjoin.TestLookupQuery) ... ok test_deep_mixed_forward (foreign_object.test_agnostic_order_trimjoin.TestLookupQuery) ... ok test_empty_join_conditions (foreign_object.test_empty_join.RestrictedConditionsTests) ... ok test_restrictions_with_no_joining_columns (foreign_object.test_empty_join.RestrictedConditionsTests) It's possible to create a working related field that doesn't ... ok test_foreign_object_form (foreign_object.test_forms.FormsTests) ... ok test_batch_create_foreign_object (foreign_object.tests.MultiColumnFKTests) ... ok test_double_nested_query (foreign_object.tests.MultiColumnFKTests) ... ok test_foreign_key_raises_informative_does_not_exist (foreign_object.tests.MultiColumnFKTests) ... ok test_foreign_key_related_query_name (foreign_object.tests.MultiColumnFKTests) ... ok test_forward_in_lookup_filters_correctly (foreign_object.tests.MultiColumnFKTests) ... ok test_get_fails_on_multicolumn_mismatch (foreign_object.tests.MultiColumnFKTests) ... ok test_get_succeeds_on_multicolumn_match (foreign_object.tests.MultiColumnFKTests) ... ok test_inheritance (foreign_object.tests.MultiColumnFKTests) ... ok test_isnull_lookup (foreign_object.tests.MultiColumnFKTests) ... ok test_m2m_through_forward_ignores_invalid_members (foreign_object.tests.MultiColumnFKTests) ... ok test_m2m_through_forward_returns_valid_members (foreign_object.tests.MultiColumnFKTests) ... ok test_m2m_through_on_self_ignores_mismatch_columns (foreign_object.tests.MultiColumnFKTests) ... ok test_m2m_through_on_self_works (foreign_object.tests.MultiColumnFKTests) ... ok test_m2m_through_reverse_ignores_invalid_members (foreign_object.tests.MultiColumnFKTests) ... ok test_m2m_through_reverse_returns_valid_members (foreign_object.tests.MultiColumnFKTests) ... ok test_many_to_many_related_query_name (foreign_object.tests.MultiColumnFKTests) ... ok test_prefetch_foreignkey_forward_works (foreign_object.tests.MultiColumnFKTests) ... ok test_prefetch_foreignkey_reverse_works (foreign_object.tests.MultiColumnFKTests) ... ok test_prefetch_related_m2m_forward_works (foreign_object.tests.MultiColumnFKTests) ... ok test_prefetch_related_m2m_reverse_works (foreign_object.tests.MultiColumnFKTests) ... ok test_query_filters_correctly (foreign_object.tests.MultiColumnFKTests) ... ok test_reverse_query_filters_correctly (foreign_object.tests.MultiColumnFKTests) ... ok test_reverse_query_returns_correct_result (foreign_object.tests.MultiColumnFKTests) ... ok test_select_related_foreignkey_forward_works (foreign_object.tests.MultiColumnFKTests) ... ok test_translations (foreign_object.tests.MultiColumnFKTests) ... ok test_extra_join_filter_q (foreign_object.tests.TestExtraJoinFilterQ) ... ok test_createcachetable_observes_database_router (cache.tests.CreateCacheTableForDBCacheTests) ... ok test_add (cache.tests.FileBasedCacheTests) ... ok test_add_fail_on_pickleerror (cache.tests.FileBasedCacheTests) ... ok test_binary_string (cache.tests.FileBasedCacheTests) ... ok test_cache_read_for_model_instance (cache.tests.FileBasedCacheTests) ... ok test_cache_read_for_model_instance_with_deferred (cache.tests.FileBasedCacheTests) ... ok test_cache_versioning_add (cache.tests.FileBasedCacheTests) ... ok test_cache_versioning_delete (cache.tests.FileBasedCacheTests) ... ok test_cache_versioning_get_set (cache.tests.FileBasedCacheTests) ... ok test_cache_versioning_get_set_many (cache.tests.FileBasedCacheTests) ... ok test_cache_versioning_has_key (cache.tests.FileBasedCacheTests) ... ok test_cache_versioning_incr_decr (cache.tests.FileBasedCacheTests) ... ok test_cache_write_for_model_instance_with_deferred (cache.tests.FileBasedCacheTests) ... ok test_cache_write_unpicklable_object (cache.tests.FileBasedCacheTests) ... ok test_clear (cache.tests.FileBasedCacheTests) ... ok test_clear_does_not_remove_cache_dir (cache.tests.FileBasedCacheTests) ... ok test_close (cache.tests.FileBasedCacheTests) ... ok test_creates_cache_dir_if_nonexistent (cache.tests.FileBasedCacheTests) ... ok test_cull (cache.tests.FileBasedCacheTests) ... ok test_custom_key_func (cache.tests.FileBasedCacheTests) ... ok test_data_types (cache.tests.FileBasedCacheTests) ... ok test_decr (cache.tests.FileBasedCacheTests) ... ok test_decr_version (cache.tests.FileBasedCacheTests) ... ok test_default_used_when_none_is_set (cache.tests.FileBasedCacheTests) If None is cached, get() returns it instead of the default. ... ok test_delete (cache.tests.FileBasedCacheTests) ... ok test_delete_many (cache.tests.FileBasedCacheTests) ... ok test_empty_cache_file_considered_expired (cache.tests.FileBasedCacheTests) ... ok test_expiration (cache.tests.FileBasedCacheTests) ... ok test_float_timeout (cache.tests.FileBasedCacheTests) ... ok test_forever_timeout (cache.tests.FileBasedCacheTests) Passing in None into timeout results in a value that is cached forever ... ok test_get_does_not_ignore_non_filenotfound_exceptions (cache.tests.FileBasedCacheTests) ... ok test_get_ignores_enoent (cache.tests.FileBasedCacheTests) ... ok test_get_many (cache.tests.FileBasedCacheTests) ... ok test_get_or_set (cache.tests.FileBasedCacheTests) ... ok test_get_or_set_callable (cache.tests.FileBasedCacheTests) ... ok test_get_or_set_callable_returning_none (cache.tests.FileBasedCacheTests) ... ok test_get_or_set_racing (cache.tests.FileBasedCacheTests) ... ok test_get_or_set_version (cache.tests.FileBasedCacheTests) ... ok test_has_key (cache.tests.FileBasedCacheTests) ... ok test_ignores_non_cache_files (cache.tests.FileBasedCacheTests) ... ok test_in (cache.tests.FileBasedCacheTests) ... ok test_incr (cache.tests.FileBasedCacheTests) ... ok test_incr_version (cache.tests.FileBasedCacheTests) ... ok test_invalid_key_characters (cache.tests.FileBasedCacheTests) ... ok test_invalid_key_length (cache.tests.FileBasedCacheTests) ... ok test_long_timeout (cache.tests.FileBasedCacheTests) Followe memcached's convention where a timeout greater than 30 days is ... ok test_non_existent (cache.tests.FileBasedCacheTests) Nonexistent cache keys return as None/default. ... ok test_prefix (cache.tests.FileBasedCacheTests) ... ok test_set_fail_on_pickleerror (cache.tests.FileBasedCacheTests) ... ok test_set_many (cache.tests.FileBasedCacheTests) ... ok test_set_many_expiration (cache.tests.FileBasedCacheTests) ... ok test_set_many_returns_empty_list_on_success (cache.tests.FileBasedCacheTests) set_many() returns an empty list when all keys are inserted. ... ok test_simple (cache.tests.FileBasedCacheTests) ... ok test_touch (cache.tests.FileBasedCacheTests) ... ok test_unicode (cache.tests.FileBasedCacheTests) ... ok test_zero_cull (cache.tests.FileBasedCacheTests) ... ok test_zero_timeout (cache.tests.FileBasedCacheTests) Passing in zero into timeout results in a value that is not cached ... ok test_add (cache.tests.LocMemCacheTests) ... ok test_add_fail_on_pickleerror (cache.tests.LocMemCacheTests) ... ok test_binary_string (cache.tests.LocMemCacheTests) ... ok test_cache_read_for_model_instance (cache.tests.LocMemCacheTests) ... ok test_cache_read_for_model_instance_with_deferred (cache.tests.LocMemCacheTests) ... ok test_cache_versioning_add (cache.tests.LocMemCacheTests) ... ok test_cache_versioning_delete (cache.tests.LocMemCacheTests) ... ok test_cache_versioning_get_set (cache.tests.LocMemCacheTests) ... ok test_cache_versioning_get_set_many (cache.tests.LocMemCacheTests) ... ok test_cache_versioning_has_key (cache.tests.LocMemCacheTests) ... ok test_cache_versioning_incr_decr (cache.tests.LocMemCacheTests) ... ok test_cache_write_for_model_instance_with_deferred (cache.tests.LocMemCacheTests) ... ok test_cache_write_unpicklable_object (cache.tests.LocMemCacheTests) ... ok test_clear (cache.tests.LocMemCacheTests) ... ok test_close (cache.tests.LocMemCacheTests) ... ok test_cull (cache.tests.LocMemCacheTests) ... ok test_custom_key_func (cache.tests.LocMemCacheTests) ... ok test_data_types (cache.tests.LocMemCacheTests) ... ok test_decr (cache.tests.LocMemCacheTests) ... ok test_decr_version (cache.tests.LocMemCacheTests) ... ok test_default_used_when_none_is_set (cache.tests.LocMemCacheTests) If None is cached, get() returns it instead of the default. ... ok test_delete (cache.tests.LocMemCacheTests) ... ok test_delete_many (cache.tests.LocMemCacheTests) ... ok test_expiration (cache.tests.LocMemCacheTests) ... ok test_float_timeout (cache.tests.LocMemCacheTests) ... ok test_forever_timeout (cache.tests.LocMemCacheTests) Passing in None into timeout results in a value that is cached forever ... ok test_get_many (cache.tests.LocMemCacheTests) ... ok test_get_or_set (cache.tests.LocMemCacheTests) ... ok test_get_or_set_callable (cache.tests.LocMemCacheTests) ... ok test_get_or_set_callable_returning_none (cache.tests.LocMemCacheTests) ... ok test_get_or_set_racing (cache.tests.LocMemCacheTests) ... ok test_get_or_set_version (cache.tests.LocMemCacheTests) ... ok test_has_key (cache.tests.LocMemCacheTests) ... ok test_in (cache.tests.LocMemCacheTests) ... ok test_incr (cache.tests.LocMemCacheTests) ... ok test_incr_decr_timeout (cache.tests.LocMemCacheTests) incr/decr does not modify expiry time (matches memcached behavior) ... ok test_incr_version (cache.tests.LocMemCacheTests) ... ok test_invalid_key_characters (cache.tests.LocMemCacheTests) ... ok test_invalid_key_length (cache.tests.LocMemCacheTests) ... ok test_locking_on_pickle (cache.tests.LocMemCacheTests) #20613/#18541 -- Ensures pickling is done outside of the lock. ... ok test_long_timeout (cache.tests.LocMemCacheTests) Followe memcached's convention where a timeout greater than 30 days is ... ok test_lru_get (cache.tests.LocMemCacheTests) get() moves cache keys. ... ok test_lru_incr (cache.tests.LocMemCacheTests) incr() moves cache keys. ... ok test_lru_set (cache.tests.LocMemCacheTests) set() moves cache keys. ... ok test_multiple_caches (cache.tests.LocMemCacheTests) Multiple locmem caches are isolated ... ok test_non_existent (cache.tests.LocMemCacheTests) Nonexistent cache keys return as None/default. ... ok test_prefix (cache.tests.LocMemCacheTests) ... ok test_set_fail_on_pickleerror (cache.tests.LocMemCacheTests) ... ok test_set_many (cache.tests.LocMemCacheTests) ... ok test_set_many_expiration (cache.tests.LocMemCacheTests) ... ok test_set_many_returns_empty_list_on_success (cache.tests.LocMemCacheTests) set_many() returns an empty list when all keys are inserted. ... ok test_simple (cache.tests.LocMemCacheTests) ... ok test_touch (cache.tests.LocMemCacheTests) ... ok test_unicode (cache.tests.LocMemCacheTests) ... ok test_zero_cull (cache.tests.LocMemCacheTests) ... ok test_zero_timeout (cache.tests.LocMemCacheTests) Passing in zero into timeout results in a value that is not cached ... ok test_add (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_add_fail_on_pickleerror (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_binary_string (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_read_for_model_instance (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_read_for_model_instance_with_deferred (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_versioning_add (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_versioning_delete (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_versioning_get_set (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_versioning_get_set_many (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_versioning_has_key (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_versioning_incr_decr (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_write_for_model_instance_with_deferred (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cache_write_unpicklable_object (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_clear (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_close (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_cull (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_custom_key_func (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_data_types (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_decr (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_decr_version (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_default_far_future_timeout (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_default_never_expiring_timeout (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_default_used_when_none_is_set (cache.tests.MemcachedCacheTests) python-memcached doesn't support default in get() so this test ... skipped 'MemcachedCache backend not configured' test_delete (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_delete_many (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_expiration (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_float_timeout (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_forever_timeout (cache.tests.MemcachedCacheTests) Passing in None into timeout results in a value that is cached forever ... skipped 'MemcachedCache backend not configured' test_get_many (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_get_or_set (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_get_or_set_callable (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_get_or_set_callable_returning_none (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_get_or_set_racing (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_get_or_set_version (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_has_key (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_in (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_incr (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_incr_version (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_invalid_key_characters (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_invalid_key_length (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_location_multiple_servers (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_long_timeout (cache.tests.MemcachedCacheTests) Followe memcached's convention where a timeout greater than 30 days is ... skipped 'MemcachedCache backend not configured' test_memcached_deletes_key_on_failed_set (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_memcached_options (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_memcached_uses_highest_pickle_version (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_non_existent (cache.tests.MemcachedCacheTests) Nonexistent cache keys return as None/default. ... skipped 'MemcachedCache backend not configured' test_prefix (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_set_fail_on_pickleerror (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_set_many (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_set_many_expiration (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_set_many_returns_empty_list_on_success (cache.tests.MemcachedCacheTests) set_many() returns an empty list when all keys are inserted. ... skipped 'MemcachedCache backend not configured' test_set_many_returns_failing_keys (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_simple (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_touch (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_unicode (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_zero_cull (cache.tests.MemcachedCacheTests) ... skipped 'MemcachedCache backend not configured' test_zero_timeout (cache.tests.MemcachedCacheTests) Passing in zero into timeout results in a value that is not cached ... skipped 'MemcachedCache backend not configured' test_add (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_add_fail_on_pickleerror (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_binary_string (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_read_for_model_instance (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_read_for_model_instance_with_deferred (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_versioning_add (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_versioning_delete (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_versioning_get_set (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_versioning_get_set_many (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_versioning_has_key (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_versioning_incr_decr (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_write_for_model_instance_with_deferred (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cache_write_unpicklable_object (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_clear (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_close (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_cull (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_custom_key_func (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_data_types (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_decr (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_decr_version (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_default_far_future_timeout (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_default_never_expiring_timeout (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_default_used_when_none_is_set (cache.tests.PyLibMCCacheTests) If None is cached, get() returns it instead of the default. ... skipped 'PyLibMCCache backend not configured' test_delete (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_delete_many (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_expiration (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_float_timeout (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_forever_timeout (cache.tests.PyLibMCCacheTests) Passing in None into timeout results in a value that is cached forever ... skipped 'PyLibMCCache backend not configured' test_get_many (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_get_or_set (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_get_or_set_callable (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_get_or_set_callable_returning_none (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_get_or_set_racing (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_get_or_set_version (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_has_key (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_in (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_incr (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_incr_version (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_invalid_key_characters (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_invalid_key_length (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_location_multiple_servers (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_long_timeout (cache.tests.PyLibMCCacheTests) Followe memcached's convention where a timeout greater than 30 days is ... skipped 'PyLibMCCache backend not configured' test_memcached_deletes_key_on_failed_set (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_non_existent (cache.tests.PyLibMCCacheTests) Nonexistent cache keys return as None/default. ... skipped 'PyLibMCCache backend not configured' test_prefix (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_pylibmc_options (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_set_fail_on_pickleerror (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_set_many (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_set_many_expiration (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_set_many_returns_empty_list_on_success (cache.tests.PyLibMCCacheTests) set_many() returns an empty list when all keys are inserted. ... skipped 'PyLibMCCache backend not configured' test_set_many_returns_failing_keys (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_simple (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_touch (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_unicode (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_zero_cull (cache.tests.PyLibMCCacheTests) ... skipped 'PyLibMCCache backend not configured' test_zero_timeout (cache.tests.PyLibMCCacheTests) Passing in zero into timeout results in a value that is not cached ... skipped 'PyLibMCCache backend not configured' test_fallback_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) A flatpage can be served by the fallback middleware ... ok test_fallback_non_existent_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) A nonexistent flatpage raises a 404 when served by the fallback ... ok test_post_fallback_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) POSTing to a flatpage served by the middleware will raise a CSRF error if no token is provided (Refs #14156) ... ok test_post_unknown_page (flatpages_tests.test_csrf.FlatpageCSRFTests) POSTing to an unknown page isn't caught as a 403 CSRF error ... ok test_post_view_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) POSTing to a flatpage served through a view will raise a CSRF error if no token is provided (Refs #14156) ... ok test_view_authenticated_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) A flatpage served through a view can require authentication ... ok test_view_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) A flatpage can be served through a view, even when the middleware is in use ... ok test_view_non_existent_flatpage (flatpages_tests.test_csrf.FlatpageCSRFTests) A nonexistent flatpage raises 404 when served through a view, even when ... ok test_flatpage_admin_form_edit (flatpages_tests.test_forms.FlatpageAdminFormTests) Existing flatpages can be edited in the admin form without triggering ... ok test_flatpage_admin_form_url_uniqueness_validation (flatpages_tests.test_forms.FlatpageAdminFormTests) The flatpage admin form correctly enforces url uniqueness among flatpages of the same site ... ok test_flatpage_admin_form_url_validation (flatpages_tests.test_forms.FlatpageAdminFormTests) The flatpage admin form correctly validates urls ... ok test_flatpage_doesnt_requires_trailing_slash_without_append_slash (flatpages_tests.test_forms.FlatpageAdminFormTests) ... ok test_flatpage_nosites (flatpages_tests.test_forms.FlatpageAdminFormTests) ... ok test_flatpage_requires_leading_slash (flatpages_tests.test_forms.FlatpageAdminFormTests) ... ok test_flatpage_requires_trailing_slash_with_append_slash (flatpages_tests.test_forms.FlatpageAdminFormTests) ... ok test_redirect_fallback_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareAppendSlashTests) A flatpage can be served by the fallback middleware and should add a slash ... ok test_redirect_fallback_flatpage_root (flatpages_tests.test_middleware.FlatpageMiddlewareAppendSlashTests) A flatpage at / should not cause a redirect loop when APPEND_SLASH is set ... ok test_redirect_fallback_flatpage_special_chars (flatpages_tests.test_middleware.FlatpageMiddlewareAppendSlashTests) A flatpage with special chars in the URL can be served by the fallback middleware and should add a slash ... ok test_redirect_fallback_non_existent_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareAppendSlashTests) A nonexistent flatpage raises a 404 when served by the fallback ... ok test_redirect_view_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareAppendSlashTests) A flatpage can be served through a view and should add a slash ... ok test_redirect_view_non_existent_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareAppendSlashTests) A nonexistent flatpage raises 404 when served through a view and ... ok test_fallback_authenticated_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A flatpage served by the middleware can require authentication ... ok test_fallback_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A flatpage can be served by the fallback middleware ... ok test_fallback_flatpage_special_chars (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A flatpage with special chars in the URL can be served by the fallback middleware ... ok test_fallback_non_existent_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A nonexistent flatpage raises a 404 when served by the fallback ... ok test_view_authenticated_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A flatpage served through a view can require authentication ... ok test_view_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A flatpage can be served through a view, even when the middleware is in use ... ok test_view_non_existent_flatpage (flatpages_tests.test_middleware.FlatpageMiddlewareTests) A nonexistent flatpage raises 404 when served through a view, even when ... ok test_flatpage_sitemap (flatpages_tests.test_sitemaps.FlatpagesSitemapTests) ... ok test_get_flatpages_tag (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The flatpage template tag retrieves unregistered prefixed flatpages by default ... ok test_get_flatpages_tag_for_anon_user (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The flatpage template tag retrieves unregistered flatpages for an anonymous user ... ok test_get_flatpages_tag_for_user (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The flatpage template tag retrieves all flatpages for an authenticated user ... ok test_get_flatpages_with_prefix (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The flatpage template tag retrieves unregistered prefixed flatpages by default ... ok test_get_flatpages_with_prefix_for_anon_user (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The flatpage template tag retrieves unregistered prefixed flatpages for an anonymous user ... ok test_get_flatpages_with_prefix_for_user (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The flatpage template tag retrieve prefixed flatpages for an authenticated user ... ok test_get_flatpages_with_variable_prefix (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) The prefix for the flatpage template tag can be a template variable ... ok test_parsing_errors (flatpages_tests.test_templatetags.FlatpageTemplateTagTests) There are various ways that the flatpages template tag won't parse ... ok test_redirect_fallback_flatpage (flatpages_tests.test_views.FlatpageViewAppendSlashTests) A fallback flatpage won't be served if the middleware is disabled and should not add a slash ... ok test_redirect_fallback_non_existent_flatpage (flatpages_tests.test_views.FlatpageViewAppendSlashTests) A nonexistent flatpage won't be served if the fallback middleware is ... ok test_redirect_view_flatpage (flatpages_tests.test_views.FlatpageViewAppendSlashTests) A flatpage can be served through a view and should add a slash ... ok test_redirect_view_flatpage_special_chars (flatpages_tests.test_views.FlatpageViewAppendSlashTests) A flatpage with special chars in the URL can be served through a view and should add a slash ... ok test_redirect_view_non_existent_flatpage (flatpages_tests.test_views.FlatpageViewAppendSlashTests) A nonexistent flatpage raises 404 when served through a view and ... ok test_fallback_flatpage (flatpages_tests.test_views.FlatpageViewTests) A fallback flatpage won't be served if the middleware is disabled ... ok test_fallback_non_existent_flatpage (flatpages_tests.test_views.FlatpageViewTests) A nonexistent flatpage won't be served if the fallback middleware is ... ok test_view_authenticated_flatpage (flatpages_tests.test_views.FlatpageViewTests) A flatpage served through a view can require authentication ... ok test_view_flatpage (flatpages_tests.test_views.FlatpageViewTests) A flatpage can be served through a view ... ok test_view_flatpage_special_chars (flatpages_tests.test_views.FlatpageViewTests) A flatpage with special chars in the URL can be served through a view ... ok test_view_non_existent_flatpage (flatpages_tests.test_views.FlatpageViewTests) A nonexistent flatpage raises 404 when served through a view. ... ok test_reverse_by_field (reverse_lookup.tests.ReverseLookupTests) ... ok test_reverse_by_related_name (reverse_lookup.tests.ReverseLookupTests) ... ok test_reverse_field_name_disallowed (reverse_lookup.tests.ReverseLookupTests) If a related_name is given you can't use the field name instead ... ok test_bulk (delete.tests.DeletionTests) ... ok test_can_defer_constraint_checks (delete.tests.DeletionTests) ... ok test_cannot_defer_constraint_checks (delete.tests.DeletionTests) ... skipped 'Database has feature(s) can_defer_constraint_checks' test_delete_with_keeping_parents (delete.tests.DeletionTests) ... ok test_delete_with_keeping_parents_relationships (delete.tests.DeletionTests) ... ok test_deletion_order (delete.tests.DeletionTests) ... ok test_hidden_related (delete.tests.DeletionTests) ... ok test_instance_update (delete.tests.DeletionTests) ... ok test_large_delete (delete.tests.DeletionTests) ... ok test_large_delete_related (delete.tests.DeletionTests) ... ok test_m2m (delete.tests.DeletionTests) ... ok test_model_delete_returns_num_rows (delete.tests.DeletionTests) Model.delete() should return the number of deleted rows and a ... ok test_only_referenced_fields_selected (delete.tests.DeletionTests) Only referenced fields are selected during cascade deletion SELECT ... ok test_proxied_model_duplicate_queries (delete.tests.DeletionTests) #25685 - Deleting instances of a model with existing proxy ... ok test_queryset_delete_returns_num_rows (delete.tests.DeletionTests) QuerySet.delete() should return the number of deleted rows and a ... ok test_relational_post_delete_signals_happen_before_parent_object (delete.tests.DeletionTests) ... ok test_fast_delete_empty_no_update_can_self_select (delete.tests.FastDeleteTests) #25932 - Fast deleting on backends that don't have the ... ok test_fast_delete_fk (delete.tests.FastDeleteTests) ... ok test_fast_delete_inheritance (delete.tests.FastDeleteTests) ... ok test_fast_delete_instance_set_pk_none (delete.tests.FastDeleteTests) ... ok test_fast_delete_joined_qs (delete.tests.FastDeleteTests) ... ok test_fast_delete_large_batch (delete.tests.FastDeleteTests) ... ok test_fast_delete_m2m (delete.tests.FastDeleteTests) ... ok test_fast_delete_qs (delete.tests.FastDeleteTests) ... ok test_fast_delete_revm2m (delete.tests.FastDeleteTests) ... ok test_auto (delete.tests.OnDeleteTests) ... ok test_auto_nullable (delete.tests.OnDeleteTests) ... ok test_cascade (delete.tests.OnDeleteTests) ... ok test_cascade_from_child (delete.tests.OnDeleteTests) ... ok test_cascade_from_parent (delete.tests.OnDeleteTests) ... ok test_cascade_nullable (delete.tests.OnDeleteTests) ... ok test_do_nothing (delete.tests.OnDeleteTests) ... ok test_do_nothing_qscount (delete.tests.OnDeleteTests) A models.DO_NOTHING relation doesn't trigger a query. ... ok test_inheritance_cascade_down (delete.tests.OnDeleteTests) ... ok test_inheritance_cascade_up (delete.tests.OnDeleteTests) ... ok test_non_callable (delete.tests.OnDeleteTests) ... ok test_o2o_setnull (delete.tests.OnDeleteTests) ... ok test_protect (delete.tests.OnDeleteTests) ... ok test_setdefault (delete.tests.OnDeleteTests) ... ok test_setdefault_none (delete.tests.OnDeleteTests) ... ok test_setnull (delete.tests.OnDeleteTests) ... ok test_setnull_from_child (delete.tests.OnDeleteTests) ... ok test_setnull_from_parent (delete.tests.OnDeleteTests) ... ok test_setvalue (delete.tests.OnDeleteTests) ... ok test_change_editable (timezones.tests.AdminTests) ... ok test_change_editable_in_other_timezone (timezones.tests.AdminTests) ... ok test_change_readonly (timezones.tests.AdminTests) ... ok test_change_readonly_in_other_timezone (timezones.tests.AdminTests) ... ok test_changelist (timezones.tests.AdminTests) ... ok test_changelist_in_other_timezone (timezones.tests.AdminTests) ... ok test_auto_now_and_auto_now_add (timezones.tests.LegacyDatabaseTests) ... ok test_aware_datetime_in_local_timezone (timezones.tests.LegacyDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_aware_datetime_in_local_timezone_with_microsecond (timezones.tests.LegacyDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_aware_datetime_in_other_timezone (timezones.tests.LegacyDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_aware_datetime_in_utc (timezones.tests.LegacyDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_aware_datetime_unsupported (timezones.tests.LegacyDatabaseTests) ... ok test_cursor_execute_accepts_naive_datetime (timezones.tests.LegacyDatabaseTests) ... ok test_cursor_execute_returns_naive_datetime (timezones.tests.LegacyDatabaseTests) ... ok test_filter_date_field_with_aware_datetime (timezones.tests.LegacyDatabaseTests) ... ok test_naive_datetime (timezones.tests.LegacyDatabaseTests) ... ok test_naive_datetime_with_microsecond (timezones.tests.LegacyDatabaseTests) ... ok test_query_aggregation (timezones.tests.LegacyDatabaseTests) ... ok test_query_annotation (timezones.tests.LegacyDatabaseTests) ... ok test_query_datetime_lookups (timezones.tests.LegacyDatabaseTests) ... ok test_query_datetimes (timezones.tests.LegacyDatabaseTests) ... ok test_query_filter (timezones.tests.LegacyDatabaseTests) ... ok test_raw_sql (timezones.tests.LegacyDatabaseTests) ... ok test_form (timezones.tests.LegacyFormsTests) ... ok test_form_with_ambiguous_time (timezones.tests.LegacyFormsTests) ... ok test_form_with_non_existent_time (timezones.tests.LegacyFormsTests) ... ok test_model_form (timezones.tests.LegacyFormsTests) ... ok test_split_form (timezones.tests.LegacyFormsTests) ... ok test_auto_now_and_auto_now_add (timezones.tests.NewDatabaseTests) ... ok test_aware_datetime_in_local_timezone (timezones.tests.NewDatabaseTests) ... ok test_aware_datetime_in_local_timezone_with_microsecond (timezones.tests.NewDatabaseTests) ... ok test_aware_datetime_in_other_timezone (timezones.tests.NewDatabaseTests) ... ok test_aware_datetime_in_utc (timezones.tests.NewDatabaseTests) ... ok test_cursor_execute_accepts_aware_datetime (timezones.tests.NewDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_cursor_execute_accepts_naive_datetime (timezones.tests.NewDatabaseTests) ... ok test_cursor_execute_returns_aware_datetime (timezones.tests.NewDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_cursor_execute_returns_naive_datetime (timezones.tests.NewDatabaseTests) ... ok test_datetime_from_date (timezones.tests.NewDatabaseTests) ... ok test_filter_date_field_with_aware_datetime (timezones.tests.NewDatabaseTests) ... ok test_naive_datetime (timezones.tests.NewDatabaseTests) ... ok test_naive_datetime_with_microsecond (timezones.tests.NewDatabaseTests) ... ok test_null_datetime (timezones.tests.NewDatabaseTests) ... ok test_query_aggregation (timezones.tests.NewDatabaseTests) ... ok test_query_annotation (timezones.tests.NewDatabaseTests) ... ok test_query_convert_timezones (timezones.tests.NewDatabaseTests) ... ok test_query_datetime_lookups (timezones.tests.NewDatabaseTests) ... ok test_query_datetime_lookups_in_other_timezone (timezones.tests.NewDatabaseTests) ... ok test_query_datetimes (timezones.tests.NewDatabaseTests) ... ok test_query_datetimes_in_other_timezone (timezones.tests.NewDatabaseTests) ... ok test_query_filter (timezones.tests.NewDatabaseTests) ... ok test_query_filter_with_naive_datetime (timezones.tests.NewDatabaseTests) ... ok test_query_filter_with_pytz_timezones (timezones.tests.NewDatabaseTests) ... ok test_raw_sql (timezones.tests.NewDatabaseTests) ... ok test_update_with_timedelta (timezones.tests.NewDatabaseTests) ... ok test_form (timezones.tests.NewFormsTests) ... ok test_form_with_ambiguous_time (timezones.tests.NewFormsTests) ... ok test_form_with_explicit_timezone (timezones.tests.NewFormsTests) ... ok test_form_with_non_existent_time (timezones.tests.NewFormsTests) ... ok test_form_with_other_timezone (timezones.tests.NewFormsTests) ... ok test_localized_form (timezones.tests.NewFormsTests) ... ok test_localized_model_form (timezones.tests.NewFormsTests) ... ok test_model_form (timezones.tests.NewFormsTests) ... ok test_split_form (timezones.tests.NewFormsTests) ... ok test_time_zone_parameter_not_supported_if_database_supports_timezone (timezones.tests.UnsupportedTimeZoneDatabaseTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_max_length_warning (invalid_models_tests.test_ordinary_fields.TextFieldTests) ... skipped 'Database has feature(s) supports_index_on_text_field' test_choices_named_group (invalid_models_tests.test_ordinary_fields.UUIDFieldTests) ... ok test_inlineformset_factory_ignores_default_pks_on_submit (model_formsets.test_uuid.InlineFormsetTests) #24377 - Inlines with a model field default should ignore that default ... ok test_inlineformset_factory_nulls_default_pks (model_formsets.test_uuid.InlineFormsetTests) #24377 - If we're adding a new object, a parent's auto-generated pk ... ok test_inlineformset_factory_nulls_default_pks_alternate_key_relation (model_formsets.test_uuid.InlineFormsetTests) #24958 - Variant of test_inlineformset_factory_nulls_default_pks for ... ok test_inlineformset_factory_nulls_default_pks_auto_parent_uuid_child (model_formsets.test_uuid.InlineFormsetTests) #24958 - Variant of test_inlineformset_factory_nulls_default_pks for ... ok test_inlineformset_factory_nulls_default_pks_child_editable_pk (model_formsets.test_uuid.InlineFormsetTests) #24958 - Variant of test_inlineformset_factory_nulls_default_pks for ... ok test_inlineformset_factory_nulls_default_pks_uuid_parent_auto_child (model_formsets.test_uuid.InlineFormsetTests) #24958 - Variant of test_inlineformset_factory_nulls_default_pks for ... ok test_add_form_deletion_when_invalid (model_formsets.tests.DeletionTests) Make sure that an add form that is filled out, but marked for deletion ... ok test_change_form_deletion_when_invalid (model_formsets.tests.DeletionTests) Make sure that a change form that is filled out, but marked for deletion ... ok test_deletion (model_formsets.tests.DeletionTests) ... ok test_outdated_deletion (model_formsets.tests.DeletionTests) ... ok test_callable_defaults (model_formsets.tests.ModelFormsetTest) ... ok test_commit_false (model_formsets.tests.ModelFormsetTest) ... ok test_custom_form (model_formsets.tests.ModelFormsetTest) model_formset_factory() respects fields and exclude parameters of a ... ok test_custom_pk (model_formsets.tests.ModelFormsetTest) ... ok test_custom_queryset_init (model_formsets.tests.ModelFormsetTest) A queryset can be overridden in the formset's __init__() method. ... ok test_custom_save_method (model_formsets.tests.ModelFormsetTest) ... ok test_foreign_keys_in_parents (model_formsets.tests.ModelFormsetTest) ... ok test_initial_form_count_empty_data_raises_validation_error (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets_save_as_new (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets_with_custom_pk (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets_with_custom_save_method (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets_with_custom_save_method_related_instance (model_formsets.tests.ModelFormsetTest) The ModelForm.save() method should be able to access the related object ... ok test_inline_formsets_with_multi_table_inheritance (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets_with_nullable_unique_together (model_formsets.tests.ModelFormsetTest) ... ok test_inline_formsets_with_wrong_fk_name (model_formsets.tests.ModelFormsetTest) Regression for #23451 ... ok test_inlineformset_factory_with_null_fk (model_formsets.tests.ModelFormsetTest) ... ok test_inlineformset_with_arrayfield (model_formsets.tests.ModelFormsetTest) ... ok test_max_num (model_formsets.tests.ModelFormsetTest) ... ok test_min_num (model_formsets.tests.ModelFormsetTest) ... ok test_min_num_with_existing (model_formsets.tests.ModelFormsetTest) ... ok test_model_formset_with_custom_pk (model_formsets.tests.ModelFormsetTest) ... ok test_model_formset_with_initial_model_instance (model_formsets.tests.ModelFormsetTest) ... ok test_model_formset_with_initial_queryset (model_formsets.tests.ModelFormsetTest) ... ok test_model_inheritance (model_formsets.tests.ModelFormsetTest) ... ok test_modelformset_factory_without_fields (model_formsets.tests.ModelFormsetTest) Regression for #19733 ... ok test_modelformset_validate_max_flag (model_formsets.tests.ModelFormsetTest) ... ok test_prevent_change_outer_model_and_create_invalid_data (model_formsets.tests.ModelFormsetTest) ... ok test_prevent_duplicates_from_with_the_same_formset (model_formsets.tests.ModelFormsetTest) ... ok test_simple_save (model_formsets.tests.ModelFormsetTest) ... ok test_unique_together_validation (model_formsets.tests.ModelFormsetTest) ... ok test_unique_together_with_inlineformset_factory (model_formsets.tests.ModelFormsetTest) ... ok test_unique_true_enforces_max_num_one (model_formsets.tests.ModelFormsetTest) ... ok test_unique_validation (model_formsets.tests.ModelFormsetTest) ... ok test_validation_with_child_model_without_id (model_formsets.tests.ModelFormsetTest) ... ok test_validation_with_invalid_id (model_formsets.tests.ModelFormsetTest) ... ok test_validation_with_nonexistent_id (model_formsets.tests.ModelFormsetTest) ... ok test_validation_without_id (model_formsets.tests.ModelFormsetTest) ... ok test_inlineformset_factory_error_messages_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_inlineformset_factory_field_class_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_inlineformset_factory_help_text_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_inlineformset_factory_labels_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_inlineformset_factory_widgets (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_modelformset_factory_error_messages_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_modelformset_factory_field_class_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_modelformset_factory_help_text_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_modelformset_factory_labels_overrides (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_modelformset_factory_widgets (model_formsets.tests.TestModelFormsetOverridesTroughFormMeta) ... ok test_first_page (pagination.tests.ModelPaginationTests) ... ok test_last_page (pagination.tests.ModelPaginationTests) ... ok test_page_getitem (pagination.tests.ModelPaginationTests) Tests proper behavior of a paginator page __getitem__ (queryset ... ok test_paginating_empty_queryset_does_not_warn (pagination.tests.ModelPaginationTests) ... ok test_paginating_unordered_object_list_raises_warning (pagination.tests.ModelPaginationTests) Unordered object list warning with an object that has an ordered ... ok test_paginating_unordered_queryset_raises_warning (pagination.tests.ModelPaginationTests) ... ok test_complex_filter (or_lookups.tests.OrLookupsTests) ... ok test_empty_in (or_lookups.tests.OrLookupsTests) ... ok test_filter_or (or_lookups.tests.OrLookupsTests) ... ok test_other_arg_queries (or_lookups.tests.OrLookupsTests) ... ok test_pk_in (or_lookups.tests.OrLookupsTests) ... ok test_pk_q (or_lookups.tests.OrLookupsTests) ... ok test_q_and (or_lookups.tests.OrLookupsTests) ... ok test_q_exclude (or_lookups.tests.OrLookupsTests) ... ok test_q_negated (or_lookups.tests.OrLookupsTests) ... ok test_q_repr (or_lookups.tests.OrLookupsTests) ... ok test_stages (or_lookups.tests.OrLookupsTests) ... ok test_defer_baseclass_when_subclass_has_added_field (defer.tests.BigChildDeferTests) ... ok test_defer_subclass (defer.tests.BigChildDeferTests) ... ok test_defer_subclass_both (defer.tests.BigChildDeferTests) ... ok test_only_baseclass_when_subclass_has_added_field (defer.tests.BigChildDeferTests) ... ok test_only_subclass (defer.tests.BigChildDeferTests) ... ok test_defer (defer.tests.DeferTests) ... ok test_defer_baseclass_when_subclass_has_no_added_fields (defer.tests.DeferTests) ... ok test_defer_extra (defer.tests.DeferTests) ... ok test_defer_foreign_keys_are_deferred_and_not_traversed (defer.tests.DeferTests) ... ok test_defer_none_to_clear_deferred_set (defer.tests.DeferTests) ... ok test_defer_on_an_already_deferred_field (defer.tests.DeferTests) ... ok test_defer_only_chaining (defer.tests.DeferTests) ... ok test_defer_select_related_raises_invalid_query (defer.tests.DeferTests) ... ok test_defer_values_does_not_defer (defer.tests.DeferTests) ... ok test_defer_with_select_related (defer.tests.DeferTests) ... ok test_get (defer.tests.DeferTests) ... ok test_only (defer.tests.DeferTests) ... ok test_only_baseclass_when_subclass_has_no_added_fields (defer.tests.DeferTests) ... ok test_only_none_raises_error (defer.tests.DeferTests) ... ok test_only_select_related_raises_invalid_query (defer.tests.DeferTests) ... ok test_only_values_does_not_defer (defer.tests.DeferTests) ... ok test_only_with_select_related (defer.tests.DeferTests) ... ok test_saving_object_with_deferred_field (defer.tests.DeferTests) ... ok test_custom_refresh_on_deferred_loading (defer.tests.TestDefer2) ... ok test_defer_inheritance_pk_chaining (defer.tests.TestDefer2) When an inherited model is fetched from the DB, its PK is also fetched. ... ok test_defer_proxy (defer.tests.TestDefer2) Ensure select_related together with only on a proxy model behaves ... ok test_eq (defer.tests.TestDefer2) ... ok test_refresh_not_loading_deferred_fields (defer.tests.TestDefer2) ... ok test_custom_valid_name_callable_upload_to (file_storage.tests.FileFieldStorageTests) Storage.get_valid_name() should be called when upload_to is a callable. ... ok test_duplicate_filename (file_storage.tests.FileFieldStorageTests) ... ok test_empty_upload_to (file_storage.tests.FileFieldStorageTests) ... ok test_extended_length_storage (file_storage.tests.FileFieldStorageTests) ... ok test_file_object (file_storage.tests.FileFieldStorageTests) ... ok test_file_truncation (file_storage.tests.FileFieldStorageTests) ... ok test_filefield_default (file_storage.tests.FileFieldStorageTests) ... ok test_filefield_pickling (file_storage.tests.FileFieldStorageTests) ... ok test_filefield_read (file_storage.tests.FileFieldStorageTests) ... ok test_filefield_reopen (file_storage.tests.FileFieldStorageTests) ... ok test_filefield_write (file_storage.tests.FileFieldStorageTests) ... ok test_files (file_storage.tests.FileFieldStorageTests) ... ok test_pathlib_upload_to (file_storage.tests.FileFieldStorageTests) ... ok test_random_upload_to (file_storage.tests.FileFieldStorageTests) ... ok test_stringio (file_storage.tests.FileFieldStorageTests) ... ok test_gt (lookup.test_decimalfield.DecimalFieldLookupTests) ... ok test_gte (lookup.test_decimalfield.DecimalFieldLookupTests) ... ok test_lt (lookup.test_decimalfield.DecimalFieldLookupTests) ... ok test_lte (lookup.test_decimalfield.DecimalFieldLookupTests) ... ok test_hour_lookups (lookup.test_timefield.TimeFieldLookupTests) ... ok test_minute_lookups (lookup.test_timefield.TimeFieldLookupTests) ... ok test_second_lookups (lookup.test_timefield.TimeFieldLookupTests) ... ok test_chain_date_time_lookups (lookup.tests.LookupTests) ... ok test_count (lookup.tests.LookupTests) ... ok test_custom_field_none_rhs (lookup.tests.LookupTests) __exact=value is transformed to __isnull=True if Field.get_prep_value() ... ok test_custom_lookup_none_rhs (lookup.tests.LookupTests) Lookup.can_use_none_as_rhs=True allows None as a lookup value. ... ok test_error_messages (lookup.tests.LookupTests) ... ok test_escaping (lookup.tests.LookupTests) ... ok test_exact_exists (lookup.tests.LookupTests) ... ok test_exact_none_transform (lookup.tests.LookupTests) Transforms are used for __exact=None. ... ok test_exact_query_rhs_with_selected_columns (lookup.tests.LookupTests) ... ok test_exact_sliced_queryset_limit_one (lookup.tests.LookupTests) ... ok test_exact_sliced_queryset_limit_one_offset (lookup.tests.LookupTests) ... ok test_exact_sliced_queryset_not_limited_to_one (lookup.tests.LookupTests) ... ok test_exclude (lookup.tests.LookupTests) ... ok test_exists (lookup.tests.LookupTests) ... ok test_get_next_previous_by (lookup.tests.LookupTests) ... ok test_in (lookup.tests.LookupTests) ... ok test_in_bulk (lookup.tests.LookupTests) ... ok test_in_bulk_lots_of_ids (lookup.tests.LookupTests) ... ok test_in_bulk_non_unique_field (lookup.tests.LookupTests) ... ok test_in_bulk_with_field (lookup.tests.LookupTests) ... ok test_in_different_database (lookup.tests.LookupTests) ... ok test_in_keeps_value_ordering (lookup.tests.LookupTests) ... ok test_iterator (lookup.tests.LookupTests) ... ok test_lookup_collision (lookup.tests.LookupTests) Genuine field names don't collide with built-in lookup types ... ok test_lookup_date_as_str (lookup.tests.LookupTests) ... ok test_lookup_int_as_str (lookup.tests.LookupTests) ... ok test_nested_outerref_lhs (lookup.tests.LookupTests) ... ok test_none (lookup.tests.LookupTests) ... ok test_nonfield_lookups (lookup.tests.LookupTests) A lookup query containing non-fields raises the proper exception. ... ok test_pattern_lookups_with_substr (lookup.tests.LookupTests) ... ok test_regex (lookup.tests.LookupTests) ... ok test_regex_backreferencing (lookup.tests.LookupTests) ... ok test_regex_non_ascii (lookup.tests.LookupTests) A regex lookup does not trip on non-ASCII characters. ... ok test_regex_non_string (lookup.tests.LookupTests) A regex lookup does not fail on non-string fields ... ok test_regex_null (lookup.tests.LookupTests) A regex lookup does not fail on null/None values ... ok test_relation_nested_lookup_error (lookup.tests.LookupTests) ... ok test_unsupported_lookups (lookup.tests.LookupTests) ... ok test_values (lookup.tests.LookupTests) ... ok test_values_list (lookup.tests.LookupTests) ... ok test_none_as_null (null_queries.tests.NullQueriesTests) Regression test for the use of None as a query value. ... ok test_reverse_relations (null_queries.tests.NullQueriesTests) Querying across reverse relations and then another relation should ... ok test_add_with_GET_args (admin_custom_urls.tests.AdminCustomUrlsTest) Ensure GET on the add_view plus specifying a field value in the query ... ok test_admin_URLs_no_clash (admin_custom_urls.tests.AdminCustomUrlsTest) ... ok test_basic_add_GET (admin_custom_urls.tests.AdminCustomUrlsTest) Ensure GET on the add_view works. ... ok test_basic_add_POST (admin_custom_urls.tests.AdminCustomUrlsTest) Ensure POST on add_view works. ... ok test_post_save_add_redirect (admin_custom_urls.tests.AdminCustomUrlsTest) ModelAdmin.response_post_save_add() controls the redirection after ... ok test_post_save_change_redirect (admin_custom_urls.tests.AdminCustomUrlsTest) ModelAdmin.response_post_save_change() controls the redirection after ... ok test_post_url_continue (admin_custom_urls.tests.AdminCustomUrlsTest) The ModelAdmin.response_add()'s parameter `post_url_continue` controls ... ok test_combine_isnull (null_fk.tests.NullFkTests) ... ok test_null_fk (null_fk.tests.NullFkTests) ... ok test_add_form_deletion_when_invalid (inline_formsets.tests.DeletionTests) Make sure that an add form that is filled out, but marked for deletion ... ok test_change_form_deletion_when_invalid (inline_formsets.tests.DeletionTests) Make sure that a change form that is filled out, but marked for deletion ... ok test_deletion (inline_formsets.tests.DeletionTests) ... ok test_save_new (inline_formsets.tests.DeletionTests) Make sure inlineformsets respect commit=False ... ok test_any_iterable_allowed_as_argument_to_exclude (inline_formsets.tests.InlineFormsetFactoryTest) ... ok test_exception_on_unspecified_foreign_key (inline_formsets.tests.InlineFormsetFactoryTest) Child has two ForeignKeys to Parent, so if we don't specify which one ... ok test_fk_in_all_formset_forms (inline_formsets.tests.InlineFormsetFactoryTest) A foreign key field is in Meta for all forms in the formset (#26538). ... ok test_fk_name_not_foreign_key_field_from_child (inline_formsets.tests.InlineFormsetFactoryTest) If we specify fk_name, but it isn't a ForeignKey from the child model ... ok test_fk_not_duplicated_in_form_fields (inline_formsets.tests.InlineFormsetFactoryTest) A foreign key name isn't duplicated in form._meta fields (#21332). ... ok test_inline_formset_factory (inline_formsets.tests.InlineFormsetFactoryTest) These should both work without a problem. ... ok test_non_foreign_key_field (inline_formsets.tests.InlineFormsetFactoryTest) If the field specified in fk_name is not a ForeignKey, we should get an ... ok test_unsaved_fk_validate_unique (inline_formsets.tests.InlineFormsetFactoryTest) ... ok test_zero_primary_key (inline_formsets.tests.InlineFormsetFactoryTest) ... ok test_m2o_recursive (m2o_recursive.tests.ManyToOneRecursiveTests) ... ok test_m2o_recursive2 (m2o_recursive.tests.MultipleManyToOneRecursiveTests) ... ok test_multiple (m2m_multiple.tests.M2MMultipleTests) ... ok test_pickle (utils_tests.test_simplelazyobject.TestUtilsSimpleLazyObjectDjangoTestCase) ... ok test_intermediary (m2m_intermediary.tests.M2MIntermediaryTests) ... ok test_defaults (str.tests.SimpleTests) The default implementation of __str__ and __repr__ should return ... ok test_international (str.tests.SimpleTests) ... ok test_case_insensitive (swappable_models.tests.SwappableModelTests) Model names are case insensitive. Model swapping honors this. ... ok test_generated_data (swappable_models.tests.SwappableModelTests) Permissions and content types are not created for a swapped model ... ok test_21432 (datetimes.tests.DateTimesTests) ... ok test_datetimes_disallows_date_fields (datetimes.tests.DateTimesTests) ... ok test_datetimes_has_lazy_iterator (datetimes.tests.DateTimesTests) ... ok test_datetimes_returns_available_dates_for_given_scope_and_given_field (datetimes.tests.DateTimesTests) ... ok test_related_model_traverse (datetimes.tests.DateTimesTests) ... ok test_decorators (signals.tests.SignalTests) ... ok test_delete_signals (signals.tests.SignalTests) ... ok test_disconnect_in_dispatch (signals.tests.SignalTests) Signals that disconnect when being called don't mess future ... ok test_lazy_model_signal (signals.tests.SignalTests) ... ok test_model_pre_init_and_post_init (signals.tests.SignalTests) ... ok test_save_and_delete_signals_with_m2m (signals.tests.SignalTests) ... ok test_save_signals (signals.tests.SignalTests) ... ok test_15776 (delete_regress.tests.DeleteCascadeTests) ... ok test_fk_to_m2m_through (delete_regress.tests.DeleteCascadeTests) If an M2M relationship has an explicitly-specified through model, and ... ok test_generic_relation_cascade (delete_regress.tests.DeleteCascadeTests) Django cascades deletes through generic-related objects to their ... ok test_foreign_key_delete_nullifies_correct_columns (delete_regress.tests.DeleteTests) With a model (Researcher) that has two foreign keys pointing to the ... ok test_meta_ordered_delete (delete_regress.tests.DeleteTests) ... ok test_large_deletes (delete_regress.tests.LargeDeleteTests) Regression for #13309 -- if the number of objects > chunk size, deletion still occurs ... ok test_19187_values (delete_regress.tests.ProxyDeleteTest) ... ok test_delete_concrete_parent (delete_regress.tests.ProxyDeleteTest) Deleting an instance of a concrete model should also delete objects ... ok test_delete_proxy (delete_regress.tests.ProxyDeleteTest) Deleting the *proxy* instance bubbles through to its non-proxy and ... ok test_delete_proxy_of_proxy (delete_regress.tests.ProxyDeleteTest) Deleting a proxy-of-proxy instance should bubble through to its proxy ... ok test_delete_proxy_pair (delete_regress.tests.ProxyDeleteTest) If a pair of proxy models are linked by an FK from one concrete parent ... ok test_ticket_19102_annotate (delete_regress.tests.Ticket19102Tests) ... ok test_ticket_19102_defer (delete_regress.tests.Ticket19102Tests) ... ok test_ticket_19102_distinct_on (delete_regress.tests.Ticket19102Tests) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_ticket_19102_extra (delete_regress.tests.Ticket19102Tests) ... ok test_ticket_19102_select_related (delete_regress.tests.Ticket19102Tests) ... ok test_basics (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_choice_iterator_passes_model_to_widget (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_choices (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_choices_bool (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_choices_bool_empty_label (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_choices_freshness (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_choices_not_fetched_when_not_rendering (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_clean_model_instance (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_clean_to_field_name (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_deepcopies_widget (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_disabled_modelchoicefield (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_disabled_modelchoicefield_has_changed (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_disabled_modelchoicefield_initial_model_instance (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_disabled_modelmultiplechoicefield_has_changed (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_disabled_multiplemodelchoicefield (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_no_extra_query_when_accessing_attrs (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ModelChoiceField with RadioSelect widget doesn't produce unnecessary ... ok test_num_queries (model_forms.test_modelchoicefield.ModelChoiceFieldTests) Widgets that render multiple subwidgets shouldn't make more than one ... ok test_overridable_choice_iterator (model_forms.test_modelchoicefield.ModelChoiceFieldTests) Iterator defaults to ModelChoiceIterator and can be overridden with ... ok test_queryset_manager (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_queryset_none (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_result_cache_not_shared (model_forms.test_modelchoicefield.ModelChoiceFieldTests) ... ok test_create_save_error (model_forms.test_uuid.ModelFormBaseTest) ... ok test_model_multiple_choice_field_uuid_pk (model_forms.test_uuid.ModelFormBaseTest) ... ok test_update_save_error (model_forms.test_uuid.ModelFormBaseTest) ... ok test_model_form_clean_applies_to_model (model_forms.tests.CustomCleanTests) Regression test for #12960. Make sure the cleaned_data returned from ... ok test_override_clean (model_forms.tests.CustomCleanTests) Regression for #12596: Calling super from ModelForm.clean() should be ... ok test_clean_false (model_forms.tests.FileAndImageFieldTests) If the ``clean`` method on a non-required FileField receives False as ... ok test_clean_false_required (model_forms.tests.FileAndImageFieldTests) If the ``clean`` method on a required FileField receives False as the ... ok test_clear_and_file_contradiction (model_forms.tests.FileAndImageFieldTests) If the user submits a new file upload AND checks the clear checkbox, ... ok test_custom_file_field_save (model_forms.tests.FileAndImageFieldTests) Regression for #11149: save_form_data should be called only once ... ok test_file_field_data (model_forms.tests.FileAndImageFieldTests) ... ok test_file_field_multiple_save (model_forms.tests.FileAndImageFieldTests) Simulate a file upload and check how many times Model.save() gets ... ok test_file_path_field_blank (model_forms.tests.FileAndImageFieldTests) FilePathField(blank=True) includes the empty option. ... ok test_filefield_required_false (model_forms.tests.FileAndImageFieldTests) ... ok test_full_clear (model_forms.tests.FileAndImageFieldTests) Integration happy-path test that a model FileField can actually be set ... ok test_image_field (model_forms.tests.FileAndImageFieldTests) ... ok test_render_empty_file_field (model_forms.tests.FileAndImageFieldTests) ... ok test_callable_called_each_time_form_is_instantiated (model_forms.tests.LimitChoicesToTests) ... ok test_custom_field_with_queryset_but_no_limit_choices_to (model_forms.tests.LimitChoicesToTests) A custom field with a `queryset` attribute but no `limit_choices_to` ... ok test_fields_for_model_applies_limit_choices_to (model_forms.tests.LimitChoicesToTests) ... ok test_limit_choices_to_callable_for_fk_rel (model_forms.tests.LimitChoicesToTests) A ForeignKey can use limit_choices_to as a callable (#2554). ... ok test_limit_choices_to_callable_for_m2m_rel (model_forms.tests.LimitChoicesToTests) A ManyToManyField can use limit_choices_to as a callable (#2554). ... ok test_model_form_applies_localize_to_all_fields (model_forms.tests.LocalizedModelFormTest) ... ok test_model_form_applies_localize_to_some_fields (model_forms.tests.LocalizedModelFormTest) ... ok test_model_form_refuses_arbitrary_string (model_forms.tests.LocalizedModelFormTest) ... ok test_article_form (model_forms.tests.ModelFormBaseTest) ... ok test_bad_form (model_forms.tests.ModelFormBaseTest) ... ok test_base_form (model_forms.tests.ModelFormBaseTest) ... ok test_blank_false_with_null_true_foreign_key_field (model_forms.tests.ModelFormBaseTest) A ModelForm with a model having ForeignKey(blank=False, null=True) ... ok test_blank_with_null_foreign_key_field (model_forms.tests.ModelFormBaseTest) #13776 -- ModelForm's with models having a FK set to null=False and ... ok test_confused_form (model_forms.tests.ModelFormBaseTest) ... ok test_default_filefield (model_forms.tests.ModelFormBaseTest) ... ok test_default_not_populated_on_checkboxselectmultiple (model_forms.tests.ModelFormBaseTest) ... ok test_default_not_populated_on_non_empty_value_in_cleaned_data (model_forms.tests.ModelFormBaseTest) ... ok test_default_not_populated_on_optional_checkbox_input (model_forms.tests.ModelFormBaseTest) ... ok test_default_not_populated_on_selectmultiple (model_forms.tests.ModelFormBaseTest) ... ok test_default_populated_on_optional_field (model_forms.tests.ModelFormBaseTest) ... ok test_default_selectdatewidget (model_forms.tests.ModelFormBaseTest) ... ok test_default_splitdatetime_field (model_forms.tests.ModelFormBaseTest) ... ok test_empty_fields_on_modelform (model_forms.tests.ModelFormBaseTest) No fields on a ModelForm should actually result in no fields. ... ok test_empty_fields_to_construct_instance (model_forms.tests.ModelFormBaseTest) No fields should be set on a model instance if construct_instance receives fields=(). ... ok test_empty_fields_to_fields_for_model (model_forms.tests.ModelFormBaseTest) An argument of fields=() to fields_for_model should return an empty dictionary ... ok test_exclude_and_validation (model_forms.tests.ModelFormBaseTest) ... ok test_exclude_fields (model_forms.tests.ModelFormBaseTest) ... ok test_exclude_fields_with_string (model_forms.tests.ModelFormBaseTest) ... ok test_exclude_nonexistent_field (model_forms.tests.ModelFormBaseTest) ... ok test_extra_declared_field_model_form (model_forms.tests.ModelFormBaseTest) ... ok test_extra_field_model_form (model_forms.tests.ModelFormBaseTest) ... ok test_extra_field_modelform_factory (model_forms.tests.ModelFormBaseTest) ... ok test_extra_fields (model_forms.tests.ModelFormBaseTest) ... ok test_invalid_meta_model (model_forms.tests.ModelFormBaseTest) ... ok test_limit_fields_with_string (model_forms.tests.ModelFormBaseTest) ... ok test_limit_nonexistent_field (model_forms.tests.ModelFormBaseTest) ... ok test_missing_fields_attribute (model_forms.tests.ModelFormBaseTest) ... ok test_mixmodel_form (model_forms.tests.ModelFormBaseTest) ... ok test_no_model_class (model_forms.tests.ModelFormBaseTest) ... ok test_orderfields2_form (model_forms.tests.ModelFormBaseTest) ... ok test_orderfields_form (model_forms.tests.ModelFormBaseTest) ... ok test_override_field (model_forms.tests.ModelFormBaseTest) ... ok test_prefixed_form_with_default_field (model_forms.tests.ModelFormBaseTest) ... ok test_renderer_kwarg (model_forms.tests.ModelFormBaseTest) ... ok test_replace_field (model_forms.tests.ModelFormBaseTest) ... ok test_replace_field_variant_2 (model_forms.tests.ModelFormBaseTest) ... ok test_replace_field_variant_3 (model_forms.tests.ModelFormBaseTest) ... ok test_save_blank_false_with_required_false (model_forms.tests.ModelFormBaseTest) A ModelForm with a model with a field set to blank=False and the form ... ok test_save_blank_null_unique_charfield_saves_null (model_forms.tests.ModelFormBaseTest) ... ok test_subcategory_form (model_forms.tests.ModelFormBaseTest) ... ok test_subclassmeta_form (model_forms.tests.ModelFormBaseTest) ... ok test_auto_id (model_forms.tests.ModelFormBasicTests) ... ok test_base_form (model_forms.tests.ModelFormBasicTests) ... ok test_basic_creation (model_forms.tests.ModelFormBasicTests) ... ok test_custom_form_fields (model_forms.tests.ModelFormBasicTests) ... ok test_initial_values (model_forms.tests.ModelFormBasicTests) ... ok test_m2m_editing (model_forms.tests.ModelFormBasicTests) ... ok test_m2m_initial_callable (model_forms.tests.ModelFormBasicTests) Regression for #10349: A callable can be provided as the initial value for an m2m field ... ok test_multi_fields (model_forms.tests.ModelFormBasicTests) ... ok test_recleaning_model_form_instance (model_forms.tests.ModelFormBasicTests) Re-cleaning an instance that was added via a ModelForm shouldn't raise ... ok test_runtime_choicefield_populated (model_forms.tests.ModelFormBasicTests) ... ok test_save_commit_false (model_forms.tests.ModelFormBasicTests) ... ok test_save_with_data_errors (model_forms.tests.ModelFormBasicTests) ... ok test_subset_fields (model_forms.tests.ModelFormBasicTests) ... ok test_clean_does_deduplicate_values (model_forms.tests.ModelMultipleChoiceFieldTests) ... ok test_model_multiple_choice_field (model_forms.tests.ModelMultipleChoiceFieldTests) ... ok test_model_multiple_choice_field_22745 (model_forms.tests.ModelMultipleChoiceFieldTests) #22745 -- Make sure that ModelMultipleChoiceField with ... ok test_model_multiple_choice_number_of_queries (model_forms.tests.ModelMultipleChoiceFieldTests) ModelMultipleChoiceField does O(1) queries instead of O(n) (#10156). ... ok test_model_multiple_choice_required_false (model_forms.tests.ModelMultipleChoiceFieldTests) ... ok test_model_multiple_choice_run_validators (model_forms.tests.ModelMultipleChoiceFieldTests) ModelMultipleChoiceField run given validators (#14144). ... ok test_model_multiple_choice_show_hidden_initial (model_forms.tests.ModelMultipleChoiceFieldTests) Test support of show_hidden_initial by ModelMultipleChoiceField. ... ok test_show_hidden_initial_changed_queries_efficiently (model_forms.tests.ModelMultipleChoiceFieldTests) ... ok test_to_field_name_with_initial_data (model_forms.tests.ModelMultipleChoiceFieldTests) ... ok test_assignment_of_none (model_forms.tests.ModelOneToOneFieldTests) ... ok test_assignment_of_none_null_false (model_forms.tests.ModelOneToOneFieldTests) ... ok test_modelform_onetoonefield (model_forms.tests.ModelOneToOneFieldTests) ... ok test_modelform_subclassed_model (model_forms.tests.ModelOneToOneFieldTests) ... ok test_onetoonefield (model_forms.tests.ModelOneToOneFieldTests) ... ok test_many_to_many (model_forms.tests.ModelToDictTests) Data for a ManyToManyField is a list rather than a lazy QuerySet. ... ok test_callable_field_default (model_forms.tests.OtherModelFormTests) ... ok test_choices_type (model_forms.tests.OtherModelFormTests) ... ok test_foreignkeys_which_use_to_field (model_forms.tests.OtherModelFormTests) ... ok test_iterable_model_m2m (model_forms.tests.OtherModelFormTests) ... ok test_media_on_modelform (model_forms.tests.OtherModelFormTests) ... ok test_model_field_that_returns_none_to_exclude_itself_with_explicit_fields (model_forms.tests.OtherModelFormTests) ... ok test_prefetch_related_queryset (model_forms.tests.OtherModelFormTests) ModelChoiceField should respect a prefetch_related() on its queryset. ... ok test_abstract_inherited_unique (model_forms.tests.UniqueTest) ... ok test_abstract_inherited_unique_together (model_forms.tests.UniqueTest) ... ok test_explicitpk_unique (model_forms.tests.UniqueTest) Ensure keys and blank character strings are tested for uniqueness. ... ok test_explicitpk_unspecified (model_forms.tests.UniqueTest) Test for primary_key being in the form and failing validation. ... ok test_inherited_unique (model_forms.tests.UniqueTest) ... ok test_inherited_unique_for_date (model_forms.tests.UniqueTest) ... ok test_inherited_unique_together (model_forms.tests.UniqueTest) ... ok test_multiple_field_unique_together (model_forms.tests.UniqueTest) When the same field is involved in multiple unique_together ... ok test_override_unique_for_date_message (model_forms.tests.UniqueTest) ... ok test_override_unique_message (model_forms.tests.UniqueTest) ... ok test_override_unique_together_message (model_forms.tests.UniqueTest) ... ok test_simple_unique (model_forms.tests.UniqueTest) ... ok test_unique_for_date (model_forms.tests.UniqueTest) ... ok test_unique_for_date_in_exclude (model_forms.tests.UniqueTest) If the date for unique_for_* constraints is excluded from the ... ok test_unique_for_date_with_nullable_date (model_forms.tests.UniqueTest) ... ok test_unique_null (model_forms.tests.UniqueTest) ... ok test_unique_together (model_forms.tests.UniqueTest) ModelForm test of unique_together constraint ... ok test_unique_together_exclusion (model_forms.tests.UniqueTest) Forms don't validate unique_together constraints when only part of the ... ok test_database_queried (backends.base.test_base.ExecuteWrapperTests) ... ok test_nested_wrapper_invoked (backends.base.test_base.ExecuteWrapperTests) ... ok test_outer_wrapper_blocks (backends.base.test_base.ExecuteWrapperTests) ... ok test_wrapper_connection_specific (backends.base.test_base.ExecuteWrapperTests) ... ok test_wrapper_gets_sql (backends.base.test_base.ExecuteWrapperTests) ... ok test_wrapper_invoked (backends.base.test_base.ExecuteWrapperTests) ... ok test_wrapper_invoked_many (backends.base.test_base.ExecuteWrapperTests) ... ok test_distinct_on_fields (backends.base.test_operations.DatabaseOperationTests) ... ok test_subtract_temporals (backends.base.test_operations.DatabaseOperationTests) ... skipped 'Database has feature(s) supports_temporal_subtraction' test_window_frame_raise_not_supported_error (backends.base.test_operations.DatabaseOperationTests) ... skipped 'Database has feature(s) supports_over_clause' test_skip_locked_no_wait (backends.mysql.test_features.TestFeatures) ... skipped 'MySQL tests' test_supports_transactions (backends.mysql.test_features.TestFeatures) All storage engines except MyISAM support transactions. ... skipped 'MySQL tests' test_parse_constraint_columns (backends.mysql.test_introspection.ParsingTests) ... skipped 'MySQL tests' test_quote_value (backends.mysql.test_schema.SchemaEditorTests) ... skipped 'MySQL tests' test_auto_is_null_auto_config (backends.mysql.tests.IsolationLevelTests) ... skipped 'MySQL tests' test_connect_isolation_level (backends.mysql.tests.IsolationLevelTests) ... skipped 'MySQL tests' test_default_isolation_level (backends.mysql.tests.IsolationLevelTests) ... skipped 'MySQL tests' test_isolation_level_validation (backends.mysql.tests.IsolationLevelTests) ... skipped 'MySQL tests' test_setting_isolation_level (backends.mysql.tests.IsolationLevelTests) ... skipped 'MySQL tests' test_uppercase_isolation_level (backends.mysql.tests.IsolationLevelTests) ... skipped 'MySQL tests' test_create_test_db (backends.oracle.test_creation.DatabaseCreationTests) ... skipped 'Oracle tests' test_create_test_user (backends.oracle.test_creation.DatabaseCreationTests) ... skipped 'Oracle tests' test_oracle_managed_files (backends.oracle.test_creation.DatabaseCreationTests) ... skipped 'Oracle tests' test_get_sequences (backends.postgresql.test_introspection.DatabaseSequenceTests) ... skipped 'Test only for PostgreSQL' test_closed_server_side_cursor (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_server_side_cursor (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_server_side_cursor_many_cursors (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_server_side_cursors_setting (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_values (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_values_list (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_values_list_fields_not_equal_to_names (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_values_list_flat (backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres) ... skipped 'PostgreSQL tests' test_connect_and_rollback (backends.postgresql.tests.Tests) PostgreSQL shouldn't roll back SET TIME ZONE, even if the first ... skipped 'PostgreSQL tests' test_connect_isolation_level (backends.postgresql.tests.Tests) The transaction level can be configured with ... skipped 'PostgreSQL tests' test_connect_no_is_usable_checks (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_connect_non_autocommit (backends.postgresql.tests.Tests) The connection wrapper shouldn't believe that autocommit is enabled ... skipped 'PostgreSQL tests' test_copy_cursors (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_correct_extraction_psycopg2_version (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_database_name_too_long (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_lookup_cast (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_nodb_connection (backends.postgresql.tests.Tests) The _nodb_connection property fallbacks to the default connection ... skipped 'PostgreSQL tests' test_select_ascii_array (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_select_unicode_array (backends.postgresql.tests.Tests) ... skipped 'PostgreSQL tests' test_get_primary_key_column (backends.sqlite.test_introspection.IntrospectionTests) Get the primary key column regardless of whether or not it has ... ok test_check_and_unique_column (backends.sqlite.test_introspection.ParsingTests) ... ok test_check_column (backends.sqlite.test_introspection.ParsingTests) ... ok test_check_column_with_operators_and_functions (backends.sqlite.test_introspection.ParsingTests) ... ok test_check_constraint (backends.sqlite.test_introspection.ParsingTests) ... ok test_unique_column (backends.sqlite.test_introspection.ParsingTests) ... ok test_unique_constraint (backends.sqlite.test_introspection.ParsingTests) ... ok test_unique_constraint_multicolumn (backends.sqlite.test_introspection.ParsingTests) ... ok test_parameter_escaping (backends.sqlite.tests.EscapingChecks) ... ok test_parameter_escaping (backends.sqlite.tests.EscapingChecksDebug) ... ok test_large_number_of_parameters (backends.sqlite.tests.LastExecutedQueryTest) ... ok test_no_interpolation (backends.sqlite.tests.LastExecutedQueryTest) ... ok test_parameter_quoting (backends.sqlite.tests.LastExecutedQueryTest) ... ok test_aggregation (backends.sqlite.tests.Tests) Raise NotImplementedError when aggregating on date/time fields (#19360). ... ok test_check_sqlite_version (backends.sqlite.tests.Tests) ... ok test_distinct_aggregation (backends.sqlite.tests.Tests) ... ok test_memory_db_test_name (backends.sqlite.tests.Tests) A named in-memory db should be allowed where supported. ... ok test_regexp_function (backends.sqlite.tests.Tests) ... ok test_can_reference_existent (backends.tests.DBConstraintTestCase) ... ok test_can_reference_non_existent (backends.tests.DBConstraintTestCase) ... ok test_many_to_many (backends.tests.DBConstraintTestCase) ... ok test_django_date_extract (backends.tests.DateQuotingTest) Test the custom ``django_date_extract method``, in particular against fields ... ok test_django_date_trunc (backends.tests.DateQuotingTest) Test the custom ``django_date_trunc method``, in particular against ... ok test_parameter_escaping (backends.tests.EscapingChecks) ... ok test_paramless_no_escaping (backends.tests.EscapingChecks) ... ok test_parameter_escaping (backends.tests.EscapingChecksDebug) ... ok test_paramless_no_escaping (backends.tests.EscapingChecksDebug) ... ok test_debug_sql (backends.tests.LastExecutedQueryTest) ... ok test_last_executed_query (backends.tests.LastExecutedQueryTest) ... ok test_last_executed_query_dict (backends.tests.LastExecutedQueryTest) ... skipped "Database doesn't support feature(s): supports_paramstyle_pyformat" test_last_executed_query_without_previous_query (backends.tests.LastExecutedQueryTest) last_executed_query should not raise an exception even if no previous ... ok test_query_encoding (backends.tests.LastExecutedQueryTest) last_executed_query() returns a string. ... ok test_zero_as_autoval (backends.tests.MySQLPKZeroTests) ... skipped 'Database has feature(s) allows_auto_pk_0' test_bad_parameter_count (backends.tests.ParameterHandlingTest) An executemany call with too many/not enough parameters will raise an exception (Refs #12612) ... ok test_generic_relation (backends.tests.SequenceResetTest) Sequence names are correct when resetting generic relations (Ref #13941) ... ok test_model_with_evaluate_method (model_regress.tests.EvaluateMethodTest) You can filter by objects that have an 'evaluate' attr ... ok test_chained_fks (model_regress.tests.ModelTests) Regression for #18432: Chained foreign keys with to_field produce incorrect query ... ok test_date_filter_null (model_regress.tests.ModelTests) ... ok test_date_lookup (model_regress.tests.ModelTests) ... ok test_empty_choice (model_regress.tests.ModelTests) ... ok test_get_next_prev_by_field (model_regress.tests.ModelTests) ... ok test_get_next_prev_by_field_unsaved (model_regress.tests.ModelTests) ... ok test_long_textfield (model_regress.tests.ModelTests) ... ok test_long_unicode_textfield (model_regress.tests.ModelTests) ... ok test_metaclass_can_access_attribute_dict (model_regress.tests.ModelTests) Model metaclasses have access to the class attribute dict in ... ok test_model_init_too_many_args (model_regress.tests.ModelTests) ... ok test_primary_key_foreign_key_types (model_regress.tests.ModelTests) ... ok test_related_gte_lookup (model_regress.tests.ModelTests) Regression test for #10153: foreign key __gte lookups. ... ok test_related_lte_lookup (model_regress.tests.ModelTests) Regression test for #10153: foreign key __lte lookups. ... ok test_sql_insert_compiler_return_id_attribute (model_regress.tests.ModelTests) Regression test for #14019: SQLInsertCompiler.as_sql() failure ... ok test_timezones (model_regress.tests.ModelTests) ... skipped "Database doesn't support feature(s): supports_timezones" test_pk_validation (model_regress.tests.ModelValidationTest) ... ok test_aggregate (filtered_relation.tests.FilteredRelationAggregationTests) filtered_relation() not only improves performance but also creates ... ok test_as_subquery (filtered_relation.tests.FilteredRelationTests) ... ok test_defer (filtered_relation.tests.FilteredRelationTests) ... ok test_difference (filtered_relation.tests.FilteredRelationTests) ... ok test_exclude_relation_with_join (filtered_relation.tests.FilteredRelationTests) ... ok test_extra (filtered_relation.tests.FilteredRelationTests) ... ok test_internal_queryset_alias_mapping (filtered_relation.tests.FilteredRelationTests) ... ok test_intersection (filtered_relation.tests.FilteredRelationTests) ... ok test_multiple_times (filtered_relation.tests.FilteredRelationTests) ... ok test_only_not_supported (filtered_relation.tests.FilteredRelationTests) ... ok test_select_for_update (filtered_relation.tests.FilteredRelationTests) ... ok test_select_related (filtered_relation.tests.FilteredRelationTests) ... ok test_select_related_foreign_key (filtered_relation.tests.FilteredRelationTests) ... ok test_select_related_foreign_key_for_update_of (filtered_relation.tests.FilteredRelationTests) ... skipped "Database doesn't support feature(s): has_select_for_update, has_select_for_update_of" test_select_related_multiple (filtered_relation.tests.FilteredRelationTests) ... ok test_select_related_with_empty_relation (filtered_relation.tests.FilteredRelationTests) ... ok test_union (filtered_relation.tests.FilteredRelationTests) ... ok test_values (filtered_relation.tests.FilteredRelationTests) ... ok test_values_list (filtered_relation.tests.FilteredRelationTests) ... ok test_with_condition_as_expression_error (filtered_relation.tests.FilteredRelationTests) ... ok test_with_empty_relation_name_error (filtered_relation.tests.FilteredRelationTests) ... ok test_with_exclude (filtered_relation.tests.FilteredRelationTests) ... ok test_with_foreign_key_error (filtered_relation.tests.FilteredRelationTests) ... ok test_with_foreign_key_on_condition_error (filtered_relation.tests.FilteredRelationTests) ... ok test_with_generic_foreign_key (filtered_relation.tests.FilteredRelationTests) ... ok test_with_join (filtered_relation.tests.FilteredRelationTests) ... ok test_with_join_and_complex_condition (filtered_relation.tests.FilteredRelationTests) ... ok test_with_m2m (filtered_relation.tests.FilteredRelationTests) ... ok test_with_m2m_deep (filtered_relation.tests.FilteredRelationTests) ... ok test_with_m2m_multijoin (filtered_relation.tests.FilteredRelationTests) ... ok test_with_multiple_filter (filtered_relation.tests.FilteredRelationTests) ... ok test_with_prefetch_related (filtered_relation.tests.FilteredRelationTests) ... ok test_without_join (filtered_relation.tests.FilteredRelationTests) ... ok test_get (custom_pk.tests.BasicCustomPKTests) Get can accept pk or the real attribute name ... ok test_in_bulk (custom_pk.tests.BasicCustomPKTests) Custom pks work with in_bulk, both for integer and non-integer types ... ok test_pk_attributes (custom_pk.tests.BasicCustomPKTests) pk and attribute name are available on the model ... ok test_querysets (custom_pk.tests.BasicCustomPKTests) Both pk and custom attribute_name can be used in filter and friends ... ok test_querysets_related_name (custom_pk.tests.BasicCustomPKTests) Custom pk doesn't affect related_name based lookups ... ok test_querysets_relational (custom_pk.tests.BasicCustomPKTests) Queries across tables, involving primary key ... ok test_save (custom_pk.tests.BasicCustomPKTests) custom pks do not affect save ... ok test_custom_field_pk (custom_pk.tests.CustomPKTests) ... ok test_custom_pk_create (custom_pk.tests.CustomPKTests) New objects can be created both with pk and the custom name ... ok test_required_pk (custom_pk.tests.CustomPKTests) ... skipped 'Database has feature(s) supports_unspecified_pk' test_unicode_pk (custom_pk.tests.CustomPKTests) ... ok test_unique_pk (custom_pk.tests.CustomPKTests) ... ok test_zero_non_autoincrement_pk (custom_pk.tests.CustomPKTests) ... ok test_abstract_model_with_custom_manager_name (custom_managers.tests.CustomManagerTests) A custom manager may be defined on an abstract model. ... ok test_custom_manager_basic (custom_managers.tests.CustomManagerTests) Test a custom Manager method. ... ok test_deconstruct_as_manager (custom_managers.tests.CustomManagerTests) ... ok test_deconstruct_default (custom_managers.tests.CustomManagerTests) ... ok test_deconstruct_from_queryset (custom_managers.tests.CustomManagerTests) ... ok test_deconstruct_from_queryset_failing (custom_managers.tests.CustomManagerTests) ... ok test_filtering (custom_managers.tests.CustomManagerTests) Custom managers respond to usual filtering methods ... ok test_fk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_gfk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_init_args (custom_managers.tests.CustomManagerTests) The custom manager __init__() argument has been set. ... ok test_m2m_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_manager_attributes (custom_managers.tests.CustomManagerTests) Custom manager method is only available on the manager and not on ... ok test_manager_honors_queryset_only (custom_managers.tests.CustomManagerTests) ... ok test_manager_use_queryset_methods (custom_managers.tests.CustomManagerTests) Custom manager will use the queryset methods ... ok test_no_objects (custom_managers.tests.CustomManagerTests) The default manager, "objects", doesn't exist, because a custom one ... ok test_queryset_and_manager (custom_managers.tests.CustomManagerTests) Queryset method doesn't override the custom manager method. ... ok test_queryset_copied_to_default (custom_managers.tests.CustomManagerTests) The methods of a custom QuerySet are properly copied onto the ... ok test_related_manager (custom_managers.tests.CustomManagerTests) The related managers extend the default manager. ... ok test_removal_through_default_fk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_removal_through_default_gfk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_removal_through_default_m2m_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_removal_through_specified_fk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_removal_through_specified_gfk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_removal_through_specified_m2m_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_slow_removal_through_default_fk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_slow_removal_through_default_gfk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_slow_removal_through_specified_fk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_slow_removal_through_specified_gfk_related_manager (custom_managers.tests.CustomManagerTests) ... ok test_delete_one_to_one_manager (custom_managers.tests.CustomManagersRegressTestCase) ... ok test_delete_related_on_filtered_manager (custom_managers.tests.CustomManagersRegressTestCase) Deleting related objects should also not be distracted by a ... ok test_filtered_default_manager (custom_managers.tests.CustomManagersRegressTestCase) Even though the default manager filters out some records, ... ok test_queryset_with_custom_init (custom_managers.tests.CustomManagersRegressTestCase) BaseManager.get_queryset() should use kwargs rather than args to allow ... ok test_refresh_from_db_when_default_manager_filters (custom_managers.tests.CustomManagersRegressTestCase) Model.refresh_from_db() works for instances hidden by the default ... ok test_save_clears_annotations_from_base_manager (custom_managers.tests.CustomManagersRegressTestCase) Model.save() clears annotations from the base manager. ... ok test_managers (custom_managers.tests.TestCars) ... ok test_bilateral_fexpr (custom_lookups.tests.BilateralTransformTests) ... ok test_bilateral_inner_qs (custom_lookups.tests.BilateralTransformTests) ... ok test_bilateral_multi_value (custom_lookups.tests.BilateralTransformTests) ... ok test_bilateral_order (custom_lookups.tests.BilateralTransformTests) ... ok test_bilateral_upper (custom_lookups.tests.BilateralTransformTests) ... ok test_div3_bilateral_extract (custom_lookups.tests.BilateralTransformTests) ... ok test_transform_order_by (custom_lookups.tests.BilateralTransformTests) ... ok test_datetime_output_field (custom_lookups.tests.DateTimeLookupTests) ... skipped 'MySQL specific SQL used' test_basic_lookup (custom_lookups.tests.LookupTests) ... ok test_birthdate_month (custom_lookups.tests.LookupTests) ... skipped 'PostgreSQL specific SQL used' test_custom_exact_lookup_none_rhs (custom_lookups.tests.LookupTests) __exact=None is transformed to __isnull=True if a custom lookup class ... ok test_custom_name_lookup (custom_lookups.tests.LookupTests) ... ok test_div3_extract (custom_lookups.tests.LookupTests) ... ok test_foreignobject_lookup_registration (custom_lookups.tests.LookupTests) ... ok test_lookups_caching (custom_lookups.tests.LookupTests) ... ok test_subquery_usage (custom_lookups.tests.SubqueryTransformTests) ... ok test_custom_implementation_year_exact (custom_lookups.tests.YearLteTests) ... ok test_postgres_year_exact (custom_lookups.tests.YearLteTests) ... ok test_year_lte (custom_lookups.tests.YearLteTests) ... skipped 'PostgreSQL specific SQL used' test_year_lte_fexpr (custom_lookups.tests.YearLteTests) ... skipped 'PostgreSQL specific SQL used' test_year_lte_sql (custom_lookups.tests.YearLteTests) ... ok test_callable_object_view (admin_docs.test_middleware.XViewMiddlewareTest) ... ok test_xview_class (admin_docs.test_middleware.XViewMiddlewareTest) ... ok test_xview_func (admin_docs.test_middleware.XViewMiddlewareTest) ... ok test_bookmarklets (admin_docs.test_views.AdminDocViewTests) ... ok test_index (admin_docs.test_views.AdminDocViewTests) ... ok test_missing_docutils (admin_docs.test_views.AdminDocViewTests) ... ok test_model_index (admin_docs.test_views.AdminDocViewTests) ... ok test_namespaced_view_detail (admin_docs.test_views.AdminDocViewTests) ... ok test_no_sites_framework (admin_docs.test_views.AdminDocViewTests) Without the sites framework, should not access SITE_ID or Site ... ok test_template_detail (admin_docs.test_views.AdminDocViewTests) ... ok test_templatefilter_index (admin_docs.test_views.AdminDocViewTests) ... ok test_templatetag_index (admin_docs.test_views.AdminDocViewTests) ... ok test_view_detail (admin_docs.test_views.AdminDocViewTests) ... ok test_view_detail_as_method (admin_docs.test_views.AdminDocViewTests) Views that are methods can be displayed. ... ok test_view_detail_illegal_import (admin_docs.test_views.AdminDocViewTests) ... ok test_view_index (admin_docs.test_views.AdminDocViewTests) ... ok test_view_index_with_method (admin_docs.test_views.AdminDocViewTests) Views that are methods are listed correctly. ... ok test_bookmarklets (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_index (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_missing_docutils (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_model_index (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_namespaced_view_detail (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_no_sites_framework (admin_docs.test_views.AdminDocViewWithMultipleEngines) Without the sites framework, should not access SITE_ID or Site ... ok test_template_detail (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_templatefilter_index (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_templatetag_index (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_view_detail (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_view_detail_as_method (admin_docs.test_views.AdminDocViewWithMultipleEngines) Views that are methods can be displayed. ... ok test_view_detail_illegal_import (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_view_index (admin_docs.test_views.AdminDocViewWithMultipleEngines) ... ok test_view_index_with_method (admin_docs.test_views.AdminDocViewWithMultipleEngines) Views that are methods are listed correctly. ... ok test_app_not_found (admin_docs.test_views.TestModelDetailView) ... ok test_descriptions_render_correctly (admin_docs.test_views.TestModelDetailView) The ``description`` field should render correctly for each field type. ... ok test_instance_of_property_methods_are_displayed (admin_docs.test_views.TestModelDetailView) Model properties are displayed as fields. ... ok test_method_data_types (admin_docs.test_views.TestModelDetailView) ... ok test_method_excludes (admin_docs.test_views.TestModelDetailView) Methods that begin with strings defined in ... ok test_methods_with_arguments (admin_docs.test_views.TestModelDetailView) Methods that take arguments should also displayed. ... ok test_methods_with_arguments_display_arguments (admin_docs.test_views.TestModelDetailView) Methods with arguments should have their arguments displayed. ... ok test_methods_with_arguments_display_arguments_default_value (admin_docs.test_views.TestModelDetailView) Methods with keyword arguments should have their arguments displayed. ... ok test_methods_with_multiple_arguments_display_arguments (admin_docs.test_views.TestModelDetailView) Methods with multiple arguments should have all their arguments ... ok test_model_detail_title (admin_docs.test_views.TestModelDetailView) ... ok test_model_docstring_renders_correctly (admin_docs.test_views.TestModelDetailView) ... ok test_model_not_found (admin_docs.test_views.TestModelDetailView) ... ok test_model_with_many_to_one (admin_docs.test_views.TestModelDetailView) ... ok test_model_with_no_backward_relations_render_only_relevant_fields (admin_docs.test_views.TestModelDetailView) A model with ``related_name`` of `+` shouldn't show backward ... ok test_persistence (migration_test_data_persistence.tests.MigrationDataNormalPersistenceTestCase) ... ok test_inserting_reverse_lazy_into_string (urlpatterns_reverse.tests.ReverseLazyTest) ... ok test_redirect_with_lazy_reverse (urlpatterns_reverse.tests.ReverseLazyTest) ... ok test_user_permission_with_lazy_reverse (urlpatterns_reverse.tests.ReverseLazyTest) ... ok test_abstract_manager (managers_regress.tests.ManagersRegressionTests) ... ok test_custom_abstract_manager (managers_regress.tests.ManagersRegressionTests) ... ok test_custom_swappable_manager (managers_regress.tests.ManagersRegressionTests) ... ok test_explicit_abstract_manager (managers_regress.tests.ManagersRegressionTests) ... ok test_explicit_swappable_manager (managers_regress.tests.ManagersRegressionTests) ... ok test_field_can_be_called_exact (managers_regress.tests.ManagersRegressionTests) ... ok test_managers (managers_regress.tests.ManagersRegressionTests) ... ok test_regress_3871 (managers_regress.tests.ManagersRegressionTests) ... ok test_swappable_manager (managers_regress.tests.ManagersRegressionTests) ... ok test_ordering_across_null_fk (null_fk_ordering.tests.NullFkOrderingTests) Regression test for #7512 ... ok test_add_on_symmetrical_m2m_with_intermediate_model (m2m_through.tests.M2mThroughReferentialTests) ... ok test_self_referential_empty_qs (m2m_through.tests.M2mThroughReferentialTests) ... ok test_self_referential_non_symmetrical_both (m2m_through.tests.M2mThroughReferentialTests) ... ok test_self_referential_non_symmetrical_clear_first_side (m2m_through.tests.M2mThroughReferentialTests) ... ok test_self_referential_non_symmetrical_first_side (m2m_through.tests.M2mThroughReferentialTests) ... ok test_self_referential_non_symmetrical_second_side (m2m_through.tests.M2mThroughReferentialTests) ... ok test_self_referential_symmetrical (m2m_through.tests.M2mThroughReferentialTests) ... ok test_set_on_symmetrical_m2m_with_intermediate_model (m2m_through.tests.M2mThroughReferentialTests) ... ok test_through_fields_self_referential (m2m_through.tests.M2mThroughReferentialTests) ... ok test_add_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_add_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok test_add_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok test_add_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_clear_on_reverse_removes_all_the_m2m_relationships (m2m_through.tests.M2mThroughTests) ... ok test_clear_removes_all_the_m2m_relationships (m2m_through.tests.M2mThroughTests) ... ok test_create_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_create_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok test_create_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok test_create_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_custom_related_name_doesnt_conflict_with_fky_related_name (m2m_through.tests.M2mThroughTests) ... ok test_custom_related_name_forward_empty_qs (m2m_through.tests.M2mThroughTests) ... ok test_custom_related_name_forward_non_empty_qs (m2m_through.tests.M2mThroughTests) ... ok test_custom_related_name_reverse_empty_qs (m2m_through.tests.M2mThroughTests) ... ok test_custom_related_name_reverse_non_empty_qs (m2m_through.tests.M2mThroughTests) ... ok test_filter_on_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_get_on_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_get_or_create_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok test_get_or_create_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok test_order_by_relational_field_through_model (m2m_through.tests.M2mThroughTests) ... ok test_query_first_model_by_intermediate_model_attribute (m2m_through.tests.M2mThroughTests) ... ok test_query_model_by_attribute_name_of_related_model (m2m_through.tests.M2mThroughTests) ... ok test_query_model_by_custom_related_name (m2m_through.tests.M2mThroughTests) ... ok test_query_model_by_intermediate_can_return_non_unique_queryset (m2m_through.tests.M2mThroughTests) ... ok test_query_model_by_related_model_name (m2m_through.tests.M2mThroughTests) ... ok test_query_second_model_by_intermediate_model_attribute (m2m_through.tests.M2mThroughTests) ... ok test_remove_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_remove_on_m2m_with_intermediate_model_multiple (m2m_through.tests.M2mThroughTests) ... ok test_remove_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_retrieve_intermediate_items (m2m_through.tests.M2mThroughTests) ... ok test_retrieve_reverse_intermediate_items (m2m_through.tests.M2mThroughTests) ... ok test_set_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_set_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok test_set_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok test_set_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok test_through_fields (m2m_through.tests.M2mThroughTests) Relations with intermediary tables with multiple FKs ... ok test_update_or_create_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok test_update_or_create_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok test_choices (m2m_through.tests.M2mThroughToFieldsTests) ... ok test_retrieval (m2m_through.tests.M2mThroughToFieldsTests) ... ok test_cast_from_db_date_to_datetime (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_db_datetime_to_date (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_db_datetime_to_date_group_by (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_db_datetime_to_time (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_field (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_python (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_python_to_date (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_python_to_datetime (db_functions.comparison.test_cast.CastTests) ... ok test_cast_from_value (db_functions.comparison.test_cast.CastTests) ... ok test_cast_to_char_field_with_max_length (db_functions.comparison.test_cast.CastTests) ... skipped "Database doesn't support feature(s): supports_cast_with_precision" test_cast_to_char_field_without_max_length (db_functions.comparison.test_cast.CastTests) ... ok test_cast_to_decimal_field (db_functions.comparison.test_cast.CastTests) ... skipped "Database doesn't support feature(s): supports_cast_with_precision" test_cast_to_integer (db_functions.comparison.test_cast.CastTests) ... ok test_cast_to_text_field (db_functions.comparison.test_cast.CastTests) ... ok test_expression_wrapped_with_parentheses_on_postgresql (db_functions.comparison.test_cast.CastTests) The SQL for the Cast expression is wrapped with parentheses in case ... skipped 'PostgreSQL test' test_basic (db_functions.comparison.test_coalesce.CoalesceTests) ... ok test_gt_two_expressions (db_functions.comparison.test_coalesce.CoalesceTests) ... ok test_mixed_values (db_functions.comparison.test_coalesce.CoalesceTests) ... ok test_ordering (db_functions.comparison.test_coalesce.CoalesceTests) ... ok test_all_null (db_functions.comparison.test_greatest.GreatestTests) ... ok test_basic (db_functions.comparison.test_greatest.GreatestTests) ... ok test_coalesce_workaround (db_functions.comparison.test_greatest.GreatestTests) ... ok test_coalesce_workaround_mysql (db_functions.comparison.test_greatest.GreatestTests) ... skipped 'MySQL-specific workaround' test_decimal_filter (db_functions.comparison.test_greatest.GreatestTests) ... ok test_ignores_null (db_functions.comparison.test_greatest.GreatestTests) ... skipped "Database doesn't support feature(s): greatest_least_ignores_nulls" test_one_expressions (db_functions.comparison.test_greatest.GreatestTests) ... ok test_propagates_null (db_functions.comparison.test_greatest.GreatestTests) ... ok test_related_field (db_functions.comparison.test_greatest.GreatestTests) ... ok test_update (db_functions.comparison.test_greatest.GreatestTests) ... ok test_all_null (db_functions.comparison.test_least.LeastTests) ... ok test_basic (db_functions.comparison.test_least.LeastTests) ... ok test_coalesce_workaround (db_functions.comparison.test_least.LeastTests) ... ok test_coalesce_workaround_mysql (db_functions.comparison.test_least.LeastTests) ... skipped 'MySQL-specific workaround' test_decimal_filter (db_functions.comparison.test_least.LeastTests) ... ok test_ignores_null (db_functions.comparison.test_least.LeastTests) ... skipped "Database doesn't support feature(s): greatest_least_ignores_nulls" test_one_expressions (db_functions.comparison.test_least.LeastTests) ... ok test_propagates_null (db_functions.comparison.test_least.LeastTests) ... ok test_related_field (db_functions.comparison.test_least.LeastTests) ... ok test_update (db_functions.comparison.test_least.LeastTests) ... ok test_basic (db_functions.comparison.test_nullif.NullIfTests) ... ok test_null_argument (db_functions.comparison.test_nullif.NullIfTests) ... ok test_null_literal (db_functions.comparison.test_nullif.NullIfTests) ... skipped 'Oracle specific test for NULL-literal' test_too_few_args (db_functions.comparison.test_nullif.NullIfTests) ... ok test_extract_day_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_duration (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... skipped "Database doesn't support feature(s): has_native_duration_field" test_extract_duration_unsupported_lookups (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_duration_without_native_duration_field (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_hour_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_iso_year_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_iso_year_func_boundaries (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_minute_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_month_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_none (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_quarter_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_quarter_func_boundaries (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_second_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_week_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_week_func_boundaries (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_weekday_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_year_exact_lookup (db_functions.datetime.test_extract_trunc.DateFunctionTests) Extract year uses a BETWEEN filter to compare the year to allow indexes ... ok test_extract_year_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_year_greaterthan_lookup (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_year_lessthan_lookup (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_date_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_date_none (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_day_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_hour_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_minute_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_month_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_none (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_quarter_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_second_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_subquery_with_parameters (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_time_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_time_none (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_week_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_trunc_year_func (db_functions.datetime.test_extract_trunc.DateFunctionTests) ... ok test_extract_day_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_duration (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... skipped "Database doesn't support feature(s): has_native_duration_field" test_extract_duration_unsupported_lookups (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_duration_without_native_duration_field (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_func_explicit_timezone_priority (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_func_with_timezone (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_hour_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_iso_year_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_iso_year_func_boundaries (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_minute_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_month_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_none (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_quarter_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_quarter_func_boundaries (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_second_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_week_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_week_func_boundaries (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_weekday_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_year_exact_lookup (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) Extract year uses a BETWEEN filter to compare the year to allow indexes ... ok test_extract_year_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_year_greaterthan_lookup (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_extract_year_lessthan_lookup (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_ambiguous_and_invalid_times (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_date_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_date_none (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_day_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_func_with_timezone (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) If the truncated datetime transitions to a different offset (daylight ... ok test_trunc_hour_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_minute_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_month_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_none (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_quarter_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_second_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_subquery_with_parameters (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_time_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_time_none (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_timezone_applied_before_truncation (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_week_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_trunc_year_func (db_functions.datetime.test_extract_trunc.DateFunctionWithTimeZoneTests) ... ok test_basic (db_functions.datetime.test_now.NowTests) ... ok test_decimal (db_functions.math.test_abs.AbsTests) ... ok test_float (db_functions.math.test_abs.AbsTests) ... ok test_integer (db_functions.math.test_abs.AbsTests) ... ok test_null (db_functions.math.test_abs.AbsTests) ... ok test_transform (db_functions.math.test_abs.AbsTests) ... ok test_decimal (db_functions.math.test_acos.ACosTests) ... ok test_float (db_functions.math.test_acos.ACosTests) ... ok test_integer (db_functions.math.test_acos.ACosTests) ... ok test_null (db_functions.math.test_acos.ACosTests) ... ok test_transform (db_functions.math.test_acos.ACosTests) ... ok test_decimal (db_functions.math.test_asin.ASinTests) ... ok test_float (db_functions.math.test_asin.ASinTests) ... ok test_integer (db_functions.math.test_asin.ASinTests) ... ok test_null (db_functions.math.test_asin.ASinTests) ... ok test_transform (db_functions.math.test_asin.ASinTests) ... ok test_decimal (db_functions.math.test_atan.ATanTests) ... ok test_float (db_functions.math.test_atan.ATanTests) ... ok test_integer (db_functions.math.test_atan.ATanTests) ... ok test_null (db_functions.math.test_atan.ATanTests) ... ok test_transform (db_functions.math.test_atan.ATanTests) ... ok test_decimal (db_functions.math.test_atan2.ATan2Tests) ... ok test_float (db_functions.math.test_atan2.ATan2Tests) ... ok test_integer (db_functions.math.test_atan2.ATan2Tests) ... ok test_null (db_functions.math.test_atan2.ATan2Tests) ... ok test_decimal (db_functions.math.test_ceil.CeilTests) ... ok test_float (db_functions.math.test_ceil.CeilTests) ... ok test_integer (db_functions.math.test_ceil.CeilTests) ... ok test_null (db_functions.math.test_ceil.CeilTests) ... ok test_transform (db_functions.math.test_ceil.CeilTests) ... ok test_decimal (db_functions.math.test_cos.CosTests) ... ok test_float (db_functions.math.test_cos.CosTests) ... ok test_integer (db_functions.math.test_cos.CosTests) ... ok test_null (db_functions.math.test_cos.CosTests) ... ok test_transform (db_functions.math.test_cos.CosTests) ... ok test_decimal (db_functions.math.test_cot.CotTests) ... ok test_float (db_functions.math.test_cot.CotTests) ... ok test_integer (db_functions.math.test_cot.CotTests) ... ok test_null (db_functions.math.test_cot.CotTests) ... ok test_transform (db_functions.math.test_cot.CotTests) ... ok test_decimal (db_functions.math.test_degrees.DegreesTests) ... ok test_float (db_functions.math.test_degrees.DegreesTests) ... ok test_integer (db_functions.math.test_degrees.DegreesTests) ... ok test_null (db_functions.math.test_degrees.DegreesTests) ... ok test_transform (db_functions.math.test_degrees.DegreesTests) ... ok test_decimal (db_functions.math.test_exp.ExpTests) ... ok test_float (db_functions.math.test_exp.ExpTests) ... ok test_integer (db_functions.math.test_exp.ExpTests) ... ok test_null (db_functions.math.test_exp.ExpTests) ... ok test_transform (db_functions.math.test_exp.ExpTests) ... ok test_decimal (db_functions.math.test_floor.FloorTests) ... ok test_float (db_functions.math.test_floor.FloorTests) ... ok test_integer (db_functions.math.test_floor.FloorTests) ... ok test_null (db_functions.math.test_floor.FloorTests) ... ok test_transform (db_functions.math.test_floor.FloorTests) ... ok test_decimal (db_functions.math.test_ln.LnTests) ... ok test_float (db_functions.math.test_ln.LnTests) ... ok test_integer (db_functions.math.test_ln.LnTests) ... ok test_null (db_functions.math.test_ln.LnTests) ... ok test_transform (db_functions.math.test_ln.LnTests) ... ok test_decimal (db_functions.math.test_log.LogTests) ... ok test_float (db_functions.math.test_log.LogTests) ... ok test_integer (db_functions.math.test_log.LogTests) ... ok test_null (db_functions.math.test_log.LogTests) ... ok test_decimal (db_functions.math.test_mod.ModTests) ... ok test_float (db_functions.math.test_mod.ModTests) ... ok test_integer (db_functions.math.test_mod.ModTests) ... ok test_null (db_functions.math.test_mod.ModTests) ... ok test (db_functions.math.test_pi.PiTests) ... ok test_decimal (db_functions.math.test_power.PowerTests) ... ok test_float (db_functions.math.test_power.PowerTests) ... ok test_integer (db_functions.math.test_power.PowerTests) ... ok test_null (db_functions.math.test_power.PowerTests) ... ok test_decimal (db_functions.math.test_radians.RadiansTests) ... ok test_float (db_functions.math.test_radians.RadiansTests) ... ok test_integer (db_functions.math.test_radians.RadiansTests) ... ok test_null (db_functions.math.test_radians.RadiansTests) ... ok test_transform (db_functions.math.test_radians.RadiansTests) ... ok test_decimal (db_functions.math.test_round.RoundTests) ... ok test_float (db_functions.math.test_round.RoundTests) ... ok test_integer (db_functions.math.test_round.RoundTests) ... ok test_null (db_functions.math.test_round.RoundTests) ... ok test_transform (db_functions.math.test_round.RoundTests) ... ok test_decimal (db_functions.math.test_sign.SignTests) ... ok test_float (db_functions.math.test_sign.SignTests) ... ok test_integer (db_functions.math.test_sign.SignTests) ... ok test_null (db_functions.math.test_sign.SignTests) ... ok test_transform (db_functions.math.test_sign.SignTests) ... ok test_decimal (db_functions.math.test_sin.SinTests) ... ok test_float (db_functions.math.test_sin.SinTests) ... ok test_integer (db_functions.math.test_sin.SinTests) ... ok test_null (db_functions.math.test_sin.SinTests) ... ok test_transform (db_functions.math.test_sin.SinTests) ... ok test_decimal (db_functions.math.test_sqrt.SqrtTests) ... ok test_float (db_functions.math.test_sqrt.SqrtTests) ... ok test_integer (db_functions.math.test_sqrt.SqrtTests) ... ok test_null (db_functions.math.test_sqrt.SqrtTests) ... ok test_transform (db_functions.math.test_sqrt.SqrtTests) ... ok test_decimal (db_functions.math.test_tan.TanTests) ... ok test_float (db_functions.math.test_tan.TanTests) ... ok test_integer (db_functions.math.test_tan.TanTests) ... ok test_null (db_functions.math.test_tan.TanTests) ... ok test_transform (db_functions.math.test_tan.TanTests) ... ok test_func_transform_bilateral (db_functions.tests.FunctionTests) ... ok test_func_transform_bilateral_multivalue (db_functions.tests.FunctionTests) ... ok test_function_as_filter (db_functions.tests.FunctionTests) ... ok test_nested_function_ordering (db_functions.tests.FunctionTests) ... ok test_basic (db_functions.text.test_chr.ChrTests) ... ok test_non_ascii (db_functions.text.test_chr.ChrTests) ... ok test_transform (db_functions.text.test_chr.ChrTests) ... ok test_basic (db_functions.text.test_concat.ConcatTests) ... ok test_coalesce_idempotent (db_functions.text.test_concat.ConcatTests) ... ok test_gt_two_expressions (db_functions.text.test_concat.ConcatTests) ... ok test_many (db_functions.text.test_concat.ConcatTests) ... ok test_mixed_char_text (db_functions.text.test_concat.ConcatTests) ... ok test_sql_generation_idempotency (db_functions.text.test_concat.ConcatTests) ... ok test_basic (db_functions.text.test_left.LeftTests) ... ok test_expressions (db_functions.text.test_left.LeftTests) ... ok test_invalid_length (db_functions.text.test_left.LeftTests) ... ok test_basic (db_functions.text.test_length.LengthTests) ... ok test_ordering (db_functions.text.test_length.LengthTests) ... ok test_transform (db_functions.text.test_length.LengthTests) ... ok test_basic (db_functions.text.test_lower.LowerTests) ... ok test_num_args (db_functions.text.test_lower.LowerTests) ... ok test_transform (db_functions.text.test_lower.LowerTests) ... ok test_basic (db_functions.text.test_md5.MD5Tests) ... ok test_transform (db_functions.text.test_md5.MD5Tests) ... ok test_basic (db_functions.text.test_ord.OrdTests) ... ok test_transform (db_functions.text.test_ord.OrdTests) ... ok test_combined_with_length (db_functions.text.test_pad.PadTests) ... ok test_pad (db_functions.text.test_pad.PadTests) ... ok test_pad_negative_length (db_functions.text.test_pad.PadTests) ... ok test_basic (db_functions.text.test_repeat.RepeatTests) ... ok test_negative_number (db_functions.text.test_repeat.RepeatTests) ... ok test_case_sensitive (db_functions.text.test_replace.ReplaceTests) ... ok test_replace_expression (db_functions.text.test_replace.ReplaceTests) ... ok test_replace_with_default_arg (db_functions.text.test_replace.ReplaceTests) ... ok test_replace_with_empty_string (db_functions.text.test_replace.ReplaceTests) ... ok test_update (db_functions.text.test_replace.ReplaceTests) ... ok test_basic (db_functions.text.test_reverse.ReverseTests) ... ok test_expressions (db_functions.text.test_reverse.ReverseTests) ... ok test_null (db_functions.text.test_reverse.ReverseTests) ... ok test_transform (db_functions.text.test_reverse.ReverseTests) ... ok test_basic (db_functions.text.test_right.RightTests) ... ok test_expressions (db_functions.text.test_right.RightTests) ... ok test_invalid_length (db_functions.text.test_right.RightTests) ... ok test_basic (db_functions.text.test_sha1.SHA1Tests) ... ok test_transform (db_functions.text.test_sha1.SHA1Tests) ... ok test_basic (db_functions.text.test_sha224.SHA224Tests) ... ok test_transform (db_functions.text.test_sha224.SHA224Tests) ... ok test_unsupported (db_functions.text.test_sha224.SHA224Tests) ... skipped "Oracle doesn't support SHA224." test_basic (db_functions.text.test_sha256.SHA256Tests) ... ok test_transform (db_functions.text.test_sha256.SHA256Tests) ... ok test_basic (db_functions.text.test_sha384.SHA384Tests) ... ok test_transform (db_functions.text.test_sha384.SHA384Tests) ... ok test_basic (db_functions.text.test_sha512.SHA512Tests) ... ok test_transform (db_functions.text.test_sha512.SHA512Tests) ... ok test_annotate_charfield (db_functions.text.test_strindex.StrIndexTests) ... ok test_annotate_textfield (db_functions.text.test_strindex.StrIndexTests) ... ok test_filtering (db_functions.text.test_strindex.StrIndexTests) ... ok test_order_by (db_functions.text.test_strindex.StrIndexTests) ... ok test_unicode_values (db_functions.text.test_strindex.StrIndexTests) ... ok test_basic (db_functions.text.test_substr.SubstrTests) ... ok test_expressions (db_functions.text.test_substr.SubstrTests) ... ok test_pos_gt_zero (db_functions.text.test_substr.SubstrTests) ... ok test_start (db_functions.text.test_substr.SubstrTests) ... ok test_trim (db_functions.text.test_trim.TrimTests) ... ok test_trim_transform (db_functions.text.test_trim.TrimTests) ... ok test_basic (db_functions.text.test_upper.UpperTests) ... ok test_transform (db_functions.text.test_upper.UpperTests) ... ok test_dates_avoid_datetime_cast (dates.tests.DatesTests) ... skipped 'Test checks MySQL query syntax' test_dates_fails_when_given_invalid_field_argument (dates.tests.DatesTests) ... ok test_dates_fails_when_given_invalid_kind_argument (dates.tests.DatesTests) ... ok test_dates_fails_when_given_invalid_order_argument (dates.tests.DatesTests) ... ok test_dates_fails_when_no_arguments_are_provided (dates.tests.DatesTests) ... ok test_dates_trunc_datetime_fields (dates.tests.DatesTests) ... ok test_related_model_traverse (dates.tests.DatesTests) ... ok test_generic_sitemap (sitemaps_tests.test_generic.GenericViewsSitemapTests) A minimal generic sitemap can be rendered ... ok test_generic_sitemap_attributes (sitemaps_tests.test_generic.GenericViewsSitemapTests) ... ok test_generic_sitemap_lastmod (sitemaps_tests.test_generic.GenericViewsSitemapTests) ... ok test_cached_sitemap_index (sitemaps_tests.test_http.HTTPSitemapTests) A cached sitemap index can be rendered (#2713). ... ok test_empty_page (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_empty_sitemap (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_localized_priority (sitemaps_tests.test_http.HTTPSitemapTests) The priority value should not be localized (Refs #14164) ... ok test_no_section (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_page_not_int (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_paged_sitemap (sitemaps_tests.test_http.HTTPSitemapTests) A sitemap may have multiple pages. ... ok test_requestsite_sitemap (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_simple_custom_sitemap (sitemaps_tests.test_http.HTTPSitemapTests) A simple sitemap can be rendered with a custom template ... ok test_simple_i18nsitemap_index (sitemaps_tests.test_http.HTTPSitemapTests) A simple i18n sitemap index can be rendered ... ok test_simple_sitemap (sitemaps_tests.test_http.HTTPSitemapTests) A simple sitemap can be rendered ... ok test_simple_sitemap_custom_index (sitemaps_tests.test_http.HTTPSitemapTests) A simple sitemap index can be rendered with a custom template ... ok test_simple_sitemap_index (sitemaps_tests.test_http.HTTPSitemapTests) A simple sitemap index can be rendered ... ok test_simple_sitemap_section (sitemaps_tests.test_http.HTTPSitemapTests) A simple sitemap section can be rendered ... ok test_sitemap_get_urls_no_site_1 (sitemaps_tests.test_http.HTTPSitemapTests) Check we get ImproperlyConfigured if we don't pass a site object to ... ok test_sitemap_get_urls_no_site_2 (sitemaps_tests.test_http.HTTPSitemapTests) Check we get ImproperlyConfigured when we don't pass a site object to ... ok test_sitemap_item (sitemaps_tests.test_http.HTTPSitemapTests) Check to make sure that the raw item is included with each ... ok test_sitemap_last_modified (sitemaps_tests.test_http.HTTPSitemapTests) Last-Modified header is set correctly ... ok test_sitemap_last_modified_date (sitemaps_tests.test_http.HTTPSitemapTests) The Last-Modified header should be support dates (without time). ... ok test_sitemap_last_modified_missing (sitemaps_tests.test_http.HTTPSitemapTests) Last-Modified header is missing when sitemap has no lastmod ... ok test_sitemap_last_modified_mixed (sitemaps_tests.test_http.HTTPSitemapTests) Last-Modified header is omitted when lastmod not on all items ... ok test_sitemap_last_modified_tz (sitemaps_tests.test_http.HTTPSitemapTests) The Last-Modified header should be converted from timezone aware dates ... ok test_sitemap_not_callable (sitemaps_tests.test_http.HTTPSitemapTests) A sitemap may not be callable. ... ok test_sitemap_without_entries (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_sitemaps_lastmod_ascending (sitemaps_tests.test_http.HTTPSitemapTests) The Last-Modified header is set to the most recent sitemap lastmod. ... ok test_sitemaps_lastmod_descending (sitemaps_tests.test_http.HTTPSitemapTests) The Last-Modified header is set to the most recent sitemap lastmod. ... ok test_sitemaps_lastmod_mixed_ascending_last_modified_missing (sitemaps_tests.test_http.HTTPSitemapTests) The Last-Modified header is omitted when lastmod isn't found in all ... ok test_sitemaps_lastmod_mixed_descending_last_modified_missing (sitemaps_tests.test_http.HTTPSitemapTests) The Last-Modified header is omitted when lastmod isn't found in all ... ok test_x_robots_sitemap (sitemaps_tests.test_http.HTTPSitemapTests) ... ok test_sitemap_index_with_https_request (sitemaps_tests.test_https.HTTPSDetectionSitemapTests) A sitemap index requested in HTTPS is rendered with HTTPS links ... ok test_sitemap_section_with_https_request (sitemaps_tests.test_https.HTTPSDetectionSitemapTests) A sitemap section requested in HTTPS is rendered with HTTPS links ... ok test_secure_sitemap_index (sitemaps_tests.test_https.HTTPSSitemapTests) A secure sitemap index can be rendered ... ok test_secure_sitemap_section (sitemaps_tests.test_https.HTTPSSitemapTests) A secure sitemap section can be rendered ... ok test_args (sitemaps_tests.test_management.PingGoogleTests) ... ok test_default (sitemaps_tests.test_management.PingGoogleTests) ... ok test_get_sitemap_full_url_exact_url (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_get_sitemap_full_url_global (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_get_sitemap_full_url_index (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_get_sitemap_full_url_insecure (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_get_sitemap_full_url_no_sites (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_get_sitemap_full_url_not_detected (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_something (sitemaps_tests.test_utils.PingGoogleTests) ... ok test_modelchoicefield (forms_tests.tests.test_error_messages.ModelChoiceFieldErrorMessagesTestCase) ... ok test_empty_field_char (forms_tests.tests.tests.EmptyLabelTestCase) ... ok test_empty_field_char_none (forms_tests.tests.tests.EmptyLabelTestCase) ... ok test_empty_field_integer (forms_tests.tests.tests.EmptyLabelTestCase) ... ok test_get_display_value_on_none (forms_tests.tests.tests.EmptyLabelTestCase) ... ok test_html_rendering_of_prepopulated_models (forms_tests.tests.tests.EmptyLabelTestCase) ... ok test_save_empty_label_forms (forms_tests.tests.tests.EmptyLabelTestCase) ... ok test_boundary_conditions (forms_tests.tests.tests.FormsModelTestCase) ... ok test_formfield_initial (forms_tests.tests.tests.FormsModelTestCase) ... ok test_unicode_filename (forms_tests.tests.tests.FormsModelTestCase) ... ok test_m2m_field_exclusion (forms_tests.tests.tests.ManyToManyExclusionTestCase) ... ok test_callable_initial_value (forms_tests.tests.tests.ModelFormCallableModelDefault) The initial value for a callable default returning a queryset is the pk (refs #13769) ... ok test_initial_instance_value (forms_tests.tests.tests.ModelFormCallableModelDefault) Initial instances for model fields may also be instances (refs #7287) ... ok test_no_empty_option (forms_tests.tests.tests.ModelFormCallableModelDefault) If a model's ForeignKey has blank=False and a default, no empty option is created (Refs #10792). ... ok test_empty_queryset_return (forms_tests.tests.tests.TestTicket14567) If a model's ManyToManyField has blank=True and is saved with no data, a queryset is returned. ... ok test_m2m_prefetch_proxied (m2m_through_regress.test_multitable.MultiTableTests) ... ok test_m2m_prefetch_reverse_proxied (m2m_through_regress.test_multitable.MultiTableTests) ... ok test_m2m_query (m2m_through_regress.test_multitable.MultiTableTests) ... ok test_m2m_query_proxied (m2m_through_regress.test_multitable.MultiTableTests) ... ok test_m2m_reverse_query (m2m_through_regress.test_multitable.MultiTableTests) ... ok test_m2m_reverse_query_proxied (m2m_through_regress.test_multitable.MultiTableTests) ... ok test_serialization (m2m_through_regress.tests.M2MThroughSerializationTestCase) m2m-through models aren't serialized as m2m fields. Refs #8134 ... ok test_join_trimming_forwards (m2m_through_regress.tests.M2MThroughTestCase) Too many copies of the intermediate table aren't involved when doing a ... ok test_join_trimming_reverse (m2m_through_regress.tests.M2MThroughTestCase) ... ok test_retrieve_forward_m2m_items (m2m_through_regress.tests.M2MThroughTestCase) ... ok test_retrieve_forward_m2m_items_via_custom_id_intermediary (m2m_through_regress.tests.M2MThroughTestCase) ... ok test_retrieve_reverse_m2m_items (m2m_through_regress.tests.M2MThroughTestCase) ... ok test_retrieve_reverse_m2m_items_via_custom_id_intermediary (m2m_through_regress.tests.M2MThroughTestCase) ... ok test_sequence_creation (m2m_through_regress.tests.ThroughLoadDataTestCase) Sequences on an m2m_through are created for the through model, not a ... ok test_add (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_add_null_reverse (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_add_null_reverse_related (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_add_related_null (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_add_reverse (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_m2m_relations_unusable_on_null_pk_obj (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_m2m_relations_unusable_on_null_to_field (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_remove (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_remove_reverse (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_to_field (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_to_field_clear (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_to_field_clear_reverse (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_to_field_reverse (m2m_through_regress.tests.ToFieldThroughTests) ... ok test_abstract_base_class_m2m_relation_inheritance (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_abstract_verbose_name_plural_inheritance (model_inheritance_regress.tests.ModelInheritanceTest) verbose_name_plural correctly inherited from ABC if inheritance chain ... ok test_all_fields_from_abstract_base_class (model_inheritance_regress.tests.ModelInheritanceTest) Regression tests for #7588 ... ok test_concrete_abstract_concrete_pk (model_inheritance_regress.tests.ModelInheritanceTest) Primary key set correctly with concrete->abstract->concrete inheritance. ... ok test_filter_with_parent_fk (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_get_next_previous_by_date (model_inheritance_regress.tests.ModelInheritanceTest) Regression tests for #8076 ... ok test_id_field_update_on_ancestor_change (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_inheritance_joins (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_inheritance_resolve_columns (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_inheritance_select_related (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_inheritance_values_joins (model_inheritance_regress.tests.ModelInheritanceTest) ... expected failure test_inherited_fields (model_inheritance_regress.tests.ModelInheritanceTest) Regression test for #8825 and #9390 ... ok test_inherited_nullable_exclude (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_inherited_unique_field_with_form (model_inheritance_regress.tests.ModelInheritanceTest) A model which has different primary key for the parent model passes ... ok test_issue_11764 (model_inheritance_regress.tests.ModelInheritanceTest) Regression test for #11764 ... ok test_issue_21554 (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_issue_6755 (model_inheritance_regress.tests.ModelInheritanceTest) Regression test for #6755 ... ok test_issue_7105 (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_issue_7276 (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_issue_7488 (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_issue_7853 (model_inheritance_regress.tests.ModelInheritanceTest) Regression test for #7853 ... ok test_model_inheritance (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_ptr_accessor_assigns_state (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_queries_on_parent_access (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_queryset_update_on_parent_model (model_inheritance_regress.tests.ModelInheritanceTest) Regression test for #10362 ... ok test_related_filtering_query_efficiency_ticket_15844 (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_use_explicit_o2o_to_parent_as_pk (model_inheritance_regress.tests.ModelInheritanceTest) The connector from child to parent need not be the pk on the child. ... ok test_use_explicit_o2o_to_parent_from_abstract_model (model_inheritance_regress.tests.ModelInheritanceTest) ... ok test_back_and_forward (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_basic (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_follow_from_child_class (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_follow_inheritance (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_follow_next_level (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_follow_two (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_follow_two_next_level (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_forward_and_back (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_inheritance_deferred (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_inheritance_deferred2 (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_missing_reverse (select_related_onetoone.tests.ReverseSelectRelatedTestCase) Ticket #13839: select_related() should NOT cache None ... ok test_multiinheritance_two_subclasses (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_multiple_subclass (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_not_followed_by_default (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_nullable_missing_reverse (select_related_onetoone.tests.ReverseSelectRelatedTestCase) Ticket #13839: select_related() should NOT cache None ... ok test_nullable_relation (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_onetoone_with_subclass (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_onetoone_with_two_subclasses (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_parent_only (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_self_relation (select_related_onetoone.tests.ReverseSelectRelatedTestCase) ... ok test_auth_manager (multiple_database.tests.AuthTestCase) The methods on the auth manager obey database hints ... ok test_dumpdata (multiple_database.tests.AuthTestCase) dumpdata honors allow_migrate restrictions on the router ... ok test_fixture_loading (multiple_database.tests.FixtureTestCase) Multi-db fixtures are loaded correctly ... ok test_pseudo_empty_fixtures (multiple_database.tests.FixtureTestCase) A fixture can contain entries, but lead to nothing in the database; ... ok test_migrate_to_other_database (multiple_database.tests.MigrateTestCase) Regression test for #16039: migrate with --database option. ... ok test_migrate_to_other_database_with_router (multiple_database.tests.MigrateTestCase) Regression test for #16039: migrate with --database option. ... ok test_pickling (multiple_database.tests.PickleQuerySetTestCase) ... ok test_basic_queries (multiple_database.tests.QueryTestCase) Queries are constrained to a single database ... ok test_db_selection (multiple_database.tests.QueryTestCase) Querysets will use the default database by default ... ok test_default_creation (multiple_database.tests.QueryTestCase) Objects created on the default database don't leak onto other databases ... ok test_foreign_key_cross_database_protection (multiple_database.tests.QueryTestCase) Operations that involve sharing FK objects across databases raise an error ... ok test_foreign_key_deletion (multiple_database.tests.QueryTestCase) Cascaded deletions of Foreign Key relations issue queries on the right database ... ok test_foreign_key_reverse_operations (multiple_database.tests.QueryTestCase) FK reverse manipulations are all constrained to a single DB ... ok test_foreign_key_separation (multiple_database.tests.QueryTestCase) FK fields are constrained to a single database ... ok test_foreign_key_validation (multiple_database.tests.QueryTestCase) ForeignKey.validate() uses the correct database ... ok test_foreign_key_validation_with_router (multiple_database.tests.QueryTestCase) ForeignKey.validate() passes `model` to db_for_read() even if ... ok test_generic_key_cross_database_protection (multiple_database.tests.QueryTestCase) Operations that involve sharing generic key objects across databases raise an error ... ok test_generic_key_deletion (multiple_database.tests.QueryTestCase) Cascaded deletions of Generic Key relations issue queries on the right database ... ok test_generic_key_reverse_operations (multiple_database.tests.QueryTestCase) Generic reverse manipulations are all constrained to a single DB ... ok test_generic_key_separation (multiple_database.tests.QueryTestCase) Generic fields are constrained to a single database ... ok test_m2m_cross_database_protection (multiple_database.tests.QueryTestCase) Operations that involve sharing M2M objects across databases raise an error ... ok test_m2m_deletion (multiple_database.tests.QueryTestCase) Cascaded deletions of m2m relations issue queries on the right database ... ok test_m2m_forward_operations (multiple_database.tests.QueryTestCase) M2M forward manipulations are all constrained to a single DB ... ok test_m2m_reverse_operations (multiple_database.tests.QueryTestCase) M2M reverse manipulations are all constrained to a single DB ... ok test_m2m_separation (multiple_database.tests.QueryTestCase) M2M fields are constrained to a single database ... ok test_o2o_cross_database_protection (multiple_database.tests.QueryTestCase) Operations that involve sharing FK objects across databases raise an error ... ok test_o2o_separation (multiple_database.tests.QueryTestCase) OneToOne fields are constrained to a single database ... ok test_ordering (multiple_database.tests.QueryTestCase) get_next_by_XXX commands stick to a single database ... ok test_other_creation (multiple_database.tests.QueryTestCase) Objects created on another database don't leak onto the default database ... ok test_raw (multiple_database.tests.QueryTestCase) test the raw() method across databases ... ok test_refresh (multiple_database.tests.QueryTestCase) ... ok test_refresh_router_instance_hint (multiple_database.tests.QueryTestCase) ... ok test_related_manager (multiple_database.tests.QueryTestCase) Related managers return managers, not querysets ... ok test_select_related (multiple_database.tests.QueryTestCase) Database assignment is retained if an object is retrieved with select_related() ... ok test_subquery (multiple_database.tests.QueryTestCase) Make sure as_sql works with subqueries and primary/replica. ... ok test_fk_delete (multiple_database.tests.RouteForWriteTestCase) ... ok test_m2m_add (multiple_database.tests.RouteForWriteTestCase) ... ok test_m2m_clear (multiple_database.tests.RouteForWriteTestCase) ... ok test_m2m_delete (multiple_database.tests.RouteForWriteTestCase) ... ok test_m2m_get_or_create (multiple_database.tests.RouteForWriteTestCase) ... ok test_m2m_remove (multiple_database.tests.RouteForWriteTestCase) ... ok test_m2m_update (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_fk_delete (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_fk_get_or_create (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_fk_update (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_m2m_add (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_m2m_clear (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_m2m_delete (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_m2m_get_or_create (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_m2m_remove (multiple_database.tests.RouteForWriteTestCase) ... ok test_reverse_m2m_update (multiple_database.tests.RouteForWriteTestCase) ... ok test_attribute_error_delete (multiple_database.tests.RouterAttributeErrorTestCase) The AttributeError from AttributeErrorRouter bubbles up ... ok test_attribute_error_m2m (multiple_database.tests.RouterAttributeErrorTestCase) The AttributeError from AttributeErrorRouter bubbles up ... ok test_attribute_error_read (multiple_database.tests.RouterAttributeErrorTestCase) The AttributeError from AttributeErrorRouter bubbles up ... ok test_attribute_error_save (multiple_database.tests.RouterAttributeErrorTestCase) The AttributeError from AttributeErrorRouter bubbles up ... ok test_foreignkey_collection (multiple_database.tests.RouterModelArgumentTestCase) ... ok test_m2m_collection (multiple_database.tests.RouterModelArgumentTestCase) ... ok test_database_routing (multiple_database.tests.RouterTestCase) ... ok test_db_selection (multiple_database.tests.RouterTestCase) Querysets obey the router for db suggestions ... ok test_deferred_models (multiple_database.tests.RouterTestCase) ... ok test_foreign_key_cross_database_protection (multiple_database.tests.RouterTestCase) Foreign keys can cross databases if they two databases have a common source ... ok test_foreign_key_managers (multiple_database.tests.RouterTestCase) FK reverse relations are represented by managers, and can be controlled like managers ... ok test_generic_key_cross_database_protection (multiple_database.tests.RouterTestCase) Generic Key operations can span databases if they share a source ... ok test_generic_key_managers (multiple_database.tests.RouterTestCase) Generic key relations are represented by managers, and can be controlled like managers ... ok test_invalid_set_foreign_key_assignment (multiple_database.tests.RouterTestCase) ... ok test_m2m_cross_database_protection (multiple_database.tests.RouterTestCase) M2M relations can cross databases if the database share a source ... ok test_m2m_managers (multiple_database.tests.RouterTestCase) M2M relations are represented by managers, and can be controlled like managers ... ok test_migrate_selection (multiple_database.tests.RouterTestCase) Synchronization behavior is predictable ... ok test_o2o_cross_database_protection (multiple_database.tests.RouterTestCase) Operations that involve sharing FK objects across databases raise an error ... ok test_partial_router (multiple_database.tests.RouterTestCase) A router can choose to implement a subset of methods ... ok test_subquery (multiple_database.tests.RouterTestCase) Make sure as_sql works with subqueries and primary/replica. ... ok test_database_arg_m2m (multiple_database.tests.SignalTests) The m2m_changed signal has a correct database arg. ... ok test_database_arg_save_and_delete (multiple_database.tests.SignalTests) The pre/post_save signal contains the correct database. ... ok test_force_update (force_insert_update.tests.ForceTests) ... ok test_force_update_on_inherited_model (force_insert_update.tests.InheritanceTests) ... ok test_force_update_on_inherited_model_without_fields (force_insert_update.tests.InheritanceTests) Issue 13864: force_update fails on subclassed models, if they don't ... ok test_force_update_on_proxy_model (force_insert_update.tests.InheritanceTests) ... ok test_FK_raw_query (raw_query.tests.RawQueryTests) Test of a simple raw query against a model containing a foreign key ... ok test_annotations (raw_query.tests.RawQueryTests) ... ok test_bool (raw_query.tests.RawQueryTests) ... ok test_db_column_handler (raw_query.tests.RawQueryTests) Test of a simple raw query against a model containing a field with ... ok test_db_column_name_is_used_in_raw_query (raw_query.tests.RawQueryTests) Regression test that ensures the `column` attribute on the field is ... ok test_decimal_parameter (raw_query.tests.RawQueryTests) ... ok test_extra_conversions (raw_query.tests.RawQueryTests) Test to insure that extra translations are ignored. ... ok test_get_item (raw_query.tests.RawQueryTests) ... ok test_inheritance (raw_query.tests.RawQueryTests) ... ok test_iterator (raw_query.tests.RawQueryTests) ... ok test_len (raw_query.tests.RawQueryTests) ... ok test_many_to_many (raw_query.tests.RawQueryTests) Test of a simple raw query against a model containing a m2m field ... ok test_missing_fields (raw_query.tests.RawQueryTests) ... ok test_missing_fields_without_PK (raw_query.tests.RawQueryTests) ... ok test_multiple_iterations (raw_query.tests.RawQueryTests) ... ok test_order_handler (raw_query.tests.RawQueryTests) Test of raw raw query's tolerance for columns being returned in any ... ok test_params (raw_query.tests.RawQueryTests) Test passing optional query parameters ... ok test_pk_with_mixed_case_db_column (raw_query.tests.RawQueryTests) A raw query with a model that has a pk db_column with mixed case. ... ok test_pyformat_params (raw_query.tests.RawQueryTests) Test passing optional query parameters ... skipped "Database doesn't support feature(s): supports_paramstyle_pyformat" test_query_count (raw_query.tests.RawQueryTests) ... ok test_query_representation (raw_query.tests.RawQueryTests) Test representation of raw query with parameters ... ok test_raw_query_lazy (raw_query.tests.RawQueryTests) Raw queries are lazy: they aren't actually executed until they're ... ok test_rawqueryset_repr (raw_query.tests.RawQueryTests) ... ok test_result_caching (raw_query.tests.RawQueryTests) ... ok test_simple_raw_query (raw_query.tests.RawQueryTests) Basic test of raw query with a simple database query ... ok test_subquery_in_raw_sql (raw_query.tests.RawQueryTests) ... ok test_translations (raw_query.tests.RawQueryTests) Test of raw query's optional ability to translate unexpected result ... ok test_white_space_query (raw_query.tests.RawQueryTests) ... ok test_aggregate_over_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotate_exists (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotate_with_aggregation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotation_exists_aggregate_values_chaining (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotation_filter_with_subquery (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotation_in_f_grouped_by_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotation_reverse_m2m (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_annotation_with_m2m (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_arguments_must_be_expressions (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_basic_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_basic_f_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_boolean_value_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_chaining_annotation_filter_with_m2m (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_column_field_ordering (annotations.tests.NonAggregateAnnotationTestCase) Columns are aligned in the correct order for resolve_columns. This test ... ok test_column_field_ordering_with_deferred (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_combined_annotation_commutative (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_custom_functions (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_custom_functions_can_ref_other_functions (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_decimal_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_defer_annotation (annotations.tests.NonAggregateAnnotationTestCase) Deferred attributes can be referenced by an annotation, ... ok test_distinct_on_with_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_empty_expression_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_filter_agg_with_double_f (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_filter_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_filter_annotation_with_double_f (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_filter_annotation_with_f (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_filter_decimal_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_filter_wrong_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_joined_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_mixed_type_annotation_date_interval (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_mixed_type_annotation_numbers (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_mti_annotations (annotations.tests.NonAggregateAnnotationTestCase) Fields on an inherited model can be referenced by an ... ok test_null_annotation (annotations.tests.NonAggregateAnnotationTestCase) Annotating None onto a model round-trips ... ok test_order_by_aggregate (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_order_by_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_raw_sql_with_inherited_field (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_rawsql_group_by_collapse (annotations.tests.NonAggregateAnnotationTestCase) ... skipped "Database doesn't support feature(s): allows_group_by_pk" test_update_with_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_values_annotation (annotations.tests.NonAggregateAnnotationTestCase) Annotations can reference fields in a values clause, ... ok test_values_with_pk_annotation (annotations.tests.NonAggregateAnnotationTestCase) ... ok test_abstract_name (constraints.tests.CheckConstraintTests) ... ok test_database_constraint (constraints.tests.CheckConstraintTests) ... ok test_deconstruction (constraints.tests.CheckConstraintTests) ... ok test_eq (constraints.tests.CheckConstraintTests) ... ok test_name (constraints.tests.CheckConstraintTests) ... ok test_repr (constraints.tests.CheckConstraintTests) ... ok test_condition_must_be_q (constraints.tests.UniqueConstraintTests) ... ok test_database_constraint (constraints.tests.UniqueConstraintTests) ... ok test_deconstruction (constraints.tests.UniqueConstraintTests) ... ok test_deconstruction_with_condition (constraints.tests.UniqueConstraintTests) ... ok test_eq (constraints.tests.UniqueConstraintTests) ... ok test_eq_with_condition (constraints.tests.UniqueConstraintTests) ... ok test_model_validation (constraints.tests.UniqueConstraintTests) ... ok test_model_validation_with_condition (constraints.tests.UniqueConstraintTests) Partial unique constraints are ignored by Model.validate_unique(). ... ok test_name (constraints.tests.UniqueConstraintTests) ... ok test_repr (constraints.tests.UniqueConstraintTests) ... ok test_repr_with_condition (constraints.tests.UniqueConstraintTests) ... ok test_add_view (auth_tests.test_admin_multidb.MultiDatabaseTests) ... ok test_authenticate (auth_tests.test_auth_backends.AllowAllUsersModelBackendTest) ... ok test_get_user (auth_tests.test_auth_backends.AllowAllUsersModelBackendTest) ... ok test_skips_backends_without_arguments (auth_tests.test_auth_backends.AuthenticateTests) A backend (SkippedBackend) is ignored if it doesn't accept the ... ok test_type_error_raised (auth_tests.test_auth_backends.AuthenticateTests) A TypeError within a backend is propagated properly (#18171). ... ok test_get_all_permissions (auth_tests.test_auth_backends.BaseBackendTest) ... ok test_get_group_permissions (auth_tests.test_auth_backends.BaseBackendTest) ... ok test_get_user_permissions (auth_tests.test_auth_backends.BaseBackendTest) ... ok test_has_perm (auth_tests.test_auth_backends.BaseBackendTest) ... ok test_changed_backend_settings (auth_tests.test_auth_backends.ChangedBackendSettingsTest) Removing a backend configured in AUTHENTICATION_BACKENDS makes already ... ok test_anonymous_has_no_permissions (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) #17903 -- Anonymous users shouldn't have permissions in ... ok test_authentication_timing (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) Hasher is run once regardless of whether the user exists. Refs #20760. ... ok test_authentication_without_credentials (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) ... ok test_custom_perms (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) ... ok test_get_all_superuser_permissions (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) A superuser has all permissions. Refs #14795. ... ok test_has_no_object_perm (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) Regressiontest for #12462 ... ok test_has_perm (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) ... ok test_inactive_has_no_permissions (auth_tests.test_auth_backends.CustomPermissionsUserModelBackendTest) #17903 -- Inactive users shouldn't have permissions in ... ok test_authenticate (auth_tests.test_auth_backends.CustomUserModelBackendAuthenticateTest) ... ok test_anonymous_has_no_permissions (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) #17903 -- Anonymous users shouldn't have permissions in ... ok test_authentication_timing (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) Hasher is run once regardless of whether the user exists. Refs #20760. ... ok test_authentication_without_credentials (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) ... ok test_custom_perms (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) ... ok test_get_all_superuser_permissions (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) A superuser has all permissions. Refs #14795. ... ok test_has_no_object_perm (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) Regressiontest for #12462 ... ok test_has_perm (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) ... ok test_inactive_has_no_permissions (auth_tests.test_auth_backends.ExtensionUserModelBackendTest) #17903 -- Inactive users shouldn't have permissions in ... ok test_backend_path (auth_tests.test_auth_backends.ImportedBackendTests) ... ok test_does_not_shadow_exception (auth_tests.test_auth_backends.ImproperlyConfiguredUserModelTest) ... ok test_has_module_perms (auth_tests.test_auth_backends.InActiveUserBackendTest) ... ok test_has_perm (auth_tests.test_auth_backends.InActiveUserBackendTest) ... ok test_anonymous_has_no_permissions (auth_tests.test_auth_backends.ModelBackendTest) #17903 -- Anonymous users shouldn't have permissions in ... ok test_authenticate_inactive (auth_tests.test_auth_backends.ModelBackendTest) An inactive user can't authenticate. ... ok test_authenticate_user_without_is_active_field (auth_tests.test_auth_backends.ModelBackendTest) A custom user without an `is_active` field is allowed to authenticate. ... ok test_authentication_timing (auth_tests.test_auth_backends.ModelBackendTest) Hasher is run once regardless of whether the user exists. Refs #20760. ... ok test_authentication_without_credentials (auth_tests.test_auth_backends.ModelBackendTest) ... ok test_custom_perms (auth_tests.test_auth_backends.ModelBackendTest) ... ok test_get_all_superuser_permissions (auth_tests.test_auth_backends.ModelBackendTest) A superuser has all permissions. Refs #14795. ... ok test_has_no_object_perm (auth_tests.test_auth_backends.ModelBackendTest) Regressiontest for #12462 ... ok test_has_perm (auth_tests.test_auth_backends.ModelBackendTest) ... ok test_inactive_has_no_permissions (auth_tests.test_auth_backends.ModelBackendTest) #17903 -- Inactive users shouldn't have permissions in ... ok test_raises_exception (auth_tests.test_auth_backends.NoBackendsTest) ... ok test_authenticates (auth_tests.test_auth_backends.PermissionDeniedBackendTest) ... ok test_has_perm (auth_tests.test_auth_backends.PermissionDeniedBackendTest) ... ok test_has_perm_denied (auth_tests.test_auth_backends.PermissionDeniedBackendTest) ... ok test_permission_denied (auth_tests.test_auth_backends.PermissionDeniedBackendTest) user is not authenticated after a backend raises permission denied #2550 ... ok test_get_all_permissions (auth_tests.test_auth_backends.RowlevelBackendTest) ... ok test_get_group_permissions (auth_tests.test_auth_backends.RowlevelBackendTest) ... ok test_has_perm (auth_tests.test_auth_backends.RowlevelBackendTest) ... ok test_backend_path_login_with_explicit_backends (auth_tests.test_auth_backends.SelectingBackendTests) ... ok test_backend_path_login_without_authenticate_multiple_backends (auth_tests.test_auth_backends.SelectingBackendTests) ... ok test_backend_path_login_without_authenticate_single_backend (auth_tests.test_auth_backends.SelectingBackendTests) ... ok test_non_string_backend (auth_tests.test_auth_backends.SelectingBackendTests) ... ok test_login (auth_tests.test_auth_backends.UUIDUserTests) A custom user with a UUID primary key should be able to login. ... ok test_get_user_model (auth_tests.test_basic.BasicTestCase) The current user model can be retrieved ... ok test_superuser (auth_tests.test_basic.BasicTestCase) Check the creation and properties of a superuser ... ok test_superuser_no_email_or_password (auth_tests.test_basic.BasicTestCase) ... ok test_swappable_user (auth_tests.test_basic.BasicTestCase) The current user model can be swapped out for another ... ok test_swappable_user_bad_setting (auth_tests.test_basic.BasicTestCase) The alternate user setting must point to something in the format app.model ... ok test_swappable_user_nonexistent_model (auth_tests.test_basic.BasicTestCase) The current user model must point to an installed model ... ok test_unicode_username (auth_tests.test_basic.BasicTestCase) ... ok test_user (auth_tests.test_basic.BasicTestCase) Users can be created and can set their password ... ok test_user_no_email (auth_tests.test_basic.BasicTestCase) Users can be created without an email ... ok test_user_verbose_names_translatable (auth_tests.test_basic.BasicTestCase) Default User model verbose names are translatable (#19945) ... ok test_get_user (auth_tests.test_basic.TestGetUser) ... ok test_get_user_anonymous (auth_tests.test_basic.TestGetUser) ... ok test_message_attrs (auth_tests.test_context_processors.AuthContextProcessorTests) ... ok test_perm_in_perms_attrs (auth_tests.test_context_processors.AuthContextProcessorTests) ... ok test_perms_attrs (auth_tests.test_context_processors.AuthContextProcessorTests) ... ok test_session_is_accessed (auth_tests.test_context_processors.AuthContextProcessorTests) The session is accessed if the auth context processor ... ok test_session_not_accessed (auth_tests.test_context_processors.AuthContextProcessorTests) The session is not accessed simply by including ... ok test_user_attrs (auth_tests.test_context_processors.AuthContextProcessorTests) The lazy objects returned behave just like the wrapped objects. ... ok test_callable (auth_tests.test_decorators.LoginRequiredTestCase) login_required is assignable to callable objects. ... ok test_login_required (auth_tests.test_decorators.LoginRequiredTestCase) login_required works on a simple view wrapped in a login_required ... ok test_login_required_next_url (auth_tests.test_decorators.LoginRequiredTestCase) login_required works on a simple view wrapped in a login_required ... ok test_view (auth_tests.test_decorators.LoginRequiredTestCase) login_required is assignable to normal views. ... ok test_many_permissions_in_set_pass (auth_tests.test_decorators.PermissionsRequiredDecoratorTest) ... ok test_many_permissions_pass (auth_tests.test_decorators.PermissionsRequiredDecoratorTest) ... ok test_permissioned_denied_exception_raised (auth_tests.test_decorators.PermissionsRequiredDecoratorTest) ... ok test_permissioned_denied_redirect (auth_tests.test_decorators.PermissionsRequiredDecoratorTest) ... ok test_single_permission_pass (auth_tests.test_decorators.PermissionsRequiredDecoratorTest) ... ok test_html_autocomplete_attributes (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok test_missing_passwords (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok test_non_matching_passwords (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok test_one_password (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok test_password_whitespace_not_stripped (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok test_success (auth_tests.test_forms.AdminPasswordChangeFormTest) ... ok test_custom_login_allowed_policy (auth_tests.test_forms.AuthenticationFormTest) ... ok test_get_invalid_login_error (auth_tests.test_forms.AuthenticationFormTest) ... ok test_html_autocomplete_attributes (auth_tests.test_forms.AuthenticationFormTest) ... ok test_inactive_user (auth_tests.test_forms.AuthenticationFormTest) ... ok test_inactive_user_i18n (auth_tests.test_forms.AuthenticationFormTest) ... ok test_inactive_user_incorrect_password (auth_tests.test_forms.AuthenticationFormTest) An invalid login doesn't leak the inactive status of a user. ... ok test_integer_username (auth_tests.test_forms.AuthenticationFormTest) ... ok test_invalid_username (auth_tests.test_forms.AuthenticationFormTest) ... ok test_login_failed (auth_tests.test_forms.AuthenticationFormTest) ... ok test_password_whitespace_not_stripped (auth_tests.test_forms.AuthenticationFormTest) ... ok test_success (auth_tests.test_forms.AuthenticationFormTest) ... ok test_unicode_username (auth_tests.test_forms.AuthenticationFormTest) ... ok test_username_field_autocapitalize_none (auth_tests.test_forms.AuthenticationFormTest) ... ok test_username_field_label (auth_tests.test_forms.AuthenticationFormTest) ... ok test_username_field_label_empty_string (auth_tests.test_forms.AuthenticationFormTest) ... ok test_username_field_label_not_set (auth_tests.test_forms.AuthenticationFormTest) ... ok test_username_field_max_length_defaults_to_254 (auth_tests.test_forms.AuthenticationFormTest) ... ok test_username_field_max_length_matches_user_model (auth_tests.test_forms.AuthenticationFormTest) ... ok test_field_order (auth_tests.test_forms.PasswordChangeFormTest) ... ok test_html_autocomplete_attributes (auth_tests.test_forms.PasswordChangeFormTest) ... ok test_incorrect_password (auth_tests.test_forms.PasswordChangeFormTest) ... ok test_password_verification (auth_tests.test_forms.PasswordChangeFormTest) ... ok test_password_whitespace_not_stripped (auth_tests.test_forms.PasswordChangeFormTest) ... ok test_success (auth_tests.test_forms.PasswordChangeFormTest) ... ok test_cleaned_data (auth_tests.test_forms.PasswordResetFormTest) ... ok test_custom_email_constructor (auth_tests.test_forms.PasswordResetFormTest) ... ok test_custom_email_field (auth_tests.test_forms.PasswordResetFormTest) ... ok test_custom_email_subject (auth_tests.test_forms.PasswordResetFormTest) ... ok test_html_autocomplete_attributes (auth_tests.test_forms.PasswordResetFormTest) ... ok test_inactive_user (auth_tests.test_forms.PasswordResetFormTest) Inactive user cannot receive password reset email. ... ok test_invalid_email (auth_tests.test_forms.PasswordResetFormTest) ... ok test_nonexistent_email (auth_tests.test_forms.PasswordResetFormTest) Test nonexistent email address. This should not fail because it would ... ok test_preserve_username_case (auth_tests.test_forms.PasswordResetFormTest) Preserve the case of the user name (before the @ in the email address) ... ok test_save_html_email_template_name (auth_tests.test_forms.PasswordResetFormTest) Test the PasswordResetForm.save() method with html_email_template_name ... ok test_save_plaintext_email (auth_tests.test_forms.PasswordResetFormTest) Test the PasswordResetForm.save() method with no html_email_template_name ... ok test_unusable_password (auth_tests.test_forms.PasswordResetFormTest) ... ok test_user_email_domain_unicode_collision (auth_tests.test_forms.PasswordResetFormTest) ... ok test_user_email_domain_unicode_collision_nonexistent (auth_tests.test_forms.PasswordResetFormTest) ... ok test_user_email_unicode_collision (auth_tests.test_forms.PasswordResetFormTest) ... ok test_user_email_unicode_collision_nonexistent (auth_tests.test_forms.PasswordResetFormTest) ... ok test_help_text_translation (auth_tests.test_forms.SetPasswordFormTest) ... ok test_html_autocomplete_attributes (auth_tests.test_forms.SetPasswordFormTest) ... ok test_password_verification (auth_tests.test_forms.SetPasswordFormTest) ... ok test_password_whitespace_not_stripped (auth_tests.test_forms.SetPasswordFormTest) ... ok test_success (auth_tests.test_forms.SetPasswordFormTest) ... ok test_validates_password (auth_tests.test_forms.SetPasswordFormTest) ... ok test_bug_14242 (auth_tests.test_forms.UserChangeFormTest) ... ok test_bug_17944_empty_password (auth_tests.test_forms.UserChangeFormTest) ... ok test_bug_17944_unknown_password_algorithm (auth_tests.test_forms.UserChangeFormTest) ... ok test_bug_17944_unmanageable_password (auth_tests.test_forms.UserChangeFormTest) ... ok test_bug_19133 (auth_tests.test_forms.UserChangeFormTest) The change form does not return the password value ... ok test_bug_19349_bound_password_field (auth_tests.test_forms.UserChangeFormTest) ... ok test_custom_form (auth_tests.test_forms.UserChangeFormTest) ... ok test_password_excluded (auth_tests.test_forms.UserChangeFormTest) ... ok test_unusable_password (auth_tests.test_forms.UserChangeFormTest) ... ok test_username_field_autocapitalize_none (auth_tests.test_forms.UserChangeFormTest) ... ok test_username_validity (auth_tests.test_forms.UserChangeFormTest) ... ok test_both_passwords (auth_tests.test_forms.UserCreationFormTest) ... ok test_custom_form (auth_tests.test_forms.UserCreationFormTest) ... ok test_custom_form_hidden_username_field (auth_tests.test_forms.UserCreationFormTest) ... ok test_custom_form_with_different_username_field (auth_tests.test_forms.UserCreationFormTest) ... ok test_duplicate_normalized_unicode (auth_tests.test_forms.UserCreationFormTest) To prevent almost identical usernames, visually identical but differing ... ok test_html_autocomplete_attributes (auth_tests.test_forms.UserCreationFormTest) ... ok test_invalid_data (auth_tests.test_forms.UserCreationFormTest) ... ok test_normalize_username (auth_tests.test_forms.UserCreationFormTest) ... ok test_password_help_text (auth_tests.test_forms.UserCreationFormTest) ... ok test_password_verification (auth_tests.test_forms.UserCreationFormTest) ... ok test_password_whitespace_not_stripped (auth_tests.test_forms.UserCreationFormTest) ... ok test_success (auth_tests.test_forms.UserCreationFormTest) ... ok test_unicode_username (auth_tests.test_forms.UserCreationFormTest) ... ok test_user_already_exists (auth_tests.test_forms.UserCreationFormTest) ... ok test_user_create_form_validates_password_with_all_data (auth_tests.test_forms.UserCreationFormTest) UserCreationForm password validation uses all of the form's data. ... ok test_username_field_autocapitalize_none (auth_tests.test_forms.UserCreationFormTest) ... ok test_validates_password (auth_tests.test_forms.UserCreationFormTest) ... ok test_get_pass (auth_tests.test_management.ChangepasswordManagementCommandTestCase) ... ok test_get_pass_no_input (auth_tests.test_management.ChangepasswordManagementCommandTestCase) ... ok test_nonexistent_username (auth_tests.test_management.ChangepasswordManagementCommandTestCase) ... ok test_password_validation (auth_tests.test_management.ChangepasswordManagementCommandTestCase) A CommandError should be raised if the user enters in passwords which ... ok test_system_username (auth_tests.test_management.ChangepasswordManagementCommandTestCase) The system username is used if --username isn't provided. ... ok test_that_changepassword_command_changes_joes_password (auth_tests.test_management.ChangepasswordManagementCommandTestCase) Executing the changepassword management command should change joe's password ... ok test_that_changepassword_command_works_with_nonascii_output (auth_tests.test_management.ChangepasswordManagementCommandTestCase) #21627 -- Executing the changepassword management command should allow ... ok test_that_max_tries_exits_1 (auth_tests.test_management.ChangepasswordManagementCommandTestCase) A CommandError should be thrown by handle() if the user enters in ... ok test_create_permissions_checks_contenttypes_created (auth_tests.test_management.CreatePermissionsTests) `post_migrate` handler ordering isn't guaranteed. Simulate a case ... ok test_default_permissions (auth_tests.test_management.CreatePermissionsTests) ... ok test_permission_with_proxy_content_type_created (auth_tests.test_management.CreatePermissionsTests) A proxy model's permissions use its own content type rather than the ... ok test_unavailable_models (auth_tests.test_management.CreatePermissionsTests) #24075 - Permissions shouldn't be created or deleted if the ContentType ... ok test_basic_usage (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Check the operation of the createsuperuser management command ... ok test_blank_username (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation fails if --username is blank. ... ok test_blank_username_non_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_default_username (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) createsuperuser uses a default username when one isn't provided. ... ok test_email_in_username (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_environment_variable_non_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_existing_username (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation fails if the username already exists. ... ok test_existing_username_non_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation fails if the username already exists. ... ok test_existing_username_provided_via_option_and_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) call_command() gets username='janet' and interactive=True. ... ok test_fields_with_fk (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_fields_with_fk_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_fields_with_m2m (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_fields_with_m2m_and_through (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_fields_with_m2m_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_fields_with_m2m_interactive_blank (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_ignore_environment_variable_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_ignore_environment_variable_non_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_invalid_username (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation fails if the username fails validation. ... ok test_keyboard_interrupt (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_no_email_argument (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_non_ascii_verbose_name (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_passing_stdin (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) You can pass a stdin object as an option and it should be ... ok test_password_validation (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation should fail if the password fails validation. ... ok test_password_validation_bypass (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Password validation can be bypassed by entering 'y' at the prompt. ... ok test_skip_if_not_in_TTY (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) If the command is not called from a TTY, it should be skipped and a ... ok test_swappable_user (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) A superuser can be created when a custom user model is in use ... ok test_swappable_user_missing_required_field (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) A Custom superuser won't be created when a required field isn't provided ... ok test_swappable_user_username_non_unique (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_usermodel_without_password (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_usermodel_without_password_interactive (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_validate_password_against_required_fields (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_validate_password_against_username (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_validation_blank_password_entered (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation should fail if the user enters blank passwords. ... ok test_validation_mismatched_passwords (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) Creation should fail if the user enters mismatched passwords. ... ok test_verbosity_zero (auth_tests.test_management.CreatesuperuserManagementCommandTestCase) ... ok test_actual_implementation (auth_tests.test_management.GetDefaultUsernameTestCase) ... ok test_existing (auth_tests.test_management.GetDefaultUsernameTestCase) ... ok test_i18n (auth_tests.test_management.GetDefaultUsernameTestCase) ... ok test_simple (auth_tests.test_management.GetDefaultUsernameTestCase) ... ok test_input_not_found (auth_tests.test_management.MockInputTests) ... ok test_that_changepassword_command_with_database_option_uses_given_db (auth_tests.test_management.MultiDBChangepasswordManagementCommandTestCase) changepassword --database should operate on the specified DB. ... ok test_createsuperuser_command_with_database_option (auth_tests.test_management.MultiDBCreatesuperuserTestCase) changepassword --database should operate on the specified DB. ... ok test_changed_password_invalidates_session (auth_tests.test_middleware.TestAuthenticationMiddleware) ... ok test_no_password_change_doesnt_invalidate_session (auth_tests.test_middleware.TestAuthenticationMiddleware) ... ok test_access_mixin_permission_denied_response (auth_tests.test_mixins.AccessMixinTests) ... ok test_stacked_mixins_missing_permission (auth_tests.test_mixins.AccessMixinTests) ... ok test_stacked_mixins_not_logged_in (auth_tests.test_mixins.AccessMixinTests) ... ok test_stacked_mixins_success (auth_tests.test_mixins.AccessMixinTests) ... ok test_login_required (auth_tests.test_mixins.LoginRequiredMixinTests) login_required works on a simple view wrapped in a login_required ... ok test_many_permissions_pass (auth_tests.test_mixins.PermissionsRequiredMixinTests) ... ok test_permissioned_denied_exception_raised (auth_tests.test_mixins.PermissionsRequiredMixinTests) ... ok test_permissioned_denied_redirect (auth_tests.test_mixins.PermissionsRequiredMixinTests) ... ok test_single_permission_pass (auth_tests.test_mixins.PermissionsRequiredMixinTests) ... ok test_check_password_upgrade (auth_tests.test_models.AbstractUserTestCase) password_changed() shouldn't be called if User.check_password() ... ok test_email_user (auth_tests.test_models.AbstractUserTestCase) ... ok test_last_login_default (auth_tests.test_models.AbstractUserTestCase) ... ok test_user_clean_normalize_email (auth_tests.test_models.AbstractUserTestCase) ... ok test_user_double_save (auth_tests.test_models.AbstractUserTestCase) Calling user.save() twice should trigger password_changed() once. ... ok test_builtin_user_isactive (auth_tests.test_models.IsActiveTestCase) ... ok test_is_active_field_default (auth_tests.test_models.IsActiveTestCase) tests that the default value for is_active is provided ... ok test_load_data_with_user_permissions (auth_tests.test_models.LoadDataWithNaturalKeysAndMultipleDatabasesTestCase) ... ok test_user_is_created_and_added_to_group (auth_tests.test_models.LoadDataWithNaturalKeysTestCase) ... ok test_user_is_created_and_added_to_group (auth_tests.test_models.LoadDataWithoutNaturalKeysTestCase) ... ok test_group_natural_key (auth_tests.test_models.NaturalKeysTestCase) ... ok test_user_natural_key (auth_tests.test_models.NaturalKeysTestCase) ... ok test_str (auth_tests.test_models.PermissionTests) ... ok test_create_superuser (auth_tests.test_models.TestCreateSuperUserSignals) ... ok test_create_user (auth_tests.test_models.TestCreateSuperUserSignals) ... ok test_create_super_user_raises_error_on_false_is_superuser (auth_tests.test_models.UserManagerTestCase) ... ok test_create_superuser_raises_error_on_false_is_staff (auth_tests.test_models.UserManagerTestCase) ... ok test_create_user (auth_tests.test_models.UserManagerTestCase) ... ok test_create_user_email_domain_normalize (auth_tests.test_models.UserManagerTestCase) ... ok test_create_user_email_domain_normalize_rfc3696 (auth_tests.test_models.UserManagerTestCase) ... ok test_create_user_email_domain_normalize_with_whitespace (auth_tests.test_models.UserManagerTestCase) ... ok test_create_user_is_staff (auth_tests.test_models.UserManagerTestCase) ... ok test_empty_username (auth_tests.test_models.UserManagerTestCase) ... ok test_make_random_password (auth_tests.test_models.UserManagerTestCase) ... ok test_backend_without_with_perm (auth_tests.test_models.UserWithPermTestCase) ... ok test_basic (auth_tests.test_models.UserWithPermTestCase) ... ok test_custom_backend (auth_tests.test_models.UserWithPermTestCase) ... ok test_custom_backend_pass_obj (auth_tests.test_models.UserWithPermTestCase) ... ok test_invalid_backend_type (auth_tests.test_models.UserWithPermTestCase) ... ok test_invalid_permission_name (auth_tests.test_models.UserWithPermTestCase) ... ok test_invalid_permission_type (auth_tests.test_models.UserWithPermTestCase) ... ok test_multiple_backends (auth_tests.test_models.UserWithPermTestCase) ... ok test_nonexistent_backend (auth_tests.test_models.UserWithPermTestCase) ... ok test_nonexistent_permission (auth_tests.test_models.UserWithPermTestCase) ... ok test_header_disappears (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) A logged in user is logged out automatically when ... ok test_inactive_user (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) ... ok test_known_user (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) Tests the case where the username passed in the header is a valid User. ... ok test_last_login (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) A user's last_login is set the first time they make a ... ok test_no_remote_user (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) Tests requests where no remote user is specified and insures that no ... ok test_unknown_user (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) Tests the case where the username passed in the header does not exist ... ok test_user_switch_forces_new_login (auth_tests.test_remote_user.AllowAllUsersRemoteUserBackendTest) If the username in the header changes between requests ... ok test_header_disappears (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) A logged in user is logged out automatically when ... ok test_inactive_user (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) ... ok test_known_user (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) Tests the case where the username passed in the header is a valid User. ... ok test_last_login (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) A user's last_login is set the first time they make a ... ok test_no_remote_user (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) Tests requests where no remote user is specified and insures that no ... ok test_unknown_user (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) Tests the case where the username passed in the header does not exist ... ok test_user_switch_forces_new_login (auth_tests.test_remote_user.CustomHeaderRemoteUserTest) If the username in the header changes between requests ... ok test_header_disappears (auth_tests.test_remote_user.PersistentRemoteUserTest) A logged in user is kept logged in even if the REMOTE_USER header ... ok test_inactive_user (auth_tests.test_remote_user.PersistentRemoteUserTest) ... ok test_known_user (auth_tests.test_remote_user.PersistentRemoteUserTest) Tests the case where the username passed in the header is a valid User. ... ok test_last_login (auth_tests.test_remote_user.PersistentRemoteUserTest) A user's last_login is set the first time they make a ... ok test_no_remote_user (auth_tests.test_remote_user.PersistentRemoteUserTest) Tests requests where no remote user is specified and insures that no ... ok test_unknown_user (auth_tests.test_remote_user.PersistentRemoteUserTest) Tests the case where the username passed in the header does not exist ... ok test_user_switch_forces_new_login (auth_tests.test_remote_user.PersistentRemoteUserTest) If the username in the header changes between requests ... ok test_header_disappears (auth_tests.test_remote_user.RemoteUserCustomTest) A logged in user is logged out automatically when ... ok test_inactive_user (auth_tests.test_remote_user.RemoteUserCustomTest) ... ok test_known_user (auth_tests.test_remote_user.RemoteUserCustomTest) The strings passed in REMOTE_USER should be cleaned and the known users ... ok test_last_login (auth_tests.test_remote_user.RemoteUserCustomTest) A user's last_login is set the first time they make a ... ok test_no_remote_user (auth_tests.test_remote_user.RemoteUserCustomTest) Tests requests where no remote user is specified and insures that no ... ok test_unknown_user (auth_tests.test_remote_user.RemoteUserCustomTest) The unknown user created should be configured with an email address ... ok test_user_switch_forces_new_login (auth_tests.test_remote_user.RemoteUserCustomTest) If the username in the header changes between requests ... ok test_header_disappears (auth_tests.test_remote_user.RemoteUserNoCreateTest) A logged in user is logged out automatically when ... ok test_inactive_user (auth_tests.test_remote_user.RemoteUserNoCreateTest) ... ok test_known_user (auth_tests.test_remote_user.RemoteUserNoCreateTest) Tests the case where the username passed in the header is a valid User. ... ok test_last_login (auth_tests.test_remote_user.RemoteUserNoCreateTest) A user's last_login is set the first time they make a ... ok test_no_remote_user (auth_tests.test_remote_user.RemoteUserNoCreateTest) Tests requests where no remote user is specified and insures that no ... ok test_unknown_user (auth_tests.test_remote_user.RemoteUserNoCreateTest) ... ok test_user_switch_forces_new_login (auth_tests.test_remote_user.RemoteUserNoCreateTest) If the username in the header changes between requests ... ok test_header_disappears (auth_tests.test_remote_user.RemoteUserTest) A logged in user is logged out automatically when ... ok test_inactive_user (auth_tests.test_remote_user.RemoteUserTest) ... ok test_known_user (auth_tests.test_remote_user.RemoteUserTest) Tests the case where the username passed in the header is a valid User. ... ok test_last_login (auth_tests.test_remote_user.RemoteUserTest) A user's last_login is set the first time they make a ... ok test_no_remote_user (auth_tests.test_remote_user.RemoteUserTest) Tests requests where no remote user is specified and insures that no ... ok test_unknown_user (auth_tests.test_remote_user.RemoteUserTest) Tests the case where the username passed in the header does not exist ... ok test_user_switch_forces_new_login (auth_tests.test_remote_user.RemoteUserTest) If the username in the header changes between requests ... ok test_configure_user_deprecation_warning (auth_tests.test_remote_user_deprecation.RemoteUserCustomTest) A deprecation warning is shown for RemoteUserBackend that have a ... ok test_failed_login_without_request (auth_tests.test_signals.SignalTestCase) ... ok test_login (auth_tests.test_signals.SignalTestCase) ... ok test_login_with_custom_user_without_last_login_field (auth_tests.test_signals.SignalTestCase) The user_logged_in signal is only registered if the user model has a ... ok test_logout (auth_tests.test_signals.SignalTestCase) ... ok test_logout_anonymous (auth_tests.test_signals.SignalTestCase) ... ok test_update_last_login (auth_tests.test_signals.SignalTestCase) Only `last_login` is updated in `update_last_login` ... ok test_PasswordChangeDoneView (auth_tests.test_templates.AuthTemplateTests) ... ok test_PasswordResetChangeView (auth_tests.test_templates.AuthTemplateTests) ... ok test_PasswordResetCompleteView (auth_tests.test_templates.AuthTemplateTests) ... ok test_PasswordResetConfirmView_invalid_token (auth_tests.test_templates.AuthTemplateTests) ... ok test_PasswordResetConfirmView_valid_token (auth_tests.test_templates.AuthTemplateTests) ... ok test_PasswordResetDoneView (auth_tests.test_templates.AuthTemplateTests) ... ok test_PasswordResetView (auth_tests.test_templates.AuthTemplateTests) ... ok test_10265 (auth_tests.test_tokens.TokenGeneratorTest) The token generated for a user created in the same request ... ok test_check_token_with_nonexistent_token_and_user (auth_tests.test_tokens.TokenGeneratorTest) ... ok test_make_token (auth_tests.test_tokens.TokenGeneratorTest) ... ok test_timeout (auth_tests.test_tokens.TokenGeneratorTest) The token is valid after n days, but no greater. ... ok test_token_with_different_secret (auth_tests.test_tokens.TokenGeneratorTest) A valid token can be created with a secret other than SECRET_KEY by ... ok test_help_text (auth_tests.test_validators.UserAttributeSimilarityValidatorTest) ... ok test_validate (auth_tests.test_validators.UserAttributeSimilarityValidatorTest) ... ok test_validate_property (auth_tests.test_validators.UserAttributeSimilarityValidatorTest) ... ok test_named_urls (auth_tests.test_views.AuthViewNamedURLTests) Named URLs should be reversible ... ok test_password_change_done_fails (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_done_succeeds (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_fails_with_invalid_old_password (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_fails_with_mismatched_passwords (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_redirect_custom (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_redirect_custom_named (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_redirect_default (auth_tests.test_views.ChangePasswordTest) ... ok test_password_change_succeeds (auth_tests.test_views.ChangePasswordTest) ... ok test_changelist_disallows_password_lookups (auth_tests.test_views.ChangelistTests) ... ok test_password_change_bad_url (auth_tests.test_views.ChangelistTests) ... ok test_user_change_different_user_password (auth_tests.test_views.ChangelistTests) ... ok test_user_change_email (auth_tests.test_views.ChangelistTests) ... ok test_user_change_password (auth_tests.test_views.ChangelistTests) ... ok test_user_change_password_passes_user_to_has_change_permission (auth_tests.test_views.ChangelistTests) ... ok test_user_not_change (auth_tests.test_views.ChangelistTests) ... ok test_view_user_password_is_readonly (auth_tests.test_views.ChangelistTests) ... ok test_confirm_valid_custom_user (auth_tests.test_views.CustomUserPasswordResetTest) ... ok test_default (auth_tests.test_views.LoginRedirectAuthenticatedUser) Stay on the login page by default. ... ok test_guest (auth_tests.test_views.LoginRedirectAuthenticatedUser) If not logged in, stay on the same page. ... ok test_permission_required_logged_in (auth_tests.test_views.LoginRedirectAuthenticatedUser) ... ok test_permission_required_not_logged_in (auth_tests.test_views.LoginRedirectAuthenticatedUser) ... ok test_redirect (auth_tests.test_views.LoginRedirectAuthenticatedUser) If logged in, go to default redirected URL. ... ok test_redirect_loop (auth_tests.test_views.LoginRedirectAuthenticatedUser) Detect a redirect loop if LOGIN_REDIRECT_URL is not correctly set, ... ok test_redirect_param (auth_tests.test_views.LoginRedirectAuthenticatedUser) If next is specified as a GET parameter, go there. ... ok test_redirect_url (auth_tests.test_views.LoginRedirectAuthenticatedUser) If logged in, go to custom redirected URL. ... ok test_custom (auth_tests.test_views.LoginRedirectUrlTest) ... ok test_default (auth_tests.test_views.LoginRedirectUrlTest) ... ok test_named (auth_tests.test_views.LoginRedirectUrlTest) ... ok test_remote (auth_tests.test_views.LoginRedirectUrlTest) ... ok test_success_url_allowed_hosts_safe_host (auth_tests.test_views.LoginSuccessURLAllowedHostsTest) ... ok test_success_url_allowed_hosts_same_host (auth_tests.test_views.LoginSuccessURLAllowedHostsTest) ... ok test_success_url_allowed_hosts_unsafe_host (auth_tests.test_views.LoginSuccessURLAllowedHostsTest) ... ok test_current_site_in_context_after_login (auth_tests.test_views.LoginTest) ... ok test_login_csrf_rotate (auth_tests.test_views.LoginTest) Makes sure that a login rotates the currently-used CSRF token. ... ok test_login_form_contains_request (auth_tests.test_views.LoginTest) ... ok test_login_session_without_hash_session_key (auth_tests.test_views.LoginTest) Session without django.contrib.auth.HASH_SESSION_KEY should login ... ok test_security_check (auth_tests.test_views.LoginTest) ... ok test_security_check_https (auth_tests.test_views.LoginTest) ... ok test_session_key_flushed_on_login (auth_tests.test_views.LoginTest) To avoid reusing another user's session, ensure a new, empty session is ... ok test_session_key_flushed_on_login_after_password_change (auth_tests.test_views.LoginTest) As above, but same user logging in after a password change. ... ok test_https_login_url (auth_tests.test_views.LoginURLSettings) ... ok test_lazy_login_url (auth_tests.test_views.LoginURLSettings) ... ok test_login_url_with_querystring (auth_tests.test_views.LoginURLSettings) ... ok test_named_login_url (auth_tests.test_views.LoginURLSettings) ... ok test_remote_login_url (auth_tests.test_views.LoginURLSettings) ... ok test_remote_login_url_with_next_querystring (auth_tests.test_views.LoginURLSettings) ... ok test_standard_login_url (auth_tests.test_views.LoginURLSettings) ... ok test_14377 (auth_tests.test_views.LogoutTest) ... ok test_logout_default (auth_tests.test_views.LogoutTest) Logout without next_page option renders the default template ... ok test_logout_doesnt_cache (auth_tests.test_views.LogoutTest) The logout() view should send "no-cache" headers for reasons described ... ok test_logout_preserve_language (auth_tests.test_views.LogoutTest) Language is preserved after logout. ... ok test_logout_redirect_url_named_setting (auth_tests.test_views.LogoutTest) ... ok test_logout_redirect_url_setting (auth_tests.test_views.LogoutTest) ... ok test_logout_with_custom_redirect_argument (auth_tests.test_views.LogoutTest) Logout with custom query string redirects to specified resource ... ok test_logout_with_named_redirect (auth_tests.test_views.LogoutTest) Logout resolves names or URLs passed as next_page. ... ok test_logout_with_next_page_specified (auth_tests.test_views.LogoutTest) Logout with next_page option given redirects to specified resource ... ok test_logout_with_overridden_redirect_url (auth_tests.test_views.LogoutTest) ... ok test_logout_with_post (auth_tests.test_views.LogoutTest) ... ok test_logout_with_redirect_argument (auth_tests.test_views.LogoutTest) Logout with query string redirects to specified resource ... ok test_security_check (auth_tests.test_views.LogoutTest) ... ok test_security_check_https (auth_tests.test_views.LogoutTest) ... ok test_success_url_allowed_hosts_safe_host (auth_tests.test_views.LogoutTest) ... ok test_success_url_allowed_hosts_same_host (auth_tests.test_views.LogoutTest) ... ok test_success_url_allowed_hosts_unsafe_host (auth_tests.test_views.LogoutTest) ... ok test_default_logout_then_login (auth_tests.test_views.LogoutThenLoginTests) ... ok test_logout_then_login_with_custom_login (auth_tests.test_views.LogoutThenLoginTests) ... ok test_confirm_complete (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_custom_reset_url_token (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_custom_reset_url_token_link_redirects_to_set_password_page (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_different_passwords (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_display_user_from_form (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_invalid (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_invalid_hash (auth_tests.test_views.PasswordResetTest) A POST with an invalid token is rejected. ... ok test_confirm_invalid_post (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_invalid_user (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_link_redirects_to_set_password_page (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_login_post_reset (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_login_post_reset_already_logged_in (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_login_post_reset_custom_backend (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_overflow_user (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_redirect_custom (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_redirect_custom_named (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_redirect_default (auth_tests.test_views.PasswordResetTest) ... ok test_confirm_valid (auth_tests.test_views.PasswordResetTest) ... ok test_email_found (auth_tests.test_views.PasswordResetTest) Email is sent if a valid email address is provided for password reset ... ok test_email_found_custom_from (auth_tests.test_views.PasswordResetTest) Email is sent if a valid email address is provided for password reset when a custom from_email is provided. ... ok test_email_not_found (auth_tests.test_views.PasswordResetTest) If the provided email is not registered, don't raise any error but ... ok test_extra_email_context (auth_tests.test_views.PasswordResetTest) extra_email_context should be available in the email template context. ... ok test_html_mail_template (auth_tests.test_views.PasswordResetTest) A multipart email with text/plain and text/html is sent ... ok test_invalid_link_if_going_directly_to_the_final_reset_password_url (auth_tests.test_views.PasswordResetTest) ... ok test_poisoned_http_host (auth_tests.test_views.PasswordResetTest) Poisoned HTTP_HOST headers can't be used for reset emails ... ok test_poisoned_http_host_admin_site (auth_tests.test_views.PasswordResetTest) Poisoned HTTP_HOST headers can't be used for reset emails on admin views ... ok test_reset_custom_redirect (auth_tests.test_views.PasswordResetTest) ... ok test_reset_custom_redirect_named (auth_tests.test_views.PasswordResetTest) ... ok test_reset_redirect_default (auth_tests.test_views.PasswordResetTest) ... ok test_redirect_to_login_with_lazy (auth_tests.test_views.RedirectToLoginTests) ... ok test_redirect_to_login_with_lazy_and_unicode (auth_tests.test_views.RedirectToLoginTests) ... ok test_user_password_change_updates_session (auth_tests.test_views.SessionAuthenticationTests) #21649 - Ensure contrib.auth.views.password_change updates the user's ... ok test_confirm_invalid_uuid (auth_tests.test_views.UUIDUserPasswordResetTest) A uidb64 that decodes to a non-UUID doesn't crash. ... ok test_confirm_valid_custom_user (auth_tests.test_views.UUIDUserPasswordResetTest) ... ok test_admin_password_change (auth_tests.test_views.UUIDUserTests) ... ok test_avg_salary_department (expressions_window.tests.WindowFunctionTests) ... ok test_cume_dist (expressions_window.tests.WindowFunctionTests) Compute the cumulative distribution for the employees based on the ... ok test_dense_rank (expressions_window.tests.WindowFunctionTests) ... ok test_department_salary (expressions_window.tests.WindowFunctionTests) ... ok test_distinct_window_function (expressions_window.tests.WindowFunctionTests) Window functions are not aggregates, and hence a query to filter out ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_fail_insert (expressions_window.tests.WindowFunctionTests) Window expressions can't be used in an INSERT statement. ... ok test_fail_update (expressions_window.tests.WindowFunctionTests) Window expressions can't be used in an UPDATE statement. ... ok test_first_value (expressions_window.tests.WindowFunctionTests) ... ok test_function_list_of_values (expressions_window.tests.WindowFunctionTests) ... ok test_invalid_end_value_range (expressions_window.tests.WindowFunctionTests) ... ok test_invalid_start_value_range (expressions_window.tests.WindowFunctionTests) ... ok test_invalid_type_end_row_range (expressions_window.tests.WindowFunctionTests) ... ok test_invalid_type_end_value_range (expressions_window.tests.WindowFunctionTests) ... ok test_invalid_type_start_row_range (expressions_window.tests.WindowFunctionTests) ... ok test_invalid_type_start_value_range (expressions_window.tests.WindowFunctionTests) ... ok test_lag (expressions_window.tests.WindowFunctionTests) Compute the difference between an employee's salary and the next ... ok test_last_value (expressions_window.tests.WindowFunctionTests) ... ok test_lead (expressions_window.tests.WindowFunctionTests) Determine what the next person hired in the same department makes. ... ok test_lead_default (expressions_window.tests.WindowFunctionTests) ... ok test_lead_offset (expressions_window.tests.WindowFunctionTests) Determine what the person hired after someone makes. Due to ... ok test_max_per_year (expressions_window.tests.WindowFunctionTests) Find the maximum salary awarded in the same year as the ... ok test_min_department (expressions_window.tests.WindowFunctionTests) An alternative way to specify a query for FirstValue. ... ok test_multiple_ordering (expressions_window.tests.WindowFunctionTests) Accumulate the salaries over the departments based on hire_date. ... ok test_multiple_partitioning (expressions_window.tests.WindowFunctionTests) Find the maximum salary for each department for people hired in the ... ok test_nth_returns_null (expressions_window.tests.WindowFunctionTests) Find the nth row of the data set. None is returned since there are ... ok test_nthvalue (expressions_window.tests.WindowFunctionTests) ... ok test_ntile (expressions_window.tests.WindowFunctionTests) Compute the group for each of the employees across the entire company, ... ok test_percent_rank (expressions_window.tests.WindowFunctionTests) Calculate the percentage rank of the employees across the entire ... ok test_postgresql_illegal_range_frame_end (expressions_window.tests.WindowFunctionTests) ... skipped 'Frame construction not allowed on PostgreSQL' test_postgresql_illegal_range_frame_start (expressions_window.tests.WindowFunctionTests) ... skipped 'Frame construction not allowed on PostgreSQL' test_range_n_preceding_and_following (expressions_window.tests.WindowFunctionTests) ... skipped "Database doesn't support feature(s): supports_frame_range_fixed_distance" test_range_unbound (expressions_window.tests.WindowFunctionTests) A query with RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING. ... ok test_rank (expressions_window.tests.WindowFunctionTests) Rank the employees based on the year they're were hired. Since there ... ok test_row_number (expressions_window.tests.WindowFunctionTests) The row number window function computes the number based on the order ... ok test_row_number_no_ordering (expressions_window.tests.WindowFunctionTests) The row number window function computes the number based on the order ... ok test_row_range_rank (expressions_window.tests.WindowFunctionTests) A query with ROWS BETWEEN UNBOUNDED PRECEDING AND 3 FOLLOWING. ... ok test_subquery_row_range_rank (expressions_window.tests.WindowFunctionTests) ... ok test_window_expression_within_subquery (expressions_window.tests.WindowFunctionTests) ... ok test_unsupported_backend (expressions_window.tests.WindowUnsupportedTests) ... ok test_multiple_context (test_client_regress.tests.AssertTemplateUsedTests) Template assertions work when there are multiple contexts ... ok test_no_context (test_client_regress.tests.AssertTemplateUsedTests) Template usage assertions work then templates aren't in use ... ok test_single_context (test_client_regress.tests.AssertTemplateUsedTests) Template assertions work when there is a single context ... ok test_template_rendered_multiple_times (test_client_regress.tests.AssertTemplateUsedTests) Template assertions work when a template is rendered multiple times. ... ok test_15368 (test_client_regress.tests.ContextTests) ... ok test_contextlist_get (test_client_regress.tests.ContextTests) ... ok test_contextlist_keys (test_client_regress.tests.ContextTests) ... ok test_inherited_context (test_client_regress.tests.ContextTests) Context variables can be retrieved from a list of contexts ... ok test_nested_requests (test_client_regress.tests.ContextTests) response.context is not lost when view call another view. ... ok test_single_context (test_client_regress.tests.ContextTests) Context variables can be retrieved from a single context ... ok test_exception_cleared (test_client_regress.tests.ExceptionTests) #5836 - A stale user exception isn't re-raised by the test client. ... ok test_login_different_client (test_client_regress.tests.LoginTests) Using a different test client doesn't violate authentication ... ok test_login (test_client_regress.tests.SessionEngineTests) A session engine that modifies the session key can be used to log in ... ok test_login_with_user (test_client_regress.tests.SessionTests) Login should send user_logged_in signal on successful login. ... ok test_login_without_signal (test_client_regress.tests.SessionTests) Login shouldn't send signal if user wasn't logged in ... ok test_logout (test_client_regress.tests.SessionTests) Logout should work whether the user is logged in or not (#9978). ... ok test_logout_with_custom_auth_backend (test_client_regress.tests.SessionTests) Request a logout after logging in with custom authentication backend ... ok test_logout_with_custom_user (test_client_regress.tests.SessionTests) Logout should send user_logged_out signal if custom user was logged in. ... ok test_logout_with_user (test_client_regress.tests.SessionTests) Logout should send user_logged_out signal if user was logged in. ... ok test_logout_without_user (test_client_regress.tests.SessionTests) Logout should send signal even if user not authenticated. ... ok test_session (test_client_regress.tests.SessionTests) The session isn't lost if a user logs in ... ok test_session_initiated (test_client_regress.tests.SessionTests) ... ok test_database_checks_called (check_framework.test_database.DatabaseCheckTests) ... ok test_database_checks_not_run_by_default (check_framework.test_database.DatabaseCheckTests) `database` checks are only run when their tag is specified. ... ok test_mysql_strict_mode (check_framework.test_database.DatabaseCheckTests) ... skipped 'Test only for MySQL' test_collision_abstract_model (check_framework.test_model_checks.ConstraintNameTests) ... ok test_collision_across_apps (check_framework.test_model_checks.ConstraintNameTests) ... ok test_collision_in_different_models (check_framework.test_model_checks.ConstraintNameTests) ... ok test_collision_in_same_model (check_framework.test_model_checks.ConstraintNameTests) ... ok test_no_collision_abstract_model_interpolation (check_framework.test_model_checks.ConstraintNameTests) ... ok test_no_collision_across_apps_interpolation (check_framework.test_model_checks.ConstraintNameTests) ... ok test_explicit_ForeignKey (nested_foreign_keys.tests.DeeplyNestedForeignKeysTests) ... ok test_inheritance (nested_foreign_keys.tests.DeeplyNestedForeignKeysTests) ... ok test_explicit_ForeignKey (nested_foreign_keys.tests.NestedForeignKeysTests) ... ok test_explicit_ForeignKey_NullFK (nested_foreign_keys.tests.NestedForeignKeysTests) ... ok test_inheritance (nested_foreign_keys.tests.NestedForeignKeysTests) ... ok test_inheritance_null_FK (nested_foreign_keys.tests.NestedForeignKeysTests) ... ok test_null_exclude (nested_foreign_keys.tests.NestedForeignKeysTests) ... ok test_dates_query (extra_regress.tests.ExtraRegressTests) When calling the dates() method on a queryset with extra selection ... ok test_extra_stay_tied (extra_regress.tests.ExtraRegressTests) ... ok test_extra_values_distinct_ordering (extra_regress.tests.ExtraRegressTests) ... ok test_regression_10847 (extra_regress.tests.ExtraRegressTests) Regression for #10847: the list of extra columns can always be ... ok test_regression_17877 (extra_regress.tests.ExtraRegressTests) Extra WHERE clauses get correctly ANDed, even when they ... ok test_regression_7314_7372 (extra_regress.tests.ExtraRegressTests) Regression tests for #7314 and #7372 ... ok test_regression_7957 (extra_regress.tests.ExtraRegressTests) Regression test for #7957: Combining extra() calls should leave the ... ok test_regression_7961 (extra_regress.tests.ExtraRegressTests) Regression test for #7961: When not using a portion of an ... ok test_regression_8039 (extra_regress.tests.ExtraRegressTests) Regression test for #8039: Ordering sometimes removed relevant tables ... ok test_regression_8063 (extra_regress.tests.ExtraRegressTests) Regression test for #8063: limiting a query shouldn't discard any ... ok test_regression_8819 (extra_regress.tests.ExtraRegressTests) Regression test for #8819: Fields in the extra(select=...) list ... ok test_values_with_extra (extra_regress.tests.ExtraRegressTests) Regression test for #10256... If there is a values() clause, Extra ... ok test_attribute_error (custom_columns.tests.CustomColumnsTests) ... ok test_author_filtering (custom_columns.tests.CustomColumnsTests) ... ok test_author_get (custom_columns.tests.CustomColumnsTests) ... ok test_author_get_attributes (custom_columns.tests.CustomColumnsTests) ... ok test_author_querying (custom_columns.tests.CustomColumnsTests) ... ok test_field_error (custom_columns.tests.CustomColumnsTests) ... ok test_filter_first_name (custom_columns.tests.CustomColumnsTests) ... ok test_filter_on_nonexistent_field (custom_columns.tests.CustomColumnsTests) ... ok test_get_all_articles_for_an_author (custom_columns.tests.CustomColumnsTests) ... ok test_get_all_authors_for_an_article (custom_columns.tests.CustomColumnsTests) ... ok test_get_author_m2m_relation (custom_columns.tests.CustomColumnsTests) ... ok test_get_first_name (custom_columns.tests.CustomColumnsTests) ... ok test_m2m_table (custom_columns.tests.CustomColumnsTests) ... ok test_query_all_available_authors (custom_columns.tests.CustomColumnsTests) ... ok test_multi_table_inheritance (select_related_regress.tests.SelectRelatedRegressTests) Exercising select_related() with multi-table model inheritance. ... ok test_null_join_promotion (select_related_regress.tests.SelectRelatedRegressTests) ... ok test_regression_10733 (select_related_regress.tests.SelectRelatedRegressTests) ... ok test_regression_12851 (select_related_regress.tests.SelectRelatedRegressTests) Regression for #12851 ... ok test_regression_19870 (select_related_regress.tests.SelectRelatedRegressTests) ... ok test_regression_22508 (select_related_regress.tests.SelectRelatedRegressTests) ... ok test_regression_7110 (select_related_regress.tests.SelectRelatedRegressTests) Regression test for bug #7110. ... ok test_regression_8036 (select_related_regress.tests.SelectRelatedRegressTests) Regression test for bug #8036 ... ok test_regression_8106 (select_related_regress.tests.SelectRelatedRegressTests) Regression test for bug #8106. ... ok test_conditional_aggregation_example (expressions_case.tests.CaseDocumentationExamples) ... ok test_conditional_update_example (expressions_case.tests.CaseDocumentationExamples) ... ok test_filter_example (expressions_case.tests.CaseDocumentationExamples) ... ok test_hash (expressions_case.tests.CaseDocumentationExamples) ... ok test_lookup_example (expressions_case.tests.CaseDocumentationExamples) ... ok test_simple_example (expressions_case.tests.CaseDocumentationExamples) ... ok test_aggregate (expressions_case.tests.CaseExpressionTests) ... ok test_aggregate_with_expression_as_condition (expressions_case.tests.CaseExpressionTests) ... ok test_aggregate_with_expression_as_value (expressions_case.tests.CaseExpressionTests) ... ok test_annotate (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_exclude (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_values_not_in_order_by (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_aggregation_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_aggregation_in_predicate (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_aggregation_in_value (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_annotation_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_annotation_in_predicate (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_annotation_in_value (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_empty_when (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_expression_as_condition (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_expression_as_value (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_in_clause (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_join_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_join_in_predicate (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_with_join_in_value (expressions_case.tests.CaseExpressionTests) ... ok test_annotate_without_default (expressions_case.tests.CaseExpressionTests) ... ok test_case_reuse (expressions_case.tests.CaseExpressionTests) ... ok test_combined_expression (expressions_case.tests.CaseExpressionTests) ... ok test_combined_q_object (expressions_case.tests.CaseExpressionTests) ... ok test_filter (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_aggregation_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_aggregation_in_predicate (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_aggregation_in_value (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_annotation_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_annotation_in_predicate (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_annotation_in_value (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_expression_as_condition (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_expression_as_value (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_join_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_join_in_predicate (expressions_case.tests.CaseExpressionTests) ... ok test_filter_with_join_in_value (expressions_case.tests.CaseExpressionTests) ... ok test_filter_without_default (expressions_case.tests.CaseExpressionTests) ... ok test_in_subquery (expressions_case.tests.CaseExpressionTests) ... ok test_join_promotion (expressions_case.tests.CaseExpressionTests) ... ok test_join_promotion_multiple_annotations (expressions_case.tests.CaseExpressionTests) ... ok test_lookup_different_fields (expressions_case.tests.CaseExpressionTests) ... ok test_lookup_in_condition (expressions_case.tests.CaseExpressionTests) ... ok test_m2m_exclude (expressions_case.tests.CaseExpressionTests) ... ok test_m2m_reuse (expressions_case.tests.CaseExpressionTests) ... ok test_order_by_conditional_explicit (expressions_case.tests.CaseExpressionTests) ... ok test_order_by_conditional_implicit (expressions_case.tests.CaseExpressionTests) ... ok test_update (expressions_case.tests.CaseExpressionTests) ... ok test_update_big_integer (expressions_case.tests.CaseExpressionTests) ... ok test_update_binary (expressions_case.tests.CaseExpressionTests) ... ok test_update_boolean (expressions_case.tests.CaseExpressionTests) ... ok test_update_date (expressions_case.tests.CaseExpressionTests) ... ok test_update_date_time (expressions_case.tests.CaseExpressionTests) ... ok test_update_decimal (expressions_case.tests.CaseExpressionTests) ... ok test_update_duration (expressions_case.tests.CaseExpressionTests) ... ok test_update_email (expressions_case.tests.CaseExpressionTests) ... ok test_update_file (expressions_case.tests.CaseExpressionTests) ... ok test_update_file_path (expressions_case.tests.CaseExpressionTests) ... ok test_update_fk (expressions_case.tests.CaseExpressionTests) ... ok test_update_float (expressions_case.tests.CaseExpressionTests) ... ok test_update_generic_ip_address (expressions_case.tests.CaseExpressionTests) ... ok test_update_image (expressions_case.tests.CaseExpressionTests) ... ok test_update_null_boolean (expressions_case.tests.CaseExpressionTests) ... ok test_update_null_boolean_old (expressions_case.tests.CaseExpressionTests) ... ok test_update_positive_integer (expressions_case.tests.CaseExpressionTests) ... ok test_update_positive_small_integer (expressions_case.tests.CaseExpressionTests) ... ok test_update_slug (expressions_case.tests.CaseExpressionTests) ... ok test_update_small_integer (expressions_case.tests.CaseExpressionTests) ... ok test_update_string (expressions_case.tests.CaseExpressionTests) ... ok test_update_text (expressions_case.tests.CaseExpressionTests) ... ok test_update_time (expressions_case.tests.CaseExpressionTests) ... ok test_update_url (expressions_case.tests.CaseExpressionTests) ... ok test_update_uuid (expressions_case.tests.CaseExpressionTests) ... ok test_update_with_expression_as_condition (expressions_case.tests.CaseExpressionTests) ... ok test_update_with_expression_as_value (expressions_case.tests.CaseExpressionTests) ... ok test_update_with_join_in_condition_raise_field_error (expressions_case.tests.CaseExpressionTests) ... ok test_update_with_join_in_predicate_raise_field_error (expressions_case.tests.CaseExpressionTests) ... ok test_update_without_default (expressions_case.tests.CaseExpressionTests) ... ok test_cascade_delete_proxy_model_admin_warning (proxy_models.tests.ProxyModelAdminTests) Test if admin gives warning about cascade deleting models referenced ... ok test_delete_str_in_model_admin (proxy_models.tests.ProxyModelAdminTests) Test if the admin delete page shows the correct string representation ... ok test_abstract_base_with_model_fields (proxy_models.tests.ProxyModelTests) ... ok test_basic_proxy (proxy_models.tests.ProxyModelTests) Creating a Person makes them accessible through the MyPerson proxy. ... ok test_basic_proxy_reverse (proxy_models.tests.ProxyModelTests) A new MyPerson also shows up as a standard Person. ... ok test_concrete_model (proxy_models.tests.ProxyModelTests) ... ok test_content_type (proxy_models.tests.ProxyModelTests) ... ok test_correct_type_proxy_of_proxy (proxy_models.tests.ProxyModelTests) Correct type when querying a proxy of proxy ... ok test_eq (proxy_models.tests.ProxyModelTests) ... ok test_filter_proxy_relation_reverse (proxy_models.tests.ProxyModelTests) ... ok test_inheritance_new_table (proxy_models.tests.ProxyModelTests) The StatusPerson models should have its own table (it's using ORM-level ... ok test_myperson_manager (proxy_models.tests.ProxyModelTests) ... ok test_new_fields (proxy_models.tests.ProxyModelTests) ... ok test_no_base_classes (proxy_models.tests.ProxyModelTests) ... ok test_no_proxy (proxy_models.tests.ProxyModelTests) Person is not proxied by StatusPerson subclass. ... ok test_otherperson_manager (proxy_models.tests.ProxyModelTests) ... ok test_permissions_created (proxy_models.tests.ProxyModelTests) ... ok test_proxy_bug (proxy_models.tests.ProxyModelTests) ... ok test_proxy_delete (proxy_models.tests.ProxyModelTests) Proxy objects can be deleted ... ok test_proxy_for_model (proxy_models.tests.ProxyModelTests) ... ok test_proxy_included_in_ancestors (proxy_models.tests.ProxyModelTests) Proxy models are included in the ancestors for a model's DoesNotExist ... ok test_proxy_load_from_fixture (proxy_models.tests.ProxyModelTests) ... ok test_proxy_model_signals (proxy_models.tests.ProxyModelTests) Test save signals for proxy models ... ok test_proxy_update (proxy_models.tests.ProxyModelTests) ... ok test_same_manager_queries (proxy_models.tests.ProxyModelTests) The MyPerson model should be generating the same database queries as ... ok test_select_related (proxy_models.tests.ProxyModelTests) We can still use `select_related()` to include related models in our ... ok test_swappable (proxy_models.tests.ProxyModelTests) ... ok test_too_many_concrete_classes (proxy_models.tests.ProxyModelTests) ... ok test_user_proxy_models (proxy_models.tests.ProxyModelTests) ... ok test_add_m2m_with_base_class (m2m_regress.tests.M2MRegressionTests) ... ok test_assigning_invalid_data_to_m2m_doesnt_clear_existing_relations (m2m_regress.tests.M2MRegressionTests) ... ok test_internal_related_name_not_in_error_msg (m2m_regress.tests.M2MRegressionTests) ... ok test_m2m_abstract_split (m2m_regress.tests.M2MRegressionTests) ... ok test_m2m_inheritance_symmetry (m2m_regress.tests.M2MRegressionTests) ... ok test_m2m_pk_field_type (m2m_regress.tests.M2MRegressionTests) ... ok test_manager_class_caching (m2m_regress.tests.M2MRegressionTests) ... ok test_multiple_forwards_only_m2m (m2m_regress.tests.M2MRegressionTests) ... ok test_multiple_m2m (m2m_regress.tests.M2MRegressionTests) ... ok test_model_admin_no_delete_permission (admin_views.test_actions.AdminActionsPermissionTests) Permission is denied if the user doesn't have delete permission for the ... ok test_model_admin_no_delete_permission_externalsubscriber (admin_views.test_actions.AdminActionsPermissionTests) Permission is denied if the user doesn't have delete permission for a ... ok test_action_column_class (admin_views.test_actions.AdminActionsTest) The checkbox column class is present in the response. ... ok test_actions_ordering (admin_views.test_actions.AdminActionsTest) Actions are ordered as expected. ... ok test_custom_function_action_no_perm_response (admin_views.test_actions.AdminActionsTest) A custom action may returns an HttpResponse with a 403 code. ... ok test_custom_function_action_streaming_response (admin_views.test_actions.AdminActionsTest) A custom action may return a StreamingHttpResponse. ... ok test_custom_function_action_with_redirect (admin_views.test_actions.AdminActionsTest) Another custom action defined in a function. ... ok test_custom_function_mail_action (admin_views.test_actions.AdminActionsTest) A custom action may be defined in a function. ... ok test_default_delete_action_nonexistent_pk (admin_views.test_actions.AdminActionsTest) ... ok test_default_redirect (admin_views.test_actions.AdminActionsTest) Actions which don't return an HttpResponse are redirected to the same ... ok test_delete_queryset_hook (admin_views.test_actions.AdminActionsTest) ... ok test_delete_selected_uses_get_deleted_objects (admin_views.test_actions.AdminActionsTest) The delete_selected action uses ModelAdmin.get_deleted_objects(). ... ok test_media_from_actions_form (admin_views.test_actions.AdminActionsTest) The action form's media is included in the changelist view's media. ... ok test_model_admin_custom_action (admin_views.test_actions.AdminActionsTest) A custom action defined in a ModelAdmin method. ... ok test_model_admin_default_delete_action (admin_views.test_actions.AdminActionsTest) ... ok test_model_admin_default_delete_action_no_change_url (admin_views.test_actions.AdminActionsTest) The default delete action doesn't break if a ModelAdmin removes the ... ok test_model_admin_default_delete_action_protected (admin_views.test_actions.AdminActionsTest) The default delete action where some related objects are protected ... ok test_model_without_action (admin_views.test_actions.AdminActionsTest) A ModelAdmin might not have any actions. ... ok test_model_without_action_still_has_jquery (admin_views.test_actions.AdminActionsTest) A ModelAdmin without any actions still has jQuery included on the page. ... ok test_multiple_actions_form (admin_views.test_actions.AdminActionsTest) Actions come from the form whose submit button was pressed (#10618). ... ok test_non_localized_pk (admin_views.test_actions.AdminActionsTest) If USE_THOUSAND_SEPARATOR is set, the ids for the objects selected for ... ok test_popup_actions (admin_views.test_actions.AdminActionsTest) Actions aren't shown in popups. ... ok test_popup_template_escaping (admin_views.test_actions.AdminActionsTest) ... ok test_popup_template_response_on_add (admin_views.test_actions.AdminActionsTest) Success on popups shall be rendered from template in order to allow ... ok test_popup_template_response_on_change (admin_views.test_actions.AdminActionsTest) ... ok test_popup_template_response_on_delete (admin_views.test_actions.AdminActionsTest) ... ok test_selection_counter (admin_views.test_actions.AdminActionsTest) The selection counter is there. ... ok test_user_message_on_no_action (admin_views.test_actions.AdminActionsTest) User sees a warning when 'Go' is pressed and no action is selected. ... ok test_user_message_on_none_selected (admin_views.test_actions.AdminActionsTest) User sees a warning when 'Go' is pressed and no items are selected. ... ok test_available_apps (admin_views.test_adminsite.SiteEachContextTest) ... ok test_each_context (admin_views.test_adminsite.SiteEachContextTest) ... ok test_each_context_site_url_with_script_name (admin_views.test_adminsite.SiteEachContextTest) ... ok test_get_paginator (admin_views.test_autocomplete_view.AutocompleteJsonViewTests) Search results are paginated. ... ok test_has_view_or_change_permission_required (admin_views.test_autocomplete_view.AutocompleteJsonViewTests) Users require the change permission for the related model to the ... ok test_missing_search_fields (admin_views.test_autocomplete_view.AutocompleteJsonViewTests) ... ok test_must_be_logged_in (admin_views.test_autocomplete_view.AutocompleteJsonViewTests) ... ok test_search_use_distinct (admin_views.test_autocomplete_view.AutocompleteJsonViewTests) Searching across model relations use QuerySet.distinct() to avoid ... ok test_success (admin_views.test_autocomplete_view.AutocompleteJsonViewTests) ... ok test_inactive_user (admin_views.test_forms.AdminAuthenticationFormTests) ... ok test_changed_message_uses_form_lables (admin_views.test_history_view.AdminHistoryViewTests) Admin's model history change messages use form labels instead of ... ok test_add_view (admin_views.test_multidb.MultiDatabaseTests) ... ok test_change_view (admin_views.test_multidb.MultiDatabaseTests) ... ok test_delete_view (admin_views.test_multidb.MultiDatabaseTests) ... ok test_override_change_form_template_tags (admin_views.test_templatetags.AdminTemplateTagsTest) admin_modify template tags follow the standard search pattern ... ok test_override_change_list_template_tags (admin_views.test_templatetags.AdminTemplateTagsTest) admin_list template tags follow the standard search pattern ... ok test_submit_row (admin_views.test_templatetags.AdminTemplateTagsTest) submit_row template tag should pass whole context. ... ok test_choice_links (admin_views.test_templatetags.DateHierarchyTests) ... ok test_add_model_modeladmin_defer_qs (admin_views.tests.AdminCustomQuerysetTest) ... ok test_add_model_modeladmin_only_qs (admin_views.tests.AdminCustomQuerysetTest) ... ok test_change_view (admin_views.tests.AdminCustomQuerysetTest) ... ok test_changelist_view (admin_views.tests.AdminCustomQuerysetTest) ... ok test_changelist_view_count_queries (admin_views.tests.AdminCustomQuerysetTest) ... ok test_edit_model_modeladmin_defer_qs (admin_views.tests.AdminCustomQuerysetTest) ... ok test_edit_model_modeladmin_only_qs (admin_views.tests.AdminCustomQuerysetTest) ... ok test_history_view_custom_qs (admin_views.tests.AdminCustomQuerysetTest) Custom querysets are considered for the admin history view. ... ok test_should_be_able_to_edit_related_objects_on_add_view (admin_views.tests.AdminCustomSaveRelatedTests) ... ok test_should_be_able_to_edit_related_objects_on_change_view (admin_views.tests.AdminCustomSaveRelatedTests) ... ok test_should_be_able_to_edit_related_objects_on_changelist_view (admin_views.tests.AdminCustomSaveRelatedTests) ... ok test_change_password_template (admin_views.tests.AdminCustomTemplateTests) ... ok test_custom_model_admin_templates (admin_views.tests.AdminCustomTemplateTests) ... ok test_extended_bodyclass_change_list (admin_views.tests.AdminCustomTemplateTests) The admin/change_list.html' template uses block.super ... ok test_extended_bodyclass_template_change_form (admin_views.tests.AdminCustomTemplateTests) The admin/change_form.html template uses block.super in the ... ok test_extended_bodyclass_template_delete_confirmation (admin_views.tests.AdminCustomTemplateTests) The admin/delete_confirmation.html template uses ... ok test_extended_bodyclass_template_delete_selected_confirmation (admin_views.tests.AdminCustomTemplateTests) The admin/delete_selected_confirmation.html template uses ... ok test_extended_bodyclass_template_index (admin_views.tests.AdminCustomTemplateTests) The admin/index.html template uses block.super in the bodyclass block. ... ok test_extended_bodyclass_template_login (admin_views.tests.AdminCustomTemplateTests) The admin/login.html template uses block.super in the ... ok test_filter_with_custom_template (admin_views.tests.AdminCustomTemplateTests) A custom template can be used to render an admin filter. ... ok test_filters (admin_views.tests.AdminDocsTest) ... ok test_tags (admin_views.tests.AdminDocsTest) ... ok test_inline (admin_views.tests.AdminInheritedInlinesTest) Inline models which inherit from a common parent are correctly handled. ... ok test_form_has_multipart_enctype (admin_views.tests.AdminInlineFileUploadTest) ... ok test_inline_file_upload_edit_validation_error_post (admin_views.tests.AdminInlineFileUploadTest) Inline file uploads correctly display prior data (#10002). ... ok test_char_pk_inline (admin_views.tests.AdminInlineTests) A model with a character PK can be saved as inlines. Regression for #10992 ... ok test_explicit_autofield_inline (admin_views.tests.AdminInlineTests) A model with an explicit autofield primary key can be saved as inlines. Regression for #8093 ... ok test_inherited_inline (admin_views.tests.AdminInlineTests) An inherited model can be saved as inlines. Regression for #11042 ... ok test_integer_pk_inline (admin_views.tests.AdminInlineTests) A model with an integer PK can be saved as inlines. Regression for #10992 ... ok test_ordered_inline (admin_views.tests.AdminInlineTests) An inline with an editable ordering fields is updated correctly. ... ok test_simple_inline (admin_views.tests.AdminInlineTests) A simple model can be saved as inlines ... ok test_js_minified_only_if_debug_is_false (admin_views.tests.AdminJavaScriptTest) The minified versions of the JS files are only used when DEBUG is False. ... ok test_add_view (admin_views.tests.AdminKeepChangeListFiltersTests) ... ok test_assert_url_equal (admin_views.tests.AdminKeepChangeListFiltersTests) ... ok test_change_view (admin_views.tests.AdminKeepChangeListFiltersTests) ... ok test_changelist_view (admin_views.tests.AdminKeepChangeListFiltersTests) ... ok test_delete_view (admin_views.tests.AdminKeepChangeListFiltersTests) ... ok test_url_prefix (admin_views.tests.AdminKeepChangeListFiltersTests) ... ok test_beginning_matches (admin_views.tests.AdminSearchTest) ... ok test_exact_matches (admin_views.tests.AdminSearchTest) ... ok test_no_total_count (admin_views.tests.AdminSearchTest) #8408 -- "Show all" should be displayed instead of the total count if ... ok test_pluggable_search (admin_views.tests.AdminSearchTest) ... ok test_reset_link (admin_views.tests.AdminSearchTest) Test presence of reset link in search bar ("1 result (_x total_)"). ... ok test_search_on_sibling_models (admin_views.tests.AdminSearchTest) A search that mentions sibling models ... ok test_with_fk_to_field (admin_views.tests.AdminSearchTest) The to_field GET parameter is preserved when a search is performed. ... ok test_message_debug (admin_views.tests.AdminUserMessageTest) ... ok test_message_error (admin_views.tests.AdminUserMessageTest) ... ok test_message_extra_tags (admin_views.tests.AdminUserMessageTest) ... ok test_message_info (admin_views.tests.AdminUserMessageTest) ... ok test_message_success (admin_views.tests.AdminUserMessageTest) ... ok test_message_warning (admin_views.tests.AdminUserMessageTest) ... ok test_L10N_deactivated (admin_views.tests.AdminViewBasicTest) Check if L10N is deactivated, the JavaScript i18n view doesn't ... ok test_add_with_GET_args (admin_views.tests.AdminViewBasicTest) ... ok test_adminsite_display_site_url (admin_views.tests.AdminViewBasicTest) #13749 - Admin should display link to front-end site 'View site' ... ok test_allowed_filtering_15103 (admin_views.tests.AdminViewBasicTest) Regressions test for ticket 15103 - filtering on fields defined in a ... ok test_allows_attributeerror_to_bubble_up (admin_views.tests.AdminViewBasicTest) AttributeErrors are allowed to bubble when raised inside a change list ... ok test_basic_add_GET (admin_views.tests.AdminViewBasicTest) A smoke test to ensure GET on the add_view works. ... ok test_basic_add_POST (admin_views.tests.AdminViewBasicTest) A smoke test to ensure POST on add_view works. ... ok test_basic_edit_GET (admin_views.tests.AdminViewBasicTest) A smoke test to ensure GET on the change_view works. ... ok test_basic_edit_GET_old_url_redirect (admin_views.tests.AdminViewBasicTest) The change URL changed in Django 1.9, but the old one still redirects. ... ok test_basic_edit_GET_string_PK (admin_views.tests.AdminViewBasicTest) GET on the change_view (when passing a string as the PK argument for a ... ok test_basic_edit_POST (admin_views.tests.AdminViewBasicTest) A smoke test to ensure POST on edit_view works. ... ok test_basic_inheritance_GET_string_PK (admin_views.tests.AdminViewBasicTest) GET on the change_view (for inherited models) redirects to the index ... ok test_change_list_column_field_classes (admin_views.tests.AdminViewBasicTest) ... ok test_change_list_null_boolean_display (admin_views.tests.AdminViewBasicTest) ... ok test_change_list_sorting_callable (admin_views.tests.AdminViewBasicTest) Ensure we can sort on a list_display field that is a callable ... ok test_change_list_sorting_callable_query_expression (admin_views.tests.AdminViewBasicTest) Query expressions may be used for admin_order_field. (column 9 is ... ok test_change_list_sorting_callable_query_expression_reverse (admin_views.tests.AdminViewBasicTest) ... ok test_change_list_sorting_model (admin_views.tests.AdminViewBasicTest) Ensure we can sort on a list_display field that is a Model method ... ok test_change_list_sorting_model_admin (admin_views.tests.AdminViewBasicTest) Ensure we can sort on a list_display field that is a ModelAdmin method ... ok test_change_list_sorting_model_admin_reverse (admin_views.tests.AdminViewBasicTest) Ensure we can sort on a list_display field that is a ModelAdmin ... ok test_change_list_sorting_model_meta (admin_views.tests.AdminViewBasicTest) ... ok test_change_list_sorting_multiple (admin_views.tests.AdminViewBasicTest) ... ok test_change_list_sorting_override_model_admin (admin_views.tests.AdminViewBasicTest) ... ok test_change_list_sorting_preserve_queryset_ordering (admin_views.tests.AdminViewBasicTest) If no ordering is defined in `ModelAdmin.ordering` or in the query ... ok test_change_list_sorting_property (admin_views.tests.AdminViewBasicTest) Sort on a list_display field that is a property (column 10 is ... ok test_change_view_logs_m2m_field_changes (admin_views.tests.AdminViewBasicTest) Changes to ManyToManyFields are included in the object's history. ... ok test_change_view_with_show_delete_extra_context (admin_views.tests.AdminViewBasicTest) The 'show_delete' context variable in the admin's change view controls ... ok test_changelist_with_no_change_url (admin_views.tests.AdminViewBasicTest) ModelAdmin.changelist_view shouldn't result in a NoReverseMatch if url ... ok test_date_hierarchy_timezone_dst (admin_views.tests.AdminViewBasicTest) ... ok test_disallowed_filtering (admin_views.tests.AdminViewBasicTest) ... ok test_disallowed_to_field (admin_views.tests.AdminViewBasicTest) ... ok test_edit_save_as (admin_views.tests.AdminViewBasicTest) Test "save as". ... ok test_edit_save_as_delete_inline (admin_views.tests.AdminViewBasicTest) Should be able to "Save as new" while also deleting an inline. ... ok test_get_sortable_by_columns_subset (admin_views.tests.AdminViewBasicTest) ... ok test_get_sortable_by_no_column (admin_views.tests.AdminViewBasicTest) ... ok test_has_related_field_in_list_display_fk (admin_views.tests.AdminViewBasicTest) Joins shouldn't be performed for _id fields in list display. ... ok test_has_related_field_in_list_display_o2o (admin_views.tests.AdminViewBasicTest) Joins shouldn't be performed for _id fields in list display. ... ok test_hide_change_password (admin_views.tests.AdminViewBasicTest) Tests if the "change password" link in the admin is hidden if the User ... ok test_i18n_language_non_english_default (admin_views.tests.AdminViewBasicTest) Check if the JavaScript i18n view returns an empty language catalog ... ok test_i18n_language_non_english_fallback (admin_views.tests.AdminViewBasicTest) Makes sure that the fallback language is still working properly ... ok test_incorrect_lookup_parameters (admin_views.tests.AdminViewBasicTest) Ensure incorrect lookup parameters are handled gracefully. ... ok test_invalid_appindex_url (admin_views.tests.AdminViewBasicTest) #21056 -- URL reversing shouldn't work for nonexistent apps. ... ok test_isnull_lookups (admin_views.tests.AdminViewBasicTest) Ensure is_null is handled correctly. ... ok test_jsi18n_with_context (admin_views.tests.AdminViewBasicTest) ... ok test_limited_filter (admin_views.tests.AdminViewBasicTest) Ensure admin changelist filters do not contain objects excluded via limit_choices_to. ... ok test_logout_and_password_change_URLs (admin_views.tests.AdminViewBasicTest) ... ok test_multiple_sort_same_field (admin_views.tests.AdminViewBasicTest) ... ok test_named_group_field_choices_change_list (admin_views.tests.AdminViewBasicTest) Ensures the admin changelist shows correct values in the relevant column ... ok test_named_group_field_choices_filter (admin_views.tests.AdminViewBasicTest) Ensures the filter UI shows correctly when at least one named group has ... ok test_popup_add_POST (admin_views.tests.AdminViewBasicTest) Ensure http response from a popup is properly escaped. ... ok test_popup_dismiss_related (admin_views.tests.AdminViewBasicTest) Regression test for ticket 20664 - ensure the pk is properly quoted. ... ok test_relation_spanning_filters (admin_views.tests.AdminViewBasicTest) ... ok test_resolve_admin_views (admin_views.tests.AdminViewBasicTest) ... ok test_sort_indicators_admin_order (admin_views.tests.AdminViewBasicTest) The admin shows default sort indicators for all kinds of 'ordering' ... ok test_sortable_by_columns_subset (admin_views.tests.AdminViewBasicTest) ... ok test_sortable_by_no_column (admin_views.tests.AdminViewBasicTest) ... ok test_trailing_slash_required (admin_views.tests.AdminViewBasicTest) If you leave off the trailing slash, app should redirect and add it. ... ok test_cyclic (admin_views.tests.AdminViewDeletedObjectsTest) Cyclic relationships should still cause each object to only be ... ok test_delete_view_uses_get_deleted_objects (admin_views.tests.AdminViewDeletedObjectsTest) The delete view uses ModelAdmin.get_deleted_objects(). ... ok test_generic_relations (admin_views.tests.AdminViewDeletedObjectsTest) If a deleted object has GenericForeignKeys pointing to it, ... ok test_generic_relations_with_related_query_name (admin_views.tests.AdminViewDeletedObjectsTest) If a deleted object has GenericForeignKey with ... ok test_inheritance (admin_views.tests.AdminViewDeletedObjectsTest) In the case of an inherited model, if either the child or ... ok test_multiple_fkeys_to_same_instance (admin_views.tests.AdminViewDeletedObjectsTest) If a deleted object has two relationships pointing to it from ... ok test_multiple_fkeys_to_same_model (admin_views.tests.AdminViewDeletedObjectsTest) If a deleted object has two relationships from another model, ... ok test_nesting (admin_views.tests.AdminViewDeletedObjectsTest) Objects should be nested to display the relationships that ... ok test_not_registered (admin_views.tests.AdminViewDeletedObjectsTest) ... ok test_perms_needed (admin_views.tests.AdminViewDeletedObjectsTest) ... ok test_post_delete_protected (admin_views.tests.AdminViewDeletedObjectsTest) A POST request to delete protected objects should display the page ... ok test_protected (admin_views.tests.AdminViewDeletedObjectsTest) ... ok test_change_form_URL_has_correct_value (admin_views.tests.AdminViewFormUrlTest) change_view has form_url in response.context ... ok test_initial_data_can_be_overridden (admin_views.tests.AdminViewFormUrlTest) The behavior for setting initial form data can be overridden in the ... ok test_changelist_input_html (admin_views.tests.AdminViewListEditable) ... ok test_custom_pk (admin_views.tests.AdminViewListEditable) ... ok test_inheritance (admin_views.tests.AdminViewListEditable) ... ok test_inheritance_2 (admin_views.tests.AdminViewListEditable) ... ok test_list_editable_action_choices (admin_views.tests.AdminViewListEditable) ... ok test_list_editable_action_submit (admin_views.tests.AdminViewListEditable) ... ok test_list_editable_ordering (admin_views.tests.AdminViewListEditable) ... ok test_list_editable_pagination (admin_views.tests.AdminViewListEditable) Pagination works for list_editable items. ... ok test_list_editable_popup (admin_views.tests.AdminViewListEditable) Fields should not be list-editable in popups. ... ok test_non_field_errors (admin_views.tests.AdminViewListEditable) Non-field errors are displayed for each of the forms in the ... ok test_non_form_errors (admin_views.tests.AdminViewListEditable) ... ok test_non_form_errors_is_errorlist (admin_views.tests.AdminViewListEditable) ... ok test_pk_hidden_fields (admin_views.tests.AdminViewListEditable) hidden pk fields aren't displayed in the table body and their ... ok test_pk_hidden_fields_with_list_display_links (admin_views.tests.AdminViewListEditable) Similarly as test_pk_hidden_fields, but when the hidden pk fields are ... ok test_post_messages (admin_views.tests.AdminViewListEditable) ... ok test_post_submission (admin_views.tests.AdminViewListEditable) ... ok test_client_logout_url_can_be_used_to_login (admin_views.tests.AdminViewLogoutTests) ... ok test_logout (admin_views.tests.AdminViewLogoutTests) ... ok test_add_view_form_and_formsets_run_validation (admin_views.tests.AdminViewOnSiteTests) Issue #20522 ... ok test_callable (admin_views.tests.AdminViewOnSiteTests) The right link is displayed if view_on_site is a callable ... ok test_change_view_form_and_formsets_run_validation (admin_views.tests.AdminViewOnSiteTests) Issue #20522 ... ok test_check (admin_views.tests.AdminViewOnSiteTests) The view_on_site value is either a boolean or a callable ... ok test_false (admin_views.tests.AdminViewOnSiteTests) The 'View on site' button is not displayed if view_on_site is False ... ok test_missing_get_absolute_url (admin_views.tests.AdminViewOnSiteTests) None is returned if model doesn't have get_absolute_url ... ok test_true (admin_views.tests.AdminViewOnSiteTests) The default behavior is followed if view_on_site is True ... ok test_add_view (admin_views.tests.AdminViewPermissionsTest) Test add view restricts access and actually adds items. ... ok test_add_view_with_view_only_inlines (admin_views.tests.AdminViewPermissionsTest) User with add permission to a section but view-only for inlines. ... ok test_app_list_permissions (admin_views.tests.AdminViewPermissionsTest) If a user has no module perms, the app list returns a 404. ... ok test_change_view (admin_views.tests.AdminViewPermissionsTest) Change view should restrict access and allow users to edit items. ... ok test_change_view_save_as_new (admin_views.tests.AdminViewPermissionsTest) 'Save as new' should raise PermissionDenied for users without the 'add' ... ok test_change_view_with_view_and_add_inlines (admin_views.tests.AdminViewPermissionsTest) User has view and add permissions on the inline model. ... ok test_change_view_with_view_and_delete_inlines (admin_views.tests.AdminViewPermissionsTest) User has view and delete permissions on the inline model. ... ok test_change_view_with_view_only_inlines (admin_views.tests.AdminViewPermissionsTest) User with change permission to a section but view-only for inlines. ... ok test_change_view_without_object_change_permission (admin_views.tests.AdminViewPermissionsTest) The object should be read-only if the user has permission to view it ... ok test_conditionally_show_add_section_link (admin_views.tests.AdminViewPermissionsTest) The foreign key widget should only show the "add related" button if the ... ok test_conditionally_show_change_section_link (admin_views.tests.AdminViewPermissionsTest) The foreign key widget should only show the "change related" button if ... ok test_conditionally_show_delete_section_link (admin_views.tests.AdminViewPermissionsTest) The foreign key widget should only show the "delete related" button if ... ok test_delete_view (admin_views.tests.AdminViewPermissionsTest) Delete view should restrict access and actually delete items. ... ok test_delete_view_nonexistent_obj (admin_views.tests.AdminViewPermissionsTest) ... ok test_delete_view_with_no_default_permissions (admin_views.tests.AdminViewPermissionsTest) The delete view allows users to delete collected objects without a ... ok test_disabled_permissions_when_logged_in (admin_views.tests.AdminViewPermissionsTest) ... ok test_disabled_staff_permissions_when_logged_in (admin_views.tests.AdminViewPermissionsTest) ... ok test_double_login_is_not_allowed (admin_views.tests.AdminViewPermissionsTest) Regression test for #19327 ... ok test_has_module_permission (admin_views.tests.AdminViewPermissionsTest) has_module_permission() returns True for all users who ... ok test_history_view (admin_views.tests.AdminViewPermissionsTest) History view should restrict access. ... ok test_history_view_bad_url (admin_views.tests.AdminViewPermissionsTest) ... ok test_login (admin_views.tests.AdminViewPermissionsTest) Make sure only staff members can log in. ... ok test_login_has_permission (admin_views.tests.AdminViewPermissionsTest) ... ok test_login_page_notice_for_non_staff_users (admin_views.tests.AdminViewPermissionsTest) A logged-in non-staff user trying to access the admin index should be ... ok test_login_redirect_for_direct_get (admin_views.tests.AdminViewPermissionsTest) Login redirect should be to the admin index page when going directly to ... ok test_login_successfully_redirects_to_original_URL (admin_views.tests.AdminViewPermissionsTest) ... ok test_overriding_has_module_permission (admin_views.tests.AdminViewPermissionsTest) If has_module_permission() always returns False, the module shouldn't ... ok test_post_save_message_no_forbidden_links_visible (admin_views.tests.AdminViewPermissionsTest) Post-save message shouldn't contain a link to the change form if the ... ok test_shortcut_view_only_available_to_staff (admin_views.tests.AdminViewPermissionsTest) Only admin users should be able to use the admin shortcut view. ... ok test_add (admin_views.tests.AdminViewProxyModelPermissionsTests) ... ok test_change (admin_views.tests.AdminViewProxyModelPermissionsTests) ... ok test_delete (admin_views.tests.AdminViewProxyModelPermissionsTests) ... ok test_view (admin_views.tests.AdminViewProxyModelPermissionsTests) ... ok test_change_view_history_link (admin_views.tests.AdminViewStringPrimaryKeyTest) Object history button link should work and contain the pk value quoted. ... ok test_changelist_to_changeform_link (admin_views.tests.AdminViewStringPrimaryKeyTest) Link to the changeform of the object in changelist should use reverse() and be quoted -- #18072 ... ok test_deleteconfirmation_link (admin_views.tests.AdminViewStringPrimaryKeyTest) The link from the delete confirmation page referring back to the changeform of the object should be quoted ... ok test_get_change_view (admin_views.tests.AdminViewStringPrimaryKeyTest) Retrieving the object using urlencoded form of primary key should work ... ok test_get_history_view (admin_views.tests.AdminViewStringPrimaryKeyTest) Retrieving the history for an object using urlencoded form of primary ... ok test_recentactions_link (admin_views.tests.AdminViewStringPrimaryKeyTest) The link from the recent actions list referring to the changeform of the object should be quoted ... ok test_redirect_on_add_view_continue_button (admin_views.tests.AdminViewStringPrimaryKeyTest) As soon as an object is added using "Save and continue editing" ... ok test_shortcut_view_with_escaping (admin_views.tests.AdminViewStringPrimaryKeyTest) 'View on site should' work properly with char fields ... ok test_url_conflicts_with_add (admin_views.tests.AdminViewStringPrimaryKeyTest) A model with a primary key that ends with add or is `add` should be visible ... ok test_url_conflicts_with_delete (admin_views.tests.AdminViewStringPrimaryKeyTest) A model with a primary key that ends with delete should be visible ... ok test_url_conflicts_with_history (admin_views.tests.AdminViewStringPrimaryKeyTest) A model with a primary key that ends with history should be visible ... ok test_unicode_delete (admin_views.tests.AdminViewUnicodeTest) The delete_view handles non-ASCII characters ... ok test_unicode_edit (admin_views.tests.AdminViewUnicodeTest) A test to ensure that POST on edit_view handles non-ASCII characters. ... ok test_no_standard_modeladmin_urls (admin_views.tests.AdminViewsNoUrlTest) Admin index views don't break when user's ModelAdmin removes standard urls ... ok test_app_model_in_app_index_body_class (admin_views.tests.CSSTest) Ensure app and model tag are correctly read by app_index template ... ok test_app_model_in_delete_confirmation_body_class (admin_views.tests.CSSTest) Ensure app and model tag are correctly read by delete_confirmation ... ok test_app_model_in_delete_selected_confirmation_body_class (admin_views.tests.CSSTest) Ensure app and model tag are correctly read by ... ok test_app_model_in_form_body_class (admin_views.tests.CSSTest) Ensure app and model tag are correctly read by change_form template ... ok test_app_model_in_list_body_class (admin_views.tests.CSSTest) Ensure app and model tag are correctly read by change_list template ... ok test_changelist_field_classes (admin_views.tests.CSSTest) Cells of the change list table should contain the field name in their class attribute ... ok test_field_prefix_css_classes (admin_views.tests.CSSTest) Fields have a CSS class name with a 'field-' prefix. ... ok test_index_css_classes (admin_views.tests.CSSTest) CSS class names are used for each app and model on the admin index ... ok test_custom_admin_site_app_index_view_and_template (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_index_view_and_template (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_login_form (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_login_template (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_logout_template (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_password_change_done_template (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_password_change_template (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_password_change_with_extra_context (admin_views.tests.CustomModelAdminTest) ... ok test_custom_admin_site_view (admin_views.tests.CustomModelAdminTest) ... ok test_pwd_change_custom_template (admin_views.tests.CustomModelAdminTest) ... ok test_empty (admin_views.tests.DateHierarchyTests) No date hierarchy links display with empty changelist. ... ok test_multiple_years (admin_views.tests.DateHierarchyTests) year-level links appear for year-spanning changelist. ... ok test_related_field (admin_views.tests.DateHierarchyTests) ... ok test_single (admin_views.tests.DateHierarchyTests) Single day-level date hierarchy appears for single object. ... ok test_within_month (admin_views.tests.DateHierarchyTests) day-level links appear for changelist within single month. ... ok test_within_year (admin_views.tests.DateHierarchyTests) month-level links appear for changelist within single year. ... ok test_explicitly_provided_pk (admin_views.tests.GetFormsetsWithInlinesArgumentTest) ... ok test_implicitly_generated_pk (admin_views.tests.GetFormsetsWithInlinesArgumentTest) ... ok test_group_permission_performance (admin_views.tests.GroupAdminTest) ... ok test_save_button (admin_views.tests.GroupAdminTest) ... ok test_callable (admin_views.tests.InlineAdminViewOnSiteTest) The right link is displayed if view_on_site is a callable ... ok test_false (admin_views.tests.InlineAdminViewOnSiteTest) The 'View on site' button is not displayed if view_on_site is False ... ok test_true (admin_views.tests.InlineAdminViewOnSiteTest) The 'View on site' button is displayed if view_on_site is True ... ok test_limit_choices_to_as_callable (admin_views.tests.LimitChoicesToInAdminTest) Test for ticket 2445 changes to admin. ... ok test_add_view (admin_views.tests.NamespacedAdminKeepChangeListFiltersTests) ... ok test_assert_url_equal (admin_views.tests.NamespacedAdminKeepChangeListFiltersTests) ... ok test_change_view (admin_views.tests.NamespacedAdminKeepChangeListFiltersTests) ... ok test_changelist_view (admin_views.tests.NamespacedAdminKeepChangeListFiltersTests) ... ok test_delete_view (admin_views.tests.NamespacedAdminKeepChangeListFiltersTests) ... ok test_url_prefix (admin_views.tests.NamespacedAdminKeepChangeListFiltersTests) ... ok test_JS_i18n (admin_views.tests.NeverCacheTests) Check the never-cache status of the JavaScript i18n view ... ok test_admin_index (admin_views.tests.NeverCacheTests) Check the never-cache status of the main index ... ok test_app_index (admin_views.tests.NeverCacheTests) Check the never-cache status of an application index ... ok test_login (admin_views.tests.NeverCacheTests) Check the never-cache status of login views ... ok test_logout (admin_views.tests.NeverCacheTests) Check the never-cache status of logout view ... ok test_model_add (admin_views.tests.NeverCacheTests) Check the never-cache status of a model add page ... ok test_model_delete (admin_views.tests.NeverCacheTests) Check the never-cache status of a model delete page ... ok test_model_history (admin_views.tests.NeverCacheTests) Check the never-cache status of a model history page ... ok test_model_index (admin_views.tests.NeverCacheTests) Check the never-cache status of a model index ... ok test_model_view (admin_views.tests.NeverCacheTests) Check the never-cache status of a model edit page ... ok test_password_change (admin_views.tests.NeverCacheTests) Check the never-cache status of the password change view ... ok test_password_change_done (admin_views.tests.NeverCacheTests) Check the never-cache status of the password change done view ... ok test_prepopulated_maxlength_localized (admin_views.tests.PrePopulatedTest) Regression test for #15938: if USE_THOUSAND_SEPARATOR is set, make sure ... ok test_prepopulated_off (admin_views.tests.PrePopulatedTest) ... ok test_prepopulated_on (admin_views.tests.PrePopulatedTest) ... ok test_view_only_add_form (admin_views.tests.PrePopulatedTest) PrePopulatedPostReadOnlyAdmin.prepopulated_fields includes 'slug' ... ok test_view_only_change_form (admin_views.tests.PrePopulatedTest) PrePopulatedPostReadOnlyAdmin.prepopulated_fields includes 'slug'. That ... ok test_limit_choices_to (admin_views.tests.RawIdFieldsTest) Regression test for 14880 ... ok test_limit_choices_to_isnull_false (admin_views.tests.RawIdFieldsTest) Regression test for 20182 ... ok test_limit_choices_to_isnull_true (admin_views.tests.RawIdFieldsTest) Regression test for 20182 ... ok test_list_display_method_same_name_as_reverse_accessor (admin_views.tests.RawIdFieldsTest) Should be able to use a ModelAdmin method in list_display that has the ... ok test_change_form_renders_correct_null_choice_value (admin_views.tests.ReadonlyTest) Regression test for #17911. ... ok test_correct_autoescaping (admin_views.tests.ReadonlyTest) Make sure that non-field readonly elements are properly autoescaped (#24461) ... ok test_label_suffix_translated (admin_views.tests.ReadonlyTest) ... ok test_readonly_field_overrides (admin_views.tests.ReadonlyTest) Regression test for #22087 - ModelForm Meta overrides are ignored by ... ok test_readonly_get (admin_views.tests.ReadonlyTest) ... ok test_readonly_manytomany (admin_views.tests.ReadonlyTest) Regression test for #13004 ... ok test_readonly_manytomany_backwards_ref (admin_views.tests.ReadonlyTest) Regression test for #16433 - backwards references for related objects ... ok test_readonly_manytomany_forwards_ref (admin_views.tests.ReadonlyTest) ... ok test_readonly_onetoone_backwards_ref (admin_views.tests.ReadonlyTest) Can reference a reverse OneToOneField in ModelAdmin.readonly_fields. ... ok test_readonly_post (admin_views.tests.ReadonlyTest) ... ok test_readonly_text_field (admin_views.tests.ReadonlyTest) ... ok test_user_password_change_limited_queryset (admin_views.tests.ReadonlyTest) ... ok test_save_as_continue_false (admin_views.tests.SaveAsTests) Saving a new object using "Save as new" redirects to the changelist ... ok test_save_as_duplication (admin_views.tests.SaveAsTests) 'save as' creates a new person ... ok test_save_as_new_with_inlines_with_validation_errors (admin_views.tests.SaveAsTests) ... ok test_save_as_new_with_validation_errors (admin_views.tests.SaveAsTests) When you click "Save as new" and have a validation error, ... ok test_save_as_new_with_validation_errors_with_inlines (admin_views.tests.SaveAsTests) ... ok test_secure_view_shows_login_if_not_logged_in (admin_views.tests.SecureViewTests) ... ok test_staff_member_required_decorator_works_with_argument (admin_views.tests.SecureViewTests) Staff_member_required decorator works with an argument ... ok test_custom_changelist (admin_views.tests.TestCustomChangeList) Validate that a custom ChangeList class can be used (#9749) ... ok test_generic_content_object_in_list_display (admin_views.tests.TestGenericRelations) ... ok test_GET_parent_add (admin_views.tests.TestInlineNotEditable) InlineModelAdmin broken? ... ok test_all_fields_hidden (admin_views.tests.TestLabelVisibility) ... ok test_all_fields_visible (admin_views.tests.TestLabelVisibility) ... ok test_mixin (admin_views.tests.TestLabelVisibility) ... ok test_form_url_present_in_context (admin_views.tests.UserAdminTest) ... ok test_password_mismatch (admin_views.tests.UserAdminTest) ... ok test_save_add_another_button (admin_views.tests.UserAdminTest) ... ok test_save_button (admin_views.tests.UserAdminTest) ... ok test_save_continue_editing_button (admin_views.tests.UserAdminTest) ... ok test_user_fk_add_popup (admin_views.tests.UserAdminTest) User addition through a FK popup should return the appropriate JavaScript response. ... ok test_user_fk_change_popup (admin_views.tests.UserAdminTest) User change through a FK popup should return the appropriate JavaScript response. ... ok test_user_fk_delete_popup (admin_views.tests.UserAdminTest) User deletion through a FK popup should return the appropriate JavaScript response. ... ok test_user_permission_performance (admin_views.tests.UserAdminTest) ... ok test_lang_name_present (admin_views.tests.ValidXHTMLTests) ... ok test_case_aggregate (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_double_filtered_aggregates (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_excluded_aggregates (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_aggregate_on_annotate (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_aggregate_ref_annotation (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_aggregate_ref_multiple_subquery_annotation (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_aggregate_ref_subquery_annotation (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_aggregates (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_numerical_aggregates (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_filtered_reused_subquery (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_plain_annotate (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_related_aggregates_m2m (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_related_aggregates_m2m_and_fk (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_sum_star_exception (aggregation.test_filter_argument.FilteredAggregateTests) ... ok test_add_implementation (aggregation.tests.AggregateTestCase) ... ok test_aggregate_alias (aggregation.tests.AggregateTestCase) ... ok test_aggregate_annotation (aggregation.tests.AggregateTestCase) ... ok test_aggregate_in_order_by (aggregation.tests.AggregateTestCase) ... ok test_aggregate_multi_join (aggregation.tests.AggregateTestCase) ... ok test_aggregate_over_complex_annotation (aggregation.tests.AggregateTestCase) ... ok test_aggregation_exists_annotation (aggregation.tests.AggregateTestCase) ... ok test_aggregation_expressions (aggregation.tests.AggregateTestCase) ... ok test_aggregation_order_by_not_selected_annotation_values (aggregation.tests.AggregateTestCase) ... ok test_aggregation_subquery_annotation (aggregation.tests.AggregateTestCase) Subquery annotations are excluded from the GROUP BY if they are ... ok test_aggregation_subquery_annotation_exists (aggregation.tests.AggregateTestCase) ... ok test_aggregation_subquery_annotation_multivalued (aggregation.tests.AggregateTestCase) Subquery annotations must be included in the GROUP BY if they use ... ok test_aggregation_subquery_annotation_related_field (aggregation.tests.AggregateTestCase) ... ok test_aggregation_subquery_annotation_values (aggregation.tests.AggregateTestCase) Subquery annotations and external aliases are excluded from the GROUP ... ok test_aggregation_subquery_annotation_values_collision (aggregation.tests.AggregateTestCase) ... ok test_annotate_basic (aggregation.tests.AggregateTestCase) ... ok test_annotate_defer (aggregation.tests.AggregateTestCase) ... ok test_annotate_defer_select_related (aggregation.tests.AggregateTestCase) ... ok test_annotate_m2m (aggregation.tests.AggregateTestCase) ... ok test_annotate_ordering (aggregation.tests.AggregateTestCase) ... ok test_annotate_over_annotate (aggregation.tests.AggregateTestCase) ... ok test_annotate_values (aggregation.tests.AggregateTestCase) ... ok test_annotate_values_aggregate (aggregation.tests.AggregateTestCase) ... ok test_annotate_values_list (aggregation.tests.AggregateTestCase) ... ok test_annotated_aggregate_over_annotated_aggregate (aggregation.tests.AggregateTestCase) ... ok test_annotation (aggregation.tests.AggregateTestCase) ... ok test_annotation_expressions (aggregation.tests.AggregateTestCase) ... ok test_arguments_must_be_expressions (aggregation.tests.AggregateTestCase) ... ok test_avg_decimal_field (aggregation.tests.AggregateTestCase) ... ok test_avg_duration_field (aggregation.tests.AggregateTestCase) ... ok test_backwards_m2m_annotate (aggregation.tests.AggregateTestCase) ... ok test_combine_different_types (aggregation.tests.AggregateTestCase) ... ok test_complex_aggregations_require_kwarg (aggregation.tests.AggregateTestCase) ... ok test_complex_values_aggregation (aggregation.tests.AggregateTestCase) ... ok test_count (aggregation.tests.AggregateTestCase) ... ok test_count_distinct_expression (aggregation.tests.AggregateTestCase) ... ok test_count_star (aggregation.tests.AggregateTestCase) ... ok test_dates_with_aggregation (aggregation.tests.AggregateTestCase) .dates() returns a distinct set of dates when applied to a ... ok test_decimal_max_digits_has_no_effect (aggregation.tests.AggregateTestCase) ... ok test_distinct_on_aggregate (aggregation.tests.AggregateTestCase) ... ok test_empty_aggregate (aggregation.tests.AggregateTestCase) ... ok test_even_more_aggregate (aggregation.tests.AggregateTestCase) ... ok test_expression_on_aggregation (aggregation.tests.AggregateTestCase) ... ok test_filter_aggregate (aggregation.tests.AggregateTestCase) ... ok test_filtering (aggregation.tests.AggregateTestCase) ... ok test_fkey_aggregate (aggregation.tests.AggregateTestCase) ... ok test_group_by_exists_annotation (aggregation.tests.AggregateTestCase) Exists annotations are included in the GROUP BY if they are ... ok test_group_by_subquery_annotation (aggregation.tests.AggregateTestCase) Subquery annotations are included in the GROUP BY if they are ... ok test_grouped_annotation_in_group_by (aggregation.tests.AggregateTestCase) An annotation included in values() before an aggregate should be ... ok test_missing_output_field_raises_error (aggregation.tests.AggregateTestCase) ... ok test_more_aggregation (aggregation.tests.AggregateTestCase) ... ok test_multi_arg_aggregate (aggregation.tests.AggregateTestCase) ... ok test_multiple_aggregates (aggregation.tests.AggregateTestCase) ... ok test_non_grouped_annotation_not_in_group_by (aggregation.tests.AggregateTestCase) An annotation not included in values() before an aggregate should be ... ok test_nonaggregate_aggregation_throws (aggregation.tests.AggregateTestCase) ... ok test_nonfield_annotation (aggregation.tests.AggregateTestCase) ... ok test_order_of_precedence (aggregation.tests.AggregateTestCase) ... ok test_related_aggregate (aggregation.tests.AggregateTestCase) ... ok test_reverse_fkey_annotate (aggregation.tests.AggregateTestCase) ... ok test_single_aggregate (aggregation.tests.AggregateTestCase) ... ok test_sum_distinct_aggregate (aggregation.tests.AggregateTestCase) Sum on a distinct() QuerySet should aggregate only the distinct items. ... ok test_sum_duration_field (aggregation.tests.AggregateTestCase) ... ok test_ticket11881 (aggregation.tests.AggregateTestCase) Subqueries do not needlessly contain ORDER BY, SELECT FOR UPDATE or ... ok test_ticket12886 (aggregation.tests.AggregateTestCase) Aggregation over sliced queryset works correctly. ... ok test_ticket17424 (aggregation.tests.AggregateTestCase) Doing exclude() on a foreign model after annotate() doesn't crash. ... ok test_values_aggregation (aggregation.tests.AggregateTestCase) ... ok test_values_annotation_with_expression (aggregation.tests.AggregateTestCase) ... ok test_annotate (generic_relations_regress.tests.GenericRelationTests) ... ok test_charlink_delete (generic_relations_regress.tests.GenericRelationTests) ... ok test_coerce_object_id_remote_field_cache_persistence (generic_relations_regress.tests.GenericRelationTests) ... ok test_editable_generic_rel (generic_relations_regress.tests.GenericRelationTests) ... ok test_extra_join_condition (generic_relations_regress.tests.GenericRelationTests) ... ok test_filter_on_related_proxy_model (generic_relations_regress.tests.GenericRelationTests) ... ok test_filter_targets_related_pk (generic_relations_regress.tests.GenericRelationTests) ... ok test_generic_relation_ordering (generic_relations_regress.tests.GenericRelationTests) Ordering over a generic relation does not include extraneous ... ok test_generic_reverse_relation_with_abc (generic_relations_regress.tests.GenericRelationTests) The reverse generic relation accessor (targets) is created if the ... ok test_generic_reverse_relation_with_mti (generic_relations_regress.tests.GenericRelationTests) Filtering with a reverse generic relation, where the GenericRelation ... ok test_gfk_to_model_with_empty_pk (generic_relations_regress.tests.GenericRelationTests) Test related to #13085 ... ok test_inherited_models_content_type (generic_relations_regress.tests.GenericRelationTests) GenericRelations on inherited classes use the correct content type. ... ok test_join_reuse (generic_relations_regress.tests.GenericRelationTests) ... ok test_q_object_or (generic_relations_regress.tests.GenericRelationTests) SQL query parameters for generic relations are properly ... ok test_reverse_relation_pk (generic_relations_regress.tests.GenericRelationTests) The correct column name is used for the primary key on the ... ok test_target_model_bool_false (generic_relations_regress.tests.GenericRelationTests) Saving a model with a GenericForeignKey to a model instance whose ... ok test_target_model_is_unsaved (generic_relations_regress.tests.GenericRelationTests) Test related to #13085 ... ok test_target_model_len_zero (generic_relations_regress.tests.GenericRelationTests) Saving a model with a GenericForeignKey to a model instance whose ... ok test_textlink_delete (generic_relations_regress.tests.GenericRelationTests) ... ok test_ticket_20378 (generic_relations_regress.tests.GenericRelationTests) ... ok test_ticket_20564 (generic_relations_regress.tests.GenericRelationTests) ... ok test_ticket_20564_nullable_fk (generic_relations_regress.tests.GenericRelationTests) ... ok test_ticket_22982 (generic_relations_regress.tests.GenericRelationTests) ... ok test_ticket_22998 (generic_relations_regress.tests.GenericRelationTests) ... ok test_empty (empty.tests.EmptyModelTests) ... ok test_custom_methods (custom_methods.tests.MethodsTests) ... ok test_m2m_relations_add_remove_clear (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_all_the_doors_off_of_cars (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_alternative_ways (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_clear_all_parts_of_the_self_vw (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_clearing_removing (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_give_the_self_vw_some_optional_parts (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_remove_relation (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_reverse_relation (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_reverse_relation_with_custom_related_name (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_signals_when_inheritance (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_with_self_add_fan (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_with_self_add_friends (m2m_signals.tests.ManyToManySignalsTest) ... ok test_m2m_relations_with_self_add_idols (m2m_signals.tests.ManyToManySignalsTest) ... ok test_assign_none_null_reverse_relation (one_to_one.tests.OneToOneTests) ... ok test_assign_none_reverse_relation (one_to_one.tests.OneToOneTests) ... ok test_assign_none_to_null_cached_reverse_relation (one_to_one.tests.OneToOneTests) ... ok test_assign_o2o_id_none (one_to_one.tests.OneToOneTests) ... ok test_assign_o2o_id_value (one_to_one.tests.OneToOneTests) ... ok test_cached_relation_invalidated_on_save (one_to_one.tests.OneToOneTests) Model.save() invalidates stale OneToOneField relations after a primary ... ok test_create_models_m2m (one_to_one.tests.OneToOneTests) Models are created via the m2m relation if the remote model has a ... ok test_filter_one_to_one_relations (one_to_one.tests.OneToOneTests) Regression test for #9968 ... ok test_foreign_key (one_to_one.tests.OneToOneTests) ... ok test_get_reverse_on_unsaved_object (one_to_one.tests.OneToOneTests) Regression for #18153 and #19089. ... ok test_getter (one_to_one.tests.OneToOneTests) ... ok test_hasattr_related_object (one_to_one.tests.OneToOneTests) ... ok test_hidden_accessor (one_to_one.tests.OneToOneTests) When a '+' ending related name is specified no reverse accessor should ... ok test_manager_all (one_to_one.tests.OneToOneTests) ... ok test_manager_get (one_to_one.tests.OneToOneTests) ... ok test_multiple_o2o (one_to_one.tests.OneToOneTests) ... ok test_nullable_o2o_delete (one_to_one.tests.OneToOneTests) ... ok test_o2o_primary_key_delete (one_to_one.tests.OneToOneTests) ... ok test_primary_key_to_field_filter (one_to_one.tests.OneToOneTests) ... ok test_rel_pk_exact (one_to_one.tests.OneToOneTests) ... ok test_rel_pk_subquery (one_to_one.tests.OneToOneTests) ... ok test_related_object (one_to_one.tests.OneToOneTests) ... ok test_related_object_cache (one_to_one.tests.OneToOneTests) Regression test for #6886 (the related-object cache) ... ok test_related_object_cached_when_reverse_is_accessed (one_to_one.tests.OneToOneTests) Regression for #13839 and #17439. ... ok test_reverse_object_cache (one_to_one.tests.OneToOneTests) The name of the cache for the reverse object is correct (#7173). ... ok test_reverse_object_cached_when_related_is_accessed (one_to_one.tests.OneToOneTests) Regression for #13839 and #17439. ... ok test_reverse_object_cached_when_related_is_set (one_to_one.tests.OneToOneTests) Regression for #13839 and #17439. ... ok test_reverse_object_cached_when_related_is_unset (one_to_one.tests.OneToOneTests) Regression for #13839 and #17439. ... ok test_reverse_object_does_not_exist_cache (one_to_one.tests.OneToOneTests) Regression for #13839 and #17439. ... ok test_reverse_relationship_cache_cascade (one_to_one.tests.OneToOneTests) Regression test for #9023: accessing the reverse relationship shouldn't ... ok test_save_nullable_o2o_after_parent (one_to_one.tests.OneToOneTests) ... ok test_set_reverse_on_unsaved_object (one_to_one.tests.OneToOneTests) Writing to the reverse relation on an unsaved object ... ok test_setter (one_to_one.tests.OneToOneTests) ... ok test_unsaved_object (one_to_one.tests.OneToOneTests) #10811 -- Assigning an unsaved object to a OneToOneField ... ok test_update_one_to_one_pk (one_to_one.tests.OneToOneTests) ... ok test_add_domain (syndication_tests.tests.SyndicationFeedTest) add_domain() prefixes domains onto the correct URLs. ... ok test_atom_feed (syndication_tests.tests.SyndicationFeedTest) Test the structure and content of feeds generated by Atom1Feed. ... ok test_atom_feed_published_and_updated_elements (syndication_tests.tests.SyndicationFeedTest) The published and updated elements are not ... ok test_atom_multiple_enclosures (syndication_tests.tests.SyndicationFeedTest) ... ok test_atom_single_enclosure (syndication_tests.tests.SyndicationFeedTest) ... ok test_aware_datetime_conversion (syndication_tests.tests.SyndicationFeedTest) Datetimes with timezones don't get trodden on. ... ok test_custom_feed_generator (syndication_tests.tests.SyndicationFeedTest) ... ok test_feed_generator_language_attribute (syndication_tests.tests.SyndicationFeedTest) ... ok test_feed_last_modified_time (syndication_tests.tests.SyndicationFeedTest) Tests the Last-Modified header with aware publication dates. ... ok test_feed_last_modified_time_naive_date (syndication_tests.tests.SyndicationFeedTest) Tests the Last-Modified header with naive publication dates. ... ok test_feed_url (syndication_tests.tests.SyndicationFeedTest) The feed_url can be overridden. ... ok test_item_link_error (syndication_tests.tests.SyndicationFeedTest) An ImproperlyConfigured is raised if no link could be found for the ... ok test_latest_post_date (syndication_tests.tests.SyndicationFeedTest) Both the published and updated dates are ... ok test_naive_datetime_conversion (syndication_tests.tests.SyndicationFeedTest) Datetimes are correctly converted to the local time zone. ... ok test_rss091_feed (syndication_tests.tests.SyndicationFeedTest) Test the structure and content of feeds generated by RssUserland091Feed. ... ok test_rss2_feed (syndication_tests.tests.SyndicationFeedTest) Test the structure and content of feeds generated by Rss201rev2Feed. ... ok test_rss2_feed_guid_permalink_false (syndication_tests.tests.SyndicationFeedTest) Test if the 'isPermaLink' attribute of element of an item ... ok test_rss2_feed_guid_permalink_true (syndication_tests.tests.SyndicationFeedTest) Test if the 'isPermaLink' attribute of element of an item ... ok test_rss2_multiple_enclosures (syndication_tests.tests.SyndicationFeedTest) ... ok test_rss2_single_enclosure (syndication_tests.tests.SyndicationFeedTest) ... ok test_secure_urls (syndication_tests.tests.SyndicationFeedTest) Test URLs are prefixed with https:// when feed is requested over HTTPS. ... ok test_template_context_feed (syndication_tests.tests.SyndicationFeedTest) Custom context data can be passed to templates for title ... ok test_template_feed (syndication_tests.tests.SyndicationFeedTest) The item title and description can be overridden with templates. ... ok test_title_escaping (syndication_tests.tests.SyndicationFeedTest) Titles are escaped correctly in RSS feeds. ... ok test_empty_post (test_client.tests.ClientTest) POST an empty dictionary to a view ... ok test_exc_info (test_client.tests.ClientTest) ... ok test_exc_info_none (test_client.tests.ClientTest) ... ok test_exception_following_nested_client_request (test_client.tests.ClientTest) A nested test client request shouldn't clobber exception signals from ... ok test_external_redirect (test_client.tests.ClientTest) ... ok test_external_redirect_with_fetch_error_msg (test_client.tests.ClientTest) assertRedirects without fetch_redirect_response=False raises ... ok test_follow_307_and_308_preserves_get_params (test_client.tests.ClientTest) ... ok test_follow_307_and_308_preserves_post_data (test_client.tests.ClientTest) ... ok test_follow_307_and_308_preserves_put_body (test_client.tests.ClientTest) ... ok test_follow_307_and_308_redirect (test_client.tests.ClientTest) A 307 or 308 redirect preserves the request method after the redirect. ... ok test_follow_redirect (test_client.tests.ClientTest) A URL that redirects can be followed to termination. ... ok test_follow_relative_redirect (test_client.tests.ClientTest) A URL with a relative redirect can be followed. ... ok test_follow_relative_redirect_no_trailing_slash (test_client.tests.ClientTest) A URL with a relative redirect with no trailing slash can be followed. ... ok test_force_login_with_backend (test_client.tests.ClientTest) Request a page that is protected with @login_required when using ... ok test_force_login_with_backend_missing_get_user (test_client.tests.ClientTest) force_login() skips auth backends without a get_user() method. ... ok test_force_login_without_backend (test_client.tests.ClientTest) force_login() without passing a backend and with multiple backends ... ok test_form_error (test_client.tests.ClientTest) POST erroneous data to a form ... ok test_form_error_with_template (test_client.tests.ClientTest) POST erroneous data to a form using multiple templates ... ok test_get_data_none (test_client.tests.ClientTest) ... ok test_get_post_view (test_client.tests.ClientTest) GET a view that normally expects POSTs ... ok test_get_view (test_client.tests.ClientTest) GET a view ... ok test_incomplete_data_form (test_client.tests.ClientTest) POST incomplete data to a form ... ok test_incomplete_data_form_with_template (test_client.tests.ClientTest) POST incomplete data to a form using multiple templates ... ok test_insecure (test_client.tests.ClientTest) GET a URL through http ... ok test_json_encoder_argument (test_client.tests.ClientTest) The test Client accepts a json_encoder. ... ok test_json_serialization (test_client.tests.ClientTest) The test client serializes JSON data. ... ok test_logout (test_client.tests.ClientTest) Request a logout after logging in ... ok test_logout_cookie_sessions (test_client.tests.ClientTest) ... ok test_logout_with_force_login (test_client.tests.ClientTest) Request a logout after logging in ... ok test_mail_sending (test_client.tests.ClientTest) Mail is redirected to a dummy outbox during test setup ... ok test_mass_mail_sending (test_client.tests.ClientTest) Mass mail is redirected to a dummy outbox during test setup ... ok test_notfound_response (test_client.tests.ClientTest) GET a URL that responds as '404:Not Found' ... ok test_permanent_redirect (test_client.tests.ClientTest) GET a URL that redirects permanently elsewhere ... ok test_post (test_client.tests.ClientTest) POST some data to a view ... ok test_post_data_none (test_client.tests.ClientTest) ... ok test_put (test_client.tests.ClientTest) ... ok test_query_string_encoding (test_client.tests.ClientTest) ... ok test_raw_post (test_client.tests.ClientTest) POST raw data (with a content type) to a view ... ok test_redirect (test_client.tests.ClientTest) GET a URL that redirects elsewhere ... ok test_redirect_http (test_client.tests.ClientTest) GET a URL that redirects to an http URI ... ok test_redirect_https (test_client.tests.ClientTest) GET a URL that redirects to an https URI ... ok test_redirect_to_strange_location (test_client.tests.ClientTest) GET a URL that redirects to a non-200 page ... ok test_redirect_with_query (test_client.tests.ClientTest) GET a URL that redirects with given GET parameters ... ok test_redirect_with_query_ordering (test_client.tests.ClientTest) assertRedirects() ignores the order of query string parameters. ... ok test_relative_redirect (test_client.tests.ClientTest) ... ok test_relative_redirect_no_trailing_slash (test_client.tests.ClientTest) ... ok test_response_attached_request (test_client.tests.ClientTest) The returned response has a ``request`` attribute with the originating ... ok test_response_headers (test_client.tests.ClientTest) Check the value of HTTP headers returned in a response ... ok test_response_raises_multi_arg_exception (test_client.tests.ClientTest) A request may raise an exception with more than one required arg. ... ok test_response_resolver_match (test_client.tests.ClientTest) The response contains a ResolverMatch instance. ... ok test_response_resolver_match_redirect_follow (test_client.tests.ClientTest) The response ResolverMatch instance contains the correct ... ok test_response_resolver_match_regular_view (test_client.tests.ClientTest) The response ResolverMatch instance contains the correct ... ok test_reverse_lazy_decodes (test_client.tests.ClientTest) reverse_lazy() works in the test client ... ok test_secure (test_client.tests.ClientTest) GET a URL through https ... ok test_session_engine_is_invalid (test_client.tests.ClientTest) ... ok test_session_modifying_view (test_client.tests.ClientTest) Request a page that modifies the session ... ok test_sessions_app_is_not_installed (test_client.tests.ClientTest) ... ok test_temporary_redirect (test_client.tests.ClientTest) GET a URL that does a non-permanent redirect ... ok test_trace (test_client.tests.ClientTest) TRACE a view ... ok test_unknown_page (test_client.tests.ClientTest) GET an invalid URL ... ok test_uploading_named_temp_file (test_client.tests.ClientTest) ... ok test_uploading_temp_file (test_client.tests.ClientTest) ... ok test_url_parameters (test_client.tests.ClientTest) Make sure that URL ;-parameters are not stripped. ... ok test_valid_form (test_client.tests.ClientTest) POST valid data to a form ... ok test_valid_form_with_hints (test_client.tests.ClientTest) GET a form, providing hints in the GET data ... ok test_valid_form_with_template (test_client.tests.ClientTest) POST valid data to a form using multiple templates ... ok test_view_with_bad_login (test_client.tests.ClientTest) Request a page that is protected with @login, but use bad credentials ... ok test_view_with_exception (test_client.tests.ClientTest) Request a page that is known to throw an error ... ok test_view_with_force_login (test_client.tests.ClientTest) Request a page that is protected with @login_required ... ok test_view_with_force_login_and_custom_redirect (test_client.tests.ClientTest) Request a page that is protected with ... ok test_view_with_inactive_force_login (test_client.tests.ClientTest) Request a page that is protected with @login, but use an inactive login ... ok test_view_with_inactive_login (test_client.tests.ClientTest) An inactive user may login if the authenticate backend allows it. ... ok test_view_with_login (test_client.tests.ClientTest) Request a page that is protected with @login_required ... ok test_view_with_login_and_custom_redirect (test_client.tests.ClientTest) Request a page that is protected with @login_required(redirect_field_name='redirect_to') ... ok test_view_with_login_when_sessions_app_is_not_installed (test_client.tests.ClientTest) ... ok test_view_with_method_force_login (test_client.tests.ClientTest) Request a page that is protected with a @login_required method ... ok test_view_with_method_login (test_client.tests.ClientTest) Request a page that is protected with a @login_required method ... ok test_view_with_method_permissions (test_client.tests.ClientTest) Request a page that is protected with a @permission_required method ... ok test_view_with_permissions (test_client.tests.ClientTest) Request a page that is protected with @permission_required ... ok test_view_with_permissions_exception (test_client.tests.ClientTest) Request a page that is protected with @permission_required but raises an exception ... ok test_get_queryset_ordering (generic_relations.test_forms.GenericInlineFormsetTests) BaseGenericInlineFormSet.get_queryset() adds default ordering, if ... ok test_incorrect_content_type (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_initial (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_initial_count (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_meta_widgets (generic_relations.test_forms.GenericInlineFormsetTests) TaggedItemForm has a widget defined in Meta. ... ok test_options (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_output (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_save_as_new (generic_relations.test_forms.GenericInlineFormsetTests) The save_as_new parameter creates new items that are associated with ... ok test_save_new_for_concrete (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_save_new_for_proxy (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_save_new_uses_form_save (generic_relations.test_forms.GenericInlineFormsetTests) ... ok test_access_content_object (generic_relations.tests.GenericRelationsTests) Test accessing the content object like a foreign key. ... ok test_access_via_content_type (generic_relations.tests.GenericRelationsTests) Test lookups through content type. ... ok test_add_after_prefetch (generic_relations.tests.GenericRelationsTests) ... ok test_add_bulk (generic_relations.tests.GenericRelationsTests) ... ok test_add_bulk_false (generic_relations.tests.GenericRelationsTests) ... ok test_add_rejects_unsaved_objects (generic_relations.tests.GenericRelationsTests) ... ok test_add_rejects_wrong_instances (generic_relations.tests.GenericRelationsTests) ... ok test_add_then_remove_after_prefetch (generic_relations.tests.GenericRelationsTests) ... ok test_assign (generic_relations.tests.GenericRelationsTests) ... ok test_assign_content_object_in_init (generic_relations.tests.GenericRelationsTests) ... ok test_assign_with_queryset (generic_relations.tests.GenericRelationsTests) ... ok test_cache_invalidation_for_content_type_id (generic_relations.tests.GenericRelationsTests) ... ok test_cache_invalidation_for_object_id (generic_relations.tests.GenericRelationsTests) ... ok test_clear_after_prefetch (generic_relations.tests.GenericRelationsTests) ... ok test_create_after_prefetch (generic_relations.tests.GenericRelationsTests) ... ok test_exclude_generic_relations (generic_relations.tests.GenericRelationsTests) Test lookups over an object without GenericRelations. ... ok test_generic_get_or_create_when_created (generic_relations.tests.GenericRelationsTests) Should be able to use get_or_create from the generic related manager ... ok test_generic_get_or_create_when_exists (generic_relations.tests.GenericRelationsTests) Should be able to use get_or_create from the generic related manager ... ok test_generic_relation_related_name_default (generic_relations.tests.GenericRelationsTests) ... ok test_generic_relation_to_inherited_child (generic_relations.tests.GenericRelationsTests) ... ok test_generic_relations_m2m_mimic (generic_relations.tests.GenericRelationsTests) Objects with declared GenericRelations can be tagged directly -- the ... ok test_generic_update_or_create_when_created (generic_relations.tests.GenericRelationsTests) Should be able to use update_or_create from the generic related manager ... ok test_generic_update_or_create_when_updated (generic_relations.tests.GenericRelationsTests) Should be able to use update_or_create from the generic related manager ... ok test_get_or_create (generic_relations.tests.GenericRelationsTests) ... ok test_gfk_manager (generic_relations.tests.GenericRelationsTests) ... ok test_gfk_subclasses (generic_relations.tests.GenericRelationsTests) ... ok test_multiple_gfk (generic_relations.tests.GenericRelationsTests) ... ok test_object_deletion_with_generic_relation (generic_relations.tests.GenericRelationsTests) If you delete an object with an explicit Generic relation, the related ... ok test_object_deletion_without_generic_relation (generic_relations.tests.GenericRelationsTests) If Generic Relation is not explicitly defined, any related objects ... ok test_prefetch_related_custom_object_id (generic_relations.tests.GenericRelationsTests) ... ok test_prefetch_related_different_content_types (generic_relations.tests.GenericRelationsTests) ... ok test_queries_across_generic_relations (generic_relations.tests.GenericRelationsTests) Queries across generic relations respect the content types. Even though ... ok test_queries_content_type_restriction (generic_relations.tests.GenericRelationsTests) Create another fatty tagged instance with different PK to ensure there ... ok test_query_content_object (generic_relations.tests.GenericRelationsTests) ... ok test_query_content_type (generic_relations.tests.GenericRelationsTests) ... ok test_remove_after_prefetch (generic_relations.tests.GenericRelationsTests) ... ok test_set (generic_relations.tests.GenericRelationsTests) ... ok test_set_after_prefetch (generic_relations.tests.GenericRelationsTests) ... ok test_set_foreign_key (generic_relations.tests.GenericRelationsTests) You can set a generic foreign key in the way you'd expect. ... ok test_subclasses_with_gen_rel (generic_relations.tests.GenericRelationsTests) Concrete model subclasses with generic relations work ... ok test_subclasses_with_parent_gen_rel (generic_relations.tests.GenericRelationsTests) Generic relations on a base class (Vegetable) work correctly in ... ok test_tag_deletion_related_objects_unaffected (generic_relations.tests.GenericRelationsTests) If you delete a tag, the objects using the tag are unaffected (other ... ok test_unsaved_instance_on_generic_foreign_key (generic_relations.tests.GenericRelationsTests) Assigning an unsaved object to GenericForeignKey should raise an ... ok test_update_or_create_defaults (generic_relations.tests.GenericRelationsTests) ... ok test_default_behavior (generic_relations.tests.ProxyRelatedModelTest) The default for for_concrete_model should be True ... ok test_generic_relation (generic_relations.tests.ProxyRelatedModelTest) ... ok test_generic_relation_set (generic_relations.tests.ProxyRelatedModelTest) ... ok test_proxy_is_returned (generic_relations.tests.ProxyRelatedModelTest) Instances of the proxy should be returned when ... ok test_query (generic_relations.tests.ProxyRelatedModelTest) ... ok test_query_proxy (generic_relations.tests.ProxyRelatedModelTest) ... ok test_works_normally (generic_relations.tests.ProxyRelatedModelTest) When for_concrete_model is False, we should still be able to get ... ok test_in_lookup_query_evaluation (queryset_pickle.tests.InLookupTests) ... ok test_in_lookup_queryset_evaluation (queryset_pickle.tests.InLookupTests) Neither pickling nor unpickling a QuerySet.query with an __in=inner_qs ... ok test_annotation_with_callable_default (queryset_pickle.tests.PickleabilityTestCase) ... ok test_datetime_callable_default_all (queryset_pickle.tests.PickleabilityTestCase) ... ok test_datetime_callable_default_filter (queryset_pickle.tests.PickleabilityTestCase) ... ok test_doesnotexist_class (queryset_pickle.tests.PickleabilityTestCase) ... ok test_doesnotexist_exception (queryset_pickle.tests.PickleabilityTestCase) ... ok test_filter_reverse_fk (queryset_pickle.tests.PickleabilityTestCase) ... ok test_forward_relatedobjectdoesnotexist_class (queryset_pickle.tests.PickleabilityTestCase) ... ok test_manager_pickle (queryset_pickle.tests.PickleabilityTestCase) ... ok test_missing_django_version_unpickling (queryset_pickle.tests.PickleabilityTestCase) #21430 -- Verifies a warning is raised for querysets that are ... ok test_model_pickle (queryset_pickle.tests.PickleabilityTestCase) A model not defined on module level is picklable. ... ok test_model_pickle_dynamic (queryset_pickle.tests.PickleabilityTestCase) ... ok test_model_pickle_m2m (queryset_pickle.tests.PickleabilityTestCase) Test intentionally the automatically created through model. ... ok test_multipleobjectsreturned_class (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_exists_queryset_not_evaluated (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_exists_queryset_still_usable (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_prefetch_queryset_not_evaluated (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_prefetch_queryset_still_usable (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_prefetch_queryset_usable_outside_of_prefetch (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_prefetch_related_idempotence (queryset_pickle.tests.PickleabilityTestCase) ... ok test_pickle_prefetch_related_with_m2m_and_objects_deletion (queryset_pickle.tests.PickleabilityTestCase) #24831 -- Cached properties on ManyToOneRel created in QuerySet.delete() ... ok test_pickle_subquery_queryset_not_evaluated (queryset_pickle.tests.PickleabilityTestCase) ... ok test_related_field (queryset_pickle.tests.PickleabilityTestCase) ... ok test_reverse_one_to_one_relatedobjectdoesnotexist_class (queryset_pickle.tests.PickleabilityTestCase) ... ok test_specialized_queryset (queryset_pickle.tests.PickleabilityTestCase) ... ok test_standalone_method_as_default (queryset_pickle.tests.PickleabilityTestCase) ... ok test_staticmethod_as_default (queryset_pickle.tests.PickleabilityTestCase) ... ok test_string_as_default (queryset_pickle.tests.PickleabilityTestCase) ... ok test_unsupported_unpickle (queryset_pickle.tests.PickleabilityTestCase) #21430 -- Verifies a warning is raised for querysets that are ... ok test_bad_class (get_object_or_404.tests.GetObjectOr404Tests) ... ok test_get_list_or_404_queryset_attribute_error (get_object_or_404.tests.GetObjectOr404Tests) AttributeError raised by QuerySet.filter() isn't hidden. ... ok test_get_object_or_404 (get_object_or_404.tests.GetObjectOr404Tests) ... ok test_get_object_or_404_queryset_attribute_error (get_object_or_404.tests.GetObjectOr404Tests) AttributeError raised by QuerySet.get() isn't hidden. ... ok test_add (messages_tests.test_session.SessionTests) ... ok test_add_lazy_translation (messages_tests.test_session.SessionTests) ... ok test_add_update (messages_tests.test_session.SessionTests) ... ok test_context_processor_message_levels (messages_tests.test_session.SessionTests) ... ok test_custom_tags (messages_tests.test_session.SessionTests) ... ok test_default_level (messages_tests.test_session.SessionTests) ... ok test_existing_add (messages_tests.test_session.SessionTests) ... ok test_existing_add_read_update (messages_tests.test_session.SessionTests) ... ok test_existing_read (messages_tests.test_session.SessionTests) Reading the existing storage doesn't cause the data to be lost. ... ok test_existing_read_add_update (messages_tests.test_session.SessionTests) ... ok test_full_request_response_cycle (messages_tests.test_session.SessionTests) With the message middleware enabled, messages are properly stored and ... ok test_get (messages_tests.test_session.SessionTests) ... ok test_high_level (messages_tests.test_session.SessionTests) ... ok test_level_tag (messages_tests.test_session.SessionTests) ... ok test_low_level (messages_tests.test_session.SessionTests) ... ok test_middleware_disabled (messages_tests.test_session.SessionTests) When the middleware is disabled, an exception is raised when one ... ok test_middleware_disabled_fail_silently (messages_tests.test_session.SessionTests) When the middleware is disabled, an exception is not raised ... ok test_multiple_posts (messages_tests.test_session.SessionTests) Messages persist properly when multiple POSTs are made before a GET. ... ok test_no_update (messages_tests.test_session.SessionTests) ... ok test_safedata (messages_tests.test_session.SessionTests) A message containing SafeData keeps its safe status when retrieved from ... ok test_settings_level (messages_tests.test_session.SessionTests) ... ok test_tags (messages_tests.test_session.SessionTests) ... ok test_with_template_response (messages_tests.test_session.SessionTests) ... ok test_actual_expiry (sessions_tests.tests.CacheDBSessionTests) ... ok test_clear (sessions_tests.tests.CacheDBSessionTests) ... ok test_custom_expiry_datetime (sessions_tests.tests.CacheDBSessionTests) ... ok test_custom_expiry_reset (sessions_tests.tests.CacheDBSessionTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.CacheDBSessionTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.CacheDBSessionTests) ... ok test_cycle (sessions_tests.tests.CacheDBSessionTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.CacheDBSessionTests) ... ok test_decode (sessions_tests.tests.CacheDBSessionTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.CacheDBSessionTests) ... ok test_default_expiry (sessions_tests.tests.CacheDBSessionTests) ... ok test_delete (sessions_tests.tests.CacheDBSessionTests) ... ok test_exists_searches_cache_first (sessions_tests.tests.CacheDBSessionTests) ... ok test_flush (sessions_tests.tests.CacheDBSessionTests) ... ok test_get_empty (sessions_tests.tests.CacheDBSessionTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.CacheDBSessionTests) ... ok test_has_key (sessions_tests.tests.CacheDBSessionTests) ... ok test_invalid_key (sessions_tests.tests.CacheDBSessionTests) ... ok test_items (sessions_tests.tests.CacheDBSessionTests) ... ok test_keys (sessions_tests.tests.CacheDBSessionTests) ... ok test_load_overlong_key (sessions_tests.tests.CacheDBSessionTests) ... ok test_new_session (sessions_tests.tests.CacheDBSessionTests) ... ok test_non_default_cache (sessions_tests.tests.CacheDBSessionTests) ... ok test_pop (sessions_tests.tests.CacheDBSessionTests) ... ok test_pop_default (sessions_tests.tests.CacheDBSessionTests) ... ok test_pop_default_named_argument (sessions_tests.tests.CacheDBSessionTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.CacheDBSessionTests) ... ok test_save (sessions_tests.tests.CacheDBSessionTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.CacheDBSessionTests) ... ok test_session_key_empty_string_invalid (sessions_tests.tests.CacheDBSessionTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.CacheDBSessionTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.CacheDBSessionTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.CacheDBSessionTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.CacheDBSessionTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.CacheDBSessionTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_setdefault (sessions_tests.tests.CacheDBSessionTests) ... ok test_store (sessions_tests.tests.CacheDBSessionTests) ... ok test_update (sessions_tests.tests.CacheDBSessionTests) ... ok test_values (sessions_tests.tests.CacheDBSessionTests) ... ok test_actual_expiry (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_clear (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_custom_expiry_datetime (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_custom_expiry_reset (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_cycle (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_decode (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_default_expiry (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_delete (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_exists_searches_cache_first (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_flush (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_get_empty (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_has_key (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_invalid_key (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_items (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_keys (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_load_overlong_key (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_new_session (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_non_default_cache (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_pop (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_pop_default (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_pop_default_named_argument (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_save (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_session_key_empty_string_invalid (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_setdefault (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_store (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_update (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_values (sessions_tests.tests.CacheDBSessionWithTimeZoneTests) ... ok test_actual_expiry (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_clear (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_clearsessions_command (sessions_tests.tests.CustomDatabaseSessionTests) Test clearsessions command for clearing expired sessions. ... ok test_custom_expiry_datetime (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_custom_expiry_reset (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_cycle (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_decode (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_default_expiry (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_delete (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_extra_session_field (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_flush (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_get_empty (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_has_key (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_invalid_key (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_items (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_keys (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_new_session (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_pop (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_pop_default (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_pop_default_named_argument (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_save (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_session_get_decoded (sessions_tests.tests.CustomDatabaseSessionTests) Test we can use Session.get_decoded to retrieve data stored ... ok test_session_key_empty_string_invalid (sessions_tests.tests.CustomDatabaseSessionTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.CustomDatabaseSessionTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.CustomDatabaseSessionTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.CustomDatabaseSessionTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.CustomDatabaseSessionTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_session_str (sessions_tests.tests.CustomDatabaseSessionTests) Session repr should be the session key. ... ok test_sessionmanager_save (sessions_tests.tests.CustomDatabaseSessionTests) Test SessionManager.save method ... ok test_setdefault (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_store (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_update (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_values (sessions_tests.tests.CustomDatabaseSessionTests) ... ok test_actual_expiry (sessions_tests.tests.DatabaseSessionTests) ... ok test_clear (sessions_tests.tests.DatabaseSessionTests) ... ok test_clearsessions_command (sessions_tests.tests.DatabaseSessionTests) Test clearsessions command for clearing expired sessions. ... ok test_custom_expiry_datetime (sessions_tests.tests.DatabaseSessionTests) ... ok test_custom_expiry_reset (sessions_tests.tests.DatabaseSessionTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.DatabaseSessionTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.DatabaseSessionTests) ... ok test_cycle (sessions_tests.tests.DatabaseSessionTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.DatabaseSessionTests) ... ok test_decode (sessions_tests.tests.DatabaseSessionTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.DatabaseSessionTests) ... ok test_default_expiry (sessions_tests.tests.DatabaseSessionTests) ... ok test_delete (sessions_tests.tests.DatabaseSessionTests) ... ok test_flush (sessions_tests.tests.DatabaseSessionTests) ... ok test_get_empty (sessions_tests.tests.DatabaseSessionTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.DatabaseSessionTests) ... ok test_has_key (sessions_tests.tests.DatabaseSessionTests) ... ok test_invalid_key (sessions_tests.tests.DatabaseSessionTests) ... ok test_items (sessions_tests.tests.DatabaseSessionTests) ... ok test_keys (sessions_tests.tests.DatabaseSessionTests) ... ok test_new_session (sessions_tests.tests.DatabaseSessionTests) ... ok test_pop (sessions_tests.tests.DatabaseSessionTests) ... ok test_pop_default (sessions_tests.tests.DatabaseSessionTests) ... ok test_pop_default_named_argument (sessions_tests.tests.DatabaseSessionTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.DatabaseSessionTests) ... ok test_save (sessions_tests.tests.DatabaseSessionTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.DatabaseSessionTests) ... ok test_session_get_decoded (sessions_tests.tests.DatabaseSessionTests) Test we can use Session.get_decoded to retrieve data stored ... ok test_session_key_empty_string_invalid (sessions_tests.tests.DatabaseSessionTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.DatabaseSessionTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.DatabaseSessionTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.DatabaseSessionTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.DatabaseSessionTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.DatabaseSessionTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_session_str (sessions_tests.tests.DatabaseSessionTests) Session repr should be the session key. ... ok test_sessionmanager_save (sessions_tests.tests.DatabaseSessionTests) Test SessionManager.save method ... ok test_setdefault (sessions_tests.tests.DatabaseSessionTests) ... ok test_store (sessions_tests.tests.DatabaseSessionTests) ... ok test_update (sessions_tests.tests.DatabaseSessionTests) ... ok test_values (sessions_tests.tests.DatabaseSessionTests) ... ok test_actual_expiry (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_clear (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_clearsessions_command (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Test clearsessions command for clearing expired sessions. ... ok test_custom_expiry_datetime (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_custom_expiry_reset (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_cycle (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_decode (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_default_expiry (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_delete (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_flush (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_get_empty (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_has_key (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_invalid_key (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_items (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_keys (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_new_session (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_pop (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_pop_default (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_pop_default_named_argument (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_save (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_session_get_decoded (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Test we can use Session.get_decoded to retrieve data stored ... ok test_session_key_empty_string_invalid (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_session_str (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Session repr should be the session key. ... ok test_sessionmanager_save (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) Test SessionManager.save method ... ok test_setdefault (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_store (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_update (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_values (sessions_tests.tests.DatabaseSessionWithTimeZoneTests) ... ok test_empty_session_saved (sessions_tests.tests.SessionMiddlewareTests) If a session is emptied of data but still has a key, it should still ... ok test_flush_empty_without_session_cookie_doesnt_set_cookie (sessions_tests.tests.SessionMiddlewareTests) ... ok test_httponly_session_cookie (sessions_tests.tests.SessionMiddlewareTests) ... ok test_no_httponly_session_cookie (sessions_tests.tests.SessionMiddlewareTests) ... ok test_samesite_session_cookie (sessions_tests.tests.SessionMiddlewareTests) ... ok test_secure_session_cookie (sessions_tests.tests.SessionMiddlewareTests) ... ok test_session_delete_on_end (sessions_tests.tests.SessionMiddlewareTests) ... ok test_session_delete_on_end_with_custom_domain_and_path (sessions_tests.tests.SessionMiddlewareTests) ... ok test_session_save_on_500 (sessions_tests.tests.SessionMiddlewareTests) ... ok test_session_update_error_redirect (sessions_tests.tests.SessionMiddlewareTests) ... ok test_add (many_to_many.tests.ManyToManyTests) ... ok test_add_after_prefetch (many_to_many.tests.ManyToManyTests) ... ok test_add_remove_set_by_pk (many_to_many.tests.ManyToManyTests) ... ok test_add_remove_set_by_to_field (many_to_many.tests.ManyToManyTests) ... ok test_add_then_remove_after_prefetch (many_to_many.tests.ManyToManyTests) ... ok test_assign (many_to_many.tests.ManyToManyTests) ... ok test_assign_forward (many_to_many.tests.ManyToManyTests) ... ok test_assign_ids (many_to_many.tests.ManyToManyTests) ... ok test_assign_reverse (many_to_many.tests.ManyToManyTests) ... ok test_bulk_delete (many_to_many.tests.ManyToManyTests) ... ok test_clear (many_to_many.tests.ManyToManyTests) ... ok test_clear_after_prefetch (many_to_many.tests.ManyToManyTests) ... ok test_custom_default_manager_exists_count (many_to_many.tests.ManyToManyTests) ... ok test_delete (many_to_many.tests.ManyToManyTests) ... ok test_fast_add_ignore_conflicts (many_to_many.tests.ManyToManyTests) A single query is necessary to add auto-created through instances if ... ok test_forward_assign_with_queryset (many_to_many.tests.ManyToManyTests) ... ok test_inherited_models_selects (many_to_many.tests.ManyToManyTests) #24156 - Objects from child models where the parent's m2m field uses ... ok test_related_sets (many_to_many.tests.ManyToManyTests) ... ok test_remove (many_to_many.tests.ManyToManyTests) ... ok test_remove_after_prefetch (many_to_many.tests.ManyToManyTests) ... ok test_reverse_add (many_to_many.tests.ManyToManyTests) ... ok test_reverse_assign_with_queryset (many_to_many.tests.ManyToManyTests) ... ok test_reverse_selects (many_to_many.tests.ManyToManyTests) ... ok test_selects (many_to_many.tests.ManyToManyTests) ... ok test_set (many_to_many.tests.ManyToManyTests) ... ok test_set_after_prefetch (many_to_many.tests.ManyToManyTests) ... ok test_slow_add_ignore_conflicts (many_to_many.tests.ManyToManyTests) ... ok test_json_serializer (serializers.test_data.SerializerDataTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_serializer (serializers.test_data.SerializerDataTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_serializer (serializers.test_data.SerializerDataTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_serializer (serializers.test_data.SerializerDataTests) partial(func, *args, **keywords) - new function with partial application ... ok test_altering_serialized_output (serializers.test_json.JsonSerializerTestCase) The ability to create new objects by modifying serialized content. ... ok test_custom_encoder (serializers.test_json.JsonSerializerTestCase) ... ok test_custom_field_serialization (serializers.test_json.JsonSerializerTestCase) Custom fields serialize and deserialize intact ... ok test_deferred_field_serialization (serializers.test_json.JsonSerializerTestCase) ... ok test_deserialize_force_insert (serializers.test_json.JsonSerializerTestCase) Deserialized content can be saved with force_insert as a parameter. ... ok test_deterministic_mapping_ordering (serializers.test_json.JsonSerializerTestCase) Mapping such as fields should be deterministically ordered. (#24558) ... ok test_float_serialization (serializers.test_json.JsonSerializerTestCase) Float values serialize and deserialize intact ... ok test_helpful_error_message_for_foreign_keys (serializers.test_json.JsonSerializerTestCase) Invalid foreign keys with a natural key should throw a helpful error ... ok test_helpful_error_message_for_many2many_natural1 (serializers.test_json.JsonSerializerTestCase) Invalid many-to-many keys should throw a helpful error message. ... ok test_helpful_error_message_for_many2many_natural2 (serializers.test_json.JsonSerializerTestCase) Invalid many-to-many keys should throw a helpful error message. This ... ok test_helpful_error_message_for_many2many_non_natural (serializers.test_json.JsonSerializerTestCase) Invalid many-to-many keys should throw a helpful error message. ... ok test_helpful_error_message_invalid_field (serializers.test_json.JsonSerializerTestCase) If there is an invalid field value, the error message should contain ... ok test_helpful_error_message_invalid_pk (serializers.test_json.JsonSerializerTestCase) If there is an invalid primary key, the error message should contain ... ok test_indentation_whitespace (serializers.test_json.JsonSerializerTestCase) ... ok test_json_deserializer_exception (serializers.test_json.JsonSerializerTestCase) ... ok test_one_to_one_as_pk (serializers.test_json.JsonSerializerTestCase) If you use your own primary key field (such as a OneToOneField), it ... ok test_pkless_serialized_strings (serializers.test_json.JsonSerializerTestCase) Serialized strings without PKs can be turned into models ... ok test_pre_1000ad_date (serializers.test_json.JsonSerializerTestCase) Year values before 1000AD are properly formatted ... ok test_serialize (serializers.test_json.JsonSerializerTestCase) Basic serialization works. ... ok test_serialize_field_subset (serializers.test_json.JsonSerializerTestCase) Output can be restricted to a subset of fields ... ok test_serialize_inherited_fields (serializers.test_json.JsonSerializerTestCase) ... ok test_serialize_progressbar (serializers.test_json.JsonSerializerTestCase) ... ok test_serialize_proxy_model (serializers.test_json.JsonSerializerTestCase) ... ok test_serialize_specific_fields (serializers.test_json.JsonSerializerTestCase) ... ok test_serialize_superfluous_queries (serializers.test_json.JsonSerializerTestCase) Ensure no superfluous queries are made when serializing ForeignKeys ... ok test_serialize_to_stream (serializers.test_json.JsonSerializerTestCase) ... ok test_serialize_unicode (serializers.test_json.JsonSerializerTestCase) Unicode makes the roundtrip intact ... ok test_serialize_with_null_pk (serializers.test_json.JsonSerializerTestCase) Serialized data with no primary key results ... ok test_serializer_roundtrip (serializers.test_json.JsonSerializerTestCase) Serialized content can be deserialized. ... ok test_json_forward_references_fk_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_forward_references_fks (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_forward_references_m2m_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_forward_references_m2ms (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_natural_key_serializer (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_pk_with_default (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_serializer_natural_keys (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_json_serializer_natural_pks_mti (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_forward_references_fk_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_forward_references_fks (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_forward_references_m2m_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_forward_references_m2ms (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_natural_key_serializer (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_pk_with_default (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_serializer_natural_keys (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_python_serializer_natural_pks_mti (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_forward_references_fk_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_forward_references_fks (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_forward_references_m2m_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_forward_references_m2ms (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_natural_key_serializer (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_pk_with_default (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_serializer_natural_keys (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_xml_serializer_natural_pks_mti (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_forward_references_fk_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_forward_references_fks (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_forward_references_m2m_errors (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_forward_references_m2ms (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_natural_key_serializer (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_pk_with_default (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_serializer_natural_keys (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_yaml_serializer_natural_pks_mti (serializers.test_natural.NaturalKeySerializerTests) partial(func, *args, **keywords) - new function with partial application ... ok test_altering_serialized_output (serializers.test_xml.XmlSerializerTestCase) The ability to create new objects by modifying serialized content. ... ok test_control_char_failure (serializers.test_xml.XmlSerializerTestCase) Serializing control characters with XML should fail as those characters ... ok test_custom_field_serialization (serializers.test_xml.XmlSerializerTestCase) Custom fields serialize and deserialize intact ... ok test_deferred_field_serialization (serializers.test_xml.XmlSerializerTestCase) ... ok test_deserialize_force_insert (serializers.test_xml.XmlSerializerTestCase) Deserialized content can be saved with force_insert as a parameter. ... ok test_deterministic_mapping_ordering (serializers.test_xml.XmlSerializerTestCase) Mapping such as fields should be deterministically ordered. (#24558) ... ok test_float_serialization (serializers.test_xml.XmlSerializerTestCase) Float values serialize and deserialize intact ... ok test_no_dtd (serializers.test_xml.XmlSerializerTestCase) The XML deserializer shouldn't allow a DTD. ... ok test_one_to_one_as_pk (serializers.test_xml.XmlSerializerTestCase) If you use your own primary key field (such as a OneToOneField), it ... ok test_pkless_serialized_strings (serializers.test_xml.XmlSerializerTestCase) Serialized strings without PKs can be turned into models ... ok test_pre_1000ad_date (serializers.test_xml.XmlSerializerTestCase) Year values before 1000AD are properly formatted ... ok test_serialize (serializers.test_xml.XmlSerializerTestCase) Basic serialization works. ... ok test_serialize_field_subset (serializers.test_xml.XmlSerializerTestCase) Output can be restricted to a subset of fields ... ok test_serialize_inherited_fields (serializers.test_xml.XmlSerializerTestCase) ... ok test_serialize_progressbar (serializers.test_xml.XmlSerializerTestCase) ... ok test_serialize_proxy_model (serializers.test_xml.XmlSerializerTestCase) ... ok test_serialize_specific_fields (serializers.test_xml.XmlSerializerTestCase) ... ok test_serialize_superfluous_queries (serializers.test_xml.XmlSerializerTestCase) Ensure no superfluous queries are made when serializing ForeignKeys ... ok test_serialize_to_stream (serializers.test_xml.XmlSerializerTestCase) ... ok test_serialize_unicode (serializers.test_xml.XmlSerializerTestCase) Unicode makes the roundtrip intact ... ok test_serialize_with_null_pk (serializers.test_xml.XmlSerializerTestCase) Serialized data with no primary key results ... ok test_serializer_roundtrip (serializers.test_xml.XmlSerializerTestCase) Serialized content can be deserialized. ... ok test_altering_serialized_output (serializers.test_yaml.YamlSerializerTestCase) The ability to create new objects by modifying serialized content. ... ok test_custom_field_serialization (serializers.test_yaml.YamlSerializerTestCase) Custom fields serialize and deserialize intact ... ok test_deferred_field_serialization (serializers.test_yaml.YamlSerializerTestCase) ... ok test_deserialize_force_insert (serializers.test_yaml.YamlSerializerTestCase) Deserialized content can be saved with force_insert as a parameter. ... ok test_deterministic_mapping_ordering (serializers.test_yaml.YamlSerializerTestCase) Mapping such as fields should be deterministically ordered. (#24558) ... ok test_float_serialization (serializers.test_yaml.YamlSerializerTestCase) Float values serialize and deserialize intact ... ok test_one_to_one_as_pk (serializers.test_yaml.YamlSerializerTestCase) If you use your own primary key field (such as a OneToOneField), it ... ok test_pkless_serialized_strings (serializers.test_yaml.YamlSerializerTestCase) Serialized strings without PKs can be turned into models ... ok test_pre_1000ad_date (serializers.test_yaml.YamlSerializerTestCase) Year values before 1000AD are properly formatted ... ok test_serialize (serializers.test_yaml.YamlSerializerTestCase) Basic serialization works. ... ok test_serialize_field_subset (serializers.test_yaml.YamlSerializerTestCase) Output can be restricted to a subset of fields ... ok test_serialize_inherited_fields (serializers.test_yaml.YamlSerializerTestCase) ... ok test_serialize_progressbar (serializers.test_yaml.YamlSerializerTestCase) ... ok test_serialize_proxy_model (serializers.test_yaml.YamlSerializerTestCase) ... ok test_serialize_specific_fields (serializers.test_yaml.YamlSerializerTestCase) ... ok test_serialize_superfluous_queries (serializers.test_yaml.YamlSerializerTestCase) Ensure no superfluous queries are made when serializing ForeignKeys ... ok test_serialize_to_stream (serializers.test_yaml.YamlSerializerTestCase) ... ok test_serialize_unicode (serializers.test_yaml.YamlSerializerTestCase) Unicode makes the roundtrip intact ... ok test_serialize_with_null_pk (serializers.test_yaml.YamlSerializerTestCase) Serialized data with no primary key results ... ok test_serializer_roundtrip (serializers.test_yaml.YamlSerializerTestCase) Serialized content can be deserialized. ... ok test_yaml_deserializer_exception (serializers.test_yaml.YamlSerializerTestCase) ... ok test_migration_warning_multiple_apps (admin_scripts.tests.ManageRunserverMigrationWarning) ... ok test_migration_warning_one_app (admin_scripts.tests.ManageRunserverMigrationWarning) ... ok test_batch_size (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_foreign_keys_do_not_lookup (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_functions (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_multiple_fields (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_set_field_to_null (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_set_mixed_fields_to_null (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_simple (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_unsaved_models (queries.test_bulk_update.BulkUpdateNoteTests) ... ok test_booleanfield (queries.test_bulk_update.BulkUpdateTests) ... ok test_custom_db_columns (queries.test_bulk_update.BulkUpdateTests) ... ok test_custom_pk (queries.test_bulk_update.BulkUpdateTests) ... ok test_datetime_field (queries.test_bulk_update.BulkUpdateTests) ... ok test_empty_objects (queries.test_bulk_update.BulkUpdateTests) ... ok test_falsey_pk_value (queries.test_bulk_update.BulkUpdateTests) ... ok test_field_references (queries.test_bulk_update.BulkUpdateTests) ... ok test_inherited_fields (queries.test_bulk_update.BulkUpdateTests) ... ok test_invalid_batch_size (queries.test_bulk_update.BulkUpdateTests) ... ok test_ipaddressfield (queries.test_bulk_update.BulkUpdateTests) ... ok test_large_batch (queries.test_bulk_update.BulkUpdateTests) ... ok test_no_fields (queries.test_bulk_update.BulkUpdateTests) ... ok test_nonexistent_field (queries.test_bulk_update.BulkUpdateTests) ... ok test_only_concrete_fields_allowed (queries.test_bulk_update.BulkUpdateTests) ... ok test_update_custom_primary_key (queries.test_bulk_update.BulkUpdateTests) ... ok test_update_primary_key (queries.test_bulk_update.BulkUpdateTests) ... ok test_bulk_insert (queries.test_db_returning.ReturningValuesTests) ... skipped "Database doesn't support feature(s): can_return_columns_from_insert" test_insert_returning (queries.test_db_returning.ReturningValuesTests) ... skipped "Database doesn't support feature(s): can_return_columns_from_insert" test_insert_returning_multiple (queries.test_db_returning.ReturningValuesTests) ... skipped "Database doesn't support feature(s): can_return_columns_from_insert" test_insert_returning_multiple_not_supported (queries.test_db_returning.ReturningValuesTests) ... skipped "Database doesn't support feature(s): can_return_columns_from_insert" test_insert_returning_non_integer (queries.test_db_returning.ReturningValuesTests) ... skipped "Database doesn't support feature(s): can_return_columns_from_insert" test_basic (queries.test_explain.ExplainTests) ... ok test_mysql_extended (queries.test_explain.ExplainTests) ... skipped 'MySQL < 5.7 specific' test_mysql_text_to_traditional (queries.test_explain.ExplainTests) ... skipped 'MySQL specific' test_postgres_options (queries.test_explain.ExplainTests) ... skipped 'PostgreSQL specific' test_unknown_format (queries.test_explain.ExplainTests) ... ok test_unknown_options (queries.test_explain.ExplainTests) ... ok test_message (queries.test_explain.ExplainUnsupportedTests) ... skipped 'Database has feature(s) supports_explaining_query_execution' test_default_iterator_chunk_size (queries.test_iterator.QuerySetIteratorTests) ... ok test_iterator_chunk_size (queries.test_iterator.QuerySetIteratorTests) ... ok test_iterator_invalid_chunk_size (queries.test_iterator.QuerySetIteratorTests) ... ok test_no_chunked_reads (queries.test_iterator.QuerySetIteratorTests) If the database backend doesn't support chunked reads, then the ... ok test_combining_multiple_models (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_count_difference (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_count_intersection (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_count_union (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_count_union_empty_result (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_difference_with_empty_qs (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_difference_with_values (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_intersection_with_empty_qs (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_intersection_with_values (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_limits (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_order_by_same_type (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_order_raises_on_non_selected_column (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_ordering (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_ordering_by_f_expression (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_ordering_subqueries (queries.test_qs_combinators.QuerySetSetOperationTests) ... skipped "Database doesn't support feature(s): supports_slicing_ordering_in_compound" test_qs_with_subcompound_qs (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_simple_difference (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_simple_intersection (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_simple_union (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_distinct (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_with_empty_qs (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_with_extra_and_values_list (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_with_two_annotated_values_list (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_with_values (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_with_values_list_and_order (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_union_with_values_list_on_annotated_and_unannotated (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_unsupported_intersection_raises_db_error (queries.test_qs_combinators.QuerySetSetOperationTests) ... skipped 'Database has feature(s) supports_select_intersection' test_unsupported_operations_on_combined_qs (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_unsupported_ordering_slicing_raises_db_error (queries.test_qs_combinators.QuerySetSetOperationTests) ... ok test_evaluated_queryset_as_argument (queries.tests.CloneTests) #13227 -- If a queryset is already evaluated, it can still be used as a query arg ... ok test_no_fields_cloning (queries.tests.CloneTests) Cloning a queryset does not get out of hand. While complete ... ok test_no_model_options_cloning (queries.tests.CloneTests) Cloning a queryset does not get out of hand. While complete ... ok test_ticket8597 (queries.tests.ComparisonTests) ... ok test_in_list_limit (queries.tests.ConditionalTests) ... ok test_infinite_loop (queries.tests.ConditionalTests) ... ok test_null_ordering_added (queries.tests.ConditionalTests) ... skipped "Database doesn't support feature(s): requires_explicit_null_ordering_when_grouping" test_ticket7371 (queries.tests.CustomPkTests) ... ok test_no_extra_params (queries.tests.DefaultValuesInsertTest) Can create an instance of a model with only the PK field (#17056)." ... ok test_disjunction_promotion1 (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion2 (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion3 (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion3_demote (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion4 (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion4_demote (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion5_demote (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion6 (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion7 (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion_fexpression (queries.tests.DisjunctionPromotionTests) ... ok test_disjunction_promotion_select_related (queries.tests.DisjunctionPromotionTests) ... ok test_ticket7872 (queries.tests.DisjunctiveFilterTests) ... ok test_ticket8283 (queries.tests.DisjunctiveFilterTests) ... ok test_double_subquery_in (queries.tests.DoubleInSubqueryTests) ... ok test_21001 (queries.tests.EmptyStringsAsNullTest) ... ok test_direct_exclude (queries.tests.EmptyStringsAsNullTest) ... ok test_joined_exclude (queries.tests.EmptyStringsAsNullTest) ... ok test_ticket_7302 (queries.tests.EscapingTests) ... ok test_ticket15786 (queries.tests.Exclude15786) ... ok test_exclude_plain (queries.tests.ExcludeTest17600) This should exclude Orders which have some items with status 1 ... ok test_exclude_plain_distinct (queries.tests.ExcludeTest17600) This should exclude Orders which have some items with status 1 ... ok test_exclude_with_q_is_equal_to_plain_exclude (queries.tests.ExcludeTest17600) Using exclude(condition) and exclude(Q(condition)) should ... ok test_exclude_with_q_is_equal_to_plain_exclude_variation (queries.tests.ExcludeTest17600) Using exclude(condition) and exclude(Q(condition)) should ... ok test_exclude_with_q_object_distinct (queries.tests.ExcludeTest17600) This should exclude Orders which have some items with status 1 ... ok test_exclude_with_q_object_no_distinct (queries.tests.ExcludeTest17600) This should exclude Orders which have some items with status 1 ... ok test_only_orders_with_all_items_having_status_1 (queries.tests.ExcludeTest17600) This should only return orders having ALL items set to status 1, or ... expected failure test_exclude_reverse_fk_field_ref (queries.tests.ExcludeTests) ... ok test_exclude_with_circular_fk_relation (queries.tests.ExcludeTests) ... ok test_subquery_exclude_outerref (queries.tests.ExcludeTests) ... ok test_ticket14511 (queries.tests.ExcludeTests) ... ok test_to_field (queries.tests.ExcludeTests) ... ok test_exists (queries.tests.ExistsSql) ... ok test_ticket_18414 (queries.tests.ExistsSql) ... ok test_ticket_18414_distinct_on (queries.tests.ExistsSql) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_ticket_21787 (queries.tests.ForeignKeyToBaseExcludeTests) ... ok test_primary_key (queries.tests.IsNullTests) ... ok test_to_field (queries.tests.IsNullTests) ... ok test_fk_reuse (queries.tests.JoinReuseTest) ... ok test_fk_reuse_annotation (queries.tests.JoinReuseTest) ... ok test_fk_reuse_disjunction (queries.tests.JoinReuseTest) ... ok test_fk_reuse_order_by (queries.tests.JoinReuseTest) ... ok test_fk_reuse_select_related (queries.tests.JoinReuseTest) ... ok test_inverted_q_across_relations (queries.tests.JoinReuseTest) When a trimmable join is specified in the query (here school__), the ... ok test_revfk_noreuse (queries.tests.JoinReuseTest) ... ok test_revo2o_reuse (queries.tests.JoinReuseTest) ... ok test_exclude_many_to_many (queries.tests.ManyToManyExcludeTest) ... ok test_ticket_12823 (queries.tests.ManyToManyExcludeTest) ... ok test_col_not_in_list_containing_null (queries.tests.NullInExcludeTest) The following case is not handled properly because ... expected failure test_double_exclude (queries.tests.NullInExcludeTest) ... ok test_null_in_exclude_qs (queries.tests.NullInExcludeTest) ... ok test_isnull_filter_promotion (queries.tests.NullJoinPromotionOrTest) ... ok test_null_join_demotion (queries.tests.NullJoinPromotionOrTest) ... ok test_ticket_17886 (queries.tests.NullJoinPromotionOrTest) ... ok test_ticket_21366 (queries.tests.NullJoinPromotionOrTest) ... ok test_ticket_21748 (queries.tests.NullJoinPromotionOrTest) ... ok test_ticket_21748_complex_filter (queries.tests.NullJoinPromotionOrTest) ... ok test_ticket_21748_double_negated_and (queries.tests.NullJoinPromotionOrTest) ... ok test_ticket_21748_double_negated_or (queries.tests.NullJoinPromotionOrTest) ... ok test_join_already_in_query (queries.tests.NullableRelOrderingTests) ... ok test_ticket10028 (queries.tests.NullableRelOrderingTests) ... ok test_evaluated_proxy_count (queries.tests.ProxyQueryCleanupTest) Generating the query string doesn't alter the query's state ... ok test_avoid_infinite_loop_on_too_many_subqueries (queries.tests.Queries1Tests) ... ok test_common_mixed_case_foreign_keys (queries.tests.Queries1Tests) Valid query should be generated when fields fetched from joined tables ... ok test_deferred_load_qs_pickling (queries.tests.Queries1Tests) ... ok test_double_exclude (queries.tests.Queries1Tests) ... ok test_error_raised_on_filter_with_dictionary (queries.tests.Queries1Tests) ... ok test_exclude (queries.tests.Queries1Tests) ... ok test_exclude_in (queries.tests.Queries1Tests) ... ok test_excluded_intermediary_m2m_table_joined (queries.tests.Queries1Tests) ... ok test_get_clears_ordering (queries.tests.Queries1Tests) get() should clear ordering for optimization purposes. ... ok test_heterogeneous_qs_combination (queries.tests.Queries1Tests) ... ok test_lookup_constraint_fielderror (queries.tests.Queries1Tests) ... ok test_nested_exclude (queries.tests.Queries1Tests) ... ok test_order_by_join_unref (queries.tests.Queries1Tests) This test is related to the above one, testing that there aren't ... ok test_order_by_tables (queries.tests.Queries1Tests) ... ok test_reasonable_number_of_subq_aliases (queries.tests.Queries1Tests) ... ok test_subquery_condition (queries.tests.Queries1Tests) ... ok test_ticket10205 (queries.tests.Queries1Tests) ... ok test_ticket10432 (queries.tests.Queries1Tests) ... ok test_ticket1050 (queries.tests.Queries1Tests) ... ok test_ticket10742 (queries.tests.Queries1Tests) ... ok test_ticket17429 (queries.tests.Queries1Tests) Meta.ordering=None works the same as Meta.ordering=[] ... ok test_ticket1801 (queries.tests.Queries1Tests) ... ok test_ticket19672 (queries.tests.Queries1Tests) ... ok test_ticket2091 (queries.tests.Queries1Tests) ... ok test_ticket2253 (queries.tests.Queries1Tests) ... ok test_ticket2306 (queries.tests.Queries1Tests) ... ok test_ticket2400 (queries.tests.Queries1Tests) ... ok test_ticket2496 (queries.tests.Queries1Tests) ... ok test_ticket3037 (queries.tests.Queries1Tests) ... ok test_ticket3141 (queries.tests.Queries1Tests) ... ok test_ticket4358 (queries.tests.Queries1Tests) ... ok test_ticket4464 (queries.tests.Queries1Tests) ... ok test_ticket4510 (queries.tests.Queries1Tests) ... ok test_ticket6074 (queries.tests.Queries1Tests) ... ok test_ticket6154 (queries.tests.Queries1Tests) ... ok test_ticket6981 (queries.tests.Queries1Tests) ... ok test_ticket7076 (queries.tests.Queries1Tests) ... ok test_ticket7096 (queries.tests.Queries1Tests) ... ok test_ticket7098 (queries.tests.Queries1Tests) ... ok test_ticket7155 (queries.tests.Queries1Tests) ... ok test_ticket7181 (queries.tests.Queries1Tests) ... ok test_ticket7235 (queries.tests.Queries1Tests) ... ok test_ticket7277 (queries.tests.Queries1Tests) ... ok test_ticket7323 (queries.tests.Queries1Tests) ... ok test_ticket7378 (queries.tests.Queries1Tests) ... ok test_ticket7791 (queries.tests.Queries1Tests) ... ok test_ticket7813 (queries.tests.Queries1Tests) ... ok test_ticket8439 (queries.tests.Queries1Tests) ... ok test_ticket9411 (queries.tests.Queries1Tests) ... ok test_ticket9926 (queries.tests.Queries1Tests) ... ok test_ticket9985 (queries.tests.Queries1Tests) ... ok test_ticket9997 (queries.tests.Queries1Tests) ... ok test_ticket_10790_1 (queries.tests.Queries1Tests) ... ok test_ticket_10790_2 (queries.tests.Queries1Tests) ... ok test_ticket_10790_3 (queries.tests.Queries1Tests) ... ok test_ticket_10790_4 (queries.tests.Queries1Tests) ... ok test_ticket_10790_5 (queries.tests.Queries1Tests) ... ok test_ticket_10790_6 (queries.tests.Queries1Tests) ... ok test_ticket_10790_7 (queries.tests.Queries1Tests) ... ok test_ticket_10790_8 (queries.tests.Queries1Tests) ... ok test_ticket_10790_combine (queries.tests.Queries1Tests) ... ok test_ticket_20250 (queries.tests.Queries1Tests) ... ok test_tickets_1878_2939 (queries.tests.Queries1Tests) ... ok test_tickets_2076_7256 (queries.tests.Queries1Tests) ... ok test_tickets_2080_3592 (queries.tests.Queries1Tests) ... ok test_tickets_2874_3002 (queries.tests.Queries1Tests) ... ok test_tickets_4088_4306 (queries.tests.Queries1Tests) ... ok test_tickets_5321_7070 (queries.tests.Queries1Tests) ... ok test_tickets_5324_6704 (queries.tests.Queries1Tests) ... ok test_tickets_6180_6203 (queries.tests.Queries1Tests) ... ok test_tickets_7087_12242 (queries.tests.Queries1Tests) ... ok test_tickets_7204_7506 (queries.tests.Queries1Tests) ... ok test_tickets_7448_7707 (queries.tests.Queries1Tests) ... ok test_ticket12239 (queries.tests.Queries2Tests) ... ok test_ticket4289 (queries.tests.Queries2Tests) ... ok test_ticket7759 (queries.tests.Queries2Tests) ... ok test_ticket22023 (queries.tests.Queries3Tests) ... ok test_ticket7107 (queries.tests.Queries3Tests) ... ok test_ticket8683 (queries.tests.Queries3Tests) ... ok test_combine_join_reuse (queries.tests.Queries4Tests) ... ok test_filter_reverse_non_integer_pk (queries.tests.Queries4Tests) ... ok test_join_reuse_order (queries.tests.Queries4Tests) ... ok test_order_by_resetting (queries.tests.Queries4Tests) ... ok test_order_by_reverse_fk (queries.tests.Queries4Tests) ... ok test_ticket10181 (queries.tests.Queries4Tests) ... ok test_ticket11811 (queries.tests.Queries4Tests) ... ok test_ticket14876 (queries.tests.Queries4Tests) ... ok test_ticket15316_exclude_false (queries.tests.Queries4Tests) ... ok test_ticket15316_exclude_true (queries.tests.Queries4Tests) ... ok test_ticket15316_filter_false (queries.tests.Queries4Tests) ... ok test_ticket15316_filter_true (queries.tests.Queries4Tests) ... ok test_ticket15316_one2one_exclude_false (queries.tests.Queries4Tests) ... ok test_ticket15316_one2one_exclude_true (queries.tests.Queries4Tests) ... ok test_ticket15316_one2one_filter_false (queries.tests.Queries4Tests) ... ok test_ticket15316_one2one_filter_true (queries.tests.Queries4Tests) ... ok test_ticket24525 (queries.tests.Queries4Tests) ... ok test_ticket7095 (queries.tests.Queries4Tests) ... ok test_extra_select_literal_percent_s (queries.tests.Queries5Tests) ... ok test_ordering (queries.tests.Queries5Tests) ... ok test_ticket5261 (queries.tests.Queries5Tests) ... ok test_ticket7045 (queries.tests.Queries5Tests) ... ok test_ticket7256 (queries.tests.Queries5Tests) ... ok test_ticket9848 (queries.tests.Queries5Tests) ... ok test_distinct_ordered_sliced_subquery_aggregation (queries.tests.Queries6Tests) ... ok test_multiple_columns_with_the_same_name_slice (queries.tests.Queries6Tests) ... ok test_nested_queries_sql (queries.tests.Queries6Tests) ... ok test_parallel_iterators (queries.tests.Queries6Tests) ... ok test_ticket3739 (queries.tests.Queries6Tests) ... ok test_ticket_11320 (queries.tests.Queries6Tests) ... ok test_tickets_8921_9188 (queries.tests.Queries6Tests) ... ok test_or_with_both_slice (queries.tests.QuerySetBitwiseOperationTests) ... ok test_or_with_both_slice_and_ordering (queries.tests.QuerySetBitwiseOperationTests) ... ok test_or_with_lhs_slice (queries.tests.QuerySetBitwiseOperationTests) ... ok test_or_with_rhs_slice (queries.tests.QuerySetBitwiseOperationTests) ... ok test_can_combine_queries_using_and_and_or_operators (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_can_get_items_using_index_and_slice_notation (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_can_get_number_of_items_in_queryset_using_standard_len (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_invalid_index (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_can_slice_again_after_slicing (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_cannot_combine_queries_once_sliced (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_cannot_filter_queryset_once_sliced (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_cannot_reorder_queryset_once_sliced (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_negative_indexing_not_supported_for_range (queries.tests.QuerySetSupportsPythonIdioms) hint: inverting your ordering might do what you need ... ok test_slicing_negative_indexing_not_supported_for_single_element (queries.tests.QuerySetSupportsPythonIdioms) hint: inverting your ordering might do what you need ... ok test_slicing_with_steps_can_be_used (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_with_tests_is_not_lazy (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_slicing_without_step_is_lazy (queries.tests.QuerySetSupportsPythonIdioms) ... ok test_ticket14729 (queries.tests.RawQueriesTests) ... ok test_ticket_19964 (queries.tests.RelabelCloneTest) ... ok test_correct_lookup (queries.tests.RelatedLookupTypeTests) When passing proxy model objects, child objects, or parent objects, ... ok test_values_queryset_lookup (queries.tests.RelatedLookupTypeTests) #23396 - Ensure ValueQuerySets are not checked for compatibility with the lookup field ... ok test_wrong_backward_lookup (queries.tests.RelatedLookupTypeTests) A ValueError is raised when the incorrect object type is passed to a ... ok test_wrong_type_lookup (queries.tests.RelatedLookupTypeTests) A ValueError is raised when the incorrect object type is passed to a ... ok test_reverse_trimming (queries.tests.ReverseJoinTrimmingTest) ... ok test_ticket_21879 (queries.tests.ReverseM2MCustomPkTests) ... ok test_tickets_3045_3288 (queries.tests.SelectRelatedTests) ... ok test_ticket7778 (queries.tests.SubclassFKTests) ... ok test_distinct_ordered_sliced_subquery (queries.tests.SubqueryTests) ... ok test_ordered_subselect (queries.tests.SubqueryTests) Subselects honor any manual ordering ... ok test_related_sliced_subquery (queries.tests.SubqueryTests) Related objects constraints can safely contain sliced subqueries. ... ok test_slice_subquery_and_query (queries.tests.SubqueryTests) Slice a query that has a sliced subquery ... ok test_sliced_delete (queries.tests.SubqueryTests) Delete queries can safely contain sliced subqueries ... ok test_ticket_24278 (queries.tests.TestTicket24279) ... ok test_ticket_24605 (queries.tests.TestTicket24605) Subquery table names should be quoted. ... ok test_ticket_12807 (queries.tests.Ticket12807Tests) ... ok test_ticket_14056 (queries.tests.Ticket14056Tests) ... ok test_ticket_20101 (queries.tests.Ticket20101Tests) Tests QuerySet ORed combining in exclude subquery case. ... ok test_ticket_20788 (queries.tests.Ticket20788Tests) ... ok test_ticket_20955 (queries.tests.Ticket20955Tests) ... ok test_ticket_21203 (queries.tests.Ticket21203Tests) ... ok test_ticket_22429 (queries.tests.Ticket22429Tests) ... ok test_ticket_23605 (queries.tests.Ticket23605Tests) ... ok test_ticket_23622 (queries.tests.Ticket23622Tests) Make sure __pk__in and __in work the same for related fields when ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_in_query (queries.tests.ToFieldTests) ... ok test_in_subquery (queries.tests.ToFieldTests) ... ok test_nested_in_subquery (queries.tests.ToFieldTests) ... ok test_recursive_fk (queries.tests.ToFieldTests) ... ok test_recursive_fk_reverse (queries.tests.ToFieldTests) ... ok test_reverse_in (queries.tests.ToFieldTests) ... ok test_single_object (queries.tests.ToFieldTests) ... ok test_single_object_reverse (queries.tests.ToFieldTests) ... ok test_non_nullable_fk_not_promoted (queries.tests.ValuesJoinPromotionTests) ... ok test_ticket_21376 (queries.tests.ValuesJoinPromotionTests) ... ok test_values_no_promotion_for_existing (queries.tests.ValuesJoinPromotionTests) ... ok test_extra_multiple_select_params_values_order_by (queries.tests.ValuesQuerysetTests) ... ok test_extra_select_params_values_order_in_extra (queries.tests.ValuesQuerysetTests) ... ok test_extra_values (queries.tests.ValuesQuerysetTests) ... ok test_extra_values_list (queries.tests.ValuesQuerysetTests) ... ok test_extra_values_order_in_extra (queries.tests.ValuesQuerysetTests) ... ok test_extra_values_order_multiple (queries.tests.ValuesQuerysetTests) ... ok test_extra_values_order_twice (queries.tests.ValuesQuerysetTests) ... ok test_field_error_values_list (queries.tests.ValuesQuerysetTests) ... ok test_flat_extra_values_list (queries.tests.ValuesQuerysetTests) ... ok test_flat_values_list (queries.tests.ValuesQuerysetTests) ... ok test_named_values_list_bad_field_name (queries.tests.ValuesQuerysetTests) ... ok test_named_values_list_expression (queries.tests.ValuesQuerysetTests) ... ok test_named_values_list_expression_with_default_alias (queries.tests.ValuesQuerysetTests) ... ok test_named_values_list_flat (queries.tests.ValuesQuerysetTests) ... ok test_named_values_list_with_fields (queries.tests.ValuesQuerysetTests) ... ok test_named_values_list_without_fields (queries.tests.ValuesQuerysetTests) ... ok test_values_in_subquery (queries.tests.ValuesSubqueryTests) ... ok test_empty_resultset_sql (queries.tests.WeirdQuerysetSlicingTests) ... ok test_empty_sliced_subquery (queries.tests.WeirdQuerysetSlicingTests) ... ok test_empty_sliced_subquery_exclude (queries.tests.WeirdQuerysetSlicingTests) ... ok test_tickets_7698_10202 (queries.tests.WeirdQuerysetSlicingTests) ... ok test_zero_length_values_slicing (queries.tests.WeirdQuerysetSlicingTests) ... ok test_custom_named_field (sites_framework.tests.SitesFrameworkTestCase) ... ok test_site_fk (sites_framework.tests.SitesFrameworkTestCase) ... ok test_sites_m2m (sites_framework.tests.SitesFrameworkTestCase) ... ok test_index_name (indexes.tests.SchemaIndexesTests) Index names on the built-in database backends:: ... ok test_index_name_hash (indexes.tests.SchemaIndexesTests) Index names should be deterministic. ... ok test_index_together (indexes.tests.SchemaIndexesTests) ... ok test_index_together_single_list (indexes.tests.SchemaIndexesTests) ... ok test_foreignkey_forward (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_foreignkey_reverse (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_m2m_forward (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_m2m_reverse (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_m2m_then_m2m (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) A m2m can be followed through another m2m. ... ok test_prefetch_object (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_prefetch_object_to_attr (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_prefetch_queryset (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_unknown (prefetch_related.test_prefetch_related_objects.PrefetchRelatedObjectsTests) ... ok test_prefetch_related_from_uuid_model (prefetch_related.test_uuid.UUIDPrefetchRelated) ... ok test_prefetch_related_from_uuid_model_to_uuid_model (prefetch_related.test_uuid.UUIDPrefetchRelated) ... ok test_prefetch_related_from_uuid_model_to_uuid_model_with_values_flat (prefetch_related.test_uuid.UUIDPrefetchRelated) ... ok test_prefetch_related_to_uuid_model (prefetch_related.test_uuid.UUIDPrefetchRelated) ... ok test_from_integer_pk_lookup_integer_pk_uuid_pk (prefetch_related.test_uuid.UUIDPrefetchRelatedLookups) ... ok test_from_integer_pk_lookup_integer_pk_uuid_pk_uuid_pk (prefetch_related.test_uuid.UUIDPrefetchRelatedLookups) ... ok test_from_integer_pk_lookup_uuid_pk_integer_pk (prefetch_related.test_uuid.UUIDPrefetchRelatedLookups) ... ok test_from_uuid_pk_lookup_integer_pk2_uuid_pk2 (prefetch_related.test_uuid.UUIDPrefetchRelatedLookups) ... ok test_from_uuid_pk_lookup_uuid_pk_integer_pk (prefetch_related.test_uuid.UUIDPrefetchRelatedLookups) ... ok test_ambiguous (prefetch_related.tests.CustomPrefetchTests) ... ok test_custom_qs (prefetch_related.tests.CustomPrefetchTests) ... ok test_generic_rel (prefetch_related.tests.CustomPrefetchTests) ... ok test_m2m (prefetch_related.tests.CustomPrefetchTests) ... ok test_m2m_through_fk (prefetch_related.tests.CustomPrefetchTests) ... ok test_m2m_through_gfk (prefetch_related.tests.CustomPrefetchTests) ... ok test_nested_prefetch_related_are_not_overwritten (prefetch_related.tests.CustomPrefetchTests) ... ok test_nested_prefetch_related_with_duplicate_prefetcher (prefetch_related.tests.CustomPrefetchTests) Nested prefetches whose name clashes with descriptor names ... ok test_o2m_through_m2m (prefetch_related.tests.CustomPrefetchTests) ... ok test_reverse_m2m (prefetch_related.tests.CustomPrefetchTests) ... ok test_to_attr_cached_property (prefetch_related.tests.CustomPrefetchTests) ... ok test_to_attr_doesnt_cache_through_attr_as_list (prefetch_related.tests.CustomPrefetchTests) ... ok test_traverse_multiple_items_property (prefetch_related.tests.CustomPrefetchTests) ... ok test_traverse_qs (prefetch_related.tests.CustomPrefetchTests) ... ok test_traverse_single_item_property (prefetch_related.tests.CustomPrefetchTests) ... ok test_values_queryset (prefetch_related.tests.CustomPrefetchTests) ... ok test_m2m_then_m2m (prefetch_related.tests.DefaultManagerTests) ... ok test_add_clears_prefetched_objects (prefetch_related.tests.DirectPrefetchedObjectCacheReuseTests) ... ok test_detect_is_fetched (prefetch_related.tests.DirectPrefetchedObjectCacheReuseTests) Nested prefetch_related() shouldn't trigger duplicate queries for the same ... ok test_detect_is_fetched_with_to_attr (prefetch_related.tests.DirectPrefetchedObjectCacheReuseTests) ... ok test_prefetch_reverse_foreign_key (prefetch_related.tests.DirectPrefetchedObjectCacheReuseTests) ... ok test_remove_clears_prefetched_objects (prefetch_related.tests.DirectPrefetchedObjectCacheReuseTests) ... ok test_foreignkey (prefetch_related.tests.ForeignKeyToFieldTest) ... ok test_m2m (prefetch_related.tests.ForeignKeyToFieldTest) ... ok test_charfield_GFK (prefetch_related.tests.GenericRelationTests) ... ok test_custom_queryset (prefetch_related.tests.GenericRelationTests) ... ok test_generic_relation (prefetch_related.tests.GenericRelationTests) ... ok test_nullable_GFK (prefetch_related.tests.GenericRelationTests) ... ok test_prefetch_GFK (prefetch_related.tests.GenericRelationTests) ... ok test_prefetch_GFK_fk_pk (prefetch_related.tests.GenericRelationTests) ... ok test_prefetch_GFK_nonint_pk (prefetch_related.tests.GenericRelationTests) ... ok test_prefetch_GFK_uuid_pk (prefetch_related.tests.GenericRelationTests) ... ok test_traverse_GFK (prefetch_related.tests.GenericRelationTests) A 'content_object' can be traversed with prefetch_related() and ... ok test_order (prefetch_related.tests.LookupOrderingTest) ... ok test_using_is_honored_custom_qs (prefetch_related.tests.MultiDbTests) ... ok test_using_is_honored_fkey (prefetch_related.tests.MultiDbTests) ... ok test_using_is_honored_inheritance (prefetch_related.tests.MultiDbTests) ... ok test_using_is_honored_m2m (prefetch_related.tests.MultiDbTests) ... ok test_child_link_prefetch (prefetch_related.tests.MultiTableInheritanceTest) ... ok test_foreignkey (prefetch_related.tests.MultiTableInheritanceTest) ... ok test_foreignkey_to_inherited (prefetch_related.tests.MultiTableInheritanceTest) ... ok test_m2m_to_inheriting_model (prefetch_related.tests.MultiTableInheritanceTest) ... ok test_parent_link_prefetch (prefetch_related.tests.MultiTableInheritanceTest) ... ok test_in_bulk (prefetch_related.tests.NullableTest) In-bulk does correctly prefetch objects by not using .iterator() ... ok test_prefetch_nullable (prefetch_related.tests.NullableTest) ... ok test_traverse_nullable (prefetch_related.tests.NullableTest) ... ok test_attribute_error (prefetch_related.tests.PrefetchRelatedTests) ... ok test_bool (prefetch_related.tests.PrefetchRelatedTests) ... ok test_clear (prefetch_related.tests.PrefetchRelatedTests) ... ok test_count (prefetch_related.tests.PrefetchRelatedTests) ... ok test_exists (prefetch_related.tests.PrefetchRelatedTests) ... ok test_foreign_key_then_m2m (prefetch_related.tests.PrefetchRelatedTests) A m2m relation can be followed after a relation like ForeignKey that ... ok test_foreignkey_forward (prefetch_related.tests.PrefetchRelatedTests) ... ok test_foreignkey_reverse (prefetch_related.tests.PrefetchRelatedTests) ... ok test_forward_m2m_to_attr_conflict (prefetch_related.tests.PrefetchRelatedTests) ... ok test_get (prefetch_related.tests.PrefetchRelatedTests) Objects retrieved with .get() get the prefetch behavior. ... ok test_in_and_prefetch_related (prefetch_related.tests.PrefetchRelatedTests) Regression test for #20242 - QuerySet "in" didn't work the first time ... ok test_invalid_final_lookup (prefetch_related.tests.PrefetchRelatedTests) ... ok test_len (prefetch_related.tests.PrefetchRelatedTests) ... ok test_m2m_forward (prefetch_related.tests.PrefetchRelatedTests) ... ok test_m2m_reverse (prefetch_related.tests.PrefetchRelatedTests) ... ok test_m2m_then_m2m (prefetch_related.tests.PrefetchRelatedTests) A m2m can be followed through another m2m. ... ok test_m2m_then_m2m_object_ids (prefetch_related.tests.PrefetchRelatedTests) ... ok test_m2m_then_reverse_fk_object_ids (prefetch_related.tests.PrefetchRelatedTests) ... ok test_m2m_then_reverse_one_to_one_object_ids (prefetch_related.tests.PrefetchRelatedTests) ... ok test_onetoone_reverse_no_match (prefetch_related.tests.PrefetchRelatedTests) ... ok test_onetoone_reverse_with_to_field_pk (prefetch_related.tests.PrefetchRelatedTests) A model (Bio) with a OneToOneField primary key (author) that references ... ok test_overriding_prefetch (prefetch_related.tests.PrefetchRelatedTests) ... ok test_reverse_m2m_to_attr_conflict (prefetch_related.tests.PrefetchRelatedTests) ... ok test_reverse_one_to_one_then_m2m (prefetch_related.tests.PrefetchRelatedTests) A m2m relation can be followed after going through the select_related ... ok test_survives_clone (prefetch_related.tests.PrefetchRelatedTests) ... ok test_basic (prefetch_related.tests.RawQuerySetTests) ... ok test_clear (prefetch_related.tests.RawQuerySetTests) ... ok test_prefetch_before_raw (prefetch_related.tests.RawQuerySetTests) ... ok test_retrieves_results_from_prefetched_objects_cache (prefetch_related.tests.ReadPrefetchedObjectsCacheTests) When intermediary results are prefetched without a destination ... ok test_bug (prefetch_related.tests.Ticket19607Tests) ... ok test_bug (prefetch_related.tests.Ticket21410Tests) ... ok test_bug (prefetch_related.tests.Ticket21760Tests) ... ok test_earliest (get_earliest_or_latest.tests.EarliestOrLatestTests) ... ok test_latest (get_earliest_or_latest.tests.EarliestOrLatestTests) ... ok test_latest_manual (get_earliest_or_latest.tests.EarliestOrLatestTests) ... ok test_first (get_earliest_or_latest.tests.TestFirstLast) ... ok test_index_error_not_suppressed (get_earliest_or_latest.tests.TestFirstLast) #23555 -- Unexpected IndexError exceptions in QuerySet iteration ... ok test_last (get_earliest_or_latest.tests.TestFirstLast) ... ok test_access_fks_with_select_related (select_related.tests.SelectRelatedTests) A select_related() call will fill in those related objects without any ... ok test_access_fks_without_select_related (select_related.tests.SelectRelatedTests) Normally, accessing FKs doesn't fill in related objects ... ok test_certain_fields (select_related.tests.SelectRelatedTests) The optional fields passed to select_related() control which related ... ok test_chaining (select_related.tests.SelectRelatedTests) ... ok test_field_traversal (select_related.tests.SelectRelatedTests) ... ok test_list_with_depth (select_related.tests.SelectRelatedTests) Passing a relationship field lookup specifier to select_related() will ... ok test_list_with_select_related (select_related.tests.SelectRelatedTests) select_related() also of course applies to entire lists, not just ... ok test_list_without_select_related (select_related.tests.SelectRelatedTests) select_related() also of course applies to entire lists, not just ... ok test_more_certain_fields (select_related.tests.SelectRelatedTests) In this case, we explicitly say to select the 'genus' and ... ok test_none_clears_list (select_related.tests.SelectRelatedTests) ... ok test_reverse_relation_caching (select_related.tests.SelectRelatedTests) ... ok test_select_related_after_values (select_related.tests.SelectRelatedTests) Running select_related() after calling values() raises a TypeError ... ok test_select_related_after_values_list (select_related.tests.SelectRelatedTests) Running select_related() after calling values_list() raises a TypeError ... ok test_select_related_with_extra (select_related.tests.SelectRelatedTests) ... ok test_default_ordering (admin_ordering.tests.TestAdminOrdering) The default ordering should be by name, as specified in the inner Meta ... ok test_dynamic_ordering (admin_ordering.tests.TestAdminOrdering) Let's use a custom ModelAdmin that changes the ordering dynamically. ... ok test_specified_ordering (admin_ordering.tests.TestAdminOrdering) Let's use a custom ModelAdmin that changes the ordering, and make sure ... ok test_specified_ordering_by_f_expression (admin_ordering.tests.TestAdminOrdering) ... ok test_default_ordering (admin_ordering.tests.TestInlineModelAdminOrdering) The default ordering should be by name, as specified in the inner Meta ... ok test_specified_ordering (admin_ordering.tests.TestInlineModelAdminOrdering) Let's check with ordering set to something different than the default. ... ok test_admin_ordering_beats_model_ordering (admin_ordering.tests.TestRelatedFieldsAdminOrdering) ... ok test_admin_with_no_ordering_fallback_to_model_ordering (admin_ordering.tests.TestRelatedFieldsAdminOrdering) ... ok test_custom_queryset_still_wins (admin_ordering.tests.TestRelatedFieldsAdminOrdering) Custom queryset has still precedence (#21405) ... ok test_no_admin_fallback_to_model_ordering (admin_ordering.tests.TestRelatedFieldsAdminOrdering) ... ok test_sqlflush_no_tables (empty_models.test_commands.CoreCommandsNoOutputTests) ... ok test_sqlsequencereset_no_sequences (empty_models.test_commands.CoreCommandsNoOutputTests) ... ok test_update (update.tests.AdvancedTests) Objects are updated by first filtering the candidates into a queryset ... ok test_update_all (update.tests.AdvancedTests) In the rare case you want to update every instance of a model, update() ... ok test_update_annotated_multi_table_queryset (update.tests.AdvancedTests) Update of a queryset that's been annotated and involves multiple tables. ... ok test_update_annotated_queryset (update.tests.AdvancedTests) Update of a queryset that's been annotated. ... ok test_update_fk (update.tests.AdvancedTests) Foreign key fields can also be updated, although you can only update ... ok test_update_m2m_field (update.tests.AdvancedTests) ... ok test_update_multiple_fields (update.tests.AdvancedTests) Multiple fields can be updated at once ... ok test_update_multiple_objects (update.tests.AdvancedTests) We can update multiple objects at once. ... ok test_update_respects_to_field (update.tests.AdvancedTests) Update of an FK field which specifies a to_field works. ... ok test_update_slice_fail (update.tests.AdvancedTests) We do not support update on already sliced query sets. ... ok test_update_with_joined_field_annotation (update.tests.AdvancedTests) ... ok test_empty_update (update.tests.SimpleTest) Update changes the right number of rows for an empty queryset ... ok test_empty_update_with_inheritance (update.tests.SimpleTest) Update changes the right number of rows for an empty queryset ... ok test_foreign_key_update_with_id (update.tests.SimpleTest) Update works using _id for foreign keys ... ok test_nonempty_update (update.tests.SimpleTest) Update changes the right number of rows for a nonempty queryset ... ok test_nonempty_update_with_inheritance (update.tests.SimpleTest) Update changes the right number of rows for an empty queryset ... ok test_bad_request (view_tests.tests.test_defaults.DefaultsTests) ... ok test_csrf_token_in_404 (view_tests.tests.test_defaults.DefaultsTests) The 404 page should have the csrf_token available in the context ... ok test_custom_templates (view_tests.tests.test_defaults.DefaultsTests) 404.html and 500.html templates are picked by their respective handler. ... ok test_custom_templates_wrong (view_tests.tests.test_defaults.DefaultsTests) Default error views should raise TemplateDoesNotExist when passed a ... ok test_error_pages (view_tests.tests.test_defaults.DefaultsTests) ... ok test_get_absolute_url_attributes (view_tests.tests.test_defaults.DefaultsTests) A model can set attributes on the get_absolute_url method ... ok test_page_not_found (view_tests.tests.test_defaults.DefaultsTests) A 404 status is returned by the page_not_found view ... ok test_server_error (view_tests.tests.test_defaults.DefaultsTests) The server_error view raises a 500 status ... ok test_lang_from_translated_i18n_pattern (view_tests.tests.test_i18n.SetLanguageTests) ... ok test_session_language_deprecation (view_tests.tests.test_i18n.SetLanguageTests) ... ok test_setlang (view_tests.tests.test_i18n.SetLanguageTests) The set_language view can be used to change the session language. ... ok test_setlang_cookie (view_tests.tests.test_i18n.SetLanguageTests) ... ok test_setlang_decodes_http_referer_url (view_tests.tests.test_i18n.SetLanguageTests) The set_language view decodes the HTTP_REFERER URL. ... ok test_setlang_default_redirect (view_tests.tests.test_i18n.SetLanguageTests) The set_language view redirects to '/' when there isn't a referer or ... ok test_setlang_doesnt_perform_a_default_redirect_for_ajax (view_tests.tests.test_i18n.SetLanguageTests) The set_language view returns 204 for AJAX calls by default. ... ok test_setlang_doesnt_perform_a_redirect_to_referer_for_ajax (view_tests.tests.test_i18n.SetLanguageTests) The set_language view doesn't redirect to the HTTP referer header for ... ok test_setlang_http_next (view_tests.tests.test_i18n.SetLanguageTests) The set_language view only redirects to the 'next' argument if it is ... ok test_setlang_performs_redirect_for_ajax_if_explicitly_requested (view_tests.tests.test_i18n.SetLanguageTests) The set_language view redirects to the "next" parameter for AJAX calls. ... ok test_setlang_redirect_to_referer (view_tests.tests.test_i18n.SetLanguageTests) The set_language view redirects to the URL in the referer header when ... ok test_setlang_reversal (view_tests.tests.test_i18n.SetLanguageTests) ... ok test_setlang_unsafe_next (view_tests.tests.test_i18n.SetLanguageTests) The set_language view only redirects to the 'next' argument if it is ... ok test_setlang_unsafe_next_for_ajax (view_tests.tests.test_i18n.SetLanguageTests) The fallback to root URL for the set_language view works for AJAX calls. ... ok test_basic_distinct_on (distinct_on_fields.tests.DistinctOnTests) QuerySet.distinct('field', ...) works ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_distinct_not_implemented_checks (distinct_on_fields.tests.DistinctOnTests) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_distinct_on_get_ordering_preserved (distinct_on_fields.tests.DistinctOnTests) Ordering shouldn't be cleared when distinct on fields are specified. ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_distinct_on_in_ordered_subquery (distinct_on_fields.tests.DistinctOnTests) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_transform (distinct_on_fields.tests.DistinctOnTests) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_autofields_generate_different_values_for_each_instance (basic.tests.ModelInstanceCreationTests) ... ok test_can_create_instance_using_kwargs (basic.tests.ModelInstanceCreationTests) ... ok test_can_initialize_model_instance_using_positional_arguments (basic.tests.ModelInstanceCreationTests) You can initialize a model instance using positional arguments, ... ok test_can_leave_off_value_for_autofield_and_it_gets_value_on_save (basic.tests.ModelInstanceCreationTests) You can leave off the value for an AutoField when creating an ... ok test_can_mix_and_match_position_and_kwargs (basic.tests.ModelInstanceCreationTests) ... ok test_cannot_create_instance_with_invalid_kwargs (basic.tests.ModelInstanceCreationTests) ... ok test_for_datetimefields_saves_as_much_precision_as_was_given (basic.tests.ModelInstanceCreationTests) as much precision in *seconds* ... ok test_leaving_off_a_field_with_default_set_the_default_will_be_saved (basic.tests.ModelInstanceCreationTests) ... ok test_object_is_not_written_to_database_until_save_was_called (basic.tests.ModelInstanceCreationTests) ... ok test_querysets_checking_for_membership (basic.tests.ModelInstanceCreationTests) ... ok test_save_primary_with_default (basic.tests.ModelInstanceCreationTests) ... ok test_saving_an_object_again_does_not_create_a_new_object (basic.tests.ModelInstanceCreationTests) ... ok test_all_lookup (basic.tests.ModelLookupTest) ... ok test_does_not_exist (basic.tests.ModelLookupTest) ... ok test_equal_lookup (basic.tests.ModelLookupTest) ... ok test_lookup_by_primary_key (basic.tests.ModelLookupTest) ... ok test_rich_lookup (basic.tests.ModelLookupTest) ... ok test_too_many (basic.tests.ModelLookupTest) ... ok test_lookup_in_fields (basic.tests.ModelRefreshTests) ... ok test_prefetched_cache_cleared (basic.tests.ModelRefreshTests) ... ok test_refresh (basic.tests.ModelRefreshTests) ... ok test_refresh_clears_one_to_one_field (basic.tests.ModelRefreshTests) ... ok test_refresh_clears_reverse_related (basic.tests.ModelRefreshTests) refresh_from_db() clear cached reverse relations. ... ok test_refresh_fk (basic.tests.ModelRefreshTests) ... ok test_refresh_fk_on_delete_set_null (basic.tests.ModelRefreshTests) ... ok test_refresh_no_fields (basic.tests.ModelRefreshTests) ... ok test_refresh_null_fk (basic.tests.ModelRefreshTests) ... ok test_refresh_unsaved (basic.tests.ModelRefreshTests) ... ok test_unknown_kwarg (basic.tests.ModelRefreshTests) ... ok test_create_method (basic.tests.ModelTest) ... ok test_create_relation_with_gettext_lazy (basic.tests.ModelTest) gettext_lazy objects work when saving model instances ... ok test_delete_and_access_field (basic.tests.ModelTest) ... ok test_emptyqs (basic.tests.ModelTest) ... ok test_emptyqs_customqs (basic.tests.ModelTest) ... ok test_emptyqs_distinct (basic.tests.ModelTest) ... skipped "Database doesn't support feature(s): can_distinct_on_fields" test_emptyqs_values (basic.tests.ModelTest) ... ok test_emptyqs_values_order (basic.tests.ModelTest) ... ok test_eq (basic.tests.ModelTest) ... ok test_extra_method_select_argument_with_dashes (basic.tests.ModelTest) ... ok test_extra_method_select_argument_with_dashes_and_values (basic.tests.ModelTest) ... ok test_hash (basic.tests.ModelTest) ... ok test_hash_function (basic.tests.ModelTest) ... ok test_manually_specify_primary_key (basic.tests.ModelTest) ... ok test_microsecond_precision (basic.tests.ModelTest) ... ok test_missing_hash_not_inherited (basic.tests.ModelTest) ... ok test_multiple_objects_max_num_fetched (basic.tests.ModelTest) ... ok test_not_equal_and_equal_operators_behave_as_expected_on_instances (basic.tests.ModelTest) ... ok test_objects_attribute_is_only_available_on_the_class_itself (basic.tests.ModelTest) ... ok test_queryset_delete_removes_all_items_in_that_queryset (basic.tests.ModelTest) ... ok test_specified_parent_hash_inherited (basic.tests.ModelTest) ... ok test_ticket_20278 (basic.tests.ModelTest) ... ok test_unicode_data (basic.tests.ModelTest) ... ok test_year_lookup_edge_case (basic.tests.ModelTest) ... ok test_select_on_save (basic.tests.SelectOnSaveTests) ... ok test_select_on_save_lying_update (basic.tests.SelectOnSaveTests) select_on_save works correctly if the database doesn't return correct ... ok test_inlineformset_custom_callback (model_formsets_regress.tests.FormfieldCallbackTests) ... ok test_inlineformset_factory_default (model_formsets_regress.tests.FormfieldCallbackTests) ... ok test_modelformset_custom_callback (model_formsets_regress.tests.FormfieldCallbackTests) ... ok test_modelformset_factory_default (model_formsets_regress.tests.FormfieldCallbackTests) ... ok test_all_delete (model_formsets_regress.tests.FormfieldShouldDeleteFormTests) Verify base formset honors DELETE field ... ok test_custom_delete (model_formsets_regress.tests.FormfieldShouldDeleteFormTests) Verify DeleteFormset ignores DELETE field and uses form method ... ok test_init_database (model_formsets_regress.tests.FormfieldShouldDeleteFormTests) Add test data to database via formset ... ok test_no_delete (model_formsets_regress.tests.FormfieldShouldDeleteFormTests) Verify base formset doesn't modify database ... ok test_error_class (model_formsets_regress.tests.FormsetTests) Test the type of Formset and Form error attributes ... ok test_extraneous_query_is_not_run (model_formsets_regress.tests.FormsetTests) ... ok test_initial_data (model_formsets_regress.tests.FormsetTests) ... ok test_empty_fields_on_modelformset (model_formsets_regress.tests.InlineFormsetTests) No fields passed to modelformset_factory() should result in no fields ... ok test_formset_over_inherited_model (model_formsets_regress.tests.InlineFormsetTests) A formset over a ForeignKey with a to_field can be saved. Regression for #11120 ... ok test_formset_over_to_field (model_formsets_regress.tests.InlineFormsetTests) A formset over a ForeignKey with a to_field can be saved. Regression for #10243 ... ok test_formset_with_none_instance (model_formsets_regress.tests.InlineFormsetTests) A formset with instance=None can be created. Regression for #11872 ... ok test_initial_data (model_formsets_regress.tests.InlineFormsetTests) ... ok test_inline_model_with_primary_to_field (model_formsets_regress.tests.InlineFormsetTests) An inline model with a OneToOneField with to_field & primary key. ... ok test_inline_model_with_to_field (model_formsets_regress.tests.InlineFormsetTests) #13794 --- An inline model with a to_field of a formset with instance ... ok test_inline_model_with_to_field_to_rel (model_formsets_regress.tests.InlineFormsetTests) #13794 --- An inline model with a to_field to a related field of a ... ok test_save_as_new_with_new_inlines (model_formsets_regress.tests.InlineFormsetTests) Existing and new inlines are saved with save_as_new. ... ok test_delete_already_deleted (model_formsets_regress.tests.RedeleteTests) ... ok test_resubmit (model_formsets_regress.tests.RedeleteTests) ... ok test_basic (save_delete_hooks.tests.SaveDeleteHookTests) ... ok test_add_efficiency (many_to_one_null.tests.ManyToOneNullTests) ... ok test_assign_clear_related_set (many_to_one_null.tests.ManyToOneNullTests) ... ok test_assign_with_queryset (many_to_one_null.tests.ManyToOneNullTests) ... ok test_clear_efficiency (many_to_one_null.tests.ManyToOneNullTests) ... ok test_created_via_related_set (many_to_one_null.tests.ManyToOneNullTests) ... ok test_created_without_related (many_to_one_null.tests.ManyToOneNullTests) ... ok test_get_related (many_to_one_null.tests.ManyToOneNullTests) ... ok test_related_null_to_field (many_to_one_null.tests.ManyToOneNullTests) ... ok test_related_set (many_to_one_null.tests.ManyToOneNullTests) ... ok test_remove_from_wrong_set (many_to_one_null.tests.ManyToOneNullTests) ... ok test_set (many_to_one_null.tests.ManyToOneNullTests) ... ok test_set_clear_non_bulk (many_to_one_null.tests.ManyToOneNullTests) ... ok test_getter (properties.tests.PropertyTests) ... ok test_setter (properties.tests.PropertyTests) ... ok test_array_agg_distinct_false (postgres_tests.test_aggregates.TestAggregateDistinct) ... skipped 'PostgreSQL specific tests' test_array_agg_distinct_true (postgres_tests.test_aggregates.TestAggregateDistinct) ... skipped 'PostgreSQL specific tests' test_string_agg_distinct_false (postgres_tests.test_aggregates.TestAggregateDistinct) ... skipped 'PostgreSQL specific tests' test_string_agg_distinct_true (postgres_tests.test_aggregates.TestAggregateDistinct) ... skipped 'PostgreSQL specific tests' test_array_agg_booleanfield (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_booleanfield_ordering (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_charfield (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_charfield_ordering (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_empty_result (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_integerfield (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_integerfield_ordering (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_array_agg_lookups (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_and_empty_result (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_and_general (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_and_on_only_false_values (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_and_on_only_true_values (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_or_empty_result (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_or_general (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_or_on_only_false_values (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bit_or_on_only_true_values (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bool_and_empty_result (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bool_and_general (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bool_or_empty_result (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_bool_or_general (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_json_agg (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_json_agg_empty (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_orderable_agg_alternative_fields (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_array_agg_filter_in_subquery (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_array_agg_ordering_in_subquery (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_charfield (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_charfield_ordering (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_delimiter_escaping (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_empty_result (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_filter_in_subquery_with_exclude (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_string_agg_requires_delimiter (postgres_tests.test_aggregates.TestGeneralAggregate) ... skipped 'PostgreSQL specific tests' test_alias_is_required (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_corr_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_corr_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_correct_source_expressions (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_covar_pop_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_covar_pop_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_covar_pop_sample (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_covar_pop_sample_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_missing_arguments_raises_exception (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_avgx_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_avgx_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_avgx_with_related_obj_and_number_as_argument (postgres_tests.test_aggregates.TestStatisticsAggregate) This is more complex test to check if JOIN on field and ... skipped 'PostgreSQL specific tests' test_regr_avgy_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_avgy_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_count_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_count_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_intercept_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_intercept_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_r2_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_r2_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_slope_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_slope_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_sxx_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_sxx_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_sxy_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_sxy_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_syy_empty_result (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_regr_syy_general (postgres_tests.test_aggregates.TestStatisticsAggregate) ... skipped 'PostgreSQL specific tests' test_register_serializer_for_migrations (postgres_tests.test_apps.PostgresConfigTests) ... skipped 'PostgreSQL specific tests' test_register_type_handlers_connection (postgres_tests.test_apps.PostgresConfigTests) ... skipped 'PostgreSQL specific tests' test_exact_dates (postgres_tests.test_array.TestDateTimeExactQuerying) ... skipped 'PostgreSQL specific tests' test_exact_datetimes (postgres_tests.test_array.TestDateTimeExactQuerying) ... skipped 'PostgreSQL specific tests' test_exact_times (postgres_tests.test_array.TestDateTimeExactQuerying) ... skipped 'PostgreSQL specific tests' test_exact_decimals (postgres_tests.test_array.TestOtherTypesExactQuerying) ... skipped 'PostgreSQL specific tests' test_exact_ip_addresses (postgres_tests.test_array.TestOtherTypesExactQuerying) ... skipped 'PostgreSQL specific tests' test_exact_tags (postgres_tests.test_array.TestOtherTypesExactQuerying) ... skipped 'PostgreSQL specific tests' test_exact_uuids (postgres_tests.test_array.TestOtherTypesExactQuerying) ... skipped 'PostgreSQL specific tests' test_contained_by (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contained_by_charfield (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contained_by_including_F_object (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contains (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contains_charfield (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_empty_list (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_enum_lookup (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact_charfield (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact_nested (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_grouping_by_annotations_with_array_field_param (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_gt (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_icontains (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_in (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_in_as_F_object (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_in_including_F_object (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_in_subquery (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_index (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_index_chained (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_index_nested (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_index_transform_expression (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_index_used_on_nested_data (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_isnull (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_len (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_len_empty_array (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_lookups_autofield_array (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_lt (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_order_by_slice (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_overlap (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_overlap_charfield (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_slice (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_slice_nested (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_slice_transform_expression (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_unsupported_lookup (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_usage_in_subquery (postgres_tests.test_array.TestQuerying) ... skipped 'PostgreSQL specific tests' test_char (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_dates (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_default_null (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_integer (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_integers_passed_as_strings (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_model_set_on_base_field (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_nested (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_null_from_db_value_handling (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_null_handling (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_other_array_types (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_tuples (postgres_tests.test_array.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_bulk_update (postgres_tests.test_bulk_update.BulkSaveTests) ... skipped 'PostgreSQL specific tests' test_array_field (postgres_tests.test_citext.CITextTestCase) ... skipped 'PostgreSQL specific tests' test_equal_lowercase (postgres_tests.test_citext.CITextTestCase) citext removes the need for iexact as the index is case-insensitive. ... skipped 'PostgreSQL specific tests' test_fail_citext_primary_key (postgres_tests.test_citext.CITextTestCase) Creating an entry for a citext field used as a primary key which ... skipped 'PostgreSQL specific tests' test_lookups_description_text (postgres_tests.test_citext.CITextTestCase) ... skipped 'PostgreSQL specific tests' test_lookups_email (postgres_tests.test_citext.CITextTestCase) ... skipped 'PostgreSQL specific tests' test_lookups_name_char (postgres_tests.test_citext.CITextTestCase) ... skipped 'PostgreSQL specific tests' test_deconstruct (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_deconstruct_condition (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_deconstruct_index_type (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_empty_expressions (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_eq (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_invalid_condition (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_invalid_expressions (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_invalid_index_type (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_range_adjacent (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_range_overlaps (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_range_overlaps_custom (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_repr (postgres_tests.test_constraints.ExclusionConstraintTests) ... skipped 'PostgreSQL specific tests' test_check_constraint_daterange_contains (postgres_tests.test_constraints.SchemaTests) ... skipped 'PostgreSQL specific tests' test_check_constraint_datetimerange_contains (postgres_tests.test_constraints.SchemaTests) ... skipped 'PostgreSQL specific tests' test_check_constraint_range_value (postgres_tests.test_constraints.SchemaTests) ... skipped 'PostgreSQL specific tests' test_random_uuid (postgres_tests.test_functions.TestRandomUUID) ... skipped 'PostgreSQL specific tests' test_transaction_now (postgres_tests.test_functions.TestTransactionNow) The test case puts everything under a transaction, so two models ... skipped 'PostgreSQL specific tests' test_array_field (postgres_tests.test_hstore.SimpleTests) ... skipped 'PostgreSQL specific tests' test_key_val_cast_to_string (postgres_tests.test_hstore.SimpleTests) ... skipped 'PostgreSQL specific tests' test_null (postgres_tests.test_hstore.SimpleTests) ... skipped 'PostgreSQL specific tests' test_save_load_success (postgres_tests.test_hstore.SimpleTests) ... skipped 'PostgreSQL specific tests' test_value_null (postgres_tests.test_hstore.SimpleTests) ... skipped 'PostgreSQL specific tests' test_contained_by (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contains (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_field_chaining (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_has_any_keys (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_has_key (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_has_keys (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_in_generator (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_isnull (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_sql_injection (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_transform (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_transform_raw_expression (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_keys (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_keys_contains (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_obj_subquery_lookup (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_order_by_field (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_usage_in_subquery (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_values (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_values_overlap (postgres_tests.test_hstore.TestQuerying) ... skipped 'PostgreSQL specific tests' test_brin_autosummarize_not_supported (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_brin_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_brin_parameters (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_btree_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_btree_parameters (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_gin_fastupdate (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_gin_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_gin_parameters (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_gist_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_gist_parameters (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_hash_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_hash_parameters (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_partial_gin_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_partial_gin_index_with_tablespace (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_spgist_index (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_spgist_parameters (postgres_tests.test_indexes.SchemaTests) ... skipped 'PostgreSQL specific tests' test_json_field (postgres_tests.test_introspection.InspectDBTests) ... skipped 'PostgreSQL specific tests' test_range_fields (postgres_tests.test_introspection.InspectDBTests) ... skipped 'PostgreSQL specific tests' test_contained_by (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contains (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_deep_distinct (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_deep_lookup_array (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_deep_lookup_mixed (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_deep_lookup_objs (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_deep_lookup_transform (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_deep_values (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_endswith (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact_complex (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_has_any_keys (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_has_key (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_has_keys (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_icontains (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_iendswith (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_iexact (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_iregex (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_isnull (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_isnull_key (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_isnull_key_or_none (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_istartswith (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_sql_injection (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_transform_expression (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_key_transform_raw_expression (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_lookups_with_key_transform (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_nested_key_transform_expression (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_nested_key_transform_raw_expression (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_none_key (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_none_key_exclude (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_obj_subquery_lookup (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_ordering_by_transform (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_ordering_grouping_by_key_transform (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_regex (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_shallow_list_lookup (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_shallow_lookup_obj_target (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_shallow_obj_lookup (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_startswith (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_usage_in_subquery (postgres_tests.test_json.TestQuerying) ... skipped 'PostgreSQL specific tests' test_boolean (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_custom_encoding (postgres_tests.test_json.TestSaveLoad) JSONModel.field_custom has a custom DjangoJSONEncoder. ... skipped 'PostgreSQL specific tests' test_empty_list (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_empty_object (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_null (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_number (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_realistic_object (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_string (postgres_tests.test_json.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_adjacent_to (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contained_by (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contains (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_contains_range (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_endswith (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_exact (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_fully_gt (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_fully_lt (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_isempty (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_isnull (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_not_gt (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_not_lt (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_overlap (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_startswith (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_startswith_chaining (postgres_tests.test_ranges.TestQuerying) ... skipped 'PostgreSQL specific tests' test_biginteger_range (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_date_range (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_date_range_datetime_field (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_datetime_range (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_exclude (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_f_ranges (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_float_range (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_integer_range (postgres_tests.test_ranges.TestQueryingWithRanges) ... skipped 'PostgreSQL specific tests' test_date_range_contains (postgres_tests.test_ranges.TestRangeContainsLookup) ... skipped 'PostgreSQL specific tests' test_datetime_range_contains (postgres_tests.test_ranges.TestRangeContainsLookup) ... skipped 'PostgreSQL specific tests' test_all_fields (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_empty (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_model_set_on_base_field (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_null (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_range_object (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_range_object_boundaries (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_tuple (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_unbounded (postgres_tests.test_ranges.TestSaveLoad) ... skipped 'PostgreSQL specific tests' test_bad_search_type (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_config_from_field_explicit (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_config_from_field_implicit (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_config_query_explicit (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_config_query_implicit (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_non_exact_match (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_phrase_search (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_phrase_search_with_config (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_raw_search (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_raw_search_with_config (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_search_two_terms (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_search_with_non_text (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_search_with_null (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_simple_on_dialogue (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_simple_on_scene (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_terms_adjacent (postgres_tests.test_search.MultipleFieldsTest) ... skipped 'PostgreSQL specific tests' test_existing_vector (postgres_tests.test_search.SearchVectorFieldTest) ... skipped 'PostgreSQL specific tests' test_existing_vector_config_explicit (postgres_tests.test_search.SearchVectorFieldTest) ... skipped 'PostgreSQL specific tests' test_single_coalesce_expression (postgres_tests.test_search.SearchVectorFieldTest) ... skipped 'PostgreSQL specific tests' test_search_vector_index (postgres_tests.test_search.SearchVectorIndexTests) SearchVector generates IMMUTABLE SQL in order to be indexable. ... skipped 'PostgreSQL specific tests' test_non_exact_match (postgres_tests.test_search.SimpleSearchTest) ... skipped 'PostgreSQL specific tests' test_search_two_terms (postgres_tests.test_search.SimpleSearchTest) ... skipped 'PostgreSQL specific tests' test_search_two_terms_with_partial_match (postgres_tests.test_search.SimpleSearchTest) ... skipped 'PostgreSQL specific tests' test_simple (postgres_tests.test_search.SimpleSearchTest) ... skipped 'PostgreSQL specific tests' test_combine_different_configs (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_combine_raw_phrase (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_query_and (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_query_combined_mismatch (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_query_invert (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_query_multiple_and (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_query_multiple_or (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_query_or (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_vector_add (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_vector_add_multi (postgres_tests.test_search.TestCombinations) ... skipped 'PostgreSQL specific tests' test_rank_passing_untyped_args (postgres_tests.test_search.TestRankingAndWeights) ... skipped 'PostgreSQL specific tests' test_ranked_custom_weights (postgres_tests.test_search.TestRankingAndWeights) ... skipped 'PostgreSQL specific tests' test_ranking (postgres_tests.test_search.TestRankingAndWeights) ... skipped 'PostgreSQL specific tests' test_ranking_chaining (postgres_tests.test_search.TestRankingAndWeights) ... skipped 'PostgreSQL specific tests' test_weights_in_vector (postgres_tests.test_search.TestRankingAndWeights) ... skipped 'PostgreSQL specific tests' test_citext_cache (postgres_tests.test_signals.OIDTests) ... skipped 'PostgreSQL specific tests' test_citext_values (postgres_tests.test_signals.OIDTests) ... skipped 'PostgreSQL specific tests' test_hstore_cache (postgres_tests.test_signals.OIDTests) ... skipped 'PostgreSQL specific tests' test_hstore_values (postgres_tests.test_signals.OIDTests) ... skipped 'PostgreSQL specific tests' test_register_type_handlers_no_db (postgres_tests.test_signals.OIDTests) Registering type handlers for the nodb connection does nothing. ... skipped 'PostgreSQL specific tests' test_trigram_search (postgres_tests.test_trigram.TrigramTest) ... skipped 'PostgreSQL specific tests' test_trigram_similarity (postgres_tests.test_trigram.TrigramTest) ... skipped 'PostgreSQL specific tests' test_trigram_similarity_alternate (postgres_tests.test_trigram.TrigramTest) ... skipped 'PostgreSQL specific tests' test_trigram_search (postgres_tests.test_trigram.TrigramTextFieldTest) ... skipped 'PostgreSQL specific tests' test_trigram_similarity (postgres_tests.test_trigram.TrigramTextFieldTest) ... skipped 'PostgreSQL specific tests' test_trigram_similarity_alternate (postgres_tests.test_trigram.TrigramTextFieldTest) ... skipped 'PostgreSQL specific tests' test_unaccent (postgres_tests.test_unaccent.UnaccentTest) ... skipped 'PostgreSQL specific tests' test_unaccent_accentuated_needle (postgres_tests.test_unaccent.UnaccentTest) ... skipped 'PostgreSQL specific tests' test_unaccent_chained (postgres_tests.test_unaccent.UnaccentTest) Unaccent can be used chained with a lookup (which should be the case ... skipped 'PostgreSQL specific tests' test_unaccent_with_conforming_strings_off (postgres_tests.test_unaccent.UnaccentTest) SQL is valid when standard_conforming_strings is off. ... skipped 'PostgreSQL specific tests' test_unaccent (postgres_tests.test_unaccent.UnaccentTextFieldTest) ... skipped 'PostgreSQL specific tests' test_unaccent_accentuated_needle (postgres_tests.test_unaccent.UnaccentTextFieldTest) ... skipped 'PostgreSQL specific tests' test_unaccent_chained (postgres_tests.test_unaccent.UnaccentTextFieldTest) Unaccent can be used chained with a lookup (which should be the case ... skipped 'PostgreSQL specific tests' test_unaccent_with_conforming_strings_off (postgres_tests.test_unaccent.UnaccentTextFieldTest) SQL is valid when standard_conforming_strings is off. ... skipped 'PostgreSQL specific tests' test_deletion_through_intermediate_proxy (proxy_model_inheritance.tests.MultiTableInheritanceProxyTest) ... ok test_model_subclass_proxy (proxy_model_inheritance.tests.MultiTableInheritanceProxyTest) Deleting an instance of a model proxying a multi-table inherited ... ok test_dates (reserved_names.tests.ReservedNameTests) ... ok test_fields (reserved_names.tests.ReservedNameTests) ... ok test_month_filter (reserved_names.tests.ReservedNameTests) ... ok test_order_by (reserved_names.tests.ReservedNameTests) ... ok test_simple (reserved_names.tests.ReservedNameTests) ... ok test_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_aggregate_annotation (aggregation_regress.tests.AggregationTests) ... ok test_aggregate_duplicate_columns (aggregation_regress.tests.AggregationTests) ... skipped "Database doesn't support any of the feature(s): allows_group_by_pk, allows_group_by_selected_pks" test_aggregate_duplicate_columns_only (aggregation_regress.tests.AggregationTests) ... skipped "Database doesn't support any of the feature(s): allows_group_by_pk, allows_group_by_selected_pks" test_aggregate_duplicate_columns_select_related (aggregation_regress.tests.AggregationTests) ... skipped "Database doesn't support any of the feature(s): allows_group_by_pk, allows_group_by_selected_pks" test_aggregate_fexpr (aggregation_regress.tests.AggregationTests) ... ok test_aggregate_on_relation (aggregation_regress.tests.AggregationTests) ... ok test_aggregate_unmanaged_model_as_tables (aggregation_regress.tests.AggregationTests) ... skipped "Database doesn't support feature(s): allows_group_by_selected_pks" test_aggregate_unmanaged_model_columns (aggregation_regress.tests.AggregationTests) Unmanaged models are sometimes used to represent database views which ... skipped "Database doesn't support feature(s): allows_group_by_selected_pks" test_aggregates_in_where_clause (aggregation_regress.tests.AggregationTests) Regression test for #12822: DatabaseError: aggregates not allowed in ... ok test_aggregates_in_where_clause_pre_eval (aggregation_regress.tests.AggregationTests) Regression test for #12822: DatabaseError: aggregates not allowed in ... ok test_aggregation_with_generic_reverse_relation (aggregation_regress.tests.AggregationTests) Regression test for #10870: Aggregates with joins ignore extra ... ok test_allow_distinct (aggregation_regress.tests.AggregationTests) ... ok test_annotate_and_join (aggregation_regress.tests.AggregationTests) ... ok test_annotate_distinct_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_annotate_joins (aggregation_regress.tests.AggregationTests) The base table's join isn't promoted to LOUTER. This could ... ok test_annotate_on_relation (aggregation_regress.tests.AggregationTests) ... ok test_annotate_reserved_word (aggregation_regress.tests.AggregationTests) Regression #18333 - Ensure annotated column name is properly quoted. ... ok test_annotate_values_list_flat (aggregation_regress.tests.AggregationTests) Find ages that are shared by at least two authors. ... ok test_annotate_with_extra (aggregation_regress.tests.AggregationTests) Regression test for #11916: Extra params + aggregation creates ... ok test_annotated_conditional_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_annotation (aggregation_regress.tests.AggregationTests) ... ok test_annotation_disjunction (aggregation_regress.tests.AggregationTests) ... ok test_annotation_with_value (aggregation_regress.tests.AggregationTests) ... ok test_boolean_conversion (aggregation_regress.tests.AggregationTests) ... ok test_conditional_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_conditional_aggregate_on_complex_condition (aggregation_regress.tests.AggregationTests) ... ok test_db_col_table (aggregation_regress.tests.AggregationTests) ... ok test_decimal_aggregate_annotation_filter (aggregation_regress.tests.AggregationTests) Filtering on an aggregate annotation with Decimal values should work. ... ok test_distinct_conditional_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_duplicate_alias (aggregation_regress.tests.AggregationTests) ... ok test_empty (aggregation_regress.tests.AggregationTests) ... ok test_empty_filter_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_empty_filter_count (aggregation_regress.tests.AggregationTests) ... ok test_f_expression_annotation (aggregation_regress.tests.AggregationTests) ... ok test_field_error (aggregation_regress.tests.AggregationTests) ... ok test_field_name_conflict (aggregation_regress.tests.AggregationTests) ... ok test_filtering_by_annotation_name (aggregation_regress.tests.AggregationTests) ... ok test_fk_attname_conflict (aggregation_regress.tests.AggregationTests) ... ok test_fobj_group_by (aggregation_regress.tests.AggregationTests) An F() object referring to related column works correctly in group by. ... ok test_having_group_by (aggregation_regress.tests.AggregationTests) ... ok test_m2m_name_conflict (aggregation_regress.tests.AggregationTests) ... ok test_more (aggregation_regress.tests.AggregationTests) ... ok test_more_more (aggregation_regress.tests.AggregationTests) ... ok test_more_more_more (aggregation_regress.tests.AggregationTests) ... ok test_name_expressions (aggregation_regress.tests.AggregationTests) ... ok test_name_filters (aggregation_regress.tests.AggregationTests) ... ok test_negated_aggregation (aggregation_regress.tests.AggregationTests) ... ok test_none_call_before_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_pickle (aggregation_regress.tests.AggregationTests) ... ok test_quoting_aggregate_order_by (aggregation_regress.tests.AggregationTests) ... ok test_reverse_join_trimming (aggregation_regress.tests.AggregationTests) ... ok test_reverse_relation_name_conflict (aggregation_regress.tests.AggregationTests) ... ok test_sliced_conditional_aggregate (aggregation_regress.tests.AggregationTests) ... ok test_stddev (aggregation_regress.tests.AggregationTests) ... ok test_ticket_11293 (aggregation_regress.tests.AggregationTests) ... ok test_ticket_11293_q_immutable (aggregation_regress.tests.AggregationTests) Splitting a q object to parts for where/having doesn't alter ... ok test_values_annotate_values (aggregation_regress.tests.AggregationTests) ... ok test_values_list_annotation_args_ordering (aggregation_regress.tests.AggregationTests) Annotate *args ordering should be preserved in values_list results. ... ok test_values_queryset_non_conflict (aggregation_regress.tests.AggregationTests) ... ok test_existing_join_not_promoted (aggregation_regress.tests.JoinPromotionTests) ... ok test_non_nullable_fk_not_promoted (aggregation_regress.tests.JoinPromotionTests) ... ok test_ticket_21150 (aggregation_regress.tests.JoinPromotionTests) ... ok test_ticket_24748 (aggregation_regress.tests.SelfReferentialFKTests) ... ok test_actions_inheritance (modeladmin.test_actions.AdminActionsTests) ... ok test_get_actions_respects_permissions (modeladmin.test_actions.AdminActionsTests) ... ok test_custom_form_meta_exclude (modeladmin.tests.ModelAdminTests) The custom ModelForm's `Meta.exclude` is overridden if ... ok test_custom_form_meta_exclude_with_readonly (modeladmin.tests.ModelAdminTests) The custom ModelForm's `Meta.exclude` is respected when used in ... ok test_custom_form_validation (modeladmin.tests.ModelAdminTests) ... ok test_custom_formfield_override_readonly (modeladmin.tests.ModelAdminTests) ... ok test_default_fields (modeladmin.tests.ModelAdminTests) ... ok test_default_fieldsets (modeladmin.tests.ModelAdminTests) ... ok test_default_foreign_key_widget (modeladmin.tests.ModelAdminTests) ... ok test_field_arguments (modeladmin.tests.ModelAdminTests) ... ok test_field_arguments_restricted_on_form (modeladmin.tests.ModelAdminTests) ... ok test_foreign_key_as_radio_field (modeladmin.tests.ModelAdminTests) ... ok test_form_exclude_kwarg_override (modeladmin.tests.ModelAdminTests) The `exclude` kwarg passed to `ModelAdmin.get_form()` overrides all ... ok test_formset_exclude_kwarg_override (modeladmin.tests.ModelAdminTests) The `exclude` kwarg passed to `InlineModelAdmin.get_formset()` ... ok test_formset_overriding_get_exclude_with_form_exclude (modeladmin.tests.ModelAdminTests) ... ok test_formset_overriding_get_exclude_with_form_fields (modeladmin.tests.ModelAdminTests) ... ok test_get_autocomplete_fields (modeladmin.tests.ModelAdminTests) ... ok test_get_deleted_objects (modeladmin.tests.ModelAdminTests) ... ok test_get_deleted_objects_with_custom_has_delete_permission (modeladmin.tests.ModelAdminTests) ModelAdmin.get_deleted_objects() uses ModelAdmin.has_delete_permission() ... ok test_get_exclude_overrides_exclude (modeladmin.tests.ModelAdminTests) ... ok test_get_exclude_takes_obj (modeladmin.tests.ModelAdminTests) ... ok test_get_fieldsets (modeladmin.tests.ModelAdminTests) ... ok test_log_actions (modeladmin.tests.ModelAdminTests) ... ok test_lookup_allowed_allows_nonexistent_lookup (modeladmin.tests.ModelAdminTests) A lookup_allowed allows a parameter whose field lookup doesn't exist. ... ok test_lookup_allowed_onetoone (modeladmin.tests.ModelAdminTests) ... ok test_modeladmin_str (modeladmin.tests.ModelAdminTests) ... ok test_overriding_get_exclude (modeladmin.tests.ModelAdminTests) ... ok test_queryset_override (modeladmin.tests.ModelAdminTests) ... ok test_raw_id_fields_widget_override (modeladmin.tests.ModelAdminTests) The autocomplete_fields, raw_id_fields, and radio_fields widgets may ... ok test_regression_for_ticket_15820 (modeladmin.tests.ModelAdminTests) `obj` is passed from `InlineModelAdmin.get_fieldsets()` to ... ok test_primary_key_unique_check_not_performed_when_adding_and_pk_not_specified (validation.test_unique.PerformUniqueChecksTest) ... ok test_primary_key_unique_check_not_performed_when_not_adding (validation.test_unique.PerformUniqueChecksTest) ... ok test_primary_key_unique_check_performed_when_adding_and_pk_specified (validation.test_unique.PerformUniqueChecksTest) ... ok test_unique_errors (validation.test_unique.PerformUniqueChecksTest) ... ok test_unique_for_date (validation.test_unique.PerformUniqueChecksTest) ... ok test_unique_for_date_with_nullable_date (validation.test_unique.PerformUniqueChecksTest) unique_for_date/year/month checks shouldn't trigger when the ... ok test_correct_FK_value_validates (validation.tests.BaseModelValidationTests) ... ok test_correct_email_value_passes (validation.tests.BaseModelValidationTests) ... ok test_custom_validate_method (validation.tests.BaseModelValidationTests) ... ok test_full_clean_does_not_mutate_exclude (validation.tests.BaseModelValidationTests) ... ok test_limited_FK_raises_error (validation.tests.BaseModelValidationTests) ... ok test_malformed_slug_raises_error (validation.tests.BaseModelValidationTests) ... ok test_missing_required_field_raises_error (validation.tests.BaseModelValidationTests) ... ok test_text_greater_that_charfields_max_length_raises_errors (validation.tests.BaseModelValidationTests) ... ok test_with_correct_value_model_validates (validation.tests.BaseModelValidationTests) ... ok test_wrong_FK_value_raises_error (validation.tests.BaseModelValidationTests) ... ok test_wrong_email_value_raises_error (validation.tests.BaseModelValidationTests) ... ok test_wrong_url_value_raises_error (validation.tests.BaseModelValidationTests) ... ok test_correct_generic_ip_passes (validation.tests.GenericIPAddressFieldTests) ... ok test_correct_v4_ip_passes (validation.tests.GenericIPAddressFieldTests) ... ok test_correct_v6_ip_passes (validation.tests.GenericIPAddressFieldTests) ... ok test_empty_generic_ip_passes (validation.tests.GenericIPAddressFieldTests) ... ok test_invalid_generic_ip_raises_error (validation.tests.GenericIPAddressFieldTests) ... ok test_invalid_v4_ip_raises_error (validation.tests.GenericIPAddressFieldTests) ... ok test_invalid_v6_ip_raises_error (validation.tests.GenericIPAddressFieldTests) ... ok test_v4_unpack_uniqueness_detection (validation.tests.GenericIPAddressFieldTests) ... ok test_v6_uniqueness_detection (validation.tests.GenericIPAddressFieldTests) ... ok test_partial_validation (validation.tests.ModelFormsTests) ... ok test_validation_with_empty_blank_field (validation.tests.ModelFormsTests) ... ok test_validation_with_invalid_blank_field (validation.tests.ModelFormsTests) ... ok test_many_to_many_between_unmanaged (unmanaged_models.tests.ManyToManyUnmanagedTests) The intermediary table between two unmanaged models should not be created. ... ok test_many_to_many_between_unmanaged_and_managed (unmanaged_models.tests.ManyToManyUnmanagedTests) An intermediary table between a managed and an unmanaged model should be created. ... ok test_simple (unmanaged_models.tests.SimpleTests) The main test here is that the all the models can be created without ... ok test_callable_lookup (admin_inlines.tests.TestInline) Admin inline should invoke local callable when its name is listed in readonly_fields ... ok test_can_delete (admin_inlines.tests.TestInline) can_delete should be passed to inlineformset factory. ... ok test_create_inlines_on_inherited_model (admin_inlines.tests.TestInline) An object can be created with inlines when it inherits another class. ... ok test_custom_form_tabular_inline_extra_field_label (admin_inlines.tests.TestInline) ... ok test_custom_form_tabular_inline_label (admin_inlines.tests.TestInline) A model form with a form field specified (TitleForm.title1) should have ... ok test_custom_form_tabular_inline_overridden_label (admin_inlines.tests.TestInline) SomeChildModelForm.__init__() overrides the label of a form field. ... ok test_custom_get_extra_form (admin_inlines.tests.TestInline) ... ok test_custom_min_num (admin_inlines.tests.TestInline) ... ok test_custom_pk_shortcut (admin_inlines.tests.TestInline) The "View on Site" link is correct for models with a custom primary key ... ok test_help_text (admin_inlines.tests.TestInline) The inlines' model field help texts are displayed when using both the ... ok test_inline_editable_pk (admin_inlines.tests.TestInline) ... ok test_inline_hidden_field_no_column (admin_inlines.tests.TestInline) #18263 -- Make sure hidden fields don't get a column in tabular inlines ... ok test_inline_nonauto_noneditable_inherited_pk (admin_inlines.tests.TestInline) ... ok test_inline_nonauto_noneditable_pk (admin_inlines.tests.TestInline) ... ok test_inline_primary (admin_inlines.tests.TestInline) ... ok test_inlines_show_change_link_registered (admin_inlines.tests.TestInline) Inlines `show_change_link` for registered models when enabled. ... ok test_inlines_show_change_link_unregistered (admin_inlines.tests.TestInline) Inlines `show_change_link` disabled for unregistered models. ... ok test_localize_pk_shortcut (admin_inlines.tests.TestInline) The "View on Site" link is correct for locales that use thousand ... ok test_many_to_many_inlines (admin_inlines.tests.TestInline) Autogenerated many-to-many inlines are displayed correctly (#13407) ... ok test_min_num (admin_inlines.tests.TestInline) min_num and extra determine number of forms. ... ok test_no_parent_callable_lookup (admin_inlines.tests.TestInline) Admin inline `readonly_field` shouldn't invoke parent ModelAdmin callable ... ok test_non_editable_custom_form_tabular_inline_extra_field_label (admin_inlines.tests.TestInline) ... ok test_non_related_name_inline (admin_inlines.tests.TestInline) Multiple inlines with related_name='+' have correct form prefixes. ... ok test_noneditable_inline_has_field_inputs (admin_inlines.tests.TestInline) Inlines without change permission shows field inputs on add form. ... ok test_readonly_stacked_inline_label (admin_inlines.tests.TestInline) Bug #13174. ... ok test_stacked_inline_edit_form_contains_has_original_class (admin_inlines.tests.TestInline) ... ok test_tabular_inline_column_css_class (admin_inlines.tests.TestInline) Field names are included in the context to output a field-specific ... ok test_tabular_inline_show_change_link_false_registered (admin_inlines.tests.TestInline) Inlines `show_change_link` disabled by default. ... ok test_tabular_model_form_meta_readonly_field (admin_inlines.tests.TestInline) Tabular inlines use ModelForm.Meta.help_texts and labels for read-only ... ok test_tabular_non_field_errors (admin_inlines.tests.TestInline) non_field_errors are displayed correctly, including the correct value ... ok test_immutable_content_type (admin_inlines.tests.TestInlineAdminForm) Regression for #9362 ... ok test_all_inline_media (admin_inlines.tests.TestInlineMedia) ... ok test_inline_media_only_base (admin_inlines.tests.TestInlineMedia) ... ok test_inline_media_only_inline (admin_inlines.tests.TestInlineMedia) ... ok test_inline_add_fk_add_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_add_fk_noperm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_add_m2m_add_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_add_m2m_noperm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_add_m2m_view_only_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_fk_add_change_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_fk_add_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_fk_all_perms (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_fk_change_del_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_fk_change_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_fk_noperm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_m2m_add_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_m2m_change_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_m2m_noperm (admin_inlines.tests.TestInlinePermissions) ... ok test_inline_change_m2m_view_only_perm (admin_inlines.tests.TestInlinePermissions) ... ok test_deleting_inline_with_protected_delete_does_not_validate (admin_inlines.tests.TestInlineProtectedOnDelete) ... ok test_add_url_not_allowed (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_extra_inlines_are_not_shown (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_get_to_change_url_is_allowed (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_inline_delete_buttons_are_not_shown (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_inlines_are_rendered_as_read_only (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_main_model_is_rendered_as_read_only (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_post_to_change_url_not_allowed (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_submit_line_shows_only_close_button (admin_inlines.tests.TestReadOnlyChangeViewInlinePermissions) ... ok test_field_defaults (field_defaults.tests.DefaultTests) ... ok test_custom_max_lengths (max_lengths.tests.MaxLengthORMTests) ... ok test_build_attrs (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_build_attrs_no_custom_class (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_build_attrs_not_required_field (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_build_attrs_required_field (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_get_url (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_media (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_render_options (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) ... ok test_render_options_not_required_field (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) Empty option isn't present if the field isn't required. ... ok test_render_options_required_field (admin_widgets.test_autocomplete_widget.AutocompleteMixinTests) Empty option is present if the field isn't required. ... ok test_readonly_fields (admin_widgets.tests.AdminFileWidgetTests) File widgets should render as a link when they're marked "read only." ... ok test_render (admin_widgets.tests.AdminFileWidgetTests) ... ok test_render_required (admin_widgets.tests.AdminFileWidgetTests) ... ok test_invalid_target_id (admin_widgets.tests.AdminForeignKeyRawIdWidget) ... ok test_label_and_url_for_value_invalid_uuid (admin_widgets.tests.AdminForeignKeyRawIdWidget) ... ok test_nonexistent_target_id (admin_widgets.tests.AdminForeignKeyRawIdWidget) ... ok test_url_params_from_lookup_dict_any_iterable (admin_widgets.tests.AdminForeignKeyRawIdWidget) ... ok test_url_params_from_lookup_dict_callable (admin_widgets.tests.AdminForeignKeyRawIdWidget) ... ok test_changelist_ForeignKey (admin_widgets.tests.AdminForeignKeyWidgetChangeList) ... ok test_filter_choices_by_request_user (admin_widgets.tests.AdminFormfieldForDBFieldWithRequestTests) Ensure the user can only see their own cars in the foreign key dropdown. ... ok test_fk_related_model_not_in_admin (admin_widgets.tests.ForeignKeyRawIdWidgetTest) ... ok test_fk_to_self_model_not_in_admin (admin_widgets.tests.ForeignKeyRawIdWidgetTest) ... ok test_proper_manager_for_label_lookup (admin_widgets.tests.ForeignKeyRawIdWidgetTest) ... ok test_relations_to_non_primary_key (admin_widgets.tests.ForeignKeyRawIdWidgetTest) ... ok test_render (admin_widgets.tests.ForeignKeyRawIdWidgetTest) ... ok test_render_unsafe_limit_choices_to (admin_widgets.tests.ForeignKeyRawIdWidgetTest) ... ok test_m2m_related_model_not_in_admin (admin_widgets.tests.ManyToManyRawIdWidgetTest) ... ok test_render (admin_widgets.tests.ManyToManyRawIdWidgetTest) ... ok test_disallowed_database_connection (test_utils.test_testcase.TestTestCase) ... ok test_disallowed_database_queries (test_utils.test_testcase.TestTestCase) ... ok test_fixture_teardown_checks_constraints (test_utils.test_testcase.TestTestCase) ... ok test_queries_cleared (test_utils.test_transactiontestcase.TransactionTestCaseDatabasesTests) TransactionTestCase._pre_setup() clears the connections' queries_log ... ok test_failure (test_utils.tests.AssertNumQueriesContextManagerTests) ... ok test_simple (test_utils.tests.AssertNumQueriesContextManagerTests) ... ok test_with_client (test_utils.tests.AssertNumQueriesContextManagerTests) ... ok test_assert_num_queries (test_utils.tests.AssertNumQueriesTests) ... ok test_assert_num_queries_with_client (test_utils.tests.AssertNumQueriesTests) ... ok test_ordered (test_utils.tests.AssertQuerysetEqualTests) ... ok test_repeated_values (test_utils.tests.AssertQuerysetEqualTests) assertQuerysetEqual checks the number of appearance of each item ... ok test_transform (test_utils.tests.AssertQuerysetEqualTests) ... ok test_undefined_order (test_utils.tests.AssertQuerysetEqualTests) ... ok test_unordered (test_utils.tests.AssertQuerysetEqualTests) ... ok test_failure (test_utils.tests.CaptureQueriesContextManagerTests) ... ok test_nested (test_utils.tests.CaptureQueriesContextManagerTests) ... ok test_simple (test_utils.tests.CaptureQueriesContextManagerTests) ... ok test_with_client (test_utils.tests.CaptureQueriesContextManagerTests) ... ok test_within (test_utils.tests.CaptureQueriesContextManagerTests) ... ok test_missing_default_databases (test_utils.tests.SkippingClassTestCase) ... ok test_skip_class_unless_db_feature (test_utils.tests.SkippingClassTestCase) ... ok test_fixtures_are_skipped (test_utils.tests.SkippingExtraTests) ... skipped 'Fixture loading should not be performed for skipped tests.' test_failure_in_setUpTestData_should_rollback_transaction (test_utils.tests.TestBadSetUpTestData) ... ok test_bounded_params (admin_changelist.test_date_hierarchy.DateHierarchyTests) ... ok test_bounded_params_with_time_zone (admin_changelist.test_date_hierarchy.DateHierarchyTests) ... ok test_invalid_params (admin_changelist.test_date_hierarchy.DateHierarchyTests) ... ok test_builtin_lookup_in_search_fields (admin_changelist.tests.ChangeListTests) ... ok test_changelist_search_form_validation (admin_changelist.tests.ChangeListTests) ... ok test_changelist_view_list_editable_changed_objects_uses_filter (admin_changelist.tests.ChangeListTests) list_editable edits use a filtered queryset to limit memory usage. ... ok test_computed_list_display_localization (admin_changelist.tests.ChangeListTests) Regression test for #13196: output of functions should be localized ... ok test_custom_lookup_in_search_fields (admin_changelist.tests.ChangeListTests) ... ok test_custom_lookup_with_pk_shortcut (admin_changelist.tests.ChangeListTests) ... ok test_custom_paginator (admin_changelist.tests.ChangeListTests) ... ok test_deterministic_order_for_model_ordered_by_its_manager (admin_changelist.tests.ChangeListTests) The primary key is used in the ordering of the changelist's results to ... ok test_deterministic_order_for_unordered_model (admin_changelist.tests.ChangeListTests) The primary key is used in the ordering of the changelist's results to ... ok test_distinct_for_inherited_m2m_in_list_filter (admin_changelist.tests.ChangeListTests) Regression test for #13902: When using a ManyToMany in list_filter, ... ok test_distinct_for_m2m_in_list_filter (admin_changelist.tests.ChangeListTests) Regression test for #13902: When using a ManyToMany in list_filter, ... ok test_distinct_for_m2m_to_inherited_in_list_filter (admin_changelist.tests.ChangeListTests) Regression test for #13902: When using a ManyToMany in list_filter, ... ok test_distinct_for_many_to_many_at_second_level_in_search_fields (admin_changelist.tests.ChangeListTests) When using a ManyToMany in search_fields at the second level behind a ... ok test_distinct_for_non_unique_related_object_in_list_filter (admin_changelist.tests.ChangeListTests) Regressions tests for #15819: If a field listed in list_filters ... ok test_distinct_for_non_unique_related_object_in_search_fields (admin_changelist.tests.ChangeListTests) Regressions tests for #15819: If a field listed in search_fields ... ok test_distinct_for_through_m2m_at_second_level_in_list_filter (admin_changelist.tests.ChangeListTests) When using a ManyToMany in list_filter at the second level behind a ... ok test_distinct_for_through_m2m_in_list_filter (admin_changelist.tests.ChangeListTests) Regression test for #13902: When using a ManyToMany in list_filter, ... ok test_dynamic_list_display (admin_changelist.tests.ChangeListTests) Regression tests for #14206: dynamic list_display support. ... ok test_dynamic_list_display_links (admin_changelist.tests.ChangeListTests) Regression tests for #16257: dynamic list_display_links support. ... ok test_dynamic_list_filter (admin_changelist.tests.ChangeListTests) Regression tests for ticket #17646: dynamic list_filter support. ... ok test_dynamic_search_fields (admin_changelist.tests.ChangeListTests) ... ok test_get_edited_object_ids (admin_changelist.tests.ChangeListTests) ... ok test_get_list_editable_queryset (admin_changelist.tests.ChangeListTests) ... ok test_get_list_editable_queryset_with_regex_chars_in_prefix (admin_changelist.tests.ChangeListTests) ... ok test_get_select_related_custom_method (admin_changelist.tests.ChangeListTests) ... ok test_multiuser_edit (admin_changelist.tests.ChangeListTests) Simultaneous edits of list_editable fields on the changelist by ... ok test_no_distinct_for_m2m_in_list_filter_without_params (admin_changelist.tests.ChangeListTests) If a ManyToManyField is in list_filter but isn't in any lookup params, ... ok test_no_list_display_links (admin_changelist.tests.ChangeListTests) #15185 -- Allow no links from the 'change list' view grid. ... ok test_object_tools_displayed_no_add_permission (admin_changelist.tests.ChangeListTests) When ModelAdmin.has_add_permission() returns False, the object-tools ... ok test_pagination (admin_changelist.tests.ChangeListTests) Regression tests for #12893: Pagination in admins changelist doesn't ... ok test_pagination_page_range (admin_changelist.tests.ChangeListTests) Regression tests for ticket #15653: ensure the number of pages ... ok test_pk_in_search_fields (admin_changelist.tests.ChangeListTests) ... ok test_result_list_editable (admin_changelist.tests.ChangeListTests) Regression test for #14312: list_editable with pagination ... ok test_result_list_editable_html (admin_changelist.tests.ChangeListTests) Regression tests for #11791: Inclusion tag result_list generates a ... ok test_result_list_empty_changelist_value (admin_changelist.tests.ChangeListTests) Regression test for #14982: EMPTY_CHANGELIST_VALUE should be honored ... ok test_result_list_html (admin_changelist.tests.ChangeListTests) Inclusion tag result_list generates a table when with default ... ok test_result_list_set_empty_value_display_in_model_admin (admin_changelist.tests.ChangeListTests) Empty value display can be set in ModelAdmin or individual fields. ... ok test_result_list_set_empty_value_display_on_admin_site (admin_changelist.tests.ChangeListTests) Empty value display can be set on AdminSite. ... ok test_select_related_as_empty_tuple (admin_changelist.tests.ChangeListTests) ... ok test_select_related_as_tuple (admin_changelist.tests.ChangeListTests) ... ok test_select_related_preserved (admin_changelist.tests.ChangeListTests) Regression test for #10348: ChangeList.get_queryset() shouldn't ... ok test_show_all (admin_changelist.tests.ChangeListTests) ... ok test_spanning_relations_with_custom_lookup_in_search_fields (admin_changelist.tests.ChangeListTests) ... ok test_specified_ordering_by_f_expression (admin_changelist.tests.ChangeListTests) ... ok test_specified_ordering_by_f_expression_without_asc_desc (admin_changelist.tests.ChangeListTests) ... ok test_total_ordering_optimization (admin_changelist.tests.ChangeListTests) ... ok test_tuple_list_display (admin_changelist.tests.ChangeListTests) ... ok test_custom_user_pk_not_named_id (admin_changelist.tests.GetAdminLogTests) {% get_admin_log %} works if the user model's primary key isn't named ... ok test_missing_args (admin_changelist.tests.GetAdminLogTests) ... ok test_no_user (admin_changelist.tests.GetAdminLogTests) {% get_admin_log %} works without specifying a user. ... ok test_non_integer_limit (admin_changelist.tests.GetAdminLogTests) ... ok test_without_as (admin_changelist.tests.GetAdminLogTests) ... ok test_without_for_user (admin_changelist.tests.GetAdminLogTests) ... ok test_boolean_type (datatypes.tests.DataTypesTestCase) ... ok test_date_type (datatypes.tests.DataTypesTestCase) ... ok test_datefield_auto_now_add (datatypes.tests.DataTypesTestCase) Regression test for #10970, auto_now_add for DateField should store ... ok test_error_on_timezone (datatypes.tests.DataTypesTestCase) Regression test for #8354: the MySQL and Oracle backends should raise ... ok test_textfields_str (datatypes.tests.DataTypesTestCase) TextField values returned from the database should be str. ... ok test_time_field (datatypes.tests.DataTypesTestCase) ... ok test_year_boundaries (datatypes.tests.DataTypesTestCase) Year boundary tests (ticket #3689) ... ok test_batch_same_vals (bulk_create.tests.BulkCreateTests) ... ok test_bulk_insert_expressions (bulk_create.tests.BulkCreateTests) ... ok test_bulk_insert_nullable_fields (bulk_create.tests.BulkCreateTests) ... ok test_efficiency (bulk_create.tests.BulkCreateTests) ... ok test_empty_model (bulk_create.tests.BulkCreateTests) ... ok test_explicit_batch_size (bulk_create.tests.BulkCreateTests) ... ok test_explicit_batch_size_efficiency (bulk_create.tests.BulkCreateTests) ... ok test_ignore_conflicts_ignore (bulk_create.tests.BulkCreateTests) ... ok test_ignore_conflicts_value_error (bulk_create.tests.BulkCreateTests) ... skipped 'Database has feature(s) supports_ignore_conflicts' test_large_batch (bulk_create.tests.BulkCreateTests) ... ok test_large_batch_efficiency (bulk_create.tests.BulkCreateTests) ... ok test_large_batch_mixed (bulk_create.tests.BulkCreateTests) Test inserting a large batch with objects having primary key set ... ok test_large_batch_mixed_efficiency (bulk_create.tests.BulkCreateTests) Test inserting a large batch with objects having primary key set ... ok test_large_single_field_batch (bulk_create.tests.BulkCreateTests) ... ok test_long_and_short_text (bulk_create.tests.BulkCreateTests) ... ok test_long_non_ascii_text (bulk_create.tests.BulkCreateTests) Inserting non-ASCII values with a length in the range 2001 to 4000 ... ok test_multi_table_inheritance_unsupported (bulk_create.tests.BulkCreateTests) ... ok test_non_auto_increment_pk (bulk_create.tests.BulkCreateTests) ... ok test_non_auto_increment_pk_efficiency (bulk_create.tests.BulkCreateTests) ... ok test_proxy_inheritance_supported (bulk_create.tests.BulkCreateTests) ... ok test_set_pk_and_insert_single_item (bulk_create.tests.BulkCreateTests) ... skipped "Database doesn't support feature(s): can_return_rows_from_bulk_insert" test_set_pk_and_query_efficiency (bulk_create.tests.BulkCreateTests) ... skipped "Database doesn't support feature(s): can_return_rows_from_bulk_insert" test_set_state (bulk_create.tests.BulkCreateTests) ... skipped "Database doesn't support feature(s): can_return_rows_from_bulk_insert" test_set_state_with_pk_specified (bulk_create.tests.BulkCreateTests) ... ok test_simple (bulk_create.tests.BulkCreateTests) ... ok test_zero_as_autoval (bulk_create.tests.BulkCreateTests) Zero as id for AutoField should raise exception in MySQL, because MySQL ... skipped 'Database has feature(s) allows_auto_pk_0' test_base64_upload (file_uploads.tests.FileUploadTests) ... ok test_big_base64_newlines_upload (file_uploads.tests.FileUploadTests) ... ok test_big_base64_upload (file_uploads.tests.FileUploadTests) ... ok test_blank_filenames (file_uploads.tests.FileUploadTests) Receiving file upload when filename is blank (before and after ... ok test_broken_custom_upload_handler (file_uploads.tests.FileUploadTests) ... ok test_content_type_extra (file_uploads.tests.FileUploadTests) Uploaded files may have content type parameters available. ... ok test_custom_upload_handler (file_uploads.tests.FileUploadTests) ... ok test_dangerous_file_names (file_uploads.tests.FileUploadTests) Uploaded file names should be sanitized before ever reaching the view. ... ok test_empty_multipart_handled_gracefully (file_uploads.tests.FileUploadTests) If passed an empty multipart message, MultiPartParser will return ... ok test_file_content (file_uploads.tests.FileUploadTests) ... ok test_file_error_blocking (file_uploads.tests.FileUploadTests) The server should not block when there are upload errors (bug #8622). ... ok test_filename_case_preservation (file_uploads.tests.FileUploadTests) The storage backend shouldn't mess with the case of the filenames ... ok test_filename_overflow (file_uploads.tests.FileUploadTests) File names over 256 characters (dangerous on some platforms) get fixed up. ... ok test_fileupload_getlist (file_uploads.tests.FileUploadTests) ... ok test_fileuploads_closed_at_request_end (file_uploads.tests.FileUploadTests) ... ok test_large_upload (file_uploads.tests.FileUploadTests) ... ok test_no_parsing_triggered_by_fd_closing (file_uploads.tests.FileUploadTests) ... ok test_simple_upload (file_uploads.tests.FileUploadTests) ... ok test_truncated_multipart_handled_gracefully (file_uploads.tests.FileUploadTests) If passed an incomplete multipart message, MultiPartParser does not ... ok test_unicode_file_name (file_uploads.tests.FileUploadTests) ... ok test_unicode_file_name_rfc2231 (file_uploads.tests.FileUploadTests) Test receiving file upload when filename is encoded with RFC2231 ... ok test_unicode_name_rfc2231 (file_uploads.tests.FileUploadTests) Test receiving file upload when filename is encoded with RFC2231 ... ok test_ambiguous_compressed_fixture (fixtures.tests.FixtureLoadingTests) ... ok test_compress_format_loading (fixtures.tests.FixtureLoadingTests) ... ok test_compressed_loading (fixtures.tests.FixtureLoadingTests) ... ok test_compressed_specified_loading (fixtures.tests.FixtureLoadingTests) ... ok test_db_loading (fixtures.tests.FixtureLoadingTests) ... ok test_dumpdata_progressbar (fixtures.tests.FixtureLoadingTests) Dumpdata shows a progress bar on the command line when --output is set, ... ok test_dumpdata_proxy_with_concrete (fixtures.tests.FixtureLoadingTests) A warning isn't displayed if a proxy model is dumped with its concrete ... ok test_dumpdata_proxy_without_concrete (fixtures.tests.FixtureLoadingTests) A warning is displayed if a proxy model is dumped without its concrete ... ok test_dumpdata_with_excludes (fixtures.tests.FixtureLoadingTests) ... ok test_dumpdata_with_file_output (fixtures.tests.FixtureLoadingTests) ... ok test_dumpdata_with_filtering_manager (fixtures.tests.FixtureLoadingTests) ... ok test_dumpdata_with_pks (fixtures.tests.FixtureLoadingTests) ... ok test_dumpdata_with_uuid_pks (fixtures.tests.FixtureLoadingTests) ... ok test_exclude_option_errors (fixtures.tests.FixtureLoadingTests) Excluding a bogus app or model should raise an error. ... ok test_load_fixture_with_special_characters (fixtures.tests.FixtureLoadingTests) ... ok test_loaddata_app_option (fixtures.tests.FixtureLoadingTests) ... ok test_loaddata_error_message (fixtures.tests.FixtureLoadingTests) Loading a fixture which contains an invalid object outputs an error ... ok test_loaddata_null_characters_on_postgresql (fixtures.tests.FixtureLoadingTests) ... skipped 'psycopg2 prohibits null characters in data.' test_loaddata_verbosity_three (fixtures.tests.FixtureLoadingTests) ... ok test_loading_and_dumping (fixtures.tests.FixtureLoadingTests) ... ok test_loading_stdin (fixtures.tests.FixtureLoadingTests) Loading fixtures from stdin with json and xml. ... ok test_loading_using (fixtures.tests.FixtureLoadingTests) ... ok test_loading_with_exclude_app (fixtures.tests.FixtureLoadingTests) ... ok test_loading_with_exclude_model (fixtures.tests.FixtureLoadingTests) ... ok test_output_formats (fixtures.tests.FixtureLoadingTests) ... ok test_stdin_without_format (fixtures.tests.FixtureLoadingTests) Reading from stdin raises an error if format isn't specified. ... ok test_unmatched_identifier_loading (fixtures.tests.FixtureLoadingTests) ... ok test_forward_reference_fk (fixtures.tests.ForwardReferenceTests) ... ok test_forward_reference_m2m (fixtures.tests.ForwardReferenceTests) ... ok test_loaddata_not_existent_fixture_file (fixtures.tests.NonexistentFixtureTests) ... ok test_nonexistent_fixture_no_constraint_checking (fixtures.tests.NonexistentFixtureTests) If no fixtures match the loaddata command, constraints checks on the ... ok test_class_fixtures (fixtures.tests.SubclassTestCaseFixtureLoadingTests) There were no fixture objects installed ... ok test_class_fixtures (fixtures.tests.TestCaseFixtureLoadingTests) Test case has installed 3 fixture objects ... ok test_default_ordering (ordering.tests.OrderingTests) By default, Article.objects.all() orders by pub_date descending, then ... ok test_default_ordering_by_f_expression (ordering.tests.OrderingTests) F expressions can be used in Meta.ordering. ... ok test_default_ordering_override (ordering.tests.OrderingTests) Override ordering with order_by, which is in the same format as the ... ok test_deprecated_values_annotate (ordering.tests.OrderingTests) ... ok test_extra_ordering (ordering.tests.OrderingTests) Ordering can be based on fields included from an 'extra' clause ... ok test_extra_ordering_quoting (ordering.tests.OrderingTests) If the extra clause uses an SQL keyword for a name, it will be ... ok test_extra_ordering_with_table_name (ordering.tests.OrderingTests) ... ok test_no_reordering_after_slicing (ordering.tests.OrderingTests) ... ok test_order_by_constant_value (ordering.tests.OrderingTests) ... ok test_order_by_constant_value_without_output_field (ordering.tests.OrderingTests) ... ok test_order_by_f_expression (ordering.tests.OrderingTests) ... ok test_order_by_f_expression_duplicates (ordering.tests.OrderingTests) A column may only be included once (the first occurrence) so we check ... ok test_order_by_fk_attname (ordering.tests.OrderingTests) ordering by a foreign key by its attribute name prevents the query ... ok test_order_by_nulls_first (ordering.tests.OrderingTests) ... ok test_order_by_nulls_first_and_last (ordering.tests.OrderingTests) ... ok test_order_by_nulls_last (ordering.tests.OrderingTests) ... ok test_order_by_override (ordering.tests.OrderingTests) Only the last order_by has any effect (since they each override any ... ok test_order_by_pk (ordering.tests.OrderingTests) 'pk' works as an ordering option in Meta. ... ok test_order_by_ptr_field_with_default_ordering_by_expression (ordering.tests.OrderingTests) ... ok test_orders_nulls_first_on_filtered_subquery (ordering.tests.OrderingTests) ... ok test_random_ordering (ordering.tests.OrderingTests) Use '?' to order randomly. ... ok test_related_ordering_duplicate_table_reference (ordering.tests.OrderingTests) An ordering referencing a model with an ordering referencing a model ... ok test_reverse_meta_ordering_pure (ordering.tests.OrderingTests) ... ok test_reverse_ordering_pure (ordering.tests.OrderingTests) ... ok test_reversed_ordering (ordering.tests.OrderingTests) Ordering can be reversed using the reverse() method on a queryset. ... ok test_stop_slicing (ordering.tests.OrderingTests) Use the 'stop' part of slicing notation to limit the results. ... ok test_stop_start_slicing (ordering.tests.OrderingTests) Use the 'stop' and 'start' parts of slicing notation to offset the ... ok test_db_tablespace (model_indexes.tests.IndexesTests) ... skipped "Database doesn't support feature(s): supports_tablespaces" test_closes_connections (servers.test_liveserverthread.LiveServerThreadTest) ... skipped "the sqlite backend's close() method is a no-op when using an in-memory database" test_defer_annotate_select_related (defer_regress.tests.DeferAnnotateSelectRelatedTest) ... ok test_delete_defered_model (defer_regress.tests.DeferDeletionSignalsTests) ... ok test_delete_defered_proxy_model (defer_regress.tests.DeferDeletionSignalsTests) ... ok test_basic (defer_regress.tests.DeferRegressionTest) ... ok test_defer_with_select_related (defer_regress.tests.DeferRegressionTest) ... ok test_only_and_defer_usage_on_proxy_models (defer_regress.tests.DeferRegressionTest) ... ok test_only_with_select_related (defer_regress.tests.DeferRegressionTest) ... ok test_proxy_model_defer_with_select_related (defer_regress.tests.DeferRegressionTest) ... ok test_resolve_columns (defer_regress.tests.DeferRegressionTest) ... ok test_reverse_one_to_one_relations (defer_regress.tests.DeferRegressionTest) ... ok test_ticket_12163 (defer_regress.tests.DeferRegressionTest) ... ok test_ticket_16409 (defer_regress.tests.DeferRegressionTest) ... ok test_ticket_23270 (defer_regress.tests.DeferRegressionTest) ... ok test_attribute_name_not_python_keyword (inspectdb.tests.InspectDBTestCase) ... ok test_custom_fields (inspectdb.tests.InspectDBTestCase) Introspection of columns with a custom field (#21090) ... ok test_digits_column_name_introspection (inspectdb.tests.InspectDBTestCase) Introspection of column names consist/start with digits (#16536/#17676) ... ok test_field_types (inspectdb.tests.InspectDBTestCase) Test introspection of various Django field types ... ok test_introspection_errors (inspectdb.tests.InspectDBTestCase) Introspection errors should not crash the command, and the error should ... ok test_managed_models (inspectdb.tests.InspectDBTestCase) By default the command generates models with `Meta.managed = False` (#14305) ... ok test_number_field_types (inspectdb.tests.InspectDBTestCase) Test introspection of various Django field types ... ok test_special_column_name_introspection (inspectdb.tests.InspectDBTestCase) Introspection of column names containing special characters, ... ok test_stealth_table_name_filter_option (inspectdb.tests.InspectDBTestCase) ... ok test_table_name_introspection (inspectdb.tests.InspectDBTestCase) Introspection of table names containing special characters, ... ok test_table_option (inspectdb.tests.InspectDBTestCase) inspectdb can inspect a subset of tables by passing the table names as ... ok test_unique_together_meta (inspectdb.tests.InspectDBTestCase) ... ok test_unsupported_unique_together (inspectdb.tests.InspectDBTestCase) Unsupported index types (COALESCE here) are skipped. ... skipped 'PostgreSQL specific SQL' test_change_ordering (order_with_respect_to.tests.OrderWithRespectToBaseTests) ... ok test_default_to_insertion_order (order_with_respect_to.tests.OrderWithRespectToBaseTests) ... ok test_delete_and_insert (order_with_respect_to.tests.OrderWithRespectToBaseTests) ... ok test_item_ordering (order_with_respect_to.tests.OrderWithRespectToBaseTests) ... ok test_previous_and_next_in_order (order_with_respect_to.tests.OrderWithRespectToBaseTests) ... ok test_recursive_ordering (order_with_respect_to.tests.OrderWithRespectToBaseTests) ... ok test_set_order_unrelated_object (order_with_respect_to.tests.OrderWithRespectToBaseTests) An answer that's not related isn't updated. ... ok test_set_order (order_with_respect_to.tests.TestOrderWithRespectToOneToOnePK) ... ok test_action_flag_choices (admin_utils.test_logentry.LogEntryTests) ... ok test_log_action (admin_utils.test_logentry.LogEntryTests) ... ok test_logentry_change_message (admin_utils.test_logentry.LogEntryTests) LogEntry.change_message is stored as a dumped JSON structure to be able ... ok test_logentry_change_message_formsets (admin_utils.test_logentry.LogEntryTests) All messages for changed formsets are logged in a change message. ... ok test_logentry_change_message_localized_datetime_input (admin_utils.test_logentry.LogEntryTests) Localized date/time inputs shouldn't affect changed form data detection. ... ok test_logentry_change_message_not_json (admin_utils.test_logentry.LogEntryTests) LogEntry.change_message was a string before Django 1.10. ... ok test_logentry_get_admin_url (admin_utils.test_logentry.LogEntryTests) LogEntry.get_admin_url returns a URL to edit the entry's object or ... ok test_logentry_get_edited_object (admin_utils.test_logentry.LogEntryTests) LogEntry.get_edited_object() returns the edited object of a LogEntry ... ok test_logentry_repr (admin_utils.test_logentry.LogEntryTests) ... ok test_logentry_save (admin_utils.test_logentry.LogEntryTests) LogEntry.action_time is a timestamp of the date when the entry was ... ok test_logentry_unicode (admin_utils.test_logentry.LogEntryTests) ... ok test_proxy_model_content_type_is_used_for_log_entries (admin_utils.test_logentry.LogEntryTests) Log entries for proxy models should have the proxy model's contenttype ... ok test_recentactions_without_content_type (admin_utils.test_logentry.LogEntryTests) If a LogEntry is missing content_type it will not display it in span ... ok test_cyclic (admin_utils.tests.NestedObjectsTests) ... ok test_non_added_parent (admin_utils.tests.NestedObjectsTests) ... ok test_on_delete_do_nothing (admin_utils.tests.NestedObjectsTests) The nested collector doesn't query for DO_NOTHING objects. ... ok test_queries (admin_utils.tests.NestedObjectsTests) ... ok test_relation_on_abstract (admin_utils.tests.NestedObjectsTests) NestedObjects.collect() doesn't trip (AttributeError) on the special ... ok test_siblings (admin_utils.tests.NestedObjectsTests) ... ok test_unrelated_roots (admin_utils.tests.NestedObjectsTests) ... ok test_foreign_key (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_foreign_key_multiple_prefetch (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_foreign_key_prefetch_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_one_to_one (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_one_to_one_multi_prefetch_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_one_to_one_multi_select_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_one_to_one_prefetch_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_one_to_one_select_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_queryset_and (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_queryset_or (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_queryset_or_different_cached_items (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_queryset_or_only_one_with_precache (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_reverse_one_to_one (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_reverse_one_to_one_multi_prefetch_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_reverse_one_to_one_multi_select_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_reverse_one_to_one_prefetch_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_reverse_one_to_one_select_related (known_related_objects.tests.ExistingRelatedInstancesTests) ... ok test_basic (sites_tests.tests.CreateDefaultSiteTests) #15346, #15573 - create_default_site() creates an example site only if ... ok test_custom_site_id (sites_tests.tests.CreateDefaultSiteTests) #23945 - The configured ``SITE_ID`` should be respected. ... ok test_multi_db (sites_tests.tests.CreateDefaultSiteTests) ... ok test_multi_db_with_router (sites_tests.tests.CreateDefaultSiteTests) #16353, #16828 - The default site creation should respect db routing. ... ok test_no_site_id (sites_tests.tests.CreateDefaultSiteTests) #24488 - The pk should default to 1 if no ``SITE_ID`` is configured. ... ok test_save_another (sites_tests.tests.CreateDefaultSiteTests) #17415 - Another site can be created right after the default one. ... ok test_signal (sites_tests.tests.CreateDefaultSiteTests) #23641 - Sending the ``post_migrate`` signal triggers creation of the ... ok test_unavailable_site_model (sites_tests.tests.CreateDefaultSiteTests) #24075 - A Site shouldn't be created if the model isn't available. ... ok test_old_style_request (sites_tests.tests.MiddlewareTest) The request has correct `site` attribute. ... ok test_request (sites_tests.tests.MiddlewareTest) ... ok test_clear_site_cache (sites_tests.tests.SitesFrameworkTests) ... ok test_clear_site_cache_domain (sites_tests.tests.SitesFrameworkTests) ... ok test_delete_all_sites_clears_cache (sites_tests.tests.SitesFrameworkTests) ... ok test_domain_name_with_whitespaces (sites_tests.tests.SitesFrameworkTests) ... ok test_get_current_site (sites_tests.tests.SitesFrameworkTests) ... ok test_get_current_site_host_with_trailing_dot (sites_tests.tests.SitesFrameworkTests) The site is matched if the name in the request has a trailing dot. ... ok test_get_current_site_no_site_id (sites_tests.tests.SitesFrameworkTests) ... ok test_get_current_site_no_site_id_and_handle_port_fallback (sites_tests.tests.SitesFrameworkTests) ... ok test_site_cache (sites_tests.tests.SitesFrameworkTests) ... ok test_site_manager (sites_tests.tests.SitesFrameworkTests) ... ok test_site_natural_key (sites_tests.tests.SitesFrameworkTests) ... ok test_unique_domain (sites_tests.tests.SitesFrameworkTests) ... ok test_verbose_name (i18n.contenttypes.tests.ContentTypeTests) ... ok test_language_not_saved_to_session (i18n.tests.LocaleMiddlewareTests) The Current language isno' automatically saved to the session on every ... ok test_streaming_response (i18n.tests.LocaleMiddlewareTests) ... ok test_lazy (i18n.tests.TestModels) ... ok test_safestr (i18n.tests.TestModels) ... ok test_m2m_and_m2o (m2m_and_m2o.tests.RelatedObjectTests) ... ok test_related_objects_have_name_attribute (m2m_and_m2o.tests.RelatedObjectTests) ... ok test_m2m_with_unicode_reference (m2m_and_m2o.tests.RelatedObjectUnicodeTests) Regression test for #6045: references to other models can be ... ok test_value_to_string (contenttypes_tests.test_fields.GenericRelationTests) ... ok test_contenttypes_removed_in_apps_without_models (contenttypes_tests.test_management.RemoveStaleContentTypesTests) ... ok test_interactive_false (contenttypes_tests.test_management.RemoveStaleContentTypesTests) non-interactive mode deletes stale content types. ... ok test_interactive_true_with_dependent_objects (contenttypes_tests.test_management.RemoveStaleContentTypesTests) interactive mode (the default) deletes stale content types and warns of ... ok test_interactive_true_without_dependent_objects (contenttypes_tests.test_management.RemoveStaleContentTypesTests) interactive mode deletes stale content types even if there aren't any ... ok test_unavailable_content_type_model (contenttypes_tests.test_management.RemoveStaleContentTypesTests) A ContentType isn't created if the model isn't available. ... ok test_multidb (contenttypes_tests.test_models.ContentTypesMultidbTests) When using multiple databases, ContentType.objects.get_for_model() uses ... ok test_app_labeled_name (contenttypes_tests.test_models.ContentTypesTests) ... ok test_app_labeled_name_unknown_model (contenttypes_tests.test_models.ContentTypesTests) ... ok test_cache_not_shared_between_managers (contenttypes_tests.test_models.ContentTypesTests) ... ok test_get_for_concrete_model (contenttypes_tests.test_models.ContentTypesTests) Make sure the `for_concrete_model` kwarg correctly works ... ok test_get_for_concrete_models (contenttypes_tests.test_models.ContentTypesTests) Make sure the `for_concrete_models` kwarg correctly works ... ok test_get_for_model_create_contenttype (contenttypes_tests.test_models.ContentTypesTests) ContentTypeManager.get_for_model() creates the corresponding content ... ok test_get_for_models_creation (contenttypes_tests.test_models.ContentTypesTests) ... ok test_get_for_models_empty_cache (contenttypes_tests.test_models.ContentTypesTests) ... ok test_get_for_models_full_cache (contenttypes_tests.test_models.ContentTypesTests) ... ok test_get_for_models_partial_cache (contenttypes_tests.test_models.ContentTypesTests) ... ok test_lookup_cache (contenttypes_tests.test_models.ContentTypesTests) The content type cache (see ContentTypeManager) works correctly. ... ok test_missing_model (contenttypes_tests.test_models.ContentTypesTests) Displaying content types in admin (or anywhere) doesn't break on ... ok test_str (contenttypes_tests.test_models.ContentTypesTests) ... ok test_change_ordering (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) ... ok test_default_to_insertion_order (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) ... ok test_delete_and_insert (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) ... ok test_item_ordering (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) ... ok test_previous_and_next_in_order (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) ... ok test_recursive_ordering (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) ... ok test_set_order_unrelated_object (contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests) An answer that's not related isn't updated. ... ok test_shortcut_view_with_null_site_fk (contenttypes_tests.test_views.ContentTypesViewsSiteRelTests) The shortcut view works if a model's ForeignKey to site is None. ... ok test_shortcut_view_with_site_m2m (contenttypes_tests.test_views.ContentTypesViewsSiteRelTests) When the object has a ManyToManyField to Site, redirect to the current ... ok test_bad_content_type (contenttypes_tests.test_views.ContentTypesViewsTests) ... ok test_nonint_content_type (contenttypes_tests.test_views.ContentTypesViewsTests) ... ok test_shortcut_bad_pk (contenttypes_tests.test_views.ContentTypesViewsTests) ... ok test_shortcut_no_absolute_url (contenttypes_tests.test_views.ContentTypesViewsTests) Shortcuts for an object that has no get_absolute_url() method raise ... ok test_shortcut_with_absolute_url (contenttypes_tests.test_views.ContentTypesViewsTests) Can view a shortcut for an Author object that has a get_absolute_url method ... ok test_shortcut_with_absolute_url_including_scheme (contenttypes_tests.test_views.ContentTypesViewsTests) Can view a shortcut when object's get_absolute_url returns a full URL ... ok test_wrong_type_pk (contenttypes_tests.test_views.ContentTypesViewsTests) ... ok test_model_with_broken_get_absolute_url (contenttypes_tests.test_views.ShortcutViewTests) The view doesn't catch an AttributeError raised by ... ok test_model_without_get_absolute_url (contenttypes_tests.test_views.ShortcutViewTests) The view returns 404 when Model.get_absolute_url() isn't defined. ... ok test_not_dependent_on_sites_app (contenttypes_tests.test_views.ShortcutViewTests) The view returns a complete URL regardless of whether the sites ... ok test_override_settings_inheritance (settings_tests.tests.ChildDecoratedTestCase) ... ok test_max_recursion_error (settings_tests.tests.ClassDecoratedTestCase) Overriding a method on a super class and then calling that method on ... ok test_method_override (settings_tests.tests.ClassDecoratedTestCase) ... ok test_override (settings_tests.tests.ClassDecoratedTestCase) ... ok test_setupclass_override (settings_tests.tests.ClassDecoratedTestCase) Settings are overridden within setUpClass (#21281). ... ok test_max_recursion_error (settings_tests.tests.ClassDecoratedTestCaseSuper) ... ok test_method_override (settings_tests.tests.FullyDecoratedTestCase) ... ok test_override (settings_tests.tests.FullyDecoratedTestCase) ... ok test_allvaluesfieldlistfilter (admin_filters.tests.ListFiltersTests) ... ok test_allvaluesfieldlistfilter_custom_qs (admin_filters.tests.ListFiltersTests) ... ok test_booleanfieldlistfilter (admin_filters.tests.ListFiltersTests) ... ok test_booleanfieldlistfilter_nullbooleanfield (admin_filters.tests.ListFiltersTests) ... ok test_booleanfieldlistfilter_tuple (admin_filters.tests.ListFiltersTests) ... ok test_choicesfieldlistfilter_has_none_choice (admin_filters.tests.ListFiltersTests) The last choice is for the None value. ... ok test_datefieldlistfilter (admin_filters.tests.ListFiltersTests) ... ok test_datefieldlistfilter_with_time_zone_support (admin_filters.tests.ListFiltersTests) ... ok test_fieldlistfilter_invalid_lookup_parameters (admin_filters.tests.ListFiltersTests) Filtering by an invalid value. ... ok test_fieldlistfilter_underscorelookup_tuple (admin_filters.tests.ListFiltersTests) Ensure ('fieldpath', ClassName ) lookups pass lookup_allowed checks ... ok test_filter_with_failing_queryset (admin_filters.tests.ListFiltersTests) When a filter's queryset method fails, it fails loudly and ... ok test_fk_with_to_field (admin_filters.tests.ListFiltersTests) A filter on a FK respects the FK's to_field attribute (#17972). ... ok test_list_filter_queryset_filtered_by_default (admin_filters.tests.ListFiltersTests) A list filter that filters the queryset by default gives the correct ... ok test_listfilter_genericrelation (admin_filters.tests.ListFiltersTests) ... ok test_listfilter_without_title (admin_filters.tests.ListFiltersTests) Any filter must define a title. ... ok test_lookup_with_dynamic_value (admin_filters.tests.ListFiltersTests) Ensure SimpleListFilter can access self.value() inside the lookup. ... ok test_lookup_with_non_string_value (admin_filters.tests.ListFiltersTests) Ensure choices are set the selected class when using non-string values ... ok test_lookup_with_non_string_value_underscored (admin_filters.tests.ListFiltersTests) Ensure SimpleListFilter lookups pass lookup_allowed checks when ... ok test_parameter_ends_with__in__or__isnull (admin_filters.tests.ListFiltersTests) A SimpleListFilter's parameter name is not mistaken for a model field ... ok test_relatedfieldlistfilter_foreignkey (admin_filters.tests.ListFiltersTests) ... ok test_relatedfieldlistfilter_foreignkey_default_ordering (admin_filters.tests.ListFiltersTests) RelatedFieldListFilter ordering respects Model.ordering. ... ok test_relatedfieldlistfilter_foreignkey_ordering (admin_filters.tests.ListFiltersTests) RelatedFieldListFilter ordering respects ModelAdmin.ordering. ... ok test_relatedfieldlistfilter_foreignkey_ordering_reverse (admin_filters.tests.ListFiltersTests) ... ok test_relatedfieldlistfilter_manytomany (admin_filters.tests.ListFiltersTests) ... ok test_relatedfieldlistfilter_reverse_relationships (admin_filters.tests.ListFiltersTests) ... ok test_relatedfieldlistfilter_reverse_relationships_default_ordering (admin_filters.tests.ListFiltersTests) ... ok test_relatedonlyfieldlistfilter_foreignkey (admin_filters.tests.ListFiltersTests) ... ok test_relatedonlyfieldlistfilter_foreignkey_default_ordering (admin_filters.tests.ListFiltersTests) RelatedOnlyFieldListFilter ordering respects Meta.ordering. ... ok test_relatedonlyfieldlistfilter_foreignkey_ordering (admin_filters.tests.ListFiltersTests) RelatedOnlyFieldListFilter ordering respects ModelAdmin.ordering. ... ok test_relatedonlyfieldlistfilter_manytomany (admin_filters.tests.ListFiltersTests) ... ok test_relatedonlyfieldlistfilter_underscorelookup_foreignkey (admin_filters.tests.ListFiltersTests) ... ok test_simplelistfilter (admin_filters.tests.ListFiltersTests) ... ok test_simplelistfilter_with_none_returning_lookups (admin_filters.tests.ListFiltersTests) A SimpleListFilter lookups method can return None but disables the ... ok test_simplelistfilter_with_queryset_based_lookups (admin_filters.tests.ListFiltersTests) ... ok test_simplelistfilter_without_parameter (admin_filters.tests.ListFiltersTests) Any SimpleListFilter must define a parameter_name. ... ok test_two_characters_long_field (admin_filters.tests.ListFiltersTests) list_filter works with two-characters long field names (#16080). ... ok test_recursive_m2m_add_in_both_directions (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_add_via_related_name (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_all (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_clear (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_related_to_self (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_remove (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_reverse_add (m2m_recursive.tests.RecursiveM2MTests) ... ok test_recursive_m2m_all (m2m_recursive.tests.RecursiveSymmetricalM2MThroughTests) ... ok test_recursive_m2m_clear (m2m_recursive.tests.RecursiveSymmetricalM2MThroughTests) ... ok test_recursive_m2m_remove (m2m_recursive.tests.RecursiveSymmetricalM2MThroughTests) ... ok test_recursive_m2m_reverse_add (m2m_recursive.tests.RecursiveSymmetricalM2MThroughTests) ... ok test_recursive_m2m_set (m2m_recursive.tests.RecursiveSymmetricalM2MThroughTests) ... ok test_basic_add_GET (generic_inline_admin.tests.GenericAdminViewTest) A smoke test to ensure GET on the add_view works. ... ok test_basic_add_POST (generic_inline_admin.tests.GenericAdminViewTest) A smoke test to ensure POST on add_view works. ... ok test_basic_edit_GET (generic_inline_admin.tests.GenericAdminViewTest) A smoke test to ensure GET on the change_view works. ... ok test_basic_edit_POST (generic_inline_admin.tests.GenericAdminViewTest) A smoke test to ensure POST on edit_view works. ... ok test_extra_param (generic_inline_admin.tests.GenericInlineAdminParametersTest) With extra=0, there should be one form. ... ok test_get_extra (generic_inline_admin.tests.GenericInlineAdminParametersTest) ... ok test_get_max_num (generic_inline_admin.tests.GenericInlineAdminParametersTest) ... ok test_get_min_num (generic_inline_admin.tests.GenericInlineAdminParametersTest) ... ok test_max_num_param (generic_inline_admin.tests.GenericInlineAdminParametersTest) With extra=5 and max_num=2, there should be only 2 forms. ... ok test_min_num_param (generic_inline_admin.tests.GenericInlineAdminParametersTest) With extra=3 and min_num=2, there should be five forms. ... ok test_no_param (generic_inline_admin.tests.GenericInlineAdminParametersTest) With one initial form, extra (default) at 3, there should be 4 forms. ... ok test_add (generic_inline_admin.tests.GenericInlineAdminWithUniqueTogetherTest) ... ok test_delete (generic_inline_admin.tests.GenericInlineAdminWithUniqueTogetherTest) ... ok test_add_alter_order_with_respect_to (migrations.test_autodetector.AutodetectorTests) Setting order_with_respect_to when adding the FK too does ... ok test_add_blank_textfield_and_charfield (migrations.test_autodetector.AutodetectorTests) #23405 - Adding a NOT NULL and blank `CharField` or `TextField` ... ok test_add_constraints (migrations.test_autodetector.AutodetectorTests) Test change detection of new constraints. ... ok test_add_date_fields_with_auto_now_add_asking_for_default (migrations.test_autodetector.AutodetectorTests) ... ok test_add_date_fields_with_auto_now_add_not_asking_for_null_addition (migrations.test_autodetector.AutodetectorTests) ... ok test_add_date_fields_with_auto_now_not_asking_for_default (migrations.test_autodetector.AutodetectorTests) ... ok test_add_field (migrations.test_autodetector.AutodetectorTests) Tests autodetection of new fields. ... ok test_add_field_and_foo_together (migrations.test_autodetector.AutodetectorTests) Added fields will be created before using them in index/unique_together. ... ok test_add_field_with_default (migrations.test_autodetector.AutodetectorTests) #22030 - Adding a field with a default should work. ... ok test_add_foo_together (migrations.test_autodetector.AutodetectorTests) Tests index/unique_together detection. ... ok test_add_indexes (migrations.test_autodetector.AutodetectorTests) Test change detection of new indexes. ... ok test_add_many_to_many (migrations.test_autodetector.AutodetectorTests) #22435 - Adding a ManyToManyField should not prompt for a default. ... ok test_add_model_order_with_respect_to (migrations.test_autodetector.AutodetectorTests) Setting order_with_respect_to when adding the whole model ... ok test_add_non_blank_textfield_and_charfield (migrations.test_autodetector.AutodetectorTests) #23405 - Adding a NOT NULL and non-blank `CharField` or `TextField` ... ok test_alter_db_table_add (migrations.test_autodetector.AutodetectorTests) Tests detection for adding db_table in model's options. ... ok test_alter_db_table_change (migrations.test_autodetector.AutodetectorTests) Tests detection for changing db_table in model's options'. ... ok test_alter_db_table_no_changes (migrations.test_autodetector.AutodetectorTests) Alter_db_table doesn't generate a migration if no changes have been made. ... ok test_alter_db_table_remove (migrations.test_autodetector.AutodetectorTests) Tests detection for removing db_table in model's options. ... ok test_alter_db_table_with_model_change (migrations.test_autodetector.AutodetectorTests) Tests when model and db_table changes, autodetector must create two ... ok test_alter_field (migrations.test_autodetector.AutodetectorTests) Tests autodetection of new fields. ... ok test_alter_field_to_fk_dependency_other_app (migrations.test_autodetector.AutodetectorTests) ... ok test_alter_field_to_not_null_oneoff_default (migrations.test_autodetector.AutodetectorTests) #23609 - Tests autodetection of nullable to non-nullable alterations. ... ok test_alter_field_to_not_null_with_default (migrations.test_autodetector.AutodetectorTests) #23609 - Tests autodetection of nullable to non-nullable alterations. ... ok test_alter_field_to_not_null_without_default (migrations.test_autodetector.AutodetectorTests) #23609 - Tests autodetection of nullable to non-nullable alterations. ... ok test_alter_fk_before_model_deletion (migrations.test_autodetector.AutodetectorTests) ForeignKeys are altered _before_ the model they used to ... ok test_alter_many_to_many (migrations.test_autodetector.AutodetectorTests) ... ok test_alter_model_managers (migrations.test_autodetector.AutodetectorTests) Changing the model managers adds a new operation. ... ok test_alter_model_options (migrations.test_autodetector.AutodetectorTests) Changing a model's options should make a change. ... ok test_alter_model_options_proxy (migrations.test_autodetector.AutodetectorTests) Changing a proxy model's options should also make a change. ... ok test_arrange_for_graph (migrations.test_autodetector.AutodetectorTests) Tests auto-naming of migrations for graph matching. ... ok test_bases_first (migrations.test_autodetector.AutodetectorTests) Bases of other models come first. ... ok test_circular_dependency_mixed_addcreate (migrations.test_autodetector.AutodetectorTests) #23315 - The dependency resolver knows to put all CreateModel ... ok test_circular_dependency_swappable (migrations.test_autodetector.AutodetectorTests) #23322 - The dependency resolver knows to explicitly resolve ... ok test_circular_dependency_swappable2 (migrations.test_autodetector.AutodetectorTests) #23322 - The dependency resolver knows to explicitly resolve ... ok test_circular_dependency_swappable_self (migrations.test_autodetector.AutodetectorTests) #23322 - The dependency resolver knows to explicitly resolve ... ok test_circular_fk_dependency (migrations.test_autodetector.AutodetectorTests) Having a circular ForeignKey dependency automatically ... ok test_concrete_field_changed_to_many_to_many (migrations.test_autodetector.AutodetectorTests) #23938 - Changing a concrete field into a ManyToManyField ... ok test_create_model_and_unique_together (migrations.test_autodetector.AutodetectorTests) ... ok test_create_model_with_check_constraint (migrations.test_autodetector.AutodetectorTests) Test creation of new model with constraints already defined. ... ok test_create_model_with_indexes (migrations.test_autodetector.AutodetectorTests) Test creation of new model with indexes already defined. ... ok test_create_with_through_model (migrations.test_autodetector.AutodetectorTests) Adding a m2m with a through model and the models that use it should be ... ok test_custom_deconstructible (migrations.test_autodetector.AutodetectorTests) Two instances which deconstruct to the same value aren't considered a ... ok test_custom_migration_name (migrations.test_autodetector.AutodetectorTests) Tests custom naming of migrations for graph matching. ... ok test_deconstruct_field_kwarg (migrations.test_autodetector.AutodetectorTests) Field instances are handled correctly by nested deconstruction. ... ok test_deconstruct_type (migrations.test_autodetector.AutodetectorTests) #22951 -- Uninstantiated classes with deconstruct are correctly returned ... ok test_deconstructible_dict (migrations.test_autodetector.AutodetectorTests) Nested deconstruction descends into dict values. ... ok test_deconstructible_list (migrations.test_autodetector.AutodetectorTests) Nested deconstruction descends into lists. ... ok test_deconstructible_tuple (migrations.test_autodetector.AutodetectorTests) Nested deconstruction descends into tuples. ... ok test_default_related_name_option (migrations.test_autodetector.AutodetectorTests) ... ok test_different_regex_does_alter (migrations.test_autodetector.AutodetectorTests) ... ok test_empty_foo_together (migrations.test_autodetector.AutodetectorTests) #23452 - Empty unique/index_together shouldn't generate a migration. ... ok test_first_dependency (migrations.test_autodetector.AutodetectorTests) A dependency to an app with no migrations uses __first__. ... ok test_fk_dependency (migrations.test_autodetector.AutodetectorTests) Having a ForeignKey automatically adds a dependency. ... ok test_fk_dependency_other_app (migrations.test_autodetector.AutodetectorTests) #23100 - ForeignKeys correctly depend on other apps' models. ... ok test_foo_together_no_changes (migrations.test_autodetector.AutodetectorTests) index/unique_together doesn't generate a migration if no ... ok test_foo_together_ordering (migrations.test_autodetector.AutodetectorTests) index/unique_together also triggers on ordering changes. ... ok test_foo_together_remove_fk (migrations.test_autodetector.AutodetectorTests) Tests unique_together and field removal detection & ordering ... ok test_foreign_key_removed_before_target_model (migrations.test_autodetector.AutodetectorTests) Removing an FK and the model it targets in the same change must remove ... ok test_identical_regex_doesnt_alter (migrations.test_autodetector.AutodetectorTests) ... ok test_keep_db_table_with_model_change (migrations.test_autodetector.AutodetectorTests) Tests when model changes but db_table stays as-is, autodetector must not ... ok test_last_dependency (migrations.test_autodetector.AutodetectorTests) A dependency to an app with existing migrations uses the ... ok test_m2m_w_through_multistep_remove (migrations.test_autodetector.AutodetectorTests) A model with a m2m field that specifies a "through" model cannot be ... ok test_managed_to_unmanaged (migrations.test_autodetector.AutodetectorTests) ... ok test_many_to_many_changed_to_concrete_field (migrations.test_autodetector.AutodetectorTests) #23938 - Changing a ManyToManyField into a concrete field ... ok test_many_to_many_removed_before_through_model (migrations.test_autodetector.AutodetectorTests) Removing a ManyToManyField and the "through" model in the same change ... ok test_many_to_many_removed_before_through_model_2 (migrations.test_autodetector.AutodetectorTests) Removing a model that contains a ManyToManyField and the "through" model ... ok test_mti_inheritance_model_removal (migrations.test_autodetector.AutodetectorTests) ... ok test_multiple_bases (migrations.test_autodetector.AutodetectorTests) #23956 - Inheriting models doesn't move *_ptr fields into AddField operations. ... ok test_nested_deconstructible_objects (migrations.test_autodetector.AutodetectorTests) Nested deconstruction is applied recursively to the args/kwargs of ... ok test_new_model (migrations.test_autodetector.AutodetectorTests) Tests autodetection of new models. ... ok test_non_circular_foreignkey_dependency_removal (migrations.test_autodetector.AutodetectorTests) If two models with a ForeignKey from one to the other are removed at the ... ok test_old_model (migrations.test_autodetector.AutodetectorTests) Tests deletion of old models. ... ok test_order_fields_indexes (migrations.test_autodetector.AutodetectorTests) Test change detection of reordering of fields in indexes. ... ok test_pk_fk_included (migrations.test_autodetector.AutodetectorTests) A relation used as the primary key is kept as part of CreateModel. ... ok test_proxy (migrations.test_autodetector.AutodetectorTests) The autodetector correctly deals with proxy models. ... ok test_proxy_bases_first (migrations.test_autodetector.AutodetectorTests) Bases of proxies come first. ... ok test_proxy_custom_pk (migrations.test_autodetector.AutodetectorTests) #23415 - The autodetector must correctly deal with custom FK on proxy ... ok test_proxy_fk_dependency (migrations.test_autodetector.AutodetectorTests) FK dependencies still work on proxy models. ... ok test_proxy_to_mti_with_fk_to_proxy (migrations.test_autodetector.AutodetectorTests) ... ok test_proxy_to_mti_with_fk_to_proxy_proxy (migrations.test_autodetector.AutodetectorTests) ... ok test_remove_alter_order_with_respect_to (migrations.test_autodetector.AutodetectorTests) Removing order_with_respect_to when removing the FK too does ... ok test_remove_constraints (migrations.test_autodetector.AutodetectorTests) Test change detection of removed constraints. ... ok test_remove_field (migrations.test_autodetector.AutodetectorTests) Tests autodetection of removed fields. ... ok test_remove_field_and_foo_together (migrations.test_autodetector.AutodetectorTests) Removed fields will be removed after updating index/unique_together. ... ok test_remove_foo_together (migrations.test_autodetector.AutodetectorTests) Tests index/unique_together detection. ... ok test_remove_indexes (migrations.test_autodetector.AutodetectorTests) Test change detection of removed indexes. ... ok test_rename_field (migrations.test_autodetector.AutodetectorTests) Tests autodetection of renamed fields. ... ok test_rename_field_and_foo_together (migrations.test_autodetector.AutodetectorTests) Removed fields will be removed after updating index/unique_together. ... ok test_rename_field_foreign_key_to_field (migrations.test_autodetector.AutodetectorTests) ... ok test_rename_field_preserved_db_column (migrations.test_autodetector.AutodetectorTests) RenameField is used if a field is renamed and db_column equal to the ... ok test_rename_foreign_object_fields (migrations.test_autodetector.AutodetectorTests) ... ok test_rename_m2m_through_model (migrations.test_autodetector.AutodetectorTests) Tests autodetection of renamed models that are used in M2M relations as ... ok test_rename_model (migrations.test_autodetector.AutodetectorTests) Tests autodetection of renamed models. ... ok test_rename_model_reverse_relation_dependencies (migrations.test_autodetector.AutodetectorTests) The migration to rename a model pointed to by a foreign key in another ... ok test_rename_model_with_fks_in_different_position (migrations.test_autodetector.AutodetectorTests) #24537 - The order of fields in a model does not influence ... ok test_rename_model_with_renamed_rel_field (migrations.test_autodetector.AutodetectorTests) Tests autodetection of renamed models while simultaneously renaming one ... ok test_rename_referenced_primary_key (migrations.test_autodetector.AutodetectorTests) ... ok test_rename_related_field_preserved_db_column (migrations.test_autodetector.AutodetectorTests) ... ok test_replace_string_with_foreignkey (migrations.test_autodetector.AutodetectorTests) #22300 - Adding an FK in the same "spot" as a deleted CharField should ... ok test_same_app_circular_fk_dependency (migrations.test_autodetector.AutodetectorTests) A migration with a FK between two models of the same app does ... ok test_same_app_circular_fk_dependency_with_unique_together_and_indexes (migrations.test_autodetector.AutodetectorTests) #22275 - A migration with circular FK dependency does not try ... ok test_same_app_no_fk_dependency (migrations.test_autodetector.AutodetectorTests) A migration with a FK between two models of the same app ... ok test_set_alter_order_with_respect_to (migrations.test_autodetector.AutodetectorTests) Setting order_with_respect_to adds a field. ... ok test_supports_functools_partial (migrations.test_autodetector.AutodetectorTests) ... ok test_swappable (migrations.test_autodetector.AutodetectorTests) ... ok test_swappable_changed (migrations.test_autodetector.AutodetectorTests) ... ok test_swappable_circular_multi_mti (migrations.test_autodetector.AutodetectorTests) ... ok test_swappable_first_inheritance (migrations.test_autodetector.AutodetectorTests) Swappable models get their CreateModel first. ... ok test_swappable_first_setting (migrations.test_autodetector.AutodetectorTests) Swappable models get their CreateModel first. ... ok test_trim_apps (migrations.test_autodetector.AutodetectorTests) Trim does not remove dependencies but does remove unwanted apps. ... ok test_unmanaged_create (migrations.test_autodetector.AutodetectorTests) The autodetector correctly deals with managed models. ... ok test_unmanaged_custom_pk (migrations.test_autodetector.AutodetectorTests) #23415 - The autodetector must correctly deal with custom FK on ... ok test_unmanaged_delete (migrations.test_autodetector.AutodetectorTests) ... ok test_unmanaged_to_managed (migrations.test_autodetector.AutodetectorTests) ... ok test_makemigrations_app_name_specified_as_label (migrations.test_commands.AppLabelErrorTests) ... ok test_makemigrations_nonexistent_app_label (migrations.test_commands.AppLabelErrorTests) ... ok test_migrate_app_name_specified_as_label (migrations.test_commands.AppLabelErrorTests) ... ok test_migrate_nonexistent_app_label (migrations.test_commands.AppLabelErrorTests) ... ok test_showmigrations_app_name_specified_as_label (migrations.test_commands.AppLabelErrorTests) ... ok test_showmigrations_nonexistent_app_label (migrations.test_commands.AppLabelErrorTests) ... ok test_sqlmigrate_app_name_specified_as_label (migrations.test_commands.AppLabelErrorTests) ... ok test_sqlmigrate_nonexistent_app_label (migrations.test_commands.AppLabelErrorTests) ... ok test_squashmigrations_app_name_specified_as_label (migrations.test_commands.AppLabelErrorTests) ... ok test_squashmigrations_nonexistent_app_label (migrations.test_commands.AppLabelErrorTests) ... ok test_check_consistent_history (migrations.test_loader.LoaderTests) ... ok test_check_consistent_history_squashed (migrations.test_loader.LoaderTests) MigrationLoader.check_consistent_history() should ignore unapplied ... ok test_explicit_missing_module (migrations.test_loader.LoaderTests) If a MIGRATION_MODULES override points to a missing module, the error ... ok test_first (migrations.test_loader.LoaderTests) Makes sure the '__first__' migrations build correctly. ... ok test_ignore_files (migrations.test_loader.LoaderTests) Files prefixed with underscore, tilde, or dot aren't loaded. ... ok test_load (migrations.test_loader.LoaderTests) Makes sure the loader can load the migrations for the test apps, ... ok test_load_empty_dir (migrations.test_loader.LoaderTests) ... ok test_load_import_error (migrations.test_loader.LoaderTests) ... ok test_load_module_file (migrations.test_loader.LoaderTests) ... ok test_load_unmigrated_dependency (migrations.test_loader.LoaderTests) Makes sure the loader can load migrations with a dependency on an unmigrated app. ... ok test_loading_squashed (migrations.test_loader.LoaderTests) Tests loading a squashed migration ... ok test_loading_squashed_complex (migrations.test_loader.LoaderTests) Tests loading a complex set of squashed migrations ... ok test_loading_squashed_complex_multi_apps (migrations.test_loader.LoaderTests) ... ok test_loading_squashed_complex_multi_apps_partially_applied (migrations.test_loader.LoaderTests) ... ok test_loading_squashed_erroneous (migrations.test_loader.LoaderTests) Tests loading a complex but erroneous set of squashed migrations ... ok test_loading_squashed_ref_squashed (migrations.test_loader.LoaderTests) Tests loading a squashed migration with a new migration referencing it ... ok test_marked_as_migrated (migrations.test_loader.LoaderTests) Undefined MIGRATION_MODULES implies default migration module. ... ok test_marked_as_unmigrated (migrations.test_loader.LoaderTests) MIGRATION_MODULES allows disabling of migrations for a particular app. ... ok test_name_match (migrations.test_loader.LoaderTests) Tests prefix name matching ... ok test_plan_handles_repeated_migrations (migrations.test_loader.LoaderTests) _generate_plan() doesn't readd migrations already in the plan (#29180). ... ok test_run_before (migrations.test_loader.LoaderTests) Makes sure the loader uses Migration.run_before. ... ok test_apply (migrations.test_loader.RecorderTests) Tests marking migrations as applied/unapplied. ... ok test_chained_values_with_expression (expressions.test_queryset_values.ValuesExpressionsTests) ... ok test_values_expression (expressions.test_queryset_values.ValuesExpressionsTests) ... ok test_values_expression_group_by (expressions.test_queryset_values.ValuesExpressionsTests) ... ok test_values_list_expression (expressions.test_queryset_values.ValuesExpressionsTests) ... ok test_values_list_expression_flat (expressions.test_queryset_values.ValuesExpressionsTests) ... ok test_aggregate_subquery_annotation (expressions.tests.BasicExpressionsTests) ... ok test_annotate_values_aggregate (expressions.tests.BasicExpressionsTests) ... ok test_annotate_values_count (expressions.tests.BasicExpressionsTests) ... ok test_annotate_values_filter (expressions.tests.BasicExpressionsTests) ... ok test_annotation_with_outerref (expressions.tests.BasicExpressionsTests) ... ok test_annotations_within_subquery (expressions.tests.BasicExpressionsTests) ... ok test_arithmetic (expressions.tests.BasicExpressionsTests) ... ok test_boolean_expression_combined (expressions.tests.BasicExpressionsTests) ... ok test_case_in_filter_if_boolean_output_field (expressions.tests.BasicExpressionsTests) ... ok test_exist_single_field_output_field (expressions.tests.BasicExpressionsTests) ... ok test_exists_in_filter (expressions.tests.BasicExpressionsTests) ... ok test_explicit_output_field (expressions.tests.BasicExpressionsTests) ... ok test_filter_inter_attribute (expressions.tests.BasicExpressionsTests) ... ok test_filter_with_join (expressions.tests.BasicExpressionsTests) ... ok test_filtering_on_annotate_that_uses_q (expressions.tests.BasicExpressionsTests) ... ok test_filtering_on_q_that_is_boolean (expressions.tests.BasicExpressionsTests) ... ok test_filtering_on_rawsql_that_is_boolean (expressions.tests.BasicExpressionsTests) ... ok test_in_subquery (expressions.tests.BasicExpressionsTests) ... ok test_incorrect_field_in_F_expression (expressions.tests.BasicExpressionsTests) ... ok test_incorrect_joined_field_in_F_expression (expressions.tests.BasicExpressionsTests) ... ok test_nested_subquery (expressions.tests.BasicExpressionsTests) ... ok test_nested_subquery_join_outer_ref (expressions.tests.BasicExpressionsTests) ... ok test_nested_subquery_outer_ref_2 (expressions.tests.BasicExpressionsTests) ... ok test_nested_subquery_outer_ref_with_autofield (expressions.tests.BasicExpressionsTests) ... ok test_new_object_create (expressions.tests.BasicExpressionsTests) ... ok test_new_object_save (expressions.tests.BasicExpressionsTests) ... ok test_object_create_with_aggregate (expressions.tests.BasicExpressionsTests) ... ok test_object_update (expressions.tests.BasicExpressionsTests) ... ok test_object_update_fk (expressions.tests.BasicExpressionsTests) ... ok test_object_update_unsaved_objects (expressions.tests.BasicExpressionsTests) ... ok test_order_by_exists (expressions.tests.BasicExpressionsTests) ... ok test_order_by_multiline_sql (expressions.tests.BasicExpressionsTests) ... ok test_order_of_operations (expressions.tests.BasicExpressionsTests) ... ok test_outerref (expressions.tests.BasicExpressionsTests) ... ok test_outerref_mixed_case_table_name (expressions.tests.BasicExpressionsTests) ... ok test_outerref_with_operator (expressions.tests.BasicExpressionsTests) ... ok test_parenthesis_priority (expressions.tests.BasicExpressionsTests) ... ok test_pickle_expression (expressions.tests.BasicExpressionsTests) ... ok test_subquery (expressions.tests.BasicExpressionsTests) ... ok test_subquery_eq (expressions.tests.BasicExpressionsTests) ... ok test_subquery_filter_by_aggregate (expressions.tests.BasicExpressionsTests) ... ok test_subquery_filter_by_lazy (expressions.tests.BasicExpressionsTests) ... ok test_subquery_in_filter (expressions.tests.BasicExpressionsTests) ... ok test_subquery_references_joined_table_twice (expressions.tests.BasicExpressionsTests) ... ok test_ticket_11722_iexact_lookup (expressions.tests.BasicExpressionsTests) ... ok test_ticket_16731_startswith_lookup (expressions.tests.BasicExpressionsTests) ... ok test_ticket_18375_chained_filters (expressions.tests.BasicExpressionsTests) ... ok test_ticket_18375_join_reuse (expressions.tests.BasicExpressionsTests) ... ok test_ticket_18375_kwarg_ordering (expressions.tests.BasicExpressionsTests) ... ok test_ticket_18375_kwarg_ordering_2 (expressions.tests.BasicExpressionsTests) ... ok test_update (expressions.tests.BasicExpressionsTests) ... ok test_update_inherited_field_value (expressions.tests.BasicExpressionsTests) ... ok test_update_with_fk (expressions.tests.BasicExpressionsTests) ... ok test_update_with_none (expressions.tests.BasicExpressionsTests) ... ok test_uuid_pk_subquery (expressions.tests.BasicExpressionsTests) ... ok test_lefthand_addition (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_bitwise_and (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_bitwise_left_shift_operator (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_bitwise_or (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_bitwise_right_shift_operator (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_division (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_modulo (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_multiplication (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_power (expressions.tests.ExpressionOperatorTests) ... ok test_lefthand_subtraction (expressions.tests.ExpressionOperatorTests) ... ok test_right_hand_addition (expressions.tests.ExpressionOperatorTests) ... ok test_right_hand_division (expressions.tests.ExpressionOperatorTests) ... ok test_right_hand_modulo (expressions.tests.ExpressionOperatorTests) ... ok test_right_hand_multiplication (expressions.tests.ExpressionOperatorTests) ... ok test_right_hand_subtraction (expressions.tests.ExpressionOperatorTests) ... ok test_righthand_power (expressions.tests.ExpressionOperatorTests) ... ok test_complex_expressions (expressions.tests.ExpressionsNumericTests) Complex expressions of different connection types are possible. ... ok test_fill_with_value_from_same_object (expressions.tests.ExpressionsNumericTests) We can fill a value in all objects with an other value of the ... ok test_filter_not_equals_other_field (expressions.tests.ExpressionsNumericTests) We can filter for objects, where a value is not equals the value ... ok test_increment_value (expressions.tests.ExpressionsNumericTests) We can increment a value of all objects in a query set. ... ok test_F_reuse (expressions.tests.ExpressionsTests) ... ok test_insensitive_patterns_escape (expressions.tests.ExpressionsTests) Special characters (e.g. %, _ and \) stored in database are ... ok test_patterns_escape (expressions.tests.ExpressionsTests) Special characters (e.g. %, _ and \) stored in database are ... ok test_date_case_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_date_comparison (expressions.tests.FTimeDeltaTests) ... ok test_date_minus_duration (expressions.tests.FTimeDeltaTests) ... ok test_date_subquery_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_date_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_datetime_subquery_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_datetime_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_datetime_subtraction_microseconds (expressions.tests.FTimeDeltaTests) ... ok test_delta_add (expressions.tests.FTimeDeltaTests) ... ok test_delta_subtract (expressions.tests.FTimeDeltaTests) ... ok test_delta_update (expressions.tests.FTimeDeltaTests) ... ok test_duration_with_datetime (expressions.tests.FTimeDeltaTests) ... ok test_duration_with_datetime_microseconds (expressions.tests.FTimeDeltaTests) ... ok test_durationfield_add (expressions.tests.FTimeDeltaTests) ... ok test_exclude (expressions.tests.FTimeDeltaTests) ... ok test_invalid_operator (expressions.tests.FTimeDeltaTests) ... ok test_mixed_comparisons1 (expressions.tests.FTimeDeltaTests) ... skipped "Database doesn't support feature(s): supports_mixed_date_datetime_comparisons" test_mixed_comparisons2 (expressions.tests.FTimeDeltaTests) ... ok test_multiple_query_compilation (expressions.tests.FTimeDeltaTests) ... ok test_negative_timedelta_update (expressions.tests.FTimeDeltaTests) ... ok test_query_clone (expressions.tests.FTimeDeltaTests) ... ok test_time_subquery_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_time_subtraction (expressions.tests.FTimeDeltaTests) ... ok test_month_aggregation (expressions.tests.FieldTransformTests) ... ok test_multiple_transforms_in_values (expressions.tests.FieldTransformTests) ... ok test_transform_in_values (expressions.tests.FieldTransformTests) ... ok test_complex_expressions_do_not_introduce_sql_injection_via_untrusted_string_inclusion (expressions.tests.IterableLookupInnerExpressionsTests) This tests that SQL injection isn't possible using compilation of ... ok test_expressions_in_lookups_join_choice (expressions.tests.IterableLookupInnerExpressionsTests) ... ok test_in_lookup_allows_F_expressions_and_expressions_for_datetimes (expressions.tests.IterableLookupInnerExpressionsTests) ... ok test_in_lookup_allows_F_expressions_and_expressions_for_integers (expressions.tests.IterableLookupInnerExpressionsTests) ... ok test_range_lookup_allows_F_expressions_and_expressions_for_integers (expressions.tests.IterableLookupInnerExpressionsTests) ... ok test_deconstruct (expressions.tests.ValueTests) ... ok test_deconstruct_output_field (expressions.tests.ValueTests) ... ok test_equal (expressions.tests.ValueTests) ... ok test_equal_output_field (expressions.tests.ValueTests) ... ok test_hash (expressions.tests.ValueTests) ... ok test_raise_empty_expressionlist (expressions.tests.ValueTests) ... ok test_update_TimeField_using_Value (expressions.tests.ValueTests) ... ok test_update_UUIDField_using_Value (expressions.tests.ValueTests) ... ok test_allow_empty_archive_view (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_by_month (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_context_object_name (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_custom_sorting (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_custom_sorting_dec (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_invalid (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_template (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_template_suffix (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_archive_view_without_date_field (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_aware_datetime_archive_view (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_date_list_order (generic_views.test_dates.ArchiveIndexViewTests) date_list should be sorted descending in index ... ok test_datetime_archive_view (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_empty_archive_view (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_no_duplicate_query (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_paginated_archive_view (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_paginated_archive_view_does_not_load_entire_table (generic_views.test_dates.ArchiveIndexViewTests) ... ok test_aware_datetime_date_detail (generic_views.test_dates.DateDetailViewTests) ... ok test_date_detail_allow_future (generic_views.test_dates.DateDetailViewTests) ... ok test_date_detail_by_pk (generic_views.test_dates.DateDetailViewTests) ... ok test_date_detail_by_slug (generic_views.test_dates.DateDetailViewTests) ... ok test_date_detail_custom_month_format (generic_views.test_dates.DateDetailViewTests) ... ok test_datetime_date_detail (generic_views.test_dates.DateDetailViewTests) ... ok test_get_object_custom_queryset (generic_views.test_dates.DateDetailViewTests) Custom querysets are used when provided to ... ok test_get_object_custom_queryset_numqueries (generic_views.test_dates.DateDetailViewTests) ... ok test_invalid_url (generic_views.test_dates.DateDetailViewTests) ... ok test_year_out_of_range (generic_views.test_dates.DateDetailViewTests) ... ok test_aware_datetime_day_view (generic_views.test_dates.DayArchiveViewTests) ... ok test_custom_month_format (generic_views.test_dates.DayArchiveViewTests) ... ok test_datetime_day_view (generic_views.test_dates.DayArchiveViewTests) ... ok test_day_view (generic_views.test_dates.DayArchiveViewTests) ... ok test_day_view_allow_empty (generic_views.test_dates.DayArchiveViewTests) ... ok test_day_view_allow_future (generic_views.test_dates.DayArchiveViewTests) ... ok test_day_view_invalid_pattern (generic_views.test_dates.DayArchiveViewTests) ... ok test_day_view_paginated (generic_views.test_dates.DayArchiveViewTests) ... ok test_next_prev_context (generic_views.test_dates.DayArchiveViewTests) ... ok test_today_view (generic_views.test_dates.DayArchiveViewTests) ... ok test_aware_datetime_month_view (generic_views.test_dates.MonthArchiveViewTests) ... ok test_custom_month_format (generic_views.test_dates.MonthArchiveViewTests) ... ok test_date_list_order (generic_views.test_dates.MonthArchiveViewTests) date_list should be sorted ascending in month view ... ok test_datetime_month_view (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view_allow_empty (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view_allow_future (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view_get_month_from_request (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view_invalid_pattern (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view_paginated (generic_views.test_dates.MonthArchiveViewTests) ... ok test_month_view_without_month_in_url (generic_views.test_dates.MonthArchiveViewTests) ... ok test_previous_month_without_content (generic_views.test_dates.MonthArchiveViewTests) Content can exist on any day of the previous month. Refs #14711 ... ok test_aware_datetime_week_view (generic_views.test_dates.WeekArchiveViewTests) ... ok test_datetime_week_view (generic_views.test_dates.WeekArchiveViewTests) ... ok test_unknown_week_format (generic_views.test_dates.WeekArchiveViewTests) ... ok test_week_start_Monday (generic_views.test_dates.WeekArchiveViewTests) ... ok test_week_view (generic_views.test_dates.WeekArchiveViewTests) ... ok test_week_view_allow_empty (generic_views.test_dates.WeekArchiveViewTests) ... ok test_week_view_allow_future (generic_views.test_dates.WeekArchiveViewTests) ... ok test_week_view_invalid_pattern (generic_views.test_dates.WeekArchiveViewTests) ... ok test_week_view_paginated (generic_views.test_dates.WeekArchiveViewTests) ... ok test_aware_datetime_year_view (generic_views.test_dates.YearArchiveViewTests) ... ok test_date_list_order (generic_views.test_dates.YearArchiveViewTests) date_list should be sorted ascending in year view ... ok test_datetime_year_view (generic_views.test_dates.YearArchiveViewTests) ... ok test_get_context_data_receives_extra_context (generic_views.test_dates.YearArchiveViewTests) MultipleObjectMixin.get_context_data() receives the context set by ... ok test_get_dated_items_not_implemented (generic_views.test_dates.YearArchiveViewTests) ... ok test_no_duplicate_query (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_allow_future (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_custom_sort_order (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_empty (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_invalid_pattern (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_make_object_list (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_paginated (generic_views.test_dates.YearArchiveViewTests) ... ok test_year_view_two_custom_sort_orders (generic_views.test_dates.YearArchiveViewTests) ... ok test_context_object_name (generic_views.test_detail.DetailViewTest) ... ok test_custom_detail (generic_views.test_detail.DetailViewTest) AuthorCustomDetail overrides get() and ensures that ... ok test_deferred_queryset_context_object_name (generic_views.test_detail.DetailViewTest) ... ok test_deferred_queryset_template_name (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_custom_pk (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_custom_slug (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_pk (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_pk_and_slug (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_pk_and_slug_mismatch_404 (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_pk_ignore_slug (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_pk_ignore_slug_mismatch (generic_views.test_detail.DetailViewTest) ... ok test_detail_by_slug (generic_views.test_detail.DetailViewTest) ... ok test_detail_missing_object (generic_views.test_detail.DetailViewTest) ... ok test_detail_object_does_not_exist (generic_views.test_detail.DetailViewTest) ... ok test_duplicated_context_object_name (generic_views.test_detail.DetailViewTest) ... ok test_invalid_queryset (generic_views.test_detail.DetailViewTest) ... ok test_invalid_url (generic_views.test_detail.DetailViewTest) ... ok test_non_model_object_with_meta (generic_views.test_detail.DetailViewTest) ... ok test_simple_object (generic_views.test_detail.DetailViewTest) ... ok test_template_name (generic_views.test_detail.DetailViewTest) ... ok test_template_name_field (generic_views.test_detail.DetailViewTest) ... ok test_template_name_suffix (generic_views.test_detail.DetailViewTest) ... ok test_verbose_name (generic_views.test_detail.DetailViewTest) ... ok test_late_form_validation (generic_views.test_edit.BasicFormTests) A form can be marked invalid in the form_valid() method (#25548). ... ok test_post_data (generic_views.test_edit.BasicFormTests) ... ok test_create (generic_views.test_edit.CreateViewTests) ... ok test_create_invalid (generic_views.test_edit.CreateViewTests) ... ok test_create_restricted (generic_views.test_edit.CreateViewTests) ... ok test_create_view_all_fields (generic_views.test_edit.CreateViewTests) ... ok test_create_view_with_restricted_fields (generic_views.test_edit.CreateViewTests) ... ok test_create_view_without_explicit_fields (generic_views.test_edit.CreateViewTests) ... ok test_create_with_interpolated_redirect (generic_views.test_edit.CreateViewTests) ... ok test_create_with_object_url (generic_views.test_edit.CreateViewTests) ... ok test_create_with_redirect (generic_views.test_edit.CreateViewTests) ... ok test_create_with_special_properties (generic_views.test_edit.CreateViewTests) ... ok test_create_without_redirect (generic_views.test_edit.CreateViewTests) ... ok test_define_both_fields_and_form_class (generic_views.test_edit.CreateViewTests) ... ok test_delete_by_delete (generic_views.test_edit.DeleteViewTests) ... ok test_delete_by_post (generic_views.test_edit.DeleteViewTests) ... ok test_delete_with_interpolated_redirect (generic_views.test_edit.DeleteViewTests) ... ok test_delete_with_redirect (generic_views.test_edit.DeleteViewTests) ... ok test_delete_with_special_properties (generic_views.test_edit.DeleteViewTests) ... ok test_delete_without_redirect (generic_views.test_edit.DeleteViewTests) ... ok test_update_get_object (generic_views.test_edit.UpdateViewTests) ... ok test_update_invalid (generic_views.test_edit.UpdateViewTests) ... ok test_update_post (generic_views.test_edit.UpdateViewTests) ... ok test_update_with_interpolated_redirect (generic_views.test_edit.UpdateViewTests) ... ok test_update_with_object_url (generic_views.test_edit.UpdateViewTests) ... ok test_update_with_redirect (generic_views.test_edit.UpdateViewTests) ... ok test_update_with_special_properties (generic_views.test_edit.UpdateViewTests) ... ok test_update_without_redirect (generic_views.test_edit.UpdateViewTests) ... ok test_allow_empty_false (generic_views.test_list.ListViewTests) ... ok test_context_object_name (generic_views.test_list.ListViewTests) ... ok test_duplicate_context_object_name (generic_views.test_list.ListViewTests) ... ok test_explicitly_ordered_list_view (generic_views.test_list.ListViewTests) ... ok test_invalid_get_queryset (generic_views.test_list.ListViewTests) ... ok test_items (generic_views.test_list.ListViewTests) ... ok test_missing_items (generic_views.test_list.ListViewTests) ... ok test_paginated_custom_page_kwarg (generic_views.test_list.ListViewTests) ... ok test_paginated_custom_paginator_class (generic_views.test_list.ListViewTests) ... ok test_paginated_custom_paginator_constructor (generic_views.test_list.ListViewTests) ... ok test_paginated_get_last_page_by_query_string (generic_views.test_list.ListViewTests) ... ok test_paginated_get_page_by_query_string (generic_views.test_list.ListViewTests) ... ok test_paginated_get_page_by_urlvar (generic_views.test_list.ListViewTests) ... ok test_paginated_invalid_page (generic_views.test_list.ListViewTests) ... ok test_paginated_list_view_does_not_load_entire_table (generic_views.test_list.ListViewTests) ... ok test_paginated_list_view_returns_useful_message_on_invalid_page (generic_views.test_list.ListViewTests) ... ok test_paginated_non_queryset (generic_views.test_list.ListViewTests) ... ok test_paginated_orphaned_queryset (generic_views.test_list.ListViewTests) ... ok test_paginated_page_out_of_range (generic_views.test_list.ListViewTests) ... ok test_paginated_queryset (generic_views.test_list.ListViewTests) ... ok test_paginated_queryset_shortdata (generic_views.test_list.ListViewTests) ... ok test_queryset (generic_views.test_list.ListViewTests) ... ok test_template_name (generic_views.test_list.ListViewTests) ... ok test_template_name_suffix (generic_views.test_list.ListViewTests) ... ok test_verbose_name (generic_views.test_list.ListViewTests) ... ok test_default_related_name (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_default_related_name_in_queryset_lookup (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_inheritance (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_inheritance_with_overridden_default_related_name (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_model_name_not_available_in_queryset_lookup (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_no_default_related_name (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_related_name_overrides_default_related_name (model_options.test_default_related_name.DefaultRelatedNameTests) ... ok test_aggregation (from_db_value.tests.FromDBValueTest) ... ok test_connection (from_db_value.tests.FromDBValueTest) ... ok test_defer (from_db_value.tests.FromDBValueTest) ... ok test_simple_load (from_db_value.tests.FromDBValueTest) ... ok test_values (from_db_value.tests.FromDBValueTest) ... ok test_values_list (from_db_value.tests.FromDBValueTest) ... ok test_reraising_backend_specific_database_exception (db_utils.tests.DatabaseErrorWrapperTests) ... skipped 'PostgreSQL test' test_automatic_m2m_column_names (model_package.tests.ModelPackageTests) Regression for #12386 - field names on the autogenerated intermediate ... ok test_m2m_tables_in_subpackage_models (model_package.tests.ModelPackageTests) Regression for #12168: models split into subpackages still get M2M ... ok test_models_in_the_test_package (model_package.tests.ModelPackageTests) Regression for #12245 - Models can exist in the test package, too. ... ok test_mutually_referential (mutually_referential.tests.MutuallyReferentialTests) ... ok test_loaddata (fixtures_model_package.tests.FixtureTestCase) Fixtures can load data into models defined in packages ... ok test_class_fixtures (fixtures_model_package.tests.SampleTestCase) Test cases can load fixture objects into models defined in packages ... ok test_ticket_11101 (fixtures_regress.tests.TestTicket11101) Fixtures can be rolled back (ticket #11101). ... ok test_egg1 (app_loading.tests.EggLoadingTest) Models module can be loaded from an app in an egg ... ok test_egg2 (app_loading.tests.EggLoadingTest) Loading an app from an egg that has no models returns no models (and no error) ... ok test_egg3 (app_loading.tests.EggLoadingTest) Models module can be loaded from an app located under an egg's top-level package ... ok test_egg4 (app_loading.tests.EggLoadingTest) Loading an app with no models from under the top-level egg package generates no error ... ok test_egg5 (app_loading.tests.EggLoadingTest) Loading an app from an egg that has an import error in its models module raises that error ... ok test_get_model_only_returns_installed_models (app_loading.tests.GetModelsTest) ... ok test_get_models_only_returns_installed_models (app_loading.tests.GetModelsTest) ... ok test_isinstance_of_autofield (model_fields.test_autofield.AutoFieldInheritanceTests) ... ok test_issubclass_of_autofield (model_fields.test_autofield.AutoFieldInheritanceTests) ... ok test_boolean_field_doesnt_accept_empty_input (model_fields.test_booleanfield.ValidationTest) ... ok test_nullbooleanfield_blank (model_fields.test_booleanfield.ValidationTest) NullBooleanField shouldn't throw a validation error when given a value ... ok test_charfield_cleans_empty_string_when_blank_true (model_fields.test_charfield.ValidationTests) ... ok test_charfield_raises_error_on_empty_input (model_fields.test_charfield.ValidationTests) ... ok test_charfield_raises_error_on_empty_string (model_fields.test_charfield.ValidationTests) ... ok test_charfield_with_choices_cleans_valid_choice (model_fields.test_charfield.ValidationTests) ... ok test_charfield_with_choices_raises_error_on_invalid_choice (model_fields.test_charfield.ValidationTests) ... ok test_enum_choices_cleans_valid_string (model_fields.test_charfield.ValidationTests) ... ok test_enum_choices_invalid_input (model_fields.test_charfield.ValidationTests) ... ok test_datefield_cleans_date (model_fields.test_datetimefield.ValidationTest) ... ok test_formfield (model_fields.test_durationfield.TestFormField) ... ok test_dumping (model_fields.test_durationfield.TestSerialization) ... ok test_loading (model_fields.test_durationfield.TestSerialization) ... ok test_invalid_string (model_fields.test_durationfield.TestValidation) ... ok test_all_field_types_should_have_flags (model_fields.test_field_flags.FieldFlagsTests) ... ok test_cardinality_m2m (model_fields.test_field_flags.FieldFlagsTests) ... ok test_cardinality_m2o (model_fields.test_field_flags.FieldFlagsTests) ... ok test_cardinality_o2m (model_fields.test_field_flags.FieldFlagsTests) ... ok test_cardinality_o2o (model_fields.test_field_flags.FieldFlagsTests) ... ok test_each_field_should_have_a_concrete_attribute (model_fields.test_field_flags.FieldFlagsTests) ... ok test_each_field_should_have_a_has_rel_attribute (model_fields.test_field_flags.FieldFlagsTests) ... ok test_each_field_should_have_an_editable_attribute (model_fields.test_field_flags.FieldFlagsTests) ... ok test_each_object_should_have_auto_created (model_fields.test_field_flags.FieldFlagsTests) ... ok test_field_names_should_always_be_available (model_fields.test_field_flags.FieldFlagsTests) ... ok test_hidden_flag (model_fields.test_field_flags.FieldFlagsTests) ... ok test_model_and_reverse_model_should_equal_on_relations (model_fields.test_field_flags.FieldFlagsTests) ... ok test_non_concrete_fields (model_fields.test_field_flags.FieldFlagsTests) ... ok test_non_editable_fields (model_fields.test_field_flags.FieldFlagsTests) ... ok test_null (model_fields.test_field_flags.FieldFlagsTests) ... ok test_related_fields (model_fields.test_field_flags.FieldFlagsTests) ... ok test_callable_path (model_fields.test_filepathfield.FilePathFieldTests) ... ok test_path (model_fields.test_filepathfield.FilePathFieldTests) ... ok test_choices_validation_supports_named_groups (model_fields.test_integerfield.ValidationTests) ... ok test_enum_choices_cleans_valid_string (model_fields.test_integerfield.ValidationTests) ... ok test_enum_choices_invalid_input (model_fields.test_integerfield.ValidationTests) ... ok test_integerfield_cleans_valid_string (model_fields.test_integerfield.ValidationTests) ... ok test_integerfield_raises_error_on_empty_input (model_fields.test_integerfield.ValidationTests) ... ok test_integerfield_raises_error_on_invalid_intput (model_fields.test_integerfield.ValidationTests) ... ok test_integerfield_validates_zero_against_choices (model_fields.test_integerfield.ValidationTests) ... ok test_nullable_integerfield_cleans_none_on_null_and_blank_true (model_fields.test_integerfield.ValidationTests) ... ok test_nullable_integerfield_raises_error_with_blank_false (model_fields.test_integerfield.ValidationTests) ... ok test_abstract_model_app_relative_foreign_key (model_fields.test_manytomanyfield.ManyToManyFieldTests) ... ok test_abstract_model_pending_operations (model_fields.test_manytomanyfield.ManyToManyFieldTests) Many-to-many fields declared on abstract models should not add lazy ... ok test_AutoField (model_fields.test_promises.PromiseTest) ... ok test_BinaryField (model_fields.test_promises.PromiseTest) ... ok test_BooleanField (model_fields.test_promises.PromiseTest) ... ok test_CharField (model_fields.test_promises.PromiseTest) ... ok test_DateField (model_fields.test_promises.PromiseTest) ... ok test_DateTimeField (model_fields.test_promises.PromiseTest) ... ok test_DecimalField (model_fields.test_promises.PromiseTest) ... ok test_EmailField (model_fields.test_promises.PromiseTest) ... ok test_FileField (model_fields.test_promises.PromiseTest) ... ok test_FilePathField (model_fields.test_promises.PromiseTest) ... ok test_FloatField (model_fields.test_promises.PromiseTest) ... ok test_GenericIPAddressField (model_fields.test_promises.PromiseTest) ... ok test_IPAddressField (model_fields.test_promises.PromiseTest) ... ok test_ImageField (model_fields.test_promises.PromiseTest) ... ok test_IntegerField (model_fields.test_promises.PromiseTest) ... ok test_NullBooleanField (model_fields.test_promises.PromiseTest) ... ok test_PositiveIntegerField (model_fields.test_promises.PromiseTest) ... ok test_PositiveSmallIntegerField (model_fields.test_promises.PromiseTest) ... ok test_SlugField (model_fields.test_promises.PromiseTest) ... ok test_SmallIntegerField (model_fields.test_promises.PromiseTest) ... ok test_TextField (model_fields.test_promises.PromiseTest) ... ok test_TimeField (model_fields.test_promises.PromiseTest) ... ok test_URLField (model_fields.test_promises.PromiseTest) ... ok test_unsaved_fk (model_fields.test_uuid.TestAsPrimaryKeyTransactionTests) ... ok test_deconstruct (model_fields.test_uuid.TestMethods) ... ok test_to_python (model_fields.test_uuid.TestMethods) ... ok test_to_python_int_too_large (model_fields.test_uuid.TestMethods) ... ok test_to_python_int_values (model_fields.test_uuid.TestMethods) ... ok test_dumping (model_fields.test_uuid.TestSerialization) ... ok test_loading (model_fields.test_uuid.TestSerialization) ... ok test_nullable_loading (model_fields.test_uuid.TestSerialization) ... ok test_invalid_uuid (model_fields.test_uuid.TestValidation) ... ok test_uuid_instance_ok (model_fields.test_uuid.TestValidation) ... ok test_choices_form_class (model_fields.tests.BasicFieldTests) Can supply a custom choices form class to Field.formfield() ... ok test_deconstruct_nested_field (model_fields.tests.BasicFieldTests) deconstruct() uses __qualname__ for nested class support. ... ok test_field_instance_is_picklable (model_fields.tests.BasicFieldTests) Field instances can be pickled. ... ok test_field_name (model_fields.tests.BasicFieldTests) A defined field name (name="fieldname") is used instead of the model ... ok test_field_ordering (model_fields.tests.BasicFieldTests) Fields are ordered based on their creation. ... ok test_field_repr (model_fields.tests.BasicFieldTests) __repr__() of a field displays its name. ... ok test_field_repr_nested (model_fields.tests.BasicFieldTests) __repr__() uses __qualname__ for nested class support. ... ok test_field_str (model_fields.tests.BasicFieldTests) ... ok test_field_verbose_name (model_fields.tests.BasicFieldTests) ... ok test_formfield_disabled (model_fields.tests.BasicFieldTests) Field.formfield() sets disabled for fields with choices. ... ok test_show_hidden_initial (model_fields.tests.BasicFieldTests) Fields with choices respect show_hidden_initial as a kwarg to ... ok test_check (model_fields.tests.ChoicesTests) ... ok test_choices (model_fields.tests.ChoicesTests) ... ok test_flatchoices (model_fields.tests.ChoicesTests) ... ok test_formfield (model_fields.tests.ChoicesTests) ... ok test_invalid_choice (model_fields.tests.ChoicesTests) ... ok test_blank_in_choices (model_fields.tests.GetChoicesTests) ... ok test_blank_in_grouped_choices (model_fields.tests.GetChoicesTests) ... ok test_empty_choices (model_fields.tests.GetChoicesTests) ... ok test_lazy_strings_not_evaluated (model_fields.tests.GetChoicesTests) ... ok test_choices_and_field_display (model_fields.tests.GetFieldDisplayTests) get_choices() interacts with get_FIELD_display() to return the expected ... ok test_empty_iterator_choices (model_fields.tests.GetFieldDisplayTests) get_choices() works with empty iterators. ... ok test_get_FIELD_display_translated (model_fields.tests.GetFieldDisplayTests) A translated display value is coerced to str. ... ok test_iterator_choices (model_fields.tests.GetFieldDisplayTests) get_choices() works with Iterators. ... ok test_overriding_FIELD_display (model_fields.tests.GetFieldDisplayTests) ... ok test_overriding_inherited_FIELD_display (model_fields.tests.GetFieldDisplayTests) ... ok test_db_query_in_hook (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_delays_execution_until_after_transaction_commit (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_discards_hooks_from_rolled_back_savepoint (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_does_not_execute_if_transaction_rolled_back (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_error_in_hook_doesnt_prevent_clearing_hooks (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_executes_immediately_if_no_transaction (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_executes_only_after_final_transaction_committed (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_hook_in_hook (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_hooks_cleared_after_rollback (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_hooks_cleared_after_successful_commit (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_hooks_cleared_on_reconnect (transaction_hooks.tests.TestConnectionOnCommit) ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_inner_savepoint_does_not_affect_outer (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_inner_savepoint_rolled_back_with_outer (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_no_hooks_run_from_failed_transaction (transaction_hooks.tests.TestConnectionOnCommit) If outer transaction fails, no hooks from within it run. ... ok test_no_savepoints_atomic_merged_with_outer (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_raises_exception_non_autocommit_mode (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_runs_hooks_in_order_registered (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_transaction_in_hook (transaction_hooks.tests.TestConnectionOnCommit) ... ok test_abstract_model_with_regular_python_mixin_mro (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_cannot_override_indirect_abstract_field (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_multi_inheritance_field_clashes (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_multiple_inheritance_cannot_shadow_concrete_inherited_field (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_multiple_parents_mro (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_override_field_with_attr (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_override_one2one_relation_auto_field_clashes (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_overriding_field_removed_by_concrete_model (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_reverse_foreign_key (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_shadow_related_name_when_set_to_none (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_shadowed_fkey_id (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_single_parent (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_virtual_field (model_inheritance.test_abstract_inheritance.AbstractInheritanceTests) ... ok test_abstract_fk_related_name (model_inheritance.tests.InheritanceSameModelNameTests) ... ok test_add_binaryfield_mediumblob (schema.tests.SchemaTests) Test adding a custom-sized binary field on MySQL (#24846). ... skipped 'MySQL specific' test_add_datefield_and_datetimefield_use_effective_default (schema.tests.SchemaTests) effective_default() should be used for DateField, DateTimeField, and ... ok test_add_field (schema.tests.SchemaTests) Tests adding fields to models ... ok test_add_field_binary (schema.tests.SchemaTests) Tests binary fields get a sane default (#22851) ... ok test_add_field_default_dropped (schema.tests.SchemaTests) ... ok test_add_field_default_transform (schema.tests.SchemaTests) Tests adding fields to models with a default that is not directly ... ok test_add_field_remove_field (schema.tests.SchemaTests) Adding a field and removing it removes all deferred sql referring to it. ... ok test_add_field_temp_default (schema.tests.SchemaTests) Tests adding fields to models with a temporary default ... ok test_add_field_temp_default_boolean (schema.tests.SchemaTests) Tests adding fields to models with a temporary default where ... ok test_add_field_use_effective_default (schema.tests.SchemaTests) #23987 - effective_default() should be used as the field default when ... ok test_add_foreign_key_long_names (schema.tests.SchemaTests) Regression test for #23009. ... ok test_add_foreign_key_quoted_db_table (schema.tests.SchemaTests) ... ok test_add_foreign_object (schema.tests.SchemaTests) ... ok test_add_indexed_charfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_add_inline_fk_index_update_data (schema.tests.SchemaTests) ... skipped "Database doesn't support feature(s): can_create_inline_fk, allows_multiple_constraints_on_same_fields" test_add_inline_fk_update_data (schema.tests.SchemaTests) ... skipped "Database doesn't support feature(s): can_create_inline_fk" test_add_remove_index (schema.tests.SchemaTests) Tests index addition and removal ... ok test_add_textfield_unhashable_default (schema.tests.SchemaTests) ... ok test_add_unique_charfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter (schema.tests.SchemaTests) Tests simple altering of fields ... ok test_alter_auto_field_quoted_db_column (schema.tests.SchemaTests) ... ok test_alter_auto_field_to_char_field (schema.tests.SchemaTests) ... ok test_alter_auto_field_to_integer_field (schema.tests.SchemaTests) ... ok test_alter_autofield_pk_to_bigautofield_pk_sequence_owner (schema.tests.SchemaTests) Converting an implicit PK to BigAutoField(primary_key=True) should keep ... ok test_alter_autofield_pk_to_smallautofield_pk_sequence_owner (schema.tests.SchemaTests) Converting an implicit PK to SmallAutoField(primary_key=True) should ... ok test_alter_char_field_decrease_length (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_charfield_to_null (schema.tests.SchemaTests) #24307 - Should skip an alter statement on databases with ... ok test_alter_db_table_case (schema.tests.SchemaTests) ... ok test_alter_field_add_db_index_to_charfield_with_unique (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_add_index_to_charfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_add_index_to_integerfield (schema.tests.SchemaTests) ... ok test_alter_field_add_index_to_textfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_add_unique_to_charfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_add_unique_to_charfield_with_db_index (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_default_doesnt_perform_queries (schema.tests.SchemaTests) No queries are performed if a field default changes and the field's ... skipped 'SQLite naively remakes the table on field alteration.' test_alter_field_default_dropped (schema.tests.SchemaTests) ... ok test_alter_field_fk_keeps_index (schema.tests.SchemaTests) ... ok test_alter_field_fk_to_o2o (schema.tests.SchemaTests) ... ok test_alter_field_o2o_keeps_unique (schema.tests.SchemaTests) ... ok test_alter_field_o2o_to_fk (schema.tests.SchemaTests) ... ok test_alter_field_remove_unique_and_db_index_from_charfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_swap_unique_and_db_index_with_charfield (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_field_with_custom_db_type (schema.tests.SchemaTests) ... skipped 'PostgreSQL specific' test_alter_fk (schema.tests.SchemaTests) Tests altering of FKs ... ok test_alter_fk_checks_deferred_constraints (schema.tests.SchemaTests) #25492 - Altering a foreign key's structure and data in the same ... ok test_alter_fk_to_o2o (schema.tests.SchemaTests) #24163 - Tests altering of ForeignKey to OneToOneField ... ok test_alter_implicit_id_to_explicit (schema.tests.SchemaTests) Should be able to convert an implicit "id" field to an explicit "id" ... ok test_alter_int_pk_to_autofield_pk (schema.tests.SchemaTests) Should be able to rename an IntegerField(primary_key=True) to ... ok test_alter_int_pk_to_bigautofield_pk (schema.tests.SchemaTests) Should be able to rename an IntegerField(primary_key=True) to ... ok test_alter_int_pk_to_int_unique (schema.tests.SchemaTests) Should be able to rename an IntegerField(primary_key=True) to ... ok test_alter_not_unique_field_to_primary_key (schema.tests.SchemaTests) ... ok test_alter_null_to_not_null (schema.tests.SchemaTests) #23609 - Tests handling of default values when altering from NULL to NOT NULL. ... ok test_alter_null_to_not_null_keeping_default (schema.tests.SchemaTests) #23738 - Can change a nullable field with default to non-nullable ... skipped "Database doesn't support feature(s): supports_combined_alters" test_alter_numeric_field_keep_null_status (schema.tests.SchemaTests) Changing a field type shouldn't affect the not null status. ... ok test_alter_o2o_to_fk (schema.tests.SchemaTests) #24163 - Tests altering of OneToOneField to ForeignKey ... ok test_alter_pk_with_self_referential_field (schema.tests.SchemaTests) Changing the primary key field name of a model with a self-referential ... ok test_alter_primary_key_quoted_db_table (schema.tests.SchemaTests) ... ok test_alter_smallint_pk_to_smallautofield_pk (schema.tests.SchemaTests) Should be able to rename an SmallIntegerField(primary_key=True) to ... ok test_alter_text_field (schema.tests.SchemaTests) ... ok test_alter_text_field_to_date_field (schema.tests.SchemaTests) #25002 - Test conversion of text field to date field. ... ok test_alter_text_field_to_datetime_field (schema.tests.SchemaTests) #25002 - Test conversion of text field to datetime field. ... ok test_alter_text_field_to_time_field (schema.tests.SchemaTests) #25002 - Test conversion of text field to time field. ... ok test_alter_textfield_to_null (schema.tests.SchemaTests) #24307 - Should skip an alter statement on databases with ... ok test_alter_textual_field_keep_null_status (schema.tests.SchemaTests) Changing a field type shouldn't affect the not null status. ... ok test_alter_to_fk (schema.tests.SchemaTests) #24447 - Tests adding a FK constraint for an existing column ... ok test_char_field_with_db_index_to_fk (schema.tests.SchemaTests) ... ok test_check_constraints (schema.tests.SchemaTests) Tests creating/deleting CHECK constraints ... ok test_context_manager_exit (schema.tests.SchemaTests) Ensures transaction is correctly closed when an error occurs ... ok test_create_index_together (schema.tests.SchemaTests) Tests creating models with index_together already defined ... ok test_creation_deletion (schema.tests.SchemaTests) Tries creating a model's table, and then deleting it. ... ok test_creation_deletion_reserved_names (schema.tests.SchemaTests) Tries creating a model's table, and then deleting it when it has a ... ok test_creation_with_db_table_double_quotes (schema.tests.SchemaTests) ... skipped 'Oracle specific db_table syntax' test_db_table (schema.tests.SchemaTests) Tests renaming of the table ... ok test_fk (schema.tests.SchemaTests) Creating tables out of FK order, then repointing, works ... ok test_fk_db_constraint (schema.tests.SchemaTests) The db_constraint parameter is respected ... ok test_fk_to_proxy (schema.tests.SchemaTests) Creating a FK to a proxy model creates database constraints. ... ok test_foreign_key_index_long_names_regression (schema.tests.SchemaTests) Regression test for #21497. ... ok test_index_together (schema.tests.SchemaTests) Tests removing and adding index_together constraints on a model. ... ok test_index_together_with_fk (schema.tests.SchemaTests) Tests removing and adding index_together constraints that include ... ok test_indexes (schema.tests.SchemaTests) Tests creation/altering of indexes ... ok test_inline_fk (schema.tests.SchemaTests) ... skipped "Database doesn't support feature(s): can_create_inline_fk" test_m2m (schema.tests.SchemaTests) ... ok test_m2m_create (schema.tests.SchemaTests) ... ok test_m2m_create_custom (schema.tests.SchemaTests) ... ok test_m2m_create_inherited (schema.tests.SchemaTests) ... ok test_m2m_create_through (schema.tests.SchemaTests) ... ok test_m2m_create_through_custom (schema.tests.SchemaTests) ... ok test_m2m_create_through_inherited (schema.tests.SchemaTests) ... ok test_m2m_custom (schema.tests.SchemaTests) ... ok test_m2m_db_constraint (schema.tests.SchemaTests) ... ok test_m2m_db_constraint_custom (schema.tests.SchemaTests) ... ok test_m2m_db_constraint_inherited (schema.tests.SchemaTests) ... ok test_m2m_inherited (schema.tests.SchemaTests) ... ok test_m2m_rename_field_in_target_model (schema.tests.SchemaTests) ... ok test_m2m_repoint (schema.tests.SchemaTests) ... ok test_m2m_repoint_custom (schema.tests.SchemaTests) ... ok test_m2m_repoint_inherited (schema.tests.SchemaTests) ... ok test_m2m_through_alter (schema.tests.SchemaTests) ... ok test_m2m_through_alter_custom (schema.tests.SchemaTests) ... ok test_m2m_through_alter_inherited (schema.tests.SchemaTests) ... ok test_namespaced_db_table_create_index_name (schema.tests.SchemaTests) Table names are stripped of their namespace/schema before being used to ... ok test_no_db_constraint_added_during_primary_key_change (schema.tests.SchemaTests) When a primary key that's pointed to by a ForeignKey with ... ok test_order_index (schema.tests.SchemaTests) Indexes defined with ordering (ASC/DESC) defined on column ... ok test_primary_key (schema.tests.SchemaTests) Tests altering of the primary key ... ok test_referenced_field_without_constraint_rename_inside_atomic_block (schema.tests.SchemaTests) Foreign keys without database level constraint don't prevent the field ... ok test_referenced_table_without_constraint_rename_inside_atomic_block (schema.tests.SchemaTests) Foreign keys without database level constraint don't prevent the table ... ok test_remove_constraints_capital_letters (schema.tests.SchemaTests) #23065 - Constraint names must be quoted if they contain capital letters. ... ok test_remove_db_index_doesnt_remove_custom_indexes (schema.tests.SchemaTests) Changing db_index to False doesn't remove indexes from Meta.indexes. ... ok test_remove_field_check_does_not_remove_meta_constraints (schema.tests.SchemaTests) ... ok test_remove_field_unique_does_not_remove_meta_constraints (schema.tests.SchemaTests) ... ok test_remove_index_together_does_not_remove_meta_indexes (schema.tests.SchemaTests) ... ok test_remove_unique_together_does_not_remove_meta_constraints (schema.tests.SchemaTests) ... ok test_rename (schema.tests.SchemaTests) Tests simple altering of fields ... ok test_rename_column_renames_deferred_sql_references (schema.tests.SchemaTests) ... skipped 'SQLite naively remakes the table on field alteration.' test_rename_keep_null_status (schema.tests.SchemaTests) Renaming a field shouldn't affect the not null status. ... ok test_rename_referenced_field (schema.tests.SchemaTests) ... ok test_rename_table_renames_deferred_sql_references (schema.tests.SchemaTests) ... ok test_text_field_with_db_index (schema.tests.SchemaTests) ... ok test_text_field_with_db_index_to_fk (schema.tests.SchemaTests) ... ok test_unique (schema.tests.SchemaTests) Tests removing and adding unique constraints to a single column. ... ok test_unique_and_reverse_m2m (schema.tests.SchemaTests) AlterField can modify a unique field when there's a reverse M2M ... skipped 'SQLite remakes the table on field alteration.' test_unique_name_quoting (schema.tests.SchemaTests) ... ok test_unique_no_unnecessary_fk_drops (schema.tests.SchemaTests) If AlterField isn't selective about dropping foreign key constraints ... skipped 'SQLite naively remakes the table on field alteration.' test_unique_together (schema.tests.SchemaTests) Tests removing and adding unique_together constraints on a model. ... ok test_unique_together_with_fk (schema.tests.SchemaTests) Tests removing and adding unique_together constraints that include ... ok test_unique_together_with_fk_with_existing_index (schema.tests.SchemaTests) Tests removing and adding unique_together constraints that include ... ok test_unsupported_transactional_ddl_disallowed (schema.tests.SchemaTests) ... skipped 'Database has feature(s) can_rollback_ddl' test_get_or_create_integrityerror (get_or_create.tests.GetOrCreateTransactionTests) Regression test for #15117. Requires a TransactionTestCase on ... ok test_get_or_create_with_invalid_defaults (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_get_or_create_with_invalid_kwargs (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_multiple_invalid_fields (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_property_attribute_without_setter_defaults (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_property_attribute_without_setter_kwargs (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_update_or_create_with_invalid_defaults (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_update_or_create_with_invalid_kwargs (get_or_create.tests.InvalidCreateArgumentsTests) ... ok test_creation_in_transaction (get_or_create.tests.UpdateOrCreateTransactionTests) Objects are selected and updated in a transaction to avoid race ... skipped "Database doesn't support feature(s): has_select_for_update" test_updates_in_transaction (get_or_create.tests.UpdateOrCreateTransactionTests) Objects are selected and updated in a transaction to avoid race ... skipped "Database doesn't support feature(s): has_select_for_update" test_request_attributes (context_processors.tests.RequestContextProcessorTests) The request object is available in the template and that its ... ok test_check_composite_foreign_object (foreign_object.tests.TestModelCheckTests) ... ok test_check_subset_composite_foreign_object (foreign_object.tests.TestModelCheckTests) ... ok test_close (cache.tests.CacheClosingTests) ... ok test_head_caches_correctly (cache.tests.CacheHEADTest) ... ok test_head_with_cached_get (cache.tests.CacheHEADTest) ... ok test_per_thread (cache.tests.CacheHandlerTest) Requesting the same alias from separate threads should yield separate ... ok test_same_instance (cache.tests.CacheHandlerTest) Attempting to retrieve the same alias should yield the same instance. ... ok test_cache_key_i18n_formatting (cache.tests.CacheI18nTest) ... ok test_cache_key_i18n_timezone (cache.tests.CacheI18nTest) ... ok test_cache_key_i18n_translation (cache.tests.CacheI18nTest) ... ok test_cache_key_i18n_translation_accept_language (cache.tests.CacheI18nTest) ... ok test_cache_key_no_i18n (cache.tests.CacheI18nTest) ... ok test_middleware (cache.tests.CacheI18nTest) ... ok test_middleware_doesnt_cache_streaming_response (cache.tests.CacheI18nTest) ... ok test_304_response_has_http_caching_headers_but_not_cached (cache.tests.CacheMiddlewareTest) ... ok test_cached_control_private_not_cached (cache.tests.CacheMiddlewareTest) Responses with 'Cache-Control: private' are not cached. ... ok test_constructor (cache.tests.CacheMiddlewareTest) Ensure the constructor is correctly distinguishing between usage of CacheMiddleware as ... ok test_middleware (cache.tests.CacheMiddlewareTest) ... ok test_sensitive_cookie_not_cached (cache.tests.CacheMiddlewareTest) Django must prevent caching of responses that set a user-specific (and ... ok test_view_decorator (cache.tests.CacheMiddlewareTest) ... ok test_cache_key_varies_by_url (cache.tests.CacheUtils) get_cache_key keys differ by fully-qualified URL instead of path ... ok test_get_cache_key (cache.tests.CacheUtils) ... ok test_get_cache_key_with_query (cache.tests.CacheUtils) ... ok test_learn_cache_key (cache.tests.CacheUtils) ... ok test_patch_cache_control (cache.tests.CacheUtils) ... ok test_patch_vary_headers (cache.tests.CacheUtils) ... ok test_custom_key_validation (cache.tests.CustomCacheKeyValidationTests) ... ok test_add (cache.tests.DBCacheTests) ... ok test_add_fail_on_pickleerror (cache.tests.DBCacheTests) ... ok test_binary_string (cache.tests.DBCacheTests) ... ok test_cache_read_for_model_instance (cache.tests.DBCacheTests) ... ok test_cache_read_for_model_instance_with_deferred (cache.tests.DBCacheTests) ... ok test_cache_versioning_add (cache.tests.DBCacheTests) ... ok test_cache_versioning_delete (cache.tests.DBCacheTests) ... ok test_cache_versioning_get_set (cache.tests.DBCacheTests) ... ok test_cache_versioning_get_set_many (cache.tests.DBCacheTests) ... ok test_cache_versioning_has_key (cache.tests.DBCacheTests) ... ok test_cache_versioning_incr_decr (cache.tests.DBCacheTests) ... ok test_cache_write_for_model_instance_with_deferred (cache.tests.DBCacheTests) ... ok test_cache_write_unpicklable_object (cache.tests.DBCacheTests) ... ok test_clear (cache.tests.DBCacheTests) ... ok test_close (cache.tests.DBCacheTests) ... ok test_createcachetable_dry_run_mode (cache.tests.DBCacheTests) ... ok test_createcachetable_with_table_argument (cache.tests.DBCacheTests) Delete and recreate cache table with legacy behavior (explicitly ... ok test_cull (cache.tests.DBCacheTests) ... ok test_custom_key_func (cache.tests.DBCacheTests) ... ok test_data_types (cache.tests.DBCacheTests) ... ok test_decr (cache.tests.DBCacheTests) ... ok test_decr_version (cache.tests.DBCacheTests) ... ok test_default_used_when_none_is_set (cache.tests.DBCacheTests) If None is cached, get() returns it instead of the default. ... ok test_delete (cache.tests.DBCacheTests) ... ok test_delete_many (cache.tests.DBCacheTests) ... ok test_delete_many_num_queries (cache.tests.DBCacheTests) ... ok test_expiration (cache.tests.DBCacheTests) ... ok test_float_timeout (cache.tests.DBCacheTests) ... ok test_forever_timeout (cache.tests.DBCacheTests) Passing in None into timeout results in a value that is cached forever ... ok test_get_many (cache.tests.DBCacheTests) ... ok test_get_many_num_queries (cache.tests.DBCacheTests) ... ok test_get_or_set (cache.tests.DBCacheTests) ... ok test_get_or_set_callable (cache.tests.DBCacheTests) ... ok test_get_or_set_callable_returning_none (cache.tests.DBCacheTests) ... ok test_get_or_set_racing (cache.tests.DBCacheTests) ... ok test_get_or_set_version (cache.tests.DBCacheTests) ... ok test_has_key (cache.tests.DBCacheTests) ... ok test_in (cache.tests.DBCacheTests) ... ok test_incr (cache.tests.DBCacheTests) ... ok test_incr_version (cache.tests.DBCacheTests) ... ok test_invalid_key_characters (cache.tests.DBCacheTests) ... ok test_invalid_key_length (cache.tests.DBCacheTests) ... ok test_long_timeout (cache.tests.DBCacheTests) Followe memcached's convention where a timeout greater than 30 days is ... ok test_non_existent (cache.tests.DBCacheTests) Nonexistent cache keys return as None/default. ... ok test_prefix (cache.tests.DBCacheTests) ... ok test_second_call_doesnt_crash (cache.tests.DBCacheTests) ... ok test_set_fail_on_pickleerror (cache.tests.DBCacheTests) ... ok test_set_many (cache.tests.DBCacheTests) ... ok test_set_many_expiration (cache.tests.DBCacheTests) ... ok test_set_many_returns_empty_list_on_success (cache.tests.DBCacheTests) set_many() returns an empty list when all keys are inserted. ... ok test_simple (cache.tests.DBCacheTests) ... ok test_touch (cache.tests.DBCacheTests) ... ok test_unicode (cache.tests.DBCacheTests) ... ok test_zero_cull (cache.tests.DBCacheTests) ... ok test_zero_timeout (cache.tests.DBCacheTests) Passing in zero into timeout results in a value that is not cached ... ok test_add (cache.tests.DBCacheWithTimeZoneTests) ... ok test_add_fail_on_pickleerror (cache.tests.DBCacheWithTimeZoneTests) ... ok test_binary_string (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_read_for_model_instance (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_read_for_model_instance_with_deferred (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_versioning_add (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_versioning_delete (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_versioning_get_set (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_versioning_get_set_many (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_versioning_has_key (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_versioning_incr_decr (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_write_for_model_instance_with_deferred (cache.tests.DBCacheWithTimeZoneTests) ... ok test_cache_write_unpicklable_object (cache.tests.DBCacheWithTimeZoneTests) ... ok test_clear (cache.tests.DBCacheWithTimeZoneTests) ... ok test_close (cache.tests.DBCacheWithTimeZoneTests) ... ok test_createcachetable_dry_run_mode (cache.tests.DBCacheWithTimeZoneTests) ... ok test_createcachetable_with_table_argument (cache.tests.DBCacheWithTimeZoneTests) Delete and recreate cache table with legacy behavior (explicitly ... ok test_cull (cache.tests.DBCacheWithTimeZoneTests) ... ok test_custom_key_func (cache.tests.DBCacheWithTimeZoneTests) ... ok test_data_types (cache.tests.DBCacheWithTimeZoneTests) ... ok test_decr (cache.tests.DBCacheWithTimeZoneTests) ... ok test_decr_version (cache.tests.DBCacheWithTimeZoneTests) ... ok test_default_used_when_none_is_set (cache.tests.DBCacheWithTimeZoneTests) If None is cached, get() returns it instead of the default. ... ok test_delete (cache.tests.DBCacheWithTimeZoneTests) ... ok test_delete_many (cache.tests.DBCacheWithTimeZoneTests) ... ok test_delete_many_num_queries (cache.tests.DBCacheWithTimeZoneTests) ... ok test_expiration (cache.tests.DBCacheWithTimeZoneTests) ... ok test_float_timeout (cache.tests.DBCacheWithTimeZoneTests) ... ok test_forever_timeout (cache.tests.DBCacheWithTimeZoneTests) Passing in None into timeout results in a value that is cached forever ... ok test_get_many (cache.tests.DBCacheWithTimeZoneTests) ... ok test_get_many_num_queries (cache.tests.DBCacheWithTimeZoneTests) ... ok test_get_or_set (cache.tests.DBCacheWithTimeZoneTests) ... ok test_get_or_set_callable (cache.tests.DBCacheWithTimeZoneTests) ... ok test_get_or_set_callable_returning_none (cache.tests.DBCacheWithTimeZoneTests) ... ok test_get_or_set_racing (cache.tests.DBCacheWithTimeZoneTests) ... ok test_get_or_set_version (cache.tests.DBCacheWithTimeZoneTests) ... ok test_has_key (cache.tests.DBCacheWithTimeZoneTests) ... ok test_in (cache.tests.DBCacheWithTimeZoneTests) ... ok test_incr (cache.tests.DBCacheWithTimeZoneTests) ... ok test_incr_version (cache.tests.DBCacheWithTimeZoneTests) ... ok test_invalid_key_characters (cache.tests.DBCacheWithTimeZoneTests) ... ok test_invalid_key_length (cache.tests.DBCacheWithTimeZoneTests) ... ok test_long_timeout (cache.tests.DBCacheWithTimeZoneTests) Followe memcached's convention where a timeout greater than 30 days is ... ok test_non_existent (cache.tests.DBCacheWithTimeZoneTests) Nonexistent cache keys return as None/default. ... ok test_prefix (cache.tests.DBCacheWithTimeZoneTests) ... ok test_second_call_doesnt_crash (cache.tests.DBCacheWithTimeZoneTests) ... ok test_set_fail_on_pickleerror (cache.tests.DBCacheWithTimeZoneTests) ... ok test_set_many (cache.tests.DBCacheWithTimeZoneTests) ... ok test_set_many_expiration (cache.tests.DBCacheWithTimeZoneTests) ... ok test_set_many_returns_empty_list_on_success (cache.tests.DBCacheWithTimeZoneTests) set_many() returns an empty list when all keys are inserted. ... ok test_simple (cache.tests.DBCacheWithTimeZoneTests) ... ok test_touch (cache.tests.DBCacheWithTimeZoneTests) ... ok test_unicode (cache.tests.DBCacheWithTimeZoneTests) ... ok test_zero_cull (cache.tests.DBCacheWithTimeZoneTests) ... ok test_zero_timeout (cache.tests.DBCacheWithTimeZoneTests) Passing in zero into timeout results in a value that is not cached ... ok test_caches_set_with_timeout_as_none_has_correct_default_timeout (cache.tests.DefaultNonExpiringCacheKeyTests) Memory caches that have the TIMEOUT parameter set to `None` in the ... ok test_caches_set_with_timeout_as_none_set_non_expiring_key (cache.tests.DefaultNonExpiringCacheKeyTests) Memory caches that have the TIMEOUT parameter set to `None` will set ... ok test_caches_with_unset_timeout_has_correct_default_timeout (cache.tests.DefaultNonExpiringCacheKeyTests) Caches that have the TIMEOUT parameter undefined in the default ... ok test_caches_with_unset_timeout_set_expiring_key (cache.tests.DefaultNonExpiringCacheKeyTests) Memory caches that have the TIMEOUT parameter unset will set cache ... ok test_default_expiration_time_for_keys_is_5_minutes (cache.tests.DefaultNonExpiringCacheKeyTests) The default expiration time of a cache key is 5 minutes. ... ok test_add (cache.tests.DummyCacheTests) Add doesn't do anything in dummy cache backend ... ok test_clear (cache.tests.DummyCacheTests) clear does nothing for the dummy cache backend ... ok test_data_types (cache.tests.DummyCacheTests) All data types are ignored equally by the dummy cache ... ok test_decr (cache.tests.DummyCacheTests) Dummy cache values can't be decremented ... ok test_decr_version (cache.tests.DummyCacheTests) Dummy cache versions can't be decremented ... ok test_delete (cache.tests.DummyCacheTests) Cache deletion is transparently ignored on the dummy cache backend ... ok test_delete_many (cache.tests.DummyCacheTests) delete_many does nothing for the dummy cache backend ... ok test_delete_many_invalid_key (cache.tests.DummyCacheTests) ... ok test_expiration (cache.tests.DummyCacheTests) Expiration has no effect on the dummy cache ... ok test_get_many (cache.tests.DummyCacheTests) get_many returns nothing for the dummy cache backend ... ok test_get_many_invalid_key (cache.tests.DummyCacheTests) ... ok test_get_or_set (cache.tests.DummyCacheTests) ... ok test_get_or_set_callable (cache.tests.DummyCacheTests) ... ok test_has_key (cache.tests.DummyCacheTests) The has_key method doesn't ever return True for the dummy cache backend ... ok test_in (cache.tests.DummyCacheTests) The in operator doesn't ever return True for the dummy cache backend ... ok test_incr (cache.tests.DummyCacheTests) Dummy cache values can't be incremented ... ok test_incr_version (cache.tests.DummyCacheTests) Dummy cache versions can't be incremented ... ok test_non_existent (cache.tests.DummyCacheTests) Nonexistent keys aren't found in the dummy cache backend ... ok test_set_many (cache.tests.DummyCacheTests) set_many does nothing for the dummy cache backend ... ok test_set_many_invalid_key (cache.tests.DummyCacheTests) ... ok test_simple (cache.tests.DummyCacheTests) Dummy cache backend ignores cache set calls ... ok test_touch (cache.tests.DummyCacheTests) Dummy cache can't do touch(). ... ok test_unicode (cache.tests.DummyCacheTests) Unicode values are ignored by the dummy cache ... ok test_cache_key_i18n_formatting (cache.tests.PrefixedCacheI18nTest) ... ok test_cache_key_i18n_timezone (cache.tests.PrefixedCacheI18nTest) ... ok test_cache_key_i18n_translation (cache.tests.PrefixedCacheI18nTest) ... ok test_cache_key_i18n_translation_accept_language (cache.tests.PrefixedCacheI18nTest) ... ok test_cache_key_no_i18n (cache.tests.PrefixedCacheI18nTest) ... ok test_middleware (cache.tests.PrefixedCacheI18nTest) ... ok test_middleware_doesnt_cache_streaming_response (cache.tests.PrefixedCacheI18nTest) ... ok test_cache_key_varies_by_url (cache.tests.PrefixedCacheUtils) get_cache_key keys differ by fully-qualified URL instead of path ... ok test_get_cache_key (cache.tests.PrefixedCacheUtils) ... ok test_get_cache_key_with_query (cache.tests.PrefixedCacheUtils) ... ok test_learn_cache_key (cache.tests.PrefixedCacheUtils) ... ok test_patch_cache_control (cache.tests.PrefixedCacheUtils) ... ok test_patch_vary_headers (cache.tests.PrefixedCacheUtils) ... ok test_proper_escaping (cache.tests.TestMakeTemplateFragmentKey) ... ok test_with_many_vary_on (cache.tests.TestMakeTemplateFragmentKey) ... ok test_with_one_vary_on (cache.tests.TestMakeTemplateFragmentKey) ... ok test_without_vary_on (cache.tests.TestMakeTemplateFragmentKey) ... ok test_get_cache_key (cache.tests.TestWithTemplateResponse) ... ok test_get_cache_key_with_query (cache.tests.TestWithTemplateResponse) ... ok test_patch_vary_headers (cache.tests.TestWithTemplateResponse) ... ok test_get_absolute_url_honors_script_prefix (flatpages_tests.test_models.FlatpageModelTests) ... ok test_get_absolute_url_urlencodes (flatpages_tests.test_models.FlatpageModelTests) ... ok test_str (flatpages_tests.test_models.FlatpageModelTests) ... ok skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_aware_datetime_in_local_timezone (timezones.tests.SerializationTests) ... ok test_aware_datetime_in_other_timezone (timezones.tests.SerializationTests) ... ok test_aware_datetime_in_utc (timezones.tests.SerializationTests) ... ok test_aware_datetime_with_microsecond (timezones.tests.SerializationTests) ... ok test_naive_datetime (timezones.tests.SerializationTests) ... ok test_naive_datetime_with_microsecond (timezones.tests.SerializationTests) ... ok test_date_and_time_template_filters (timezones.tests.TemplateTests) ... ok test_date_and_time_template_filters_honor_localtime (timezones.tests.TemplateTests) ... ok test_get_current_timezone_templatetag (timezones.tests.TemplateTests) Test the {% get_current_timezone %} templatetag. ... ok test_get_current_timezone_templatetag_invalid_argument (timezones.tests.TemplateTests) ... ok test_get_current_timezone_templatetag_with_pytz (timezones.tests.TemplateTests) Test the {% get_current_timezone %} templatetag with pytz. ... ok test_localtime_filters_do_not_raise_exceptions (timezones.tests.TemplateTests) Test the |localtime, |utc, and |timezone filters on bad inputs. ... ok test_localtime_filters_with_pytz (timezones.tests.TemplateTests) Test the |localtime, |utc, and |timezone filters with pytz. ... ok test_localtime_templatetag_and_filters (timezones.tests.TemplateTests) Test the {% localtime %} templatetag and related filters. ... ok test_localtime_templatetag_invalid_argument (timezones.tests.TemplateTests) ... ok test_now_template_tag_uses_current_time_zone (timezones.tests.TemplateTests) ... ok test_timezone_templatetag (timezones.tests.TemplateTests) Test the {% timezone %} templatetag. ... ok test_timezone_templatetag_invalid_argument (timezones.tests.TemplateTests) ... ok test_timezone_templatetag_with_pytz (timezones.tests.TemplateTests) Test the {% timezone %} templatetag with pytz. ... ok test_tz_template_context_processor (timezones.tests.TemplateTests) Test the django.template.context_processors.tz template context processor. ... ok test_check_field (invalid_models_tests.test_backend_specific.BackendSpecificChecksTests) Test if backend specific checks are performed. ... ok test_none_column (invalid_models_tests.test_custom_fields.CustomFieldTest) ... ok test_CommaSeparatedIntegerField_deprecated (invalid_models_tests.test_deprecated_fields.DeprecatedFieldsTests) ... ok test_IPAddressField_deprecated (invalid_models_tests.test_deprecated_fields.DeprecatedFieldsTests) ... ok test_check_constraints (invalid_models_tests.test_models.ConstraintsTests) ... ok test_check_constraints_required_db_features (invalid_models_tests.test_models.ConstraintsTests) ... ok test_M2M_long_column_name (invalid_models_tests.test_models.FieldNamesTests) #13711 -- Model check for long M2M column names when database has ... skipped "The database doesn't have a column name length limit." test_db_column_clash (invalid_models_tests.test_models.FieldNamesTests) ... ok test_ending_with_underscore (invalid_models_tests.test_models.FieldNamesTests) ... ok test_including_separator (invalid_models_tests.test_models.FieldNamesTests) ... ok test_local_field_long_column_name (invalid_models_tests.test_models.FieldNamesTests) #13711 -- Model check for long column names ... skipped "The database doesn't have a column name length limit." test_pk (invalid_models_tests.test_models.FieldNamesTests) ... ok test_list_containing_non_iterable (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_non_iterable (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_non_list (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_pointing_to_fk (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_pointing_to_m2m_field (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_pointing_to_missing_field (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_pointing_to_non_local_field (invalid_models_tests.test_models.IndexTogetherTests) ... ok test_max_name_length (invalid_models_tests.test_models.IndexesTests) ... ok test_name_constraints (invalid_models_tests.test_models.IndexesTests) ... ok test_pointing_to_fk (invalid_models_tests.test_models.IndexesTests) ... ok test_pointing_to_m2m_field (invalid_models_tests.test_models.IndexesTests) ... ok test_pointing_to_missing_field (invalid_models_tests.test_models.IndexesTests) ... ok test_pointing_to_non_local_field (invalid_models_tests.test_models.IndexesTests) ... ok test_just_order_with_respect_to_no_errors (invalid_models_tests.test_models.OtherModelTests) ... ok test_just_ordering_no_errors (invalid_models_tests.test_models.OtherModelTests) ... ok test_lazy_reference_checks (invalid_models_tests.test_models.OtherModelTests) ... ok test_m2m_autogenerated_table_name_clash (invalid_models_tests.test_models.OtherModelTests) ... ok test_m2m_field_table_name_clash (invalid_models_tests.test_models.OtherModelTests) ... ok test_m2m_table_name_clash (invalid_models_tests.test_models.OtherModelTests) ... ok test_m2m_to_concrete_and_proxy_allowed (invalid_models_tests.test_models.OtherModelTests) ... ok test_m2m_unmanaged_shadow_models_not_checked (invalid_models_tests.test_models.OtherModelTests) ... ok test_missing_parent_link (invalid_models_tests.test_models.OtherModelTests) ... ok test_name_beginning_with_underscore (invalid_models_tests.test_models.OtherModelTests) ... ok test_name_contains_double_underscores (invalid_models_tests.test_models.OtherModelTests) ... ok test_name_ending_with_underscore (invalid_models_tests.test_models.OtherModelTests) ... ok test_non_valid (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_allows_registered_lookups (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_non_iterable (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_multiple_times_to_model_fields (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_foreignkey_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_lookup_not_transform (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_missing_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_missing_foreignkey_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_missing_related_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_missing_related_model_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_non_related_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_related_model_pk (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_pointing_to_two_related_model_field (invalid_models_tests.test_models.OtherModelTests) ... ok test_ordering_with_order_with_respect_to (invalid_models_tests.test_models.OtherModelTests) ... ok test_property_and_related_field_accessor_clash (invalid_models_tests.test_models.OtherModelTests) ... ok test_single_primary_key (invalid_models_tests.test_models.OtherModelTests) ... ok test_swappable_missing_app (invalid_models_tests.test_models.OtherModelTests) ... ok test_swappable_missing_app_name (invalid_models_tests.test_models.OtherModelTests) ... ok test_two_m2m_through_same_model_with_different_through_fields (invalid_models_tests.test_models.OtherModelTests) ... ok test_two_m2m_through_same_relationship (invalid_models_tests.test_models.OtherModelTests) ... ok test_unique_primary_key (invalid_models_tests.test_models.OtherModelTests) ... ok test_field_name_clash_with_child_accessor (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok test_id_clash (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok test_inheritance_clash (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok test_multigeneration_inheritance (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok test_multiinheritance_clash (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok test_list_containing_non_iterable (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_non_iterable (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_non_list (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_pointing_to_fk (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_pointing_to_m2m (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_pointing_to_missing_field (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_valid_model (invalid_models_tests.test_models.UniqueTogetherTests) ... ok test_max_length_warning (invalid_models_tests.test_ordinary_fields.AutoFieldTests) ... ok test_primary_key (invalid_models_tests.test_ordinary_fields.AutoFieldTests) ... ok test_valid_case (invalid_models_tests.test_ordinary_fields.AutoFieldTests) ... ok test_str_default_value (invalid_models_tests.test_ordinary_fields.BinaryFieldTests) ... ok test_valid_default_value (invalid_models_tests.test_ordinary_fields.BinaryFieldTests) ... ok test_bad_db_index_value (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_bad_max_length_value (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_bad_validators (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_containing_lazy (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_containing_non_pairs (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_in_max_length (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_named_group (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_named_group_bad_structure (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_named_group_lazy (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_choices_named_group_non_pairs (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_iterable_of_iterable_choices (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_lazy_choices (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_missing_max_length (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_negative_max_length (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_non_iterable_choices (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_non_iterable_choices_two_letters (invalid_models_tests.test_ordinary_fields.CharFieldTests) Two letters isn't a valid choice pair. ... ok test_str_max_length_type (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_str_max_length_value (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_too_long_char_field_under_mysql (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... skipped 'Test valid only for MySQL' test_valid_field (invalid_models_tests.test_ordinary_fields.CharFieldTests) ... ok test_auto_now_and_auto_now_add_raise_error (invalid_models_tests.test_ordinary_fields.DateFieldTests) ... ok test_fix_default_value (invalid_models_tests.test_ordinary_fields.DateFieldTests) ... ok test_fix_default_value_tz (invalid_models_tests.test_ordinary_fields.DateFieldTests) ... ok test_fix_default_value (invalid_models_tests.test_ordinary_fields.DateTimeFieldTests) ... ok test_fix_default_value_tz (invalid_models_tests.test_ordinary_fields.DateTimeFieldTests) ... ok test_bad_values_of_max_digits_and_decimal_places (invalid_models_tests.test_ordinary_fields.DecimalFieldTests) ... ok test_decimal_places_greater_than_max_digits (invalid_models_tests.test_ordinary_fields.DecimalFieldTests) ... ok test_negative_max_digits_and_decimal_places (invalid_models_tests.test_ordinary_fields.DecimalFieldTests) ... ok test_required_attributes (invalid_models_tests.test_ordinary_fields.DecimalFieldTests) ... ok test_valid_field (invalid_models_tests.test_ordinary_fields.DecimalFieldTests) ... ok test_primary_key (invalid_models_tests.test_ordinary_fields.FileFieldTests) ... ok test_upload_to_callable_not_checked (invalid_models_tests.test_ordinary_fields.FileFieldTests) ... ok test_upload_to_starts_with_slash (invalid_models_tests.test_ordinary_fields.FileFieldTests) ... ok test_valid_case (invalid_models_tests.test_ordinary_fields.FileFieldTests) ... ok test_valid_default_case (invalid_models_tests.test_ordinary_fields.FileFieldTests) ... ok test_forbidden_files_and_folders (invalid_models_tests.test_ordinary_fields.FilePathFieldTests) ... ok test_non_nullable_blank (invalid_models_tests.test_ordinary_fields.GenericIPAddressFieldTests) ... ok test_pillow_installed (invalid_models_tests.test_ordinary_fields.ImageFieldTests) ... ok test_max_length_warning (invalid_models_tests.test_ordinary_fields.IntegerFieldTests) ... ok test_fix_default_value (invalid_models_tests.test_ordinary_fields.TimeFieldTests) ... ok test_fix_default_value_tz (invalid_models_tests.test_ordinary_fields.TimeFieldTests) ... ok test_clash_between_accessors (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_fk_to_fk (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_fk_to_integer (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_fk_to_m2m (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_m2m_to_fk (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_m2m_to_integer (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_m2m_to_m2m (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_m2m_to_m2m_with_inheritance (invalid_models_tests.test_relative_fields.AccessorClashTests) Ref #22047. ... ok test_no_clash_for_hidden_related_name (invalid_models_tests.test_relative_fields.AccessorClashTests) ... ok test_complex_clash (invalid_models_tests.test_relative_fields.ComplexClashTests) ... ok test_fk_to_fk (invalid_models_tests.test_relative_fields.ExplicitRelatedNameClashTests) ... ok test_fk_to_integer (invalid_models_tests.test_relative_fields.ExplicitRelatedNameClashTests) ... ok test_fk_to_m2m (invalid_models_tests.test_relative_fields.ExplicitRelatedNameClashTests) ... ok test_m2m_to_fk (invalid_models_tests.test_relative_fields.ExplicitRelatedNameClashTests) ... ok test_m2m_to_integer (invalid_models_tests.test_relative_fields.ExplicitRelatedNameClashTests) ... ok test_m2m_to_m2m (invalid_models_tests.test_relative_fields.ExplicitRelatedNameClashTests) ... ok test_fk_to_fk (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_fk_to_integer (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_fk_to_m2m (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_hidden_fk_to_fk (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_hidden_fk_to_integer (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_hidden_fk_to_m2m (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_hidden_m2m_to_fk (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_hidden_m2m_to_integer (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_hidden_m2m_to_m2m (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_m2m_to_fk (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_m2m_to_integer (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_m2m_to_m2m (invalid_models_tests.test_relative_fields.ExplicitRelatedQueryNameClashTests) ... ok test_explicit_field_names (invalid_models_tests.test_relative_fields.M2mThroughFieldsTests) If ``through_fields`` kwarg is given, it must specify both ... ok test_intersection_foreign_object (invalid_models_tests.test_relative_fields.M2mThroughFieldsTests) ... ok test_invalid_field (invalid_models_tests.test_relative_fields.M2mThroughFieldsTests) Providing invalid field names to ManyToManyField.through_fields ... ok test_invalid_order (invalid_models_tests.test_relative_fields.M2mThroughFieldsTests) Mixing up the order of link fields to ManyToManyField.through_fields ... ok test_m2m_field_argument_validation (invalid_models_tests.test_relative_fields.M2mThroughFieldsTests) ManyToManyField accepts the ``through_fields`` kwarg ... ok test_superset_foreign_object (invalid_models_tests.test_relative_fields.M2mThroughFieldsTests) ... ok test_ambiguous_relationship_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_foreign_key_to_abstract_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_foreign_key_to_isolate_apps_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) #25723 - Referenced model registration lookup should be run against the ... ok test_foreign_key_to_missing_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_foreign_key_to_non_unique_field (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_foreign_key_to_non_unique_field_under_explicit_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_foreign_object_to_non_unique_fields (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_invalid_related_query_name (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_m2m_to_abstract_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_many_to_many_through_isolate_apps_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) #25723 - Through model registration lookup should be run against the ... ok test_many_to_many_to_isolate_apps_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) #25723 - Referenced model registration lookup should be run against the ... ok test_many_to_many_to_missing_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_many_to_many_with_limit_choices_auto_created_no_warning (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_many_to_many_with_useless_options (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_missing_relationship_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_missing_relationship_model_on_model_check (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_not_swapped_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_nullable_primary_key (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_on_delete_set_default_without_default_value (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_on_delete_set_null_on_non_nullable_field (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_referencing_to_swapped_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_related_field_has_invalid_related_name (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_related_field_has_valid_related_name (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_relationship_model_missing_foreign_key (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_relationship_model_with_foreign_key_to_wrong_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_to_fields_exist (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_to_fields_not_checked_if_related_model_doesnt_exist (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_too_many_foreign_keys_in_self_referential_model (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_unique_m2m (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_valid_foreign_key_without_accessor (invalid_models_tests.test_relative_fields.RelativeFieldTests) ... ok test_fk_to_fk (invalid_models_tests.test_relative_fields.ReverseQueryNameClashTests) ... ok test_fk_to_integer (invalid_models_tests.test_relative_fields.ReverseQueryNameClashTests) ... ok test_fk_to_m2m (invalid_models_tests.test_relative_fields.ReverseQueryNameClashTests) ... ok test_m2m_to_fk (invalid_models_tests.test_relative_fields.ReverseQueryNameClashTests) ... ok test_m2m_to_integer (invalid_models_tests.test_relative_fields.ReverseQueryNameClashTests) ... ok test_m2m_to_m2m (invalid_models_tests.test_relative_fields.ReverseQueryNameClashTests) ... ok test_accessor_clash (invalid_models_tests.test_relative_fields.SelfReferentialFKClashTests) ... ok test_clash_under_explicit_related_name (invalid_models_tests.test_relative_fields.SelfReferentialFKClashTests) ... ok test_reverse_query_name_clash (invalid_models_tests.test_relative_fields.SelfReferentialFKClashTests) ... ok test_accessor_clash (invalid_models_tests.test_relative_fields.SelfReferentialM2MClashTests) ... ok test_clash_between_accessors (invalid_models_tests.test_relative_fields.SelfReferentialM2MClashTests) ... ok test_clash_under_explicit_related_name (invalid_models_tests.test_relative_fields.SelfReferentialM2MClashTests) ... ok test_reverse_query_name_clash (invalid_models_tests.test_relative_fields.SelfReferentialM2MClashTests) ... ok test_valid_model (invalid_models_tests.test_relative_fields.SelfReferentialM2MClashTests) ... ok test_max_length_validator_message (validators.tests.TestValidators) ... ok test_message_dict (validators.tests.TestValidators) ... ok test_message_list (validators.tests.TestValidators) ... ok test_regex_validator_flags (validators.tests.TestValidators) ... ok test_single_message (validators.tests.TestValidators) ... ok test_validators (validators.tests.TestValidators) ... ok test_count_does_not_silence_attribute_error (pagination.tests.PaginationTests) ... ok test_count_does_not_silence_type_error (pagination.tests.PaginationTests) ... ok test_float_integer_page (pagination.tests.PaginationTests) ... ok test_get_page (pagination.tests.PaginationTests) Paginator.get_page() returns a valid page even with invalid page ... ok test_get_page_empty_object_list (pagination.tests.PaginationTests) Paginator.get_page() with an empty object_list. ... ok test_get_page_empty_object_list_and_allow_empty_first_page_false (pagination.tests.PaginationTests) Paginator.get_page() raises EmptyPage if allow_empty_first_page=False ... ok test_get_page_hook (pagination.tests.PaginationTests) A Paginator subclass can use the ``_get_page`` hook to ... ok test_invalid_page_number (pagination.tests.PaginationTests) Invalid page numbers result in the correct exception being raised. ... ok test_no_content_allow_empty_first_page (pagination.tests.PaginationTests) ... ok test_page_indexes (pagination.tests.PaginationTests) Paginator pages have the correct start and end indexes. ... ok test_page_range_iterator (pagination.tests.PaginationTests) Paginator.page_range should be an iterator. ... ok test_page_sequence (pagination.tests.PaginationTests) A paginator page acts like a standard sequence. ... ok test_paginate_misc_classes (pagination.tests.PaginationTests) ... ok test_paginator (pagination.tests.PaginationTests) Tests the paginator attributes using varying inputs. ... ok test_querysetpaginator_deprecation (pagination.tests.PaginationTests) ... ok test_integerchoices (model_enums.tests.ChoicesTests) ... ok test_integerchoices_auto_label (model_enums.tests.ChoicesTests) ... ok test_integerchoices_containment (model_enums.tests.ChoicesTests) ... ok test_integerchoices_empty_label (model_enums.tests.ChoicesTests) ... ok test_integerchoices_functional_api (model_enums.tests.ChoicesTests) ... ok test_invalid_definition (model_enums.tests.ChoicesTests) ... ok test_str (model_enums.tests.ChoicesTests) ... ok test_templates (model_enums.tests.ChoicesTests) ... ok test_textchoices (model_enums.tests.ChoicesTests) ... ok test_textchoices_auto_label (model_enums.tests.ChoicesTests) ... ok test_textchoices_blank_value (model_enums.tests.ChoicesTests) ... ok test_textchoices_containment (model_enums.tests.ChoicesTests) ... ok test_textchoices_empty_label (model_enums.tests.ChoicesTests) ... ok test_textchoices_functional_api (model_enums.tests.ChoicesTests) ... ok test_bool_unsupported (model_enums.tests.CustomChoicesTests) ... ok test_labels_valid (model_enums.tests.CustomChoicesTests) ... ok test_timezone_unsupported (model_enums.tests.CustomChoicesTests) ... ok test_uuid_unsupported (model_enums.tests.CustomChoicesTests) ... ok test_filefield_awss3_storage (file_storage.test_generate_filename.GenerateFilenameStorageTests) Simulate a FileField with an S3 storage which uses keys rather than ... ok test_filefield_generate_filename (file_storage.test_generate_filename.GenerateFilenameStorageTests) ... ok test_filefield_generate_filename_with_upload_to (file_storage.test_generate_filename.GenerateFilenameStorageTests) ... ok test_base_url (file_storage.tests.CustomStorageTests) File storage returns a url even when its base_url is unset or modified. ... ok test_custom_get_available_name (file_storage.tests.CustomStorageTests) ... ok test_delete_deletes_directories (file_storage.tests.CustomStorageTests) ... ok test_delete_no_name (file_storage.tests.CustomStorageTests) Calling delete with an empty name should not try to remove the base ... ok test_empty_location (file_storage.tests.CustomStorageTests) Makes sure an exception is raised if the location is empty ... ok test_file_access_options (file_storage.tests.CustomStorageTests) Standard file access options are available, and work as expected. ... ok test_file_chunks_error (file_storage.tests.CustomStorageTests) Test behavior when file.chunks() is raising an error ... ok test_file_get_accessed_time (file_storage.tests.CustomStorageTests) File storage returns a Datetime object for the last accessed time of ... ok test_file_get_accessed_time_timezone (file_storage.tests.CustomStorageTests) ... ok test_file_get_created_time (file_storage.tests.CustomStorageTests) File storage returns a datetime for the creation time of a file. ... ok test_file_get_created_time_timezone (file_storage.tests.CustomStorageTests) ... ok test_file_get_modified_time (file_storage.tests.CustomStorageTests) File storage returns a datetime for the last modified time of a file. ... ok test_file_get_modified_time_timezone (file_storage.tests.CustomStorageTests) ... ok test_file_path (file_storage.tests.CustomStorageTests) File storage returns the full path of a file ... ok test_file_save_with_path (file_storage.tests.CustomStorageTests) Saving a pathname should create intermediate directories as necessary. ... ok test_file_save_without_name (file_storage.tests.CustomStorageTests) File storage extracts the filename from the content object if no ... ok test_file_storage_preserves_filename_case (file_storage.tests.CustomStorageTests) The storage backend should preserve case of filenames. ... ok test_file_storage_prevents_directory_traversal (file_storage.tests.CustomStorageTests) File storage prevents directory traversal (files can only be accessed if ... ok test_file_url (file_storage.tests.CustomStorageTests) File storage returns a url to access a given file from the Web. ... ok test_listdir (file_storage.tests.CustomStorageTests) File storage returns a tuple containing directories and files. ... ok test_makedirs_race_handling (file_storage.tests.CustomStorageTests) File storage should be robust against directory creation race conditions. ... ok test_remove_race_handling (file_storage.tests.CustomStorageTests) File storage should be robust against file removal race conditions. ... ok test_save_doesnt_close (file_storage.tests.CustomStorageTests) ... ok test_setting_changed (file_storage.tests.CustomStorageTests) Properties using settings values as defaults should be updated on ... ok test_base_url (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns a url even when its base_url is unset or modified. ... ok test_custom_storage_discarding_empty_content (file_storage.tests.DiscardingFalseContentStorageTests) When Storage.save() wraps a file-like object in File, it should include ... ok test_delete_deletes_directories (file_storage.tests.DiscardingFalseContentStorageTests) ... ok test_delete_no_name (file_storage.tests.DiscardingFalseContentStorageTests) Calling delete with an empty name should not try to remove the base ... ok test_empty_location (file_storage.tests.DiscardingFalseContentStorageTests) Makes sure an exception is raised if the location is empty ... ok test_file_access_options (file_storage.tests.DiscardingFalseContentStorageTests) Standard file access options are available, and work as expected. ... ok test_file_chunks_error (file_storage.tests.DiscardingFalseContentStorageTests) Test behavior when file.chunks() is raising an error ... ok test_file_get_accessed_time (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns a Datetime object for the last accessed time of ... ok test_file_get_accessed_time_timezone (file_storage.tests.DiscardingFalseContentStorageTests) ... ok test_file_get_created_time (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns a datetime for the creation time of a file. ... ok test_file_get_created_time_timezone (file_storage.tests.DiscardingFalseContentStorageTests) ... ok test_file_get_modified_time (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns a datetime for the last modified time of a file. ... ok test_file_get_modified_time_timezone (file_storage.tests.DiscardingFalseContentStorageTests) ... ok test_file_path (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns the full path of a file ... ok test_file_save_with_path (file_storage.tests.DiscardingFalseContentStorageTests) Saving a pathname should create intermediate directories as necessary. ... ok test_file_save_without_name (file_storage.tests.DiscardingFalseContentStorageTests) File storage extracts the filename from the content object if no ... ok test_file_storage_preserves_filename_case (file_storage.tests.DiscardingFalseContentStorageTests) The storage backend should preserve case of filenames. ... ok test_file_storage_prevents_directory_traversal (file_storage.tests.DiscardingFalseContentStorageTests) File storage prevents directory traversal (files can only be accessed if ... ok test_file_url (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns a url to access a given file from the Web. ... ok test_listdir (file_storage.tests.DiscardingFalseContentStorageTests) File storage returns a tuple containing directories and files. ... ok test_makedirs_race_handling (file_storage.tests.DiscardingFalseContentStorageTests) File storage should be robust against directory creation race conditions. ... ok test_remove_race_handling (file_storage.tests.DiscardingFalseContentStorageTests) File storage should be robust against file removal race conditions. ... ok test_save_doesnt_close (file_storage.tests.DiscardingFalseContentStorageTests) ... ok test_setting_changed (file_storage.tests.DiscardingFalseContentStorageTests) Properties using settings values as defaults should be updated on ... ok test_urllib_request_urlopen (file_storage.tests.FileLikeObjectTestCase) Test the File storage API with a file-like object coming from ... ok test_race_condition (file_storage.tests.FileSaveRaceConditionTest) ... ok test_directory_with_dot (file_storage.tests.FileStoragePathParsing) Regression test for #9610. ... ok test_first_character_dot (file_storage.tests.FileStoragePathParsing) File names with a dot as their first character don't have an extension, ... ok test_base_url (file_storage.tests.FileStorageTests) File storage returns a url even when its base_url is unset or modified. ... ok test_delete_deletes_directories (file_storage.tests.FileStorageTests) ... ok test_delete_no_name (file_storage.tests.FileStorageTests) Calling delete with an empty name should not try to remove the base ... ok test_empty_location (file_storage.tests.FileStorageTests) Makes sure an exception is raised if the location is empty ... ok test_file_access_options (file_storage.tests.FileStorageTests) Standard file access options are available, and work as expected. ... ok test_file_chunks_error (file_storage.tests.FileStorageTests) Test behavior when file.chunks() is raising an error ... ok test_file_get_accessed_time (file_storage.tests.FileStorageTests) File storage returns a Datetime object for the last accessed time of ... ok test_file_get_accessed_time_timezone (file_storage.tests.FileStorageTests) ... ok test_file_get_created_time (file_storage.tests.FileStorageTests) File storage returns a datetime for the creation time of a file. ... ok test_file_get_created_time_timezone (file_storage.tests.FileStorageTests) ... ok test_file_get_modified_time (file_storage.tests.FileStorageTests) File storage returns a datetime for the last modified time of a file. ... ok test_file_get_modified_time_timezone (file_storage.tests.FileStorageTests) ... ok test_file_path (file_storage.tests.FileStorageTests) File storage returns the full path of a file ... ok test_file_save_with_path (file_storage.tests.FileStorageTests) Saving a pathname should create intermediate directories as necessary. ... ok test_file_save_without_name (file_storage.tests.FileStorageTests) File storage extracts the filename from the content object if no ... ok test_file_storage_preserves_filename_case (file_storage.tests.FileStorageTests) The storage backend should preserve case of filenames. ... ok test_file_storage_prevents_directory_traversal (file_storage.tests.FileStorageTests) File storage prevents directory traversal (files can only be accessed if ... ok test_file_url (file_storage.tests.FileStorageTests) File storage returns a url to access a given file from the Web. ... ok test_listdir (file_storage.tests.FileStorageTests) File storage returns a tuple containing directories and files. ... ok test_makedirs_race_handling (file_storage.tests.FileStorageTests) File storage should be robust against directory creation race conditions. ... ok test_remove_race_handling (file_storage.tests.FileStorageTests) File storage should be robust against file removal race conditions. ... ok test_save_doesnt_close (file_storage.tests.FileStorageTests) ... ok test_setting_changed (file_storage.tests.FileStorageTests) Properties using settings values as defaults should be updated on ... ok test_get_filesystem_storage (file_storage.tests.GetStorageClassTests) get_storage_class returns the class for a storage backend name/path. ... ok test_get_invalid_storage_module (file_storage.tests.GetStorageClassTests) get_storage_class raises an error if the requested import don't exist. ... ok test_get_nonexistent_storage_class (file_storage.tests.GetStorageClassTests) get_storage_class raises an error if the requested class don't exist. ... ok test_get_nonexistent_storage_module (file_storage.tests.GetStorageClassTests) get_storage_class raises an error if the requested module don't exist. ... ok test_base_url (file_storage.tests.OverwritingStorageTests) File storage returns a url even when its base_url is unset or modified. ... ok test_delete_deletes_directories (file_storage.tests.OverwritingStorageTests) ... ok test_delete_no_name (file_storage.tests.OverwritingStorageTests) Calling delete with an empty name should not try to remove the base ... ok test_empty_location (file_storage.tests.OverwritingStorageTests) Makes sure an exception is raised if the location is empty ... ok test_file_access_options (file_storage.tests.OverwritingStorageTests) Standard file access options are available, and work as expected. ... ok test_file_chunks_error (file_storage.tests.OverwritingStorageTests) Test behavior when file.chunks() is raising an error ... ok test_file_get_accessed_time (file_storage.tests.OverwritingStorageTests) File storage returns a Datetime object for the last accessed time of ... ok test_file_get_accessed_time_timezone (file_storage.tests.OverwritingStorageTests) ... ok test_file_get_created_time (file_storage.tests.OverwritingStorageTests) File storage returns a datetime for the creation time of a file. ... ok test_file_get_created_time_timezone (file_storage.tests.OverwritingStorageTests) ... ok test_file_get_modified_time (file_storage.tests.OverwritingStorageTests) File storage returns a datetime for the last modified time of a file. ... ok test_file_get_modified_time_timezone (file_storage.tests.OverwritingStorageTests) ... ok test_file_path (file_storage.tests.OverwritingStorageTests) File storage returns the full path of a file ... ok test_file_save_with_path (file_storage.tests.OverwritingStorageTests) Saving a pathname should create intermediate directories as necessary. ... ok test_file_save_without_name (file_storage.tests.OverwritingStorageTests) File storage extracts the filename from the content object if no ... ok test_file_storage_preserves_filename_case (file_storage.tests.OverwritingStorageTests) The storage backend should preserve case of filenames. ... ok test_file_storage_prevents_directory_traversal (file_storage.tests.OverwritingStorageTests) File storage prevents directory traversal (files can only be accessed if ... ok test_file_url (file_storage.tests.OverwritingStorageTests) File storage returns a url to access a given file from the Web. ... ok test_listdir (file_storage.tests.OverwritingStorageTests) File storage returns a tuple containing directories and files. ... ok test_makedirs_race_handling (file_storage.tests.OverwritingStorageTests) File storage should be robust against directory creation race conditions. ... ok test_remove_race_handling (file_storage.tests.OverwritingStorageTests) File storage should be robust against file removal race conditions. ... ok test_save_doesnt_close (file_storage.tests.OverwritingStorageTests) ... ok test_save_overwrite_behavior (file_storage.tests.OverwritingStorageTests) Saving to same file name twice overwrites the first file. ... ok test_setting_changed (file_storage.tests.OverwritingStorageTests) Properties using settings values as defaults should be updated on ... ok test_use_custom_admin_site (admin_default_site.tests.CustomAdminSiteTests) ... ok test_use_default_admin_site (admin_default_site.tests.DefaultAdminSiteTests) ... ok test_admin_receivers (mail.test_sendtestemail.SendTestEmailManagementCommand) The mail should be sent to the email addresses specified in ... ok test_manager_and_admin_receivers (mail.test_sendtestemail.SendTestEmailManagementCommand) The mail should be sent to the email addresses specified in both ... ok test_manager_receivers (mail.test_sendtestemail.SendTestEmailManagementCommand) The mail should be sent to the email addresses specified in ... ok test_multiple_receivers (mail.test_sendtestemail.SendTestEmailManagementCommand) The mail may be sent with multiple recipients. ... ok test_single_receiver (mail.test_sendtestemail.SendTestEmailManagementCommand) The mail is sent with the correct subject and recipient. ... ok test_close_connection (mail.tests.ConsoleBackendTests) Connection can be closed (even when not explicitly opened) ... ok test_console_stream_kwarg (mail.tests.ConsoleBackendTests) The console backend can be pointed at an arbitrary stream. ... ok test_empty_admins (mail.tests.ConsoleBackendTests) mail_admins/mail_managers doesn't connect to the mail server ... ok test_html_mail_admins (mail.tests.ConsoleBackendTests) Test html_message argument to mail_admins ... ok test_html_mail_managers (mail.tests.ConsoleBackendTests) Test html_message argument to mail_managers ... ok test_html_send_mail (mail.tests.ConsoleBackendTests) Test html_message argument to send_mail ... ok test_idn_send (mail.tests.ConsoleBackendTests) Regression test for #14301 ... ok test_lazy_addresses (mail.tests.ConsoleBackendTests) Email sending should support lazy email addresses (#24416). ... ok test_manager_and_admin_mail_prefix (mail.tests.ConsoleBackendTests) String prefix + lazy translated subject = bad output ... ok test_message_cc_header (mail.tests.ConsoleBackendTests) Regression test for #7722 ... ok test_plaintext_send_mail (mail.tests.ConsoleBackendTests) Test send_mail without the html_message ... ok test_recipient_without_domain (mail.tests.ConsoleBackendTests) Regression test for #15042 ... ok test_send (mail.tests.ConsoleBackendTests) ... ok test_send_long_lines (mail.tests.ConsoleBackendTests) Email line length is limited to 998 chars by the RFC: ... ok test_send_many (mail.tests.ConsoleBackendTests) ... ok test_send_unicode (mail.tests.ConsoleBackendTests) ... ok test_send_verbose_name (mail.tests.ConsoleBackendTests) ... ok test_use_as_contextmanager (mail.tests.ConsoleBackendTests) The connection can be used as a contextmanager. ... ok test_wrong_admins_managers (mail.tests.ConsoleBackendTests) ... ok test_close_connection (mail.tests.FileBackendTests) Connection can be closed (even when not explicitly opened) ... ok test_empty_admins (mail.tests.FileBackendTests) mail_admins/mail_managers doesn't connect to the mail server ... ok test_file_sessions (mail.tests.FileBackendTests) Make sure opening a connection creates a new file ... ok test_html_mail_admins (mail.tests.FileBackendTests) Test html_message argument to mail_admins ... ok test_html_mail_managers (mail.tests.FileBackendTests) Test html_message argument to mail_managers ... ok test_html_send_mail (mail.tests.FileBackendTests) Test html_message argument to send_mail ... ok test_idn_send (mail.tests.FileBackendTests) Regression test for #14301 ... ok test_lazy_addresses (mail.tests.FileBackendTests) Email sending should support lazy email addresses (#24416). ... ok test_manager_and_admin_mail_prefix (mail.tests.FileBackendTests) String prefix + lazy translated subject = bad output ... ok test_message_cc_header (mail.tests.FileBackendTests) Regression test for #7722 ... ok test_plaintext_send_mail (mail.tests.FileBackendTests) Test send_mail without the html_message ... ok test_recipient_without_domain (mail.tests.FileBackendTests) Regression test for #15042 ... ok test_send (mail.tests.FileBackendTests) ... ok test_send_long_lines (mail.tests.FileBackendTests) Email line length is limited to 998 chars by the RFC: ... ok test_send_many (mail.tests.FileBackendTests) ... ok test_send_unicode (mail.tests.FileBackendTests) ... ok test_send_verbose_name (mail.tests.FileBackendTests) ... ok test_use_as_contextmanager (mail.tests.FileBackendTests) The connection can be used as a contextmanager. ... ok test_wrong_admins_managers (mail.tests.FileBackendTests) ... ok test_close_connection (mail.tests.LocmemBackendTests) Connection can be closed (even when not explicitly opened) ... ok test_empty_admins (mail.tests.LocmemBackendTests) mail_admins/mail_managers doesn't connect to the mail server ... ok test_html_mail_admins (mail.tests.LocmemBackendTests) Test html_message argument to mail_admins ... ok test_html_mail_managers (mail.tests.LocmemBackendTests) Test html_message argument to mail_managers ... ok test_html_send_mail (mail.tests.LocmemBackendTests) Test html_message argument to send_mail ... ok test_idn_send (mail.tests.LocmemBackendTests) Regression test for #14301 ... ok test_lazy_addresses (mail.tests.LocmemBackendTests) Email sending should support lazy email addresses (#24416). ... ok test_locmem_shared_messages (mail.tests.LocmemBackendTests) Make sure that the locmen backend populates the outbox. ... ok test_manager_and_admin_mail_prefix (mail.tests.LocmemBackendTests) String prefix + lazy translated subject = bad output ... ok test_message_cc_header (mail.tests.LocmemBackendTests) Regression test for #7722 ... ok test_plaintext_send_mail (mail.tests.LocmemBackendTests) Test send_mail without the html_message ... ok test_recipient_without_domain (mail.tests.LocmemBackendTests) Regression test for #15042 ... ok test_send (mail.tests.LocmemBackendTests) ... ok test_send_long_lines (mail.tests.LocmemBackendTests) Email line length is limited to 998 chars by the RFC: ... ok test_send_many (mail.tests.LocmemBackendTests) ... ok test_send_unicode (mail.tests.LocmemBackendTests) ... ok test_send_verbose_name (mail.tests.LocmemBackendTests) ... ok test_use_as_contextmanager (mail.tests.LocmemBackendTests) The connection can be used as a contextmanager. ... ok test_validate_multiline_headers (mail.tests.LocmemBackendTests) ... ok test_wrong_admins_managers (mail.tests.LocmemBackendTests) ... ok test_arbitrary_keyword (mail.tests.MailTests) Make sure that get_connection() accepts arbitrary keyword that might be ... ok test_ascii (mail.tests.MailTests) ... ok test_attach_file (mail.tests.MailTests) Test attaching a file against different mimetypes and make sure that ... ok test_attach_non_utf8_text_as_bytes (mail.tests.MailTests) Binary data that can't be decoded as UTF-8 overrides the MIME type ... ok test_attach_text_as_bytes (mail.tests.MailTests) ... ok test_attach_utf8_text_as_bytes (mail.tests.MailTests) Non-ASCII characters encoded as valid UTF-8 are correctly transported ... ok test_attachments (mail.tests.MailTests) Regression test for #9367 ... ok test_attachments_MIMEText (mail.tests.MailTests) ... ok test_attachments_two_tuple (mail.tests.MailTests) ... ok test_backend_arg (mail.tests.MailTests) Test backend argument of mail.get_connection() ... ok test_cc (mail.tests.MailTests) Regression test for #7722 ... ok test_cc_headers (mail.tests.MailTests) ... ok test_cc_in_headers_only (mail.tests.MailTests) ... ok test_connection_arg (mail.tests.MailTests) Test connection argument to send_mail(), et. al. ... ok test_custom_backend (mail.tests.MailTests) Test custom backend defined in this suite. ... ok test_custom_utf8_encoding (mail.tests.MailTests) A UTF-8 charset with a custom body encoding is respected. ... ok test_dont_base64_encode (mail.tests.MailTests) ... ok test_dont_base64_encode_message_rfc822 (mail.tests.MailTests) ... ok test_dont_mangle_from_in_body (mail.tests.MailTests) ... ok test_dummy_backend (mail.tests.MailTests) Make sure that dummy backends returns correct number of sent messages ... ok test_encoding (mail.tests.MailTests) Regression for #12791 - Encode body correctly with other encodings ... ok test_from_header (mail.tests.MailTests) Make sure we can manually set the From header (#9214) ... ok test_header_injection (mail.tests.MailTests) ... ok test_header_omitted_for_no_to_recipients (mail.tests.MailTests) ... ok test_message_header_overrides (mail.tests.MailTests) Specifying dates or message-ids in the extra headers overrides the ... ok test_multiple_message_call (mail.tests.MailTests) Regression for #13259 - Make sure that headers are not changed when ... ok test_multiple_recipients (mail.tests.MailTests) ... ok test_non_ascii_attachment_filename (mail.tests.MailTests) Regression test for #14964 ... ok test_non_ascii_dns_non_unicode_email (mail.tests.MailTests) ... ok test_none_body (mail.tests.MailTests) ... ok test_recipients_as_string (mail.tests.MailTests) ... ok test_recipients_as_tuple (mail.tests.MailTests) ... ok test_recipients_with_empty_strings (mail.tests.MailTests) Empty strings in various recipient arguments are always stripped ... ok test_reply_to (mail.tests.MailTests) ... ok test_reply_to_header (mail.tests.MailTests) Specifying 'Reply-To' in headers should override reply_to. ... ok test_reply_to_in_headers_only (mail.tests.MailTests) ... ok test_safe_mime_multipart (mail.tests.MailTests) Make sure headers can be set with a different encoding than utf-8 in ... ok test_safe_mime_multipart_with_attachments (mail.tests.MailTests) EmailMultiAlternatives includes alternatives if the body is empty and ... ok test_sanitize_address (mail.tests.MailTests) Email addresses are properly sanitized. ... ok test_sanitize_address_invalid (mail.tests.MailTests) ... ok test_space_continuation (mail.tests.MailTests) Test for space continuation character in long (ASCII) subject headers (#7747) ... ok test_to_header (mail.tests.MailTests) Make sure we can manually set the To header (#17444) ... ok test_to_in_headers_only (mail.tests.MailTests) ... ok test_unicode_address_header (mail.tests.MailTests) Regression for #11144 - When a to/from/cc header contains unicode, ... ok test_unicode_headers (mail.tests.MailTests) ... ok test_date_header_localtime (mail.tests.MailTimeZoneTests) EMAIL_USE_LOCALTIME=True creates a datetime in the local time zone. ... ok test_date_header_utc (mail.tests.MailTimeZoneTests) EMAIL_USE_LOCALTIME=False creates a datetime in UTC. ... ok test_7bit (mail.tests.PythonGlobalState) ... ok test_8bit_latin (mail.tests.PythonGlobalState) ... ok test_8bit_non_latin (mail.tests.PythonGlobalState) ... ok test_utf8 (mail.tests.PythonGlobalState) ... ok test_fail_silently_on_connection_error (mail.tests.SMTPBackendStoppedServerTests) A socket connection error is silenced with fail_silently=True. ... ok test_server_stopped (mail.tests.SMTPBackendStoppedServerTests) Closing the backend while the SMTP server is stopped doesn't raise an ... ok test_auth_attempted (mail.tests.SMTPBackendTests) Opening the backend with non empty username/password tries ... ok test_close_connection (mail.tests.SMTPBackendTests) Connection can be closed (even when not explicitly opened) ... ok test_connection_timeout_default (mail.tests.SMTPBackendTests) The connection's timeout value is None by default. ... ok test_email_authentication_override_settings (mail.tests.SMTPBackendTests) ... ok test_email_authentication_use_settings (mail.tests.SMTPBackendTests) ... ok test_email_disabled_authentication (mail.tests.SMTPBackendTests) ... ok test_email_msg_uses_crlf (mail.tests.SMTPBackendTests) #23063 -- RFC-compliant messages are sent over SMTP. ... ok test_email_ssl_attempts_ssl_connection (mail.tests.SMTPBackendTests) ... ok test_email_ssl_certfile_default_disabled (mail.tests.SMTPBackendTests) ... ok test_email_ssl_certfile_override_settings (mail.tests.SMTPBackendTests) ... ok test_email_ssl_certfile_use_settings (mail.tests.SMTPBackendTests) ... ok test_email_ssl_default_disabled (mail.tests.SMTPBackendTests) ... ok test_email_ssl_keyfile_default_disabled (mail.tests.SMTPBackendTests) ... ok test_email_ssl_keyfile_override_settings (mail.tests.SMTPBackendTests) ... ok test_email_ssl_keyfile_use_settings (mail.tests.SMTPBackendTests) ... ok test_email_ssl_override_settings (mail.tests.SMTPBackendTests) ... ok test_email_ssl_use_settings (mail.tests.SMTPBackendTests) ... ok test_email_timeout_override_settings (mail.tests.SMTPBackendTests) ... ok test_email_tls_attempts_starttls (mail.tests.SMTPBackendTests) ... ok test_email_tls_default_disabled (mail.tests.SMTPBackendTests) ... ok test_email_tls_override_settings (mail.tests.SMTPBackendTests) ... ok test_email_tls_use_settings (mail.tests.SMTPBackendTests) ... ok test_empty_admins (mail.tests.SMTPBackendTests) mail_admins/mail_managers doesn't connect to the mail server ... ok test_html_mail_admins (mail.tests.SMTPBackendTests) Test html_message argument to mail_admins ... ok test_html_mail_managers (mail.tests.SMTPBackendTests) Test html_message argument to mail_managers ... ok test_html_send_mail (mail.tests.SMTPBackendTests) Test html_message argument to send_mail ... ok test_idn_send (mail.tests.SMTPBackendTests) Regression test for #14301 ... ok test_lazy_addresses (mail.tests.SMTPBackendTests) Email sending should support lazy email addresses (#24416). ... ok test_manager_and_admin_mail_prefix (mail.tests.SMTPBackendTests) String prefix + lazy translated subject = bad output ... ok test_message_cc_header (mail.tests.SMTPBackendTests) Regression test for #7722 ... ok test_plaintext_send_mail (mail.tests.SMTPBackendTests) Test send_mail without the html_message ... ok test_recipient_without_domain (mail.tests.SMTPBackendTests) Regression test for #15042 ... ok test_reopen_connection (mail.tests.SMTPBackendTests) ... ok test_send (mail.tests.SMTPBackendTests) ... ok test_send_long_lines (mail.tests.SMTPBackendTests) Email line length is limited to 998 chars by the RFC: ... ok test_send_many (mail.tests.SMTPBackendTests) ... ok test_send_messages_after_open_failed (mail.tests.SMTPBackendTests) send_messages() shouldn't try to send messages if open() raises an ... ok test_send_messages_empty_list (mail.tests.SMTPBackendTests) ... ok test_send_messages_zero_sent (mail.tests.SMTPBackendTests) A message isn't sent if it doesn't have any recipients. ... ok test_send_unicode (mail.tests.SMTPBackendTests) ... ok test_send_verbose_name (mail.tests.SMTPBackendTests) ... ok test_server_login (mail.tests.SMTPBackendTests) Even if the Python SMTP server doesn't support authentication, the ... ok test_server_open (mail.tests.SMTPBackendTests) open() returns whether it opened a connection. ... ok test_ssl_tls_mutually_exclusive (mail.tests.SMTPBackendTests) ... ok test_use_as_contextmanager (mail.tests.SMTPBackendTests) The connection can be used as a contextmanager. ... ok test_wrong_admins_managers (mail.tests.SMTPBackendTests) ... ok test_command_option (shell.tests.ShellCommandTestCase) ... ok test_shell_with_bpython_not_installed (shell.tests.ShellCommandTestCase) ... ok test_shell_with_ipython_not_installed (shell.tests.ShellCommandTestCase) ... ok test_stdin_read (shell.tests.ShellCommandTestCase) ... ok test_get_bound_params (lookup.test_lookups.YearLookupTests) ... ok test_basic_params_specified_in_settings (dbshell.test_mysql.MySqlDbshellCommandTestCase) ... ok test_can_connect_using_sockets (dbshell.test_mysql.MySqlDbshellCommandTestCase) ... ok test_fails_with_keyerror_on_incomplete_config (dbshell.test_mysql.MySqlDbshellCommandTestCase) ... ok test_options_override_settings_proper_values (dbshell.test_mysql.MySqlDbshellCommandTestCase) ... ok test_ssl_certificate_is_added (dbshell.test_mysql.MySqlDbshellCommandTestCase) ... ok test_with_rlwrap (dbshell.test_oracle.OracleDbshellTests) ... skipped 'Oracle tests' test_without_rlwrap (dbshell.test_oracle.OracleDbshellTests) ... skipped 'Oracle tests' test_accent (dbshell.test_postgresql.PostgreSqlDbshellCommandTestCase) ... ok test_basic (dbshell.test_postgresql.PostgreSqlDbshellCommandTestCase) ... ok test_column (dbshell.test_postgresql.PostgreSqlDbshellCommandTestCase) ... ok test_nopass (dbshell.test_postgresql.PostgreSqlDbshellCommandTestCase) ... ok test_sigint_handler (dbshell.test_postgresql.PostgreSqlDbshellCommandTestCase) SIGINT is ignored in Python and passed to psql to abort queries. ... ok test_ssl_certificate (dbshell.test_postgresql.PostgreSqlDbshellCommandTestCase) ... ok test_all_if_match (conditional_processing.tests.ConditionalGet) ... ok test_all_if_none_match (conditional_processing.tests.ConditionalGet) ... ok test_both_headers (conditional_processing.tests.ConditionalGet) ... ok test_both_headers_2 (conditional_processing.tests.ConditionalGet) ... ok test_if_match (conditional_processing.tests.ConditionalGet) ... ok test_if_modified_since (conditional_processing.tests.ConditionalGet) ... ok test_if_none_match (conditional_processing.tests.ConditionalGet) ... ok test_if_unmodified_since (conditional_processing.tests.ConditionalGet) ... ok test_invalid_etag (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_1 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_2 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_3 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_4 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_5 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_6 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_7 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_8 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_9 (conditional_processing.tests.ConditionalGet) ... ok test_single_condition_head (conditional_processing.tests.ConditionalGet) ... ok test_unquoted (conditional_processing.tests.ConditionalGet) The same quoted ETag should be set on the header regardless of whether ... ok test_unquoted_if_none_match (conditional_processing.tests.ConditionalGet) ... ok test_weak_if_match (conditional_processing.tests.ConditionalGet) If-Match comparisons use strong matching, so any comparison involving ... ok test_weak_if_none_match (conditional_processing.tests.ConditionalGet) If-None-Match comparisons use weak matching, so weak and strong ETags ... ok test_without_conditions (conditional_processing.tests.ConditionalGet) ... ok test_run_loop_catches_stopiteration (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_run_loop_stop_and_return (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_wait_for_apps_ready_checks_for_exception (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_wait_for_apps_ready_without_exception (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_watch_dir_with_unresolvable_path (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_watch_files_with_recursive_glob (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_watch_with_glob (utils_tests.test_autoreload.BaseReloaderTests) ... ok test_watchman_available (utils_tests.test_autoreload.GetReloaderTests) ... ok test_watchman_unavailable (utils_tests.test_autoreload.GetReloaderTests) ... ok test_manage_py (utils_tests.test_autoreload.RestartWithReloaderTests) ... ok test_python_m_django (utils_tests.test_autoreload.RestartWithReloaderTests) ... ok test_calls_start_django (utils_tests.test_autoreload.RunWithReloaderTests) ... ok test_calls_sys_exit (utils_tests.test_autoreload.RunWithReloaderTests) ... ok test_swallows_keyboard_interrupt (utils_tests.test_autoreload.RunWithReloaderTests) ... ok test_check_errors_called (utils_tests.test_autoreload.StartDjangoTests) ... ok test_echo_on_called (utils_tests.test_autoreload.StartDjangoTests) ... ok test_starts_thread_with_args (utils_tests.test_autoreload.StartDjangoTests) ... ok test_watchman_becomes_unavailable (utils_tests.test_autoreload.StartDjangoTests) ... ok test_glob (utils_tests.test_autoreload.StatReloaderTests) ... ok test_glob_recursive (utils_tests.test_autoreload.StatReloaderTests) ... ok test_multiple_globs (utils_tests.test_autoreload.StatReloaderTests) ... ok test_multiple_recursive_globs (utils_tests.test_autoreload.StatReloaderTests) ... ok test_nested_glob_recursive (utils_tests.test_autoreload.StatReloaderTests) ... ok test_overlapping_glob_recursive (utils_tests.test_autoreload.StatReloaderTests) ... ok test_overlapping_globs (utils_tests.test_autoreload.StatReloaderTests) ... ok test_snapshot_files_ignores_missing_files (utils_tests.test_autoreload.StatReloaderTests) ... ok test_snapshot_files_updates (utils_tests.test_autoreload.StatReloaderTests) ... ok test_snapshot_files_with_duplicates (utils_tests.test_autoreload.StatReloaderTests) ... ok test_tick_does_not_trigger_twice (utils_tests.test_autoreload.StatReloaderTests) ... ok test_mutates_error_files (utils_tests.test_autoreload.TestCheckErrors) ... ok test_common_roots (utils_tests.test_autoreload.TestCommonRoots) ... ok test_bytecode_conversion_to_source (utils_tests.test_autoreload.TestIterModulesAndFiles) .pyc and .pyo files are included in the files list. ... ok test_check_errors (utils_tests.test_autoreload.TestIterModulesAndFiles) When a file containing an error is imported in a function wrapped by ... ok test_check_errors_catches_all_exceptions (utils_tests.test_autoreload.TestIterModulesAndFiles) Since Python may raise arbitrary exceptions when importing code, ... ok test_file_added (utils_tests.test_autoreload.TestIterModulesAndFiles) When a file is added, it's returned by iter_all_python_module_files(). ... ok test_main_module_is_resolved (utils_tests.test_autoreload.TestIterModulesAndFiles) ... ok test_main_module_without_file_is_not_resolved (utils_tests.test_autoreload.TestIterModulesAndFiles) ... ok test_module_without_spec (utils_tests.test_autoreload.TestIterModulesAndFiles) ... ok test_path_with_embedded_null_bytes (utils_tests.test_autoreload.TestIterModulesAndFiles) ... ok test_paths_are_pathlib_instances (utils_tests.test_autoreload.TestIterModulesAndFiles) ... ok test_weakref_in_sys_module (utils_tests.test_autoreload.TestIterModulesAndFiles) iter_all_python_module_file() ignores weakref modules. ... ok test_zip_reload (utils_tests.test_autoreload.TestIterModulesAndFiles) Modules imported from zipped files have their archive location included ... ok test_no_exception (utils_tests.test_autoreload.TestRaiseLastException) ... ok test_raises_custom_exception (utils_tests.test_autoreload.TestRaiseLastException) ... ok test_raises_exception (utils_tests.test_autoreload.TestRaiseLastException) ... ok test_raises_exception_with_context (utils_tests.test_autoreload.TestRaiseLastException) ... ok test_sys_paths_absolute (utils_tests.test_autoreload.TestSysPathDirectories) ... ok test_sys_paths_directories (utils_tests.test_autoreload.TestSysPathDirectories) ... ok test_sys_paths_non_existing (utils_tests.test_autoreload.TestSysPathDirectories) ... ok test_sys_paths_with_directories (utils_tests.test_autoreload.TestSysPathDirectories) ... ok test_check_availability (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_check_availability_lower_version (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_check_server_status (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_check_server_status_raises_error (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_glob (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_glob_recursive (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_multiple_globs (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_multiple_recursive_globs (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_nested_glob_recursive (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_overlapping_glob_recursive (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_overlapping_globs (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_pywatchman_not_available (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_setting_timeout_from_environment_variable (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_update_watches_raises_exceptions (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_watch_glob_ignores_non_existing_directories_two_levels (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_watch_glob_multiple_patterns (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_watch_glob_uses_existing_parent_directories (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_watched_roots_contains_directory_globs (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_watched_roots_contains_files (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_watched_roots_contains_sys_path (utils_tests.test_autoreload.WatchmanReloaderTests) ... skipped 'Watchman unavailable: pywatchman not installed.' test_copy (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_create_with_invalid_key (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_create_with_invalid_values (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_del (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_dict (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_equal (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_getitem (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_in (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_items (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_list (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_repr (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_set (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_str (utils_tests.test_datastructures.CaseInsensitiveMappingTests) ... ok test_dictwrapper (utils_tests.test_datastructures.DictWrapperTests) ... ok test_custom_warning (utils_tests.test_datastructures.ImmutableListTests) ... ok test_sort (utils_tests.test_datastructures.ImmutableListTests) ... ok test_appendlist (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_copy (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_dict_translation (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_getlist_default (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_getlist_doesnt_mutate (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_getlist_none_empty_values (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_internal_getlist_does_mutate (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_multivaluedict (utils_tests.test_datastructures.MultiValueDictTests) ... ok test_bool (utils_tests.test_datastructures.OrderedSetTests) ... ok test_len (utils_tests.test_datastructures.OrderedSetTests) ... ok test_am_pm (utils_tests.test_dateformat.DateFormatTests) ... ok test_date (utils_tests.test_dateformat.DateFormatTests) ... ok test_date_formats (utils_tests.test_dateformat.DateFormatTests) ... ok test_dateformat (utils_tests.test_dateformat.DateFormatTests) ... ok test_datetime_with_local_tzinfo (utils_tests.test_dateformat.DateFormatTests) ... ok test_datetime_with_tzinfo (utils_tests.test_dateformat.DateFormatTests) ... ok test_empty_format (utils_tests.test_dateformat.DateFormatTests) ... ok test_epoch (utils_tests.test_dateformat.DateFormatTests) ... ok test_futuredates (utils_tests.test_dateformat.DateFormatTests) ... ok test_invalid_time_format_specifiers (utils_tests.test_dateformat.DateFormatTests) ... ok test_microsecond (utils_tests.test_dateformat.DateFormatTests) ... ok test_naive_ambiguous_datetime (utils_tests.test_dateformat.DateFormatTests) ... ok test_naive_datetime (utils_tests.test_dateformat.DateFormatTests) ... ok test_time_formats (utils_tests.test_dateformat.DateFormatTests) ... ok test_timezones (utils_tests.test_dateformat.DateFormatTests) ... ok test_compare_datetimes (utils_tests.test_datetime_safe.DatetimeTests) ... ok test_safe_strftime (utils_tests.test_datetime_safe.DatetimeTests) ... ok test_zero_padding (utils_tests.test_datetime_safe.DatetimeTests) Regression for #12524 ... ok test_getter (utils_tests.test_decorators.ClassPropertyTest) ... ok test_override_getter (utils_tests.test_decorators.ClassPropertyTest) ... ok test_callable_process_view_middleware (utils_tests.test_decorators.DecoratorFromMiddlewareTests) Test a middleware that implements process_view, operating on a callable class. ... ok test_full_dec_normal (utils_tests.test_decorators.DecoratorFromMiddlewareTests) All methods of middleware are called for normal HttpResponses ... ok test_full_dec_templateresponse (utils_tests.test_decorators.DecoratorFromMiddlewareTests) All methods of middleware are called for TemplateResponses in ... ok test_process_view_middleware (utils_tests.test_decorators.DecoratorFromMiddlewareTests) Test a middleware that implements process_view. ... ok test_force_bytes_encoding (utils_tests.test_encoding.TestEncodingUtils) ... ok test_force_bytes_exception (utils_tests.test_encoding.TestEncodingUtils) force_bytes knows how to convert to bytes an exception ... ok test_force_bytes_memory_view (utils_tests.test_encoding.TestEncodingUtils) ... ok test_force_bytes_strings_only (utils_tests.test_encoding.TestEncodingUtils) ... ok test_force_str_DjangoUnicodeDecodeError (utils_tests.test_encoding.TestEncodingUtils) ... ok test_force_str_exception (utils_tests.test_encoding.TestEncodingUtils) Broken __str__ actually raises an error. ... ok test_force_str_lazy (utils_tests.test_encoding.TestEncodingUtils) ... ok test_get_default_encoding (utils_tests.test_encoding.TestEncodingUtils) ... ok test_repercent_broken_unicode_recursion_error (utils_tests.test_encoding.TestEncodingUtils) ... ok test_smart_bytes (utils_tests.test_encoding.TestEncodingUtils) ... ok test_smart_str (utils_tests.test_encoding.TestEncodingUtils) ... ok test_force_text (utils_tests.test_encoding_deprecations.TestDeprecatedEncodingUtils) ... ok test_smart_text (utils_tests.test_encoding_deprecations.TestDeprecatedEncodingUtils) ... ok test_atom1_mime_type (utils_tests.test_feedgenerator.FeedgeneratorTests) Atom MIME type has UTF8 Charset parameter set ... ok test_atom_add_item (utils_tests.test_feedgenerator.FeedgeneratorTests) ... ok test_deterministic_attribute_order (utils_tests.test_feedgenerator.FeedgeneratorTests) ... ok test_feed_with_feed_url_gets_rendered_with_atom_link (utils_tests.test_feedgenerator.FeedgeneratorTests) ... ok test_feed_without_feed_url_gets_rendered_without_atom_link (utils_tests.test_feedgenerator.FeedgeneratorTests) ... ok test_get_tag_uri (utils_tests.test_feedgenerator.FeedgeneratorTests) get_tag_uri() correctly generates TagURIs. ... ok test_get_tag_uri_with_port (utils_tests.test_feedgenerator.FeedgeneratorTests) get_tag_uri() correctly generates TagURIs from URLs with port numbers. ... ok test_latest_post_date_returns_utc_time (utils_tests.test_feedgenerator.FeedgeneratorTests) ... ok test_rfc2822_date (utils_tests.test_feedgenerator.FeedgeneratorTests) rfc2822_date() correctly formats datetime objects. ... ok test_rfc2822_date_with_timezone (utils_tests.test_feedgenerator.FeedgeneratorTests) rfc2822_date() correctly formats datetime objects with tzinfo. ... ok test_rfc2822_date_without_time (utils_tests.test_feedgenerator.FeedgeneratorTests) rfc2822_date() correctly formats date objects. ... ok test_rfc3339_date (utils_tests.test_feedgenerator.FeedgeneratorTests) rfc3339_date() correctly formats datetime objects. ... ok test_rfc3339_date_with_timezone (utils_tests.test_feedgenerator.FeedgeneratorTests) rfc3339_date() correctly formats datetime objects with tzinfo. ... ok test_rfc3339_date_without_time (utils_tests.test_feedgenerator.FeedgeneratorTests) rfc3339_date() correctly formats date objects. ... ok test_rss_mime_type (utils_tests.test_feedgenerator.FeedgeneratorTests) RSS MIME type has UTF8 Charset parameter set ... ok test_cached_property (utils_tests.test_functional.FunctionalTests) cached_property caches its value and behaves like a property. ... ok test_cached_property_auto_name (utils_tests.test_functional.FunctionalTests) cached_property caches its value and behaves like a property ... ok test_cached_property_reuse_different_names (utils_tests.test_functional.FunctionalTests) Disallow this case because the decorated function wouldn't be cached. ... ok test_cached_property_reuse_same_name (utils_tests.test_functional.FunctionalTests) Reusing a cached_property on different classes under the same name is ... ok test_cached_property_set_name_not_called (utils_tests.test_functional.FunctionalTests) ... ok test_lazy (utils_tests.test_functional.FunctionalTests) ... ok test_lazy_base_class (utils_tests.test_functional.FunctionalTests) lazy also finds base class methods in the proxy object ... ok test_lazy_base_class_override (utils_tests.test_functional.FunctionalTests) lazy finds the correct (overridden) method implementation ... ok test_lazy_class_preparation_caching (utils_tests.test_functional.FunctionalTests) ... ok test_lazy_equality (utils_tests.test_functional.FunctionalTests) == and != work correctly for Promises. ... ok test_lazy_object_to_string (utils_tests.test_functional.FunctionalTests) ... ok test_lazy_repr_bytes (utils_tests.test_functional.FunctionalTests) ... ok test_lazy_repr_int (utils_tests.test_functional.FunctionalTests) ... ok test_lazy_repr_text (utils_tests.test_functional.FunctionalTests) ... ok test_count_equal (utils_tests.test_hashable.TestHashable) ... ok test_equal (utils_tests.test_hashable.TestHashable) ... ok test_unhashable (utils_tests.test_hashable.TestHashable) ... ok test_conditional_escape (utils_tests.test_html.TestUtilsHtml) ... ok test_escape (utils_tests.test_html.TestUtilsHtml) ... ok test_escapejs (utils_tests.test_html.TestUtilsHtml) ... ok test_format_html (utils_tests.test_html.TestUtilsHtml) ... ok test_html_safe (utils_tests.test_html.TestUtilsHtml) ... ok test_html_safe_defines_html_error (utils_tests.test_html.TestUtilsHtml) ... ok test_html_safe_doesnt_define_str (utils_tests.test_html.TestUtilsHtml) ... ok test_html_safe_subclass (utils_tests.test_html.TestUtilsHtml) ... ok test_json_script (utils_tests.test_html.TestUtilsHtml) ... ok test_linebreaks (utils_tests.test_html.TestUtilsHtml) ... ok test_smart_urlquote (utils_tests.test_html.TestUtilsHtml) ... ok test_strip_spaces_between_tags (utils_tests.test_html.TestUtilsHtml) ... ok test_strip_tags (utils_tests.test_html.TestUtilsHtml) ... ok test_strip_tags_files (utils_tests.test_html.TestUtilsHtml) ... ok test_urlize (utils_tests.test_html.TestUtilsHtml) ... ok test_urlize_unchanged_inputs (utils_tests.test_html.TestUtilsHtml) ... ok test_input_too_large (utils_tests.test_http.Base36IntTests) ... ok test_invalid_literal (utils_tests.test_http.Base36IntTests) ... ok test_negative_input (utils_tests.test_http.Base36IntTests) ... ok test_roundtrip (utils_tests.test_http.Base36IntTests) ... ok test_to_base36_errors (utils_tests.test_http.Base36IntTests) ... ok test_to_int_errors (utils_tests.test_http.Base36IntTests) ... ok test_values (utils_tests.test_http.Base36IntTests) ... ok test_allowed_hosts_str (utils_tests.test_http.IsSafeURLTests) ... ok test_bad_urls (utils_tests.test_http.IsSafeURLTests) ... ok test_basic_auth (utils_tests.test_http.IsSafeURLTests) ... ok test_good_urls (utils_tests.test_http.IsSafeURLTests) ... ok test_is_safe_url_deprecated (utils_tests.test_http.IsSafeURLTests) ... ok test_no_allowed_hosts (utils_tests.test_http.IsSafeURLTests) ... ok test_secure_param_https_urls (utils_tests.test_http.IsSafeURLTests) ... ok test_secure_param_non_https_urls (utils_tests.test_http.IsSafeURLTests) ... ok test_custom_iterable_not_doseq (utils_tests.test_http.URLEncodeTests) ... ok test_dict (utils_tests.test_http.URLEncodeTests) ... ok test_dict_containing_empty_sequence_doseq (utils_tests.test_http.URLEncodeTests) ... ok test_dict_containing_sequence_doseq (utils_tests.test_http.URLEncodeTests) ... ok test_dict_containing_sequence_not_doseq (utils_tests.test_http.URLEncodeTests) ... ok test_dict_containing_tuple_not_doseq (utils_tests.test_http.URLEncodeTests) ... ok test_dict_with_bytearray (utils_tests.test_http.URLEncodeTests) ... ok test_dict_with_bytes_values (utils_tests.test_http.URLEncodeTests) ... ok test_dict_with_sequence_of_bytes (utils_tests.test_http.URLEncodeTests) ... ok test_generator (utils_tests.test_http.URLEncodeTests) ... ok test_multivaluedict (utils_tests.test_http.URLEncodeTests) ... ok test_none (utils_tests.test_http.URLEncodeTests) ... ok test_none_in_generator (utils_tests.test_http.URLEncodeTests) ... ok test_none_in_sequence (utils_tests.test_http.URLEncodeTests) ... ok test_tuples (utils_tests.test_http.URLEncodeTests) ... ok test_case_0 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_1 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_2 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_3 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_4 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_5 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_6 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_7 (utils_tests.test_jslex.JsToCForGettextTest) ... ok test_case_0 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_1 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_10 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_11 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_12 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_13 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_14 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_15 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_16 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_17 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_18 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_19 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_2 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_20 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_21 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_22 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_23 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_24 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_25 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_26 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_27 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_28 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_29 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_3 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_30 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_31 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_32 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_4 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_5 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_6 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_7 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_8 (utils_tests.test_jslex.JsTokensTest) ... ok test_case_9 (utils_tests.test_jslex.JsTokensTest) ... ok test_autodiscover_modules_found (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_autodiscover_modules_found_but_bad_module (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_autodiscover_modules_not_found (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_autodiscover_modules_several_found (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_autodiscover_modules_several_found_with_registry (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_autodiscover_modules_several_one_bad_module (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_validate_registry_keeps_intact (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_validate_registry_resets_after_erroneous_module (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_validate_registry_resets_after_missing_module (utils_tests.test_module_loading.AutodiscoverModulesTestCase) ... ok test_import_string (utils_tests.test_module_loading.ModuleImportTests) ... ok test_decimal_numbers (utils_tests.test_numberformat.TestNumberFormat) ... ok test_decimal_subclass (utils_tests.test_numberformat.TestNumberFormat) ... ok test_float_numbers (utils_tests.test_numberformat.TestNumberFormat) ... ok test_format_number (utils_tests.test_numberformat.TestNumberFormat) ... ok test_format_string (utils_tests.test_numberformat.TestNumberFormat) ... ok test_large_number (utils_tests.test_numberformat.TestNumberFormat) ... ok test_add_lazy_safe_text_and_safe_text (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe_as_decorator (utils_tests.test_safestring.SafeStringTest) mark_safe used as a decorator leaves the result of a function ... ok test_mark_safe_decorator_does_not_affect_dunder_html (utils_tests.test_safestring.SafeStringTest) mark_safe doesn't affect a callable that has an __html__() method. ... ok test_mark_safe_decorator_does_not_affect_promises (utils_tests.test_safestring.SafeStringTest) mark_safe doesn't affect lazy strings (Promise objects). ... ok test_mark_safe_lazy (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe_lazy_result_implements_dunder_html (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe_object_implementing_dunder_html (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe_object_implementing_dunder_str (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe_result_implements_dunder_html (utils_tests.test_safestring.SafeStringTest) ... ok test_mark_safe_str (utils_tests.test_safestring.SafeStringTest) Calling str() on a SafeString instance doesn't lose the safe status. ... ok test_compress_sequence (utils_tests.test_text.TestUtilsText) ... ok test_format_lazy (utils_tests.test_text.TestUtilsText) ... ok test_get_text_list (utils_tests.test_text.TestUtilsText) ... ok test_get_valid_filename (utils_tests.test_text.TestUtilsText) ... ok test_normalize_newlines (utils_tests.test_text.TestUtilsText) ... ok test_phone2numeric (utils_tests.test_text.TestUtilsText) ... ok test_slugify (utils_tests.test_text.TestUtilsText) ... ok test_smart_split (utils_tests.test_text.TestUtilsText) ... ok test_truncate_chars (utils_tests.test_text.TestUtilsText) ... ok test_truncate_chars_html (utils_tests.test_text.TestUtilsText) ... ok test_truncate_html_words (utils_tests.test_text.TestUtilsText) ... ok test_truncate_words (utils_tests.test_text.TestUtilsText) ... ok test_unescape_entities (utils_tests.test_text.TestUtilsText) ... ok test_unescape_entities_deprecated (utils_tests.test_text.TestUtilsText) ... ok test_unescape_string_literal (utils_tests.test_text.TestUtilsText) ... ok test_wrap (utils_tests.test_text.TestUtilsText) ... ok test_activate_invalid_timezone (utils_tests.test_timezone.TimezoneTests) ... ok test_fixedoffset_deprecation (utils_tests.test_timezone.TimezoneTests) ... ok test_fixedoffset_dst (utils_tests.test_timezone.TimezoneTests) ... ok test_fixedoffset_negative_timedelta (utils_tests.test_timezone.TimezoneTests) ... ok test_fixedoffset_pickle (utils_tests.test_timezone.TimezoneTests) ... ok test_fixedoffset_timedelta (utils_tests.test_timezone.TimezoneTests) ... ok test_fixedoffset_utcoffset (utils_tests.test_timezone.TimezoneTests) ... ok test_get_default_timezone (utils_tests.test_timezone.TimezoneTests) ... ok test_get_default_timezone_utc (utils_tests.test_timezone.TimezoneTests) ... ok test_is_aware (utils_tests.test_timezone.TimezoneTests) ... ok test_is_naive (utils_tests.test_timezone.TimezoneTests) ... ok test_localdate (utils_tests.test_timezone.TimezoneTests) ... ok test_make_aware (utils_tests.test_timezone.TimezoneTests) ... ok test_make_aware2 (utils_tests.test_timezone.TimezoneTests) ... ok test_make_aware_no_tz (utils_tests.test_timezone.TimezoneTests) ... ok test_make_aware_pytz (utils_tests.test_timezone.TimezoneTests) ... ok test_make_aware_pytz_ambiguous (utils_tests.test_timezone.TimezoneTests) ... ok test_make_aware_pytz_non_existent (utils_tests.test_timezone.TimezoneTests) ... ok test_make_naive (utils_tests.test_timezone.TimezoneTests) ... ok test_make_naive_no_tz (utils_tests.test_timezone.TimezoneTests) ... ok test_now (utils_tests.test_timezone.TimezoneTests) ... ok test_override (utils_tests.test_timezone.TimezoneTests) ... ok test_override_decorator (utils_tests.test_timezone.TimezoneTests) ... ok test_override_fixed_offset (utils_tests.test_timezone.TimezoneTests) ... ok test_override_string_tz (utils_tests.test_timezone.TimezoneTests) ... ok test_basic (utils_tests.test_topological_sort.TopologicalSortTests) ... ok test_cyclic_dependency (utils_tests.test_topological_sort.TopologicalSortTests) ... ok test_all (test_runner.test_discover_runner.DiscoverRunnerGetDatabasesTests) ... ok test_default_and_other (test_runner.test_discover_runner.DiscoverRunnerGetDatabasesTests) ... ok test_default_only (test_runner.test_discover_runner.DiscoverRunnerGetDatabasesTests) ... ok test_mixed (test_runner.test_discover_runner.DiscoverRunnerGetDatabasesTests) ... ok test_no_databases_required (test_runner.test_discover_runner.DiscoverRunnerGetDatabasesTests) ... ok test_other_only (test_runner.test_discover_runner.DiscoverRunnerGetDatabasesTests) ... ok test_add_arguments_debug_mode (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_discovery_on_package (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_dotted_test_class_django_testcase (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_dotted_test_class_vanilla_unittest (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_dotted_test_method_django_testcase (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_dotted_test_module (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_duplicates_ignored (test_runner.test_discover_runner.DiscoverRunnerTests) Tests shouldn't be discovered twice when discovering on overlapping paths. ... ok test_empty_label (test_runner.test_discover_runner.DiscoverRunnerTests) If the test label is empty, discovery should happen on the current ... ok test_empty_test_case (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_exclude_tags (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_excluded_tags_displayed (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_file_path (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_ignore_adjacent (test_runner.test_discover_runner.DiscoverRunnerTests) When given a dotted path to a module, unittest discovery searches ... ok test_included_tags_displayed (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_init_debug_mode (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_name_patterns (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_overridable_get_test_runner_kwargs (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_overridable_test_loader (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_overridable_test_runner (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_overridable_test_suite (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_pattern (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_reverse (test_runner.test_discover_runner.DiscoverRunnerTests) Reverse should reorder tests while maintaining the grouping specified ... ok test_tag_inheritance (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_tags (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_testcase_ordering (test_runner.test_discover_runner.DiscoverRunnerTests) ... ok test_subtest (test_runner.test_parallel.ParallelTestRunnerTest) Passing subtests work. ... ok test_add_failing_subtests (test_runner.test_parallel.RemoteTestResultTest) Failing subtests are added correctly using addSubTest(). ... skipped 'requires tblib to be installed' test_pickle_errors_detection (test_runner.test_parallel.RemoteTestResultTest) ... ok test_autoincrement_reset1 (test_runner.tests.AutoIncrementResetTest) ... skipped "Database doesn't support feature(s): supports_sequence_reset" test_autoincrement_reset2 (test_runner.tests.AutoIncrementResetTest) ... skipped "Database doesn't support feature(s): supports_sequence_reset" test_no_testrunner (test_runner.tests.CustomTestRunnerOptionsCmdlineTests) ... ok test_testrunner_equals (test_runner.tests.CustomTestRunnerOptionsCmdlineTests) ... ok test_testrunner_option (test_runner.tests.CustomTestRunnerOptionsCmdlineTests) ... ok test_all_options_given (test_runner.tests.CustomTestRunnerOptionsSettingsTests) ... ok test_default_and_given_options (test_runner.tests.CustomTestRunnerOptionsSettingsTests) ... ok test_default_options (test_runner.tests.CustomTestRunnerOptionsSettingsTests) ... ok test_option_name_and_value_separated (test_runner.tests.CustomTestRunnerOptionsSettingsTests) ... ok test_transaction_support (test_runner.tests.SQLiteInMemoryTestDbs) ... ok test_ticket_17477 (test_runner.tests.Ticket17477RegressionTests) 'manage.py help test' works after r16352. ... ok test_apnumber (humanize_tests.tests.HumanizeTests) ... ok test_i18n_html_ordinal (humanize_tests.tests.HumanizeTests) Allow html in output on i18n strings ... ok test_i18n_intcomma (humanize_tests.tests.HumanizeTests) ... ok test_i18n_intword (humanize_tests.tests.HumanizeTests) ... ok test_inflection_for_timedelta (humanize_tests.tests.HumanizeTests) Translation of '%d day'/'%d month'/… may differ depending on the context ... ok test_intcomma (humanize_tests.tests.HumanizeTests) ... ok test_intcomma_without_number_grouping (humanize_tests.tests.HumanizeTests) ... ok test_intword (humanize_tests.tests.HumanizeTests) ... ok test_l10n_intcomma (humanize_tests.tests.HumanizeTests) ... ok test_naturalday (humanize_tests.tests.HumanizeTests) ... ok test_naturalday_tz (humanize_tests.tests.HumanizeTests) ... ok test_naturalday_uses_localtime (humanize_tests.tests.HumanizeTests) ... ok test_naturaltime (humanize_tests.tests.HumanizeTests) ... ok test_naturaltime_as_documented (humanize_tests.tests.HumanizeTests) #23340 -- Verify the documented behavior of humanize.naturaltime. ... ok test_ordinal (humanize_tests.tests.HumanizeTests) ... ok test_accepts_args (logging_tests.tests.AdminEmailHandlerTest) User-supplied arguments and the EMAIL_SUBJECT_PREFIX setting are used ... ok test_accepts_args_and_request (logging_tests.tests.AdminEmailHandlerTest) The subject is also handled if being passed a request object. ... ok test_custom_exception_reporter_is_used (logging_tests.tests.AdminEmailHandlerTest) ... ok test_customize_send_mail_method (logging_tests.tests.AdminEmailHandlerTest) ... ok test_default_exception_reporter_class (logging_tests.tests.AdminEmailHandlerTest) ... ok test_disallowed_host_doesnt_crash (logging_tests.tests.AdminEmailHandlerTest) ... ok test_emit_non_ascii (logging_tests.tests.AdminEmailHandlerTest) #23593 - AdminEmailHandler should allow Unicode characters in the ... ok test_fail_silently (logging_tests.tests.AdminEmailHandlerTest) ... ok test_subject_accepts_newlines (logging_tests.tests.AdminEmailHandlerTest) Newlines in email reports' subjects are escaped to prevent ... ok test_uses_custom_email_backend (logging_tests.tests.AdminEmailHandlerTest) Refs #19325 ... ok test_passes_on_record (logging_tests.tests.CallbackFilterTest) ... ok test_sense (logging_tests.tests.CallbackFilterTest) ... ok test_django_logger (logging_tests.tests.DefaultLoggingTests) The 'django' base logger only output anything when DEBUG=True. ... ok test_django_logger_debug (logging_tests.tests.DefaultLoggingTests) ... ok test_django_logger_info (logging_tests.tests.DefaultLoggingTests) ... ok test_django_logger_warning (logging_tests.tests.DefaultLoggingTests) ... ok test_internal_server_error (logging_tests.tests.HandlerLoggingTests) ... ok test_internal_server_error_599 (logging_tests.tests.HandlerLoggingTests) ... ok test_multi_part_parser_error (logging_tests.tests.HandlerLoggingTests) ... ok test_page_found_no_warning (logging_tests.tests.HandlerLoggingTests) ... ok test_page_not_found_raised (logging_tests.tests.HandlerLoggingTests) ... ok test_page_not_found_warning (logging_tests.tests.HandlerLoggingTests) ... ok test_permission_denied (logging_tests.tests.HandlerLoggingTests) ... ok test_redirect_no_warning (logging_tests.tests.HandlerLoggingTests) ... ok test_uncaught_exception (logging_tests.tests.HandlerLoggingTests) ... ok test_i18n_page_found_no_warning (logging_tests.tests.I18nLoggingTests) ... ok test_i18n_page_not_found_warning (logging_tests.tests.I18nLoggingTests) ... ok test_server_formatter_default_format (logging_tests.tests.LogFormattersTests) ... ok test_server_formatter_styles (logging_tests.tests.LogFormattersTests) ... ok test_require_debug_false_filter (logging_tests.tests.LoggingFiltersTest) Test the RequireDebugFalse filter class. ... ok test_require_debug_true_filter (logging_tests.tests.LoggingFiltersTest) Test the RequireDebugTrue filter class. ... ok test_suspicious_email_admins (logging_tests.tests.SecurityLoggerTest) ... ok test_suspicious_operation_creates_log_message (logging_tests.tests.SecurityLoggerTest) ... ok test_suspicious_operation_uses_sublogger (logging_tests.tests.SecurityLoggerTest) ... ok test_circular_dependency (logging_tests.tests.SettingsConfigTest) ... ok test_custom_logging (logging_tests.tests.SettingsCustomLoggingTest) ... ok test_configure_initializes_logging (logging_tests.tests.SetupConfigureLogging) ... ok test_atomic_allows_queries_after_fixing_transaction (transactions.tests.AtomicErrorsTests) ... ok test_atomic_prevents_calling_transaction_methods (transactions.tests.AtomicErrorsTests) ... ok test_atomic_prevents_queries_in_broken_transaction (transactions.tests.AtomicErrorsTests) ... ok test_atomic_prevents_queries_in_broken_transaction_after_client_close (transactions.tests.AtomicErrorsTests) ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_atomic_prevents_setting_autocommit (transactions.tests.AtomicErrorsTests) ... ok test_alternate_decorator_syntax_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_alternate_decorator_syntax_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_decorator_syntax_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_decorator_syntax_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_force_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_merged_commit_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_merged_commit_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_merged_rollback_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_merged_rollback_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_nested_commit_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_nested_commit_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_nested_rollback_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_nested_rollback_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_prevent_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_reuse_commit_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_reuse_commit_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_reuse_rollback_commit (transactions.tests.AtomicInsideTransactionTests) ... ok test_reuse_rollback_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_rollback (transactions.tests.AtomicInsideTransactionTests) ... ok test_merged_inner_savepoint_rollback (transactions.tests.AtomicMergeTests) ... ok test_merged_outer_rollback (transactions.tests.AtomicMergeTests) ... ok test_atomic_does_not_leak_savepoints_on_failure (transactions.tests.AtomicMiscTests) #23074 -- Savepoints must be released after rollback. ... ok test_mark_for_rollback_on_error_in_autocommit (transactions.tests.AtomicMiscTests) ... ok test_mark_for_rollback_on_error_in_transaction (transactions.tests.AtomicMiscTests) ... ok test_wrap_callable_instance (transactions.tests.AtomicMiscTests) #20028 -- Atomic must support wrapping callable instances. ... ok test_implicit_savepoint_rollback (transactions.tests.AtomicMySQLTests) MySQL implicitly rolls back savepoints when it deadlocks (#22291). ... skipped 'MySQL-specific behaviors' test_alternate_decorator_syntax_commit (transactions.tests.AtomicTests) ... ok test_alternate_decorator_syntax_rollback (transactions.tests.AtomicTests) ... ok test_commit (transactions.tests.AtomicTests) ... ok test_decorator_syntax_commit (transactions.tests.AtomicTests) ... ok test_decorator_syntax_rollback (transactions.tests.AtomicTests) ... ok test_force_rollback (transactions.tests.AtomicTests) ... ok test_merged_commit_commit (transactions.tests.AtomicTests) ... ok test_merged_commit_rollback (transactions.tests.AtomicTests) ... ok test_merged_rollback_commit (transactions.tests.AtomicTests) ... ok test_merged_rollback_rollback (transactions.tests.AtomicTests) ... ok test_nested_commit_commit (transactions.tests.AtomicTests) ... ok test_nested_commit_rollback (transactions.tests.AtomicTests) ... ok test_nested_rollback_commit (transactions.tests.AtomicTests) ... ok test_nested_rollback_rollback (transactions.tests.AtomicTests) ... ok test_prevent_rollback (transactions.tests.AtomicTests) ... ok test_reuse_commit_commit (transactions.tests.AtomicTests) ... ok test_reuse_commit_rollback (transactions.tests.AtomicTests) ... ok test_reuse_rollback_commit (transactions.tests.AtomicTests) ... ok test_reuse_rollback_rollback (transactions.tests.AtomicTests) ... ok test_rollback (transactions.tests.AtomicTests) ... ok test_alternate_decorator_syntax_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_alternate_decorator_syntax_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_decorator_syntax_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_decorator_syntax_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_force_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_merged_commit_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_merged_commit_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_merged_rollback_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_merged_rollback_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_nested_commit_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_nested_commit_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_nested_rollback_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_nested_rollback_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_prevent_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_reuse_commit_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_reuse_commit_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_reuse_rollback_commit (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_reuse_rollback_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_rollback (transactions.tests.AtomicWithoutAutocommitTests) ... ok test_orm_query_after_error_and_rollback (transactions.tests.NonAutocommitTests) ORM queries are allowed after an error and a rollback in non-autocommit ... ok test_orm_query_without_autocommit (transactions.tests.NonAutocommitTests) #24921 -- ORM queries must be possible after set_autocommit(False). ... ok test_response (httpwrappers.tests.FileCloseTests) ... ok test_streaming_response (httpwrappers.tests.FileCloseTests) ... ok test_invalid_redirect_repr (httpwrappers.tests.HttpResponseSubclassesTests) If HttpResponseRedirect raises DisallowedRedirect, its __repr__() ... ok test_not_allowed (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_not_allowed_repr (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_not_allowed_repr_no_content_type (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_not_modified (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_not_modified_repr (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_redirect (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_redirect_lazy (httpwrappers.tests.HttpResponseSubclassesTests) Make sure HttpResponseRedirect works with lazy strings. ... ok test_redirect_repr (httpwrappers.tests.HttpResponseSubclassesTests) ... ok test_json_response_custom_encoder (httpwrappers.tests.JsonResponseTests) ... ok test_json_response_list (httpwrappers.tests.JsonResponseTests) ... ok test_json_response_non_ascii (httpwrappers.tests.JsonResponseTests) ... ok test_json_response_passing_arguments_to_json_dumps (httpwrappers.tests.JsonResponseTests) ... ok test_json_response_raises_type_error_with_default_setting (httpwrappers.tests.JsonResponseTests) ... ok test_json_response_text (httpwrappers.tests.JsonResponseTests) ... ok test_json_response_uuid (httpwrappers.tests.JsonResponseTests) ... ok test_basic_mutable_operations (httpwrappers.tests.QueryDictTests) ... ok test_create_with_no_args (httpwrappers.tests.QueryDictTests) ... ok test_duplicates_in_fromkeys_iterable (httpwrappers.tests.QueryDictTests) ... ok test_fromkeys_empty_iterable (httpwrappers.tests.QueryDictTests) ... ok test_fromkeys_is_immutable_by_default (httpwrappers.tests.QueryDictTests) ... ok test_fromkeys_mutable_override (httpwrappers.tests.QueryDictTests) ... ok test_fromkeys_noniterable (httpwrappers.tests.QueryDictTests) ... ok test_fromkeys_with_nondefault_encoding (httpwrappers.tests.QueryDictTests) ... ok test_fromkeys_with_nonempty_value (httpwrappers.tests.QueryDictTests) ... ok test_immutability (httpwrappers.tests.QueryDictTests) ... ok test_immutable_basic_operations (httpwrappers.tests.QueryDictTests) ... ok test_immutable_get_with_default (httpwrappers.tests.QueryDictTests) ... ok test_missing_key (httpwrappers.tests.QueryDictTests) ... ok test_multiple_keys (httpwrappers.tests.QueryDictTests) Test QueryDict with two key/value pairs with same keys. ... ok test_mutable_copy (httpwrappers.tests.QueryDictTests) A copy of a QueryDict is mutable. ... ok test_mutable_delete (httpwrappers.tests.QueryDictTests) ... ok test_non_default_encoding (httpwrappers.tests.QueryDictTests) #13572 - QueryDict with a non-default encoding ... ok test_pickle (httpwrappers.tests.QueryDictTests) ... ok test_querydict_fromkeys (httpwrappers.tests.QueryDictTests) ... ok test_single_key_value (httpwrappers.tests.QueryDictTests) Test QueryDict with one key/value pair ... ok test_update_from_querydict (httpwrappers.tests.QueryDictTests) Regression test for #8278: QueryDict.update(QueryDict) ... ok test_urlencode (httpwrappers.tests.QueryDictTests) ... ok test_urlencode_int (httpwrappers.tests.QueryDictTests) ... ok test_streaming_response (httpwrappers.tests.StreamingHttpResponseTests) ... ok test_already_loaded_model (signals.tests.LazyModelRefTests) ... ok test_disconnect (signals.tests.LazyModelRefTests) ... ok test_invalid_sender_model_name (signals.tests.LazyModelRefTests) ... ok test_not_loaded_model (signals.tests.LazyModelRefTests) ... ok test_register_model_class_senders_immediately (signals.tests.LazyModelRefTests) Model signals registered with model classes as senders don't use the ... ok test_inheritance (delete_regress.tests.DeleteCascadeTransactionTests) Auto-created many-to-many through tables referencing a parent model are ... ok test_to_field (delete_regress.tests.DeleteCascadeTransactionTests) Cascade deletion works with ForeignKey.to_field set to non-PK. ... ok test_concurrent_delete (delete_regress.tests.DeleteLockingTest) Concurrent deletes don't collide and lock the database (#9479). ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_modelform_factory_metaclass (model_forms.tests.CustomMetaclassTestCase) ... ok test_bad_callback (model_forms.tests.FormFieldCallbackTests) ... ok test_baseform_with_widgets_in_meta (model_forms.tests.FormFieldCallbackTests) Regression for #13095: Using base forms with widgets defined in Meta should not raise errors. ... ok test_custom_callback (model_forms.tests.FormFieldCallbackTests) A custom formfield_callback is used if provided ... ok test_factory_with_widget_argument (model_forms.tests.FormFieldCallbackTests) Regression for #15315: modelform_factory should accept widgets ... ok test_inherit_after_custom_callback (model_forms.tests.FormFieldCallbackTests) ... ok test_modelform_factory_with_all_fields (model_forms.tests.FormFieldCallbackTests) Regression for #19733 ... ok test_modelform_factory_without_fields (model_forms.tests.FormFieldCallbackTests) Regression for #19733 ... ok test_custom_error_messages (model_forms.tests.ModelFormCustomErrorTests) ... ok test_model_clean_error_messages (model_forms.tests.ModelFormCustomErrorTests) ... ok test_field_removal (model_forms.tests.ModelFormInheritanceTests) ... ok test_field_removal_name_clashes (model_forms.tests.ModelFormInheritanceTests) Form fields can be removed in subclasses by setting them to None ... ok test_form_subclass_inheritance (model_forms.tests.ModelFormInheritanceTests) ... ok test_big_integer_field (model_forms.tests.ModelOtherFieldTests) ... ok test_http_prefixing (model_forms.tests.ModelOtherFieldTests) If the http:// prefix is omitted on form input, the field adds it again. (Refs #13613) ... ok test_modelform_non_editable_field (model_forms.tests.ModelOtherFieldTests) When explicitly including a non-editable field in a ModelForm, the ... ok test_url_on_modelform (model_forms.tests.ModelOtherFieldTests) Check basic URL field validation on model forms ... ok test_setattr_raises_validation_error_field_specific (model_forms.tests.StrictAssignmentTests) A model ValidationError using the dict form should put the error ... ok test_setattr_raises_validation_error_non_field (model_forms.tests.StrictAssignmentTests) A model ValidationError not using the dict form should put the error ... ok test_error_messages_overrides (model_forms.tests.TestFieldOverridesByFormMeta) ... ok test_field_type_overrides (model_forms.tests.TestFieldOverridesByFormMeta) ... ok test_help_text_overrides (model_forms.tests.TestFieldOverridesByFormMeta) ... ok test_label_overrides (model_forms.tests.TestFieldOverridesByFormMeta) ... ok test_widget_overrides (model_forms.tests.TestFieldOverridesByFormMeta) ... ok test_notrequired_overrides_notblank (model_forms.tests.ValidationTest) ... ok test_validates_with_replaced_field_excluded (model_forms.tests.ValidationTest) ... ok test_validates_with_replaced_field_not_specified (model_forms.tests.ValidationTest) ... ok test_initialization_class_attributes (backends.base.test_base.DatabaseWrapperTests) The "initialization" class attributes like client_class and ... ok test_initialization_display_name (backends.base.test_base.DatabaseWrapperTests) ... ok test_custom_test_name (backends.base.test_creation.TestDbSignatureTests) ... ok test_custom_test_name_with_test_prefix (backends.base.test_creation.TestDbSignatureTests) ... ok test_default_name (backends.base.test_creation.TestDbSignatureTests) ... ok test_nonexistent_feature (backends.base.test_features.TestDatabaseFeatures) ... ok test_adapt_datetimefield_value (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_adapt_timefield_value (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_adapt_timefield_value_none (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_adapt_timefield_value_unaware (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_adapt_unknown_value_date (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_adapt_unknown_value_decimal (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_adapt_unknown_value_time (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_date_extract_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_date_interval_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_date_trunc_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_datetime_cast_date_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_datetime_cast_time_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_datetime_extract_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_datetime_trunc_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_deferrable_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_end_transaction_rollback (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_no_limit_value (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_pk_default_value (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_quote_name (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_regex_lookup (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_sequence_reset_by_name_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_set_time_zone_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_sql_flush (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_tablespace_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_time_extract_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_time_trunc_sql (backends.base.test_operations.SimpleDatabaseOperationTests) ... ok test_effective_default_callable (backends.base.test_schema.SchemaEditorTests) SchemaEditor.effective_default() shouldn't call callable defaults. ... ok test_clone_test_db_database_exists (backends.mysql.test_creation.DatabaseCreationTests) ... skipped 'MySQL tests' test_clone_test_db_options_ordering (backends.mysql.test_creation.DatabaseCreationTests) ... skipped 'MySQL tests' test_create_test_db_database_exists (backends.mysql.test_creation.DatabaseCreationTests) ... skipped 'MySQL tests' test_create_test_db_unexpected_error (backends.mysql.test_creation.DatabaseCreationTests) ... skipped 'MySQL tests' test_get_sequences (backends.oracle.test_introspection.DatabaseSequenceTests) ... skipped 'Oracle tests' test_get_sequences_manually_created_index (backends.oracle.test_introspection.DatabaseSequenceTests) ... skipped 'Oracle tests' test_hidden_no_data_found_exception (backends.oracle.tests.TransactionalTests) ... skipped 'Oracle tests' test_password_with_at_sign (backends.oracle.tests.TransactionalTests) ... skipped 'Oracle tests' test_create_test_db (backends.postgresql.test_creation.DatabaseCreationTests) ... skipped 'PostgreSQL tests' test_sql_table_creation_suffix_with_encoding (backends.postgresql.test_creation.DatabaseCreationTests) ... skipped 'PostgreSQL tests' test_sql_table_creation_suffix_with_encoding_and_template (backends.postgresql.test_creation.DatabaseCreationTests) ... skipped 'PostgreSQL tests' test_sql_table_creation_suffix_with_none_settings (backends.postgresql.test_creation.DatabaseCreationTests) ... skipped 'PostgreSQL tests' test_sql_table_creation_suffix_with_template (backends.postgresql.test_creation.DatabaseCreationTests) ... skipped 'PostgreSQL tests' test_autoincrement (backends.sqlite.tests.SchemaTests) auto_increment fields are created with the AUTOINCREMENT keyword ... ok test_constraint_checks_disabled_atomic_allowed (backends.sqlite.tests.SchemaTests) SQLite schema editor is usable within an outer transaction as long as ... ok test_disable_constraint_checking_failure_disallowed (backends.sqlite.tests.SchemaTests) SQLite schema editor is not usable within an outer transaction if ... ok test_field_rename_inside_atomic_block (backends.sqlite.tests.SchemaTests) NotImplementedError is raised when a model field rename is attempted ... skipped 'Database has feature(s) supports_atomic_references_rename' test_table_rename_inside_atomic_block (backends.sqlite.tests.SchemaTests) NotImplementedError is raised when a table rename is attempted inside ... skipped 'Database has feature(s) supports_atomic_references_rename' test_database_sharing_in_threads (backends.sqlite.tests.ThreadSharing) ... ok test_references_column (backends.test_ddl_references.ColumnsTests) ... ok test_references_table (backends.test_ddl_references.ColumnsTests) ... ok test_rename_column_references (backends.test_ddl_references.ColumnsTests) ... ok test_rename_table_references (backends.test_ddl_references.ColumnsTests) ... ok test_repr (backends.test_ddl_references.ColumnsTests) ... ok test_str (backends.test_ddl_references.ColumnsTests) ... ok test_references_column (backends.test_ddl_references.ForeignKeyNameTests) ... ok test_references_table (backends.test_ddl_references.ForeignKeyNameTests) ... ok test_rename_column_references (backends.test_ddl_references.ForeignKeyNameTests) ... ok test_rename_table_references (backends.test_ddl_references.ForeignKeyNameTests) ... ok test_repr (backends.test_ddl_references.ForeignKeyNameTests) ... ok test_str (backends.test_ddl_references.ForeignKeyNameTests) ... ok test_references_column (backends.test_ddl_references.IndexNameTests) ... ok test_references_table (backends.test_ddl_references.IndexNameTests) ... ok test_rename_column_references (backends.test_ddl_references.IndexNameTests) ... ok test_rename_table_references (backends.test_ddl_references.IndexNameTests) ... ok test_repr (backends.test_ddl_references.IndexNameTests) ... ok test_str (backends.test_ddl_references.IndexNameTests) ... ok test_references_column (backends.test_ddl_references.StatementTests) ... ok test_references_table (backends.test_ddl_references.StatementTests) ... ok test_rename_column_references (backends.test_ddl_references.StatementTests) ... ok test_rename_table_references (backends.test_ddl_references.StatementTests) ... ok test_repr (backends.test_ddl_references.StatementTests) ... ok test_str (backends.test_ddl_references.StatementTests) ... ok test_references_table (backends.test_ddl_references.TableTests) ... ok test_rename_table_references (backends.test_ddl_references.TableTests) ... ok test_repr (backends.test_ddl_references.TableTests) ... ok test_str (backends.test_ddl_references.TableTests) ... ok test_callproc_kparams (backends.test_utils.CursorWrapperTests) ... skipped "Database doesn't support feature(s): create_test_procedure_with_int_param_sql, supports_callproc_kwargs" test_callproc_with_int_params (backends.test_utils.CursorWrapperTests) ... skipped "Database doesn't support feature(s): create_test_procedure_with_int_param_sql" test_callproc_without_params (backends.test_utils.CursorWrapperTests) ... skipped "Database doesn't support feature(s): create_test_procedure_without_params_sql" test_unsupported_callproc_kparams_raises_error (backends.test_utils.CursorWrapperTests) ... ok test_format_number (backends.test_utils.TestUtils) ... ok test_split_identifier (backends.test_utils.TestUtils) ... ok test_truncate_name (backends.test_utils.TestUtils) ... ok test_cached_db_features (backends.tests.BackendTestCase) ... ok test_cursor_contextmanager (backends.tests.BackendTestCase) Cursors can be used as a context manager ... ok test_cursor_contextmanager_closing (backends.tests.BackendTestCase) ... skipped 'Psycopg2 specific cursor.closed attribute needed' test_cursor_execute_with_pyformat (backends.tests.BackendTestCase) ... skipped "Database doesn't support feature(s): supports_paramstyle_pyformat" test_cursor_executemany (backends.tests.BackendTestCase) ... ok test_cursor_executemany_with_empty_params_list (backends.tests.BackendTestCase) ... ok test_cursor_executemany_with_iterator (backends.tests.BackendTestCase) ... ok test_cursor_executemany_with_pyformat (backends.tests.BackendTestCase) ... skipped "Database doesn't support feature(s): supports_paramstyle_pyformat" test_cursor_executemany_with_pyformat_iterator (backends.tests.BackendTestCase) ... skipped "Database doesn't support feature(s): supports_paramstyle_pyformat" test_database_operations_helper_class (backends.tests.BackendTestCase) ... ok test_database_operations_init (backends.tests.BackendTestCase) DatabaseOperations initialization doesn't query the database. ... ok test_duplicate_table_error (backends.tests.BackendTestCase) Creating an existing table returns a DatabaseError ... ok test_is_usable_after_database_disconnects (backends.tests.BackendTestCase) is_usable() doesn't crash when the database disconnects (#21553). ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_queries (backends.tests.BackendTestCase) Test the documented API of connection.queries. ... ok test_queries_limit (backends.tests.BackendTestCase) The backend doesn't store an unlimited number of queries (#12581). ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_timezone_none_use_tz_false (backends.tests.BackendTestCase) ... ok test_unicode_fetches (backends.tests.BackendTestCase) ... ok test_unicode_password (backends.tests.BackendTestCase) ... ok test_signal (backends.tests.ConnectionCreatedSignalTest) ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_check_constraints (backends.tests.FkConstraintsTests) Constraint checks should raise an IntegrityError when bad data is in the DB. ... ok test_disable_constraint_checks_context_manager (backends.tests.FkConstraintsTests) When constraint checks are disabled (using context manager), should be ... ok test_disable_constraint_checks_manually (backends.tests.FkConstraintsTests) When constraint checks are disabled, should be able to write bad data ... ok test_integrity_checks_on_creation (backends.tests.FkConstraintsTests) Try to create a model instance that violates a FK constraint. If it ... ok test_integrity_checks_on_update (backends.tests.FkConstraintsTests) Try to update a model instance introducing a FK constraint violation. ... ok test_sequence_name_length_limits_create (backends.tests.LongNameTest) Test creation of model with long name and long pk name doesn't error. Ref #8901 ... ok test_sequence_name_length_limits_flush (backends.tests.LongNameTest) Sequence resetting as part of a flush with model with long name and ... ok test_sequence_name_length_limits_m2m (backends.tests.LongNameTest) An m2m save of a model with a long name and a long m2m field name ... ok test_closing_non_shared_connections (backends.tests.ThreadTests) A connection that is not explicitly shareable cannot be closed by ... ok test_connections_thread_local (backends.tests.ThreadTests) The connections are different for each thread (#17258). ... ok test_default_connection_thread_local (backends.tests.ThreadTests) The default connection (i.e. django.db.connection) is different for ... ok test_pass_connection_between_threads (backends.tests.ThreadTests) A connection can be passed from one thread to the other (#17258). ... ok test_thread_sharing_count (backends.tests.ThreadTests) ... ok test_middleware_headers (project_template.test_settings.TestStartProjectSettings) Ensure headers sent by the default MIDDLEWARE don't inadvertently ... ok test_missing_django_version_unpickling (model_regress.test_pickle.ModelPickleTests) #21430 -- Verifies a warning is raised for models that are ... ok test_unsupported_unpickle (model_regress.test_pickle.ModelPickleTests) #21430 -- Verifies a warning is raised for models that are ... ok test_with_getstate (model_regress.test_pickle.ModelPickleTests) A model may override __getstate__() to choose the attributes to pickle. ... ok test_fields_cache_descriptor (model_regress.test_state.ModelStateTests) ... ok test_bigautofield (introspection.tests.IntrospectionTests) ... ok test_django_table_names (introspection.tests.IntrospectionTests) ... ok test_django_table_names_retval_type (introspection.tests.IntrospectionTests) ... ok test_get_constraints (introspection.tests.IntrospectionTests) ... ok test_get_constraints_index_types (introspection.tests.IntrospectionTests) ... ok test_get_constraints_indexes_orders (introspection.tests.IntrospectionTests) Indexes have the 'orders' key with a list of 'ASC'/'DESC' values. ... ok test_get_key_columns (introspection.tests.IntrospectionTests) ... ok test_get_primary_key_column (introspection.tests.IntrospectionTests) ... ok test_get_relations (introspection.tests.IntrospectionTests) ... ok test_get_relations_alt_format (introspection.tests.IntrospectionTests) With SQLite, foreign keys can be added with different syntaxes and ... ok test_get_table_description_col_lengths (introspection.tests.IntrospectionTests) ... ok test_get_table_description_names (introspection.tests.IntrospectionTests) ... ok test_get_table_description_nullable (introspection.tests.IntrospectionTests) ... ok test_get_table_description_types (introspection.tests.IntrospectionTests) ... ok test_installed_models (introspection.tests.IntrospectionTests) ... ok test_postgresql_real_type (introspection.tests.IntrospectionTests) ... skipped "Database doesn't support feature(s): has_real_datatype" test_sequence_list (introspection.tests.IntrospectionTests) ... ok test_smallautofield (introspection.tests.IntrospectionTests) ... ok test_table_names (introspection.tests.IntrospectionTests) ... ok test_table_names_with_views (introspection.tests.IntrospectionTests) ... ok test_unmanaged_through_model (introspection.tests.IntrospectionTests) ... ok test_overridden_get_lookup (custom_lookups.tests.CustomisedMethodsTests) ... ok test_overridden_get_lookup_chain (custom_lookups.tests.CustomisedMethodsTests) ... ok test_overridden_get_transform (custom_lookups.tests.CustomisedMethodsTests) ... ok test_overridden_get_transform_chain (custom_lookups.tests.CustomisedMethodsTests) ... ok test_call_order (custom_lookups.tests.LookupTransformCallOrderTests) ... ok test_description_output (admin_docs.test_utils.TestUtils) ... ok test_initial_header_level (admin_docs.test_utils.TestUtils) ... ok test_parse_docstring (admin_docs.test_utils.TestUtils) ... ok test_parse_rst (admin_docs.test_utils.TestUtils) parse_rst() should use `cmsreference` as the default role. ... ok test_publish_parts (admin_docs.test_utils.TestUtils) Django shouldn't break the default role for interpreted text ... ok test_title_output (admin_docs.test_utils.TestUtils) ... ok test_trim_docstring (admin_docs.test_utils.TestUtils) ... ok test_simplify_regex (admin_docs.test_views.AdminDocViewFunctionsTests) ... ok test_persistence (migration_test_data_persistence.tests.MigrationDataPersistenceTestCase) ... ok test_access_locale_regex_descriptor (urlpatterns_reverse.test_localeregexdescriptor.LocaleRegexDescriptorTests) ... ok test_nontranslated_regex_compiled_once (urlpatterns_reverse.test_localeregexdescriptor.LocaleRegexDescriptorTests) ... ok test_regex_compile_error (urlpatterns_reverse.test_localeregexdescriptor.LocaleRegexDescriptorTests) Regex errors are re-raised as ImproperlyConfigured. ... ok test_translated_regex_compiled_per_language (urlpatterns_reverse.test_localeregexdescriptor.LocaleRegexDescriptorTests) ... ok test_default_handler (urlpatterns_reverse.tests.DefaultErrorHandlerTests) If the urls.py doesn't specify handlers, the defaults are used ... ok test_invalid_regex (urlpatterns_reverse.tests.ErroneousViewTests) ... ok test_noncallable_view (urlpatterns_reverse.tests.ErroneousViewTests) ... ok test_callable_handlers (urlpatterns_reverse.tests.ErrorHandlerResolutionTests) ... ok test_named_handlers (urlpatterns_reverse.tests.ErrorHandlerResolutionTests) ... ok test_include_2_tuple (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_2_tuple_namespace (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_3_tuple (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_3_tuple_namespace (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_4_tuple (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_app_name (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_app_name_namespace (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_namespace (urlpatterns_reverse.tests.IncludeTests) ... ok test_include_urls (urlpatterns_reverse.tests.IncludeTests) ... ok test_invalid_resolve (urlpatterns_reverse.tests.LookaheadTests) ... ok test_invalid_reverse (urlpatterns_reverse.tests.LookaheadTests) ... ok test_valid_resolve (urlpatterns_reverse.tests.LookaheadTests) ... ok test_valid_reverse (urlpatterns_reverse.tests.LookaheadTests) ... ok test_ambiguous_object (urlpatterns_reverse.tests.NamespaceTests) Names deployed via dynamic URL objects that require namespaces can't ... ok test_ambiguous_urlpattern (urlpatterns_reverse.tests.NamespaceTests) Names deployed via dynamic URL objects that require namespaces can't ... ok test_app_lookup_object (urlpatterns_reverse.tests.NamespaceTests) A default application namespace can be used for lookup. ... ok test_app_lookup_object_with_default (urlpatterns_reverse.tests.NamespaceTests) A default application namespace is sensitive to the current app. ... ok test_app_lookup_object_without_default (urlpatterns_reverse.tests.NamespaceTests) An application namespace without a default is sensitive to the current ... ok test_app_name_pattern (urlpatterns_reverse.tests.NamespaceTests) Namespaces can be applied to include()'d urlpatterns that set an ... ok test_app_object (urlpatterns_reverse.tests.NamespaceTests) Dynamic URL objects can return a (pattern, app_name) 2-tuple, and ... ok test_app_object_default_namespace (urlpatterns_reverse.tests.NamespaceTests) Namespace defaults to app_name when including a (pattern, app_name) ... ok test_current_app_no_partial_match (urlpatterns_reverse.tests.NamespaceTests) current_app shouldn't be used unless it matches the whole path. ... ok test_embedded_namespace_object (urlpatterns_reverse.tests.NamespaceTests) Namespaces can be installed anywhere in the URL pattern tree. ... ok test_multiple_namespace_pattern (urlpatterns_reverse.tests.NamespaceTests) Namespaces can be embedded. ... ok test_namespace_object (urlpatterns_reverse.tests.NamespaceTests) Dynamic URL objects can be found using a namespace. ... ok test_namespace_pattern (urlpatterns_reverse.tests.NamespaceTests) Namespaces can be applied to include()'d urlpatterns. ... ok test_namespace_pattern_with_variable_prefix (urlpatterns_reverse.tests.NamespaceTests) Using include() with namespaces when there is a regex variable in front ... ok test_namespaces_with_variables (urlpatterns_reverse.tests.NamespaceTests) Namespace prefixes can capture variables. ... ok test_nested_app_lookup (urlpatterns_reverse.tests.NamespaceTests) A nested current_app should be split in individual namespaces (#24904). ... ok test_nested_namespace_pattern (urlpatterns_reverse.tests.NamespaceTests) Namespaces can be nested. ... ok test_non_existent_namespace (urlpatterns_reverse.tests.NamespaceTests) Nonexistent namespaces raise errors. ... ok test_normal_name (urlpatterns_reverse.tests.NamespaceTests) Normal lookups work as expected. ... ok test_simple_included_name (urlpatterns_reverse.tests.NamespaceTests) Normal lookups work on names included from other patterns. ... ok test_special_chars_namespace (urlpatterns_reverse.tests.NamespaceTests) ... ok test_no_handler_exception (urlpatterns_reverse.tests.NoRootUrlConfTests) ... ok test_no_urls_exception (urlpatterns_reverse.tests.NoURLPatternsTests) URLResolver should raise an exception when no urlpatterns exist. ... ok test_reverse_inner_in_response_middleware (urlpatterns_reverse.tests.RequestURLconfTests) Test reversing an URL from the *overridden* URLconf from inside ... ok test_reverse_inner_in_streaming (urlpatterns_reverse.tests.RequestURLconfTests) Test reversing an URL from the *overridden* URLconf from inside ... ok test_reverse_outer_in_response_middleware (urlpatterns_reverse.tests.RequestURLconfTests) Test reversing an URL from the *default* URLconf from inside ... ok test_reverse_outer_in_streaming (urlpatterns_reverse.tests.RequestURLconfTests) Test reversing an URL from the *default* URLconf from inside ... ok test_urlconf (urlpatterns_reverse.tests.RequestURLconfTests) ... ok test_urlconf_is_reset_after_request (urlpatterns_reverse.tests.RequestURLconfTests) The URLconf is reset after each request. ... ok test_urlconf_overridden (urlpatterns_reverse.tests.RequestURLconfTests) ... ok test_urlconf_overridden_with_null (urlpatterns_reverse.tests.RequestURLconfTests) Overriding request.urlconf with None will fall back to the default ... ok test_repr (urlpatterns_reverse.tests.ResolverMatchTests) ... ok test_resolver_match_on_request (urlpatterns_reverse.tests.ResolverMatchTests) ... ok test_resolver_match_on_request_before_resolution (urlpatterns_reverse.tests.ResolverMatchTests) ... ok test_urlpattern_resolve (urlpatterns_reverse.tests.ResolverMatchTests) ... ok test_404_tried_urls_have_names (urlpatterns_reverse.tests.ResolverTests) The list of URLs that come back from a Resolver404 exception contains ... ok test_namespaced_view_detail (urlpatterns_reverse.tests.ResolverTests) ... ok test_non_regex (urlpatterns_reverse.tests.ResolverTests) A Resolver404 is raised if resolving doesn't meet the basic ... ok test_populate_concurrency (urlpatterns_reverse.tests.ResolverTests) URLResolver._populate() can be called concurrently, but not more ... ok test_resolver_repr (urlpatterns_reverse.tests.ResolverTests) Test repr of URLResolver, especially when urlconf_name is a list ... ok test_resolver_reverse (urlpatterns_reverse.tests.ResolverTests) ... ok test_resolver_reverse_conflict (urlpatterns_reverse.tests.ResolverTests) URL pattern name arguments don't need to be unique. The last registered ... ok test_reverse_lazy_object_coercion_by_resolve (urlpatterns_reverse.tests.ResolverTests) Verifies lazy object returned by reverse_lazy is coerced to ... ok test_view_detail_as_method (urlpatterns_reverse.tests.ResolverTests) ... ok test_lazy_in_settings (urlpatterns_reverse.tests.ReverseLazySettingsTest) ... ok test_no_illegal_imports (urlpatterns_reverse.tests.ReverseShortcutTests) ... ok test_redirect_to_object (urlpatterns_reverse.tests.ReverseShortcutTests) ... ok test_redirect_to_url (urlpatterns_reverse.tests.ReverseShortcutTests) ... ok test_redirect_to_view_name (urlpatterns_reverse.tests.ReverseShortcutTests) ... ok test_redirect_view_object (urlpatterns_reverse.tests.ReverseShortcutTests) ... ok test_reverse_by_path_nested (urlpatterns_reverse.tests.ReverseShortcutTests) ... ok test_illegal_args_message (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_illegal_kwargs_message (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_mixing_args_and_kwargs (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_no_args_message (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_non_urlsafe_prefix_with_args (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_patterns_reported (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_prefix_braces (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_prefix_format_char (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_prefix_parenthesis (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_reverse_none (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_script_name_escaping (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_urlpattern_reverse (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_view_not_found_message (urlpatterns_reverse.tests.URLPatternReverse) ... ok test_attributeerror_not_hidden (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_module_does_not_exist (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_non_string_value (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_not_callable (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_parent_module_does_not_exist (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_string_without_dot (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_view_does_not_exist (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_view_loading (urlpatterns_reverse.tests.ViewLoadingTests) ... ok test_base_manager_inheritance (managers_regress.tests.TestManagerInheritance) ... ok test_default_manager_inheritance (managers_regress.tests.TestManagerInheritance) ... ok test_implicit_inheritance (managers_regress.tests.TestManagerInheritance) ... ok test_manager_no_duplicates (managers_regress.tests.TestManagerInheritance) ... ok test_lag_negative_offset (db_functions.window.test_validation.ValidationTests) ... ok test_lead_negative_offset (db_functions.window.test_validation.ValidationTests) ... ok test_negative_num_buckets_ntile (db_functions.window.test_validation.ValidationTests) ... ok test_nth_negative_nth_value (db_functions.window.test_validation.ValidationTests) ... ok test_nth_null_expression (db_functions.window.test_validation.ValidationTests) ... ok test_null_source_lag (db_functions.window.test_validation.ValidationTests) ... ok test_null_source_lead (db_functions.window.test_validation.ValidationTests) ... ok test_can_set_and_read_signed_cookies (signed_cookies_tests.tests.SignedCookieTest) ... ok test_can_use_salt (signed_cookies_tests.tests.SignedCookieTest) ... ok test_default_argument_suppresses_exceptions (signed_cookies_tests.tests.SignedCookieTest) ... ok test_detects_tampering (signed_cookies_tests.tests.SignedCookieTest) ... ok test_max_age_argument (signed_cookies_tests.tests.SignedCookieTest) ... ok test_signed_cookies_with_binary_key (signed_cookies_tests.tests.SignedCookieTest) ... ok test_base_finder_check_not_implemented (staticfiles_tests.test_checks.FindersCheckTests) ... ok test_check_finders (staticfiles_tests.test_checks.FindersCheckTests) check_finders() concatenates all errors. ... ok test_dirs_contains_static_root (staticfiles_tests.test_checks.FindersCheckTests) ... ok test_dirs_contains_static_root_in_tuple (staticfiles_tests.test_checks.FindersCheckTests) ... ok test_dirs_not_tuple_or_list (staticfiles_tests.test_checks.FindersCheckTests) ... ok test_no_errors_with_test_settings (staticfiles_tests.test_checks.FindersCheckTests) ... ok test_prefix_contains_trailing_slash (staticfiles_tests.test_checks.FindersCheckTests) ... ok test_find_all (staticfiles_tests.test_finders.TestAppDirectoriesFinder) ... ok test_find_first (staticfiles_tests.test_finders.TestAppDirectoriesFinder) ... ok test_find_all (staticfiles_tests.test_finders.TestDefaultStorageFinder) ... ok test_find_first (staticfiles_tests.test_finders.TestDefaultStorageFinder) ... ok test_find_all (staticfiles_tests.test_finders.TestFileSystemFinder) ... ok test_find_first (staticfiles_tests.test_finders.TestFileSystemFinder) ... ok test_cache (staticfiles_tests.test_finders.TestMiscFinder) ... ok test_get_finder (staticfiles_tests.test_finders.TestMiscFinder) ... ok test_get_finder_bad_classname (staticfiles_tests.test_finders.TestMiscFinder) ... ok test_get_finder_bad_module (staticfiles_tests.test_finders.TestMiscFinder) ... ok test_location_empty (staticfiles_tests.test_finders.TestMiscFinder) ... ok test_searched_locations (staticfiles_tests.test_finders.TestMiscFinder) ... ok test_absolute_url (staticfiles_tests.test_forms.StaticFilesFormsMediaTestCase) ... ok test_test_test (staticfiles_tests.test_liveserver.StaticLiveServerChecks) ... ok test_collectstatic_emulation (staticfiles_tests.test_liveserver.StaticLiveServerView) StaticLiveServerTestCase use of staticfiles' serve() allows it ... ok test_app_files (staticfiles_tests.test_management.TestCollection) Can find a file in an app static/ directory. ... ok test_camelcase_filenames (staticfiles_tests.test_management.TestCollection) Can find a file with capital letters. ... ok test_common_ignore_patterns (staticfiles_tests.test_management.TestCollection) Common ignore patterns (*~, .*, CVS) are ignored. ... ok test_filename_with_percent_sign (staticfiles_tests.test_management.TestCollection) ... ok test_ignore (staticfiles_tests.test_management.TestCollection) -i patterns are ignored. ... ok test_nonascii_filenames (staticfiles_tests.test_management.TestCollection) Can find a file with non-ASCII character in an app static/ directory. ... ok test_staticfiles_dirs (staticfiles_tests.test_management.TestCollection) Can find a file in a STATICFILES_DIRS directory. ... ok test_staticfiles_dirs_priority (staticfiles_tests.test_management.TestCollection) File in STATICFILES_DIRS has priority over file in app. ... ok test_staticfiles_dirs_subdir (staticfiles_tests.test_management.TestCollection) Can find a file in a subdirectory of a STATICFILES_DIRS ... ok test_cleared_not_found (staticfiles_tests.test_management.TestCollectionClear) ... ok test_dir_not_exists (staticfiles_tests.test_management.TestCollectionClear) ... ok test_handle_path_notimplemented (staticfiles_tests.test_management.TestCollectionClear) ... ok test_custom_ignore_patterns (staticfiles_tests.test_management.TestCollectionCustomIgnorePatterns) A custom ignore_patterns list, ['*.css', '*/vendor/*.js'] in this case, ... ok test_no_files_created (staticfiles_tests.test_management.TestCollectionDryRun) Make sure no files were create in the destination directory. ... ok test_no_files_created (staticfiles_tests.test_management.TestCollectionDryRunManifestStaticFilesStorage) Make sure no files were create in the destination directory. ... ok test_app_files (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) Can find a file in an app static/ directory. ... ok test_camelcase_filenames (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) Can find a file with capital letters. ... ok test_filename_with_percent_sign (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) ... ok test_no_common_ignore_patterns (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) With --no-default-ignore, common ignore patterns (*~, .*, CVS) ... ok test_nonascii_filenames (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) Can find a file with non-ASCII character in an app static/ directory. ... ok test_staticfiles_dirs (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) Can find a file in a STATICFILES_DIRS directory. ... ok test_staticfiles_dirs_priority (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) File in STATICFILES_DIRS has priority over file in app. ... ok test_staticfiles_dirs_subdir (staticfiles_tests.test_management.TestCollectionExcludeNoDefaultIgnore) Can find a file in a subdirectory of a STATICFILES_DIRS ... ok test_ordering_override (staticfiles_tests.test_management.TestCollectionFilesOverride) Test if collectstatic takes files in proper order ... ok test_missing_settings_dont_prevent_help (staticfiles_tests.test_management.TestCollectionHelpSubcommand) Even if the STATIC_ROOT setting is not set, one can still call the ... ok test_app_files (staticfiles_tests.test_management.TestCollectionLinks) Can find a file in an app static/ directory. ... ok test_broken_symlink (staticfiles_tests.test_management.TestCollectionLinks) Test broken symlink gets deleted. ... ok test_camelcase_filenames (staticfiles_tests.test_management.TestCollectionLinks) Can find a file with capital letters. ... ok test_clear_broken_symlink (staticfiles_tests.test_management.TestCollectionLinks) With ``--clear``, broken symbolic links are deleted. ... ok test_filename_with_percent_sign (staticfiles_tests.test_management.TestCollectionLinks) ... ok test_links_created (staticfiles_tests.test_management.TestCollectionLinks) With ``--link``, symbolic links are created. ... ok test_no_remote_link (staticfiles_tests.test_management.TestCollectionLinks) ... ok test_nonascii_filenames (staticfiles_tests.test_management.TestCollectionLinks) Can find a file with non-ASCII character in an app static/ directory. ... ok test_staticfiles_dirs (staticfiles_tests.test_management.TestCollectionLinks) Can find a file in a STATICFILES_DIRS directory. ... ok test_staticfiles_dirs_priority (staticfiles_tests.test_management.TestCollectionLinks) File in STATICFILES_DIRS has priority over file in app. ... ok test_staticfiles_dirs_subdir (staticfiles_tests.test_management.TestCollectionLinks) Can find a file in a subdirectory of a STATICFILES_DIRS ... ok test_symlinks_and_files_replaced (staticfiles_tests.test_management.TestCollectionLinks) Running collectstatic in non-symlink mode replaces symlinks with files, ... ok test_skips_newer_files_in_remote_storage (staticfiles_tests.test_management.TestCollectionNeverCopyStorage) collectstatic skips newer files in a remote storage. ... ok test_no_files_created (staticfiles_tests.test_management.TestCollectionNonLocalStorage) Make sure no files were create in the destination directory. ... ok test_storage_properties (staticfiles_tests.test_management.TestCollectionNonLocalStorage) ... ok test_no_warning (staticfiles_tests.test_management.TestCollectionOverwriteWarning) There isn't a warning if there isn't a duplicate destination. ... ok test_warning (staticfiles_tests.test_management.TestCollectionOverwriteWarning) There is a warning when there are duplicate destinations. ... ok test_verbosity_0 (staticfiles_tests.test_management.TestCollectionVerbosity) ... ok test_verbosity_1 (staticfiles_tests.test_management.TestCollectionVerbosity) ... ok test_verbosity_1_with_post_process (staticfiles_tests.test_management.TestCollectionVerbosity) ... ok test_verbosity_2 (staticfiles_tests.test_management.TestCollectionVerbosity) ... ok test_verbosity_2_with_post_process (staticfiles_tests.test_management.TestCollectionVerbosity) ... ok test_local_storage_detection_helper (staticfiles_tests.test_management.TestConfiguration) ... ok test_location_empty (staticfiles_tests.test_management.TestConfiguration) ... ok test_all_files (staticfiles_tests.test_management.TestFindStatic) findstatic returns all candidate files if run without --first and -v1. ... ok test_all_files_less_verbose (staticfiles_tests.test_management.TestFindStatic) findstatic returns all candidate files if run without --first and -v0. ... ok test_all_files_more_verbose (staticfiles_tests.test_management.TestFindStatic) findstatic returns all candidate files if run without --first and -v2. ... ok test_app_files (staticfiles_tests.test_management.TestFindStatic) Can find a file in an app static/ directory. ... ok test_camelcase_filenames (staticfiles_tests.test_management.TestFindStatic) Can find a file with capital letters. ... ok test_filename_with_percent_sign (staticfiles_tests.test_management.TestFindStatic) ... ok test_nonascii_filenames (staticfiles_tests.test_management.TestFindStatic) Can find a file with non-ASCII character in an app static/ directory. ... ok test_staticfiles_dirs (staticfiles_tests.test_management.TestFindStatic) Can find a file in a STATICFILES_DIRS directory. ... ok test_staticfiles_dirs_priority (staticfiles_tests.test_management.TestFindStatic) File in STATICFILES_DIRS has priority over file in app. ... ok test_staticfiles_dirs_subdir (staticfiles_tests.test_management.TestFindStatic) Can find a file in a subdirectory of a STATICFILES_DIRS ... ok test_cancelled (staticfiles_tests.test_management.TestInteractiveMessages) ... ok test_no_warning_for_empty_staticdir (staticfiles_tests.test_management.TestInteractiveMessages) ... ok test_no_warning_when_staticdir_does_not_exist (staticfiles_tests.test_management.TestInteractiveMessages) ... ok test_warning_when_clearing_staticdir (staticfiles_tests.test_management.TestInteractiveMessages) ... ok test_warning_when_overwriting_files_in_staticdir (staticfiles_tests.test_management.TestInteractiveMessages) ... ok test_404_response (staticfiles_tests.test_management.TestRunserver) ... ok test_middleware_loaded_only_once (staticfiles_tests.test_management.TestRunserver) ... ok test_warning (staticfiles_tests.test_storage.TestCachedStaticFilesStorageDeprecation) ... ok test_cache_invalidation (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_cache_key_memcache_validation (staticfiles_tests.test_storage.TestCollectionCachedStorage) Handle cache key creation correctly, see #17861. ... ok test_corrupt_intermediate_files (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_css_import_case_insensitive (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_import_loop (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_import_replacement (staticfiles_tests.test_storage.TestCollectionCachedStorage) See #18050 ... ok test_path_ignored_completely (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_path_with_fragment (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_path_with_querystring (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_path_with_querystring_and_fragment (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_post_processing (staticfiles_tests.test_storage.TestCollectionCachedStorage) post_processing behaves correctly. ... ok test_post_processing_failure (staticfiles_tests.test_storage.TestCollectionCachedStorage) post_processing indicates the origin of the error when it fails. ... ok test_template_tag_absolute (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_template_tag_absolute_root (staticfiles_tests.test_storage.TestCollectionCachedStorage) Like test_template_tag_absolute, but for a file in STATIC_ROOT (#26249). ... ok test_template_tag_deep_relative (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_template_tag_relative (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_template_tag_return (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_template_tag_simple_content (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_template_tag_url (staticfiles_tests.test_storage.TestCollectionCachedStorage) ... ok test_file_change_after_collectstatic (staticfiles_tests.test_storage.TestCollectionHashedFilesCache) ... ok test_clear_empties_manifest (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_css_import_case_insensitive (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_import_loop (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_import_replacement (staticfiles_tests.test_storage.TestCollectionManifestStorage) See #18050 ... ok test_intermediate_files (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_loaded_cache (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_manifest_does_not_exist (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_manifest_does_not_ignore_permission_error (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_manifest_exists (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_missing_entry (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_parse_cache (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_path_ignored_completely (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_path_with_fragment (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_path_with_querystring (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_path_with_querystring_and_fragment (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_post_processing (staticfiles_tests.test_storage.TestCollectionManifestStorage) post_processing behaves correctly. ... ok test_post_processing_failure (staticfiles_tests.test_storage.TestCollectionManifestStorage) post_processing indicates the origin of the error when it fails. ... ok test_template_tag_absolute (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_template_tag_absolute_root (staticfiles_tests.test_storage.TestCollectionManifestStorage) Like test_template_tag_absolute, but for a file in STATIC_ROOT (#26249). ... ok test_template_tag_deep_relative (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_template_tag_relative (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_template_tag_return (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_template_tag_simple_content (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_template_tag_url (staticfiles_tests.test_storage.TestCollectionManifestStorage) ... ok test_template_tag_return (staticfiles_tests.test_storage.TestCollectionSimpleStorage) ... ok test_template_tag_simple_content (staticfiles_tests.test_storage.TestCollectionSimpleStorage) ... ok test_multi_extension_patterns (staticfiles_tests.test_storage.TestExtraPatternsStorage) With storage classes having several file extension patterns, only the ... ok test_collect_static_files_default_permissions (staticfiles_tests.test_storage.TestStaticFilePermissions) ... ok test_collect_static_files_permissions (staticfiles_tests.test_storage.TestStaticFilePermissions) ... ok test_collect_static_files_subclass_of_static_storage (staticfiles_tests.test_storage.TestStaticFilePermissions) ... ok test_template_tag (staticfiles_tests.test_templatetags.TestTemplateTag) ... ok test_template_tag_escapes (staticfiles_tests.test_templatetags.TestTemplateTag) Storage.url() should return an encoded path and might be overridden ... ok test_media_url_in_static_url (staticfiles_tests.test_utils.CheckSettingsTests) ... ok test_disabled_serving (staticfiles_tests.test_views.TestServeDisabled) ... ok test_app_files (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) Can find a file in an app static/ directory. ... ok test_camelcase_filenames (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) Can find a file with capital letters. ... ok test_filename_with_percent_sign (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) ... ok test_nonascii_filenames (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) Can find a file with non-ASCII character in an app static/ directory. ... ok test_staticfiles_dirs (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) Can find a file in a STATICFILES_DIRS directory. ... ok test_staticfiles_dirs_priority (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) File in STATICFILES_DIRS has priority over file in app. ... ok test_staticfiles_dirs_subdir (staticfiles_tests.test_views.TestServeStaticWithDefaultURL) Can find a file in a subdirectory of a STATICFILES_DIRS ... ok test_app_files (staticfiles_tests.test_views.TestServeStaticWithURLHelper) Can find a file in an app static/ directory. ... ok test_camelcase_filenames (staticfiles_tests.test_views.TestServeStaticWithURLHelper) Can find a file with capital letters. ... ok test_filename_with_percent_sign (staticfiles_tests.test_views.TestServeStaticWithURLHelper) ... ok test_nonascii_filenames (staticfiles_tests.test_views.TestServeStaticWithURLHelper) Can find a file with non-ASCII character in an app static/ directory. ... ok test_staticfiles_dirs (staticfiles_tests.test_views.TestServeStaticWithURLHelper) Can find a file in a STATICFILES_DIRS directory. ... ok test_staticfiles_dirs_priority (staticfiles_tests.test_views.TestServeStaticWithURLHelper) File in STATICFILES_DIRS has priority over file in app. ... ok test_staticfiles_dirs_subdir (staticfiles_tests.test_views.TestServeStaticWithURLHelper) Can find a file in a subdirectory of a STATICFILES_DIRS ... ok test_cooperative_multiple_inheritance (forms_tests.field_tests.test_base.BasicFieldsTests) ... ok test_field_deepcopies_widget_instance (forms_tests.field_tests.test_base.BasicFieldsTests) ... ok test_field_sets_widget_is_required (forms_tests.field_tests.test_base.BasicFieldsTests) ... ok test_disabled_field_has_changed_always_false (forms_tests.field_tests.test_base.DisabledFieldTests) ... ok test_boolean_picklable (forms_tests.field_tests.test_booleanfield.BooleanFieldTest) ... ok test_booleanfield_changed (forms_tests.field_tests.test_booleanfield.BooleanFieldTest) ... ok test_booleanfield_clean_1 (forms_tests.field_tests.test_booleanfield.BooleanFieldTest) ... ok test_booleanfield_clean_2 (forms_tests.field_tests.test_booleanfield.BooleanFieldTest) ... ok test_disabled_has_changed (forms_tests.field_tests.test_booleanfield.BooleanFieldTest) ... ok test_charfield_1 (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_charfield_2 (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_charfield_3 (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_charfield_4 (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_charfield_5 (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_charfield_disabled (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_charfield_length_not_int (forms_tests.field_tests.test_charfield.CharFieldTest) Setting min_length or max_length to something that is not a number ... ok test_charfield_strip (forms_tests.field_tests.test_charfield.CharFieldTest) Values have whitespace stripped but not if strip=False. ... ok test_charfield_widget_attrs (forms_tests.field_tests.test_charfield.CharFieldTest) CharField.widget_attrs() always returns a dictionary and includes ... ok test_clean_non_string (forms_tests.field_tests.test_charfield.CharFieldTest) CharField.clean() calls str(value) before stripping it. ... ok test_null_characters_prohibited (forms_tests.field_tests.test_charfield.CharFieldTest) ... ok test_strip_before_checking_empty (forms_tests.field_tests.test_charfield.CharFieldTest) A whitespace-only value, ' ', is stripped to an empty string and then ... ok test_choicefield_1 (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_2 (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_3 (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_4 (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_callable (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_callable_may_evaluate_to_different_values (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_choices_default (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_choicefield_disabled (forms_tests.field_tests.test_choicefield.ChoiceFieldTest) ... ok test_combofield_1 (forms_tests.field_tests.test_combofield.ComboFieldTest) ... ok test_combofield_2 (forms_tests.field_tests.test_combofield.ComboFieldTest) ... ok test_datefield_1 (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datefield_2 (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datefield_3 (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datefield_4 (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datefield_5 (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datefield_changed (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datefield_strptime (forms_tests.field_tests.test_datefield.DateFieldTest) field.strptime() doesn't raise a UnicodeEncodeError (#16123) ... ok test_form_field (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_form_label_association (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_l10n_date_changed (forms_tests.field_tests.test_datefield.DateFieldTest) DateField.has_changed() with SelectDateWidget works with a localized ... ok test_l10n_invalid_date_in (forms_tests.field_tests.test_datefield.DateFieldTest) ... ok test_datetimefield_1 (forms_tests.field_tests.test_datetimefield.DateTimeFieldTest) ... ok test_datetimefield_2 (forms_tests.field_tests.test_datetimefield.DateTimeFieldTest) ... ok test_datetimefield_3 (forms_tests.field_tests.test_datetimefield.DateTimeFieldTest) ... ok test_datetimefield_4 (forms_tests.field_tests.test_datetimefield.DateTimeFieldTest) ... ok test_datetimefield_5 (forms_tests.field_tests.test_datetimefield.DateTimeFieldTest) ... ok test_datetimefield_changed (forms_tests.field_tests.test_datetimefield.DateTimeFieldTest) ... ok test_decimalfield_1 (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_2 (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_3 (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_4 (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_5 (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_6 (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_changed (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_localized (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) A localized DecimalField's widget renders to a text input without ... ok test_decimalfield_scientific (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_support_decimal_separator (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_support_thousands_separator (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_decimalfield_widget_attrs (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_enter_a_number_error (forms_tests.field_tests.test_decimalfield.DecimalFieldTest) ... ok test_durationfield_clean (forms_tests.field_tests.test_durationfield.DurationFieldTest) ... ok test_durationfield_integer_value (forms_tests.field_tests.test_durationfield.DurationFieldTest) ... ok test_durationfield_prepare_value (forms_tests.field_tests.test_durationfield.DurationFieldTest) ... ok test_durationfield_render (forms_tests.field_tests.test_durationfield.DurationFieldTest) ... ok test_overflow (forms_tests.field_tests.test_durationfield.DurationFieldTest) ... ok test_overflow_translation (forms_tests.field_tests.test_durationfield.DurationFieldTest) ... ok test_email_regexp_for_performance (forms_tests.field_tests.test_emailfield.EmailFieldTest) ... ok test_emailfield_1 (forms_tests.field_tests.test_emailfield.EmailFieldTest) ... ok test_emailfield_min_max_length (forms_tests.field_tests.test_emailfield.EmailFieldTest) ... ok test_emailfield_not_required (forms_tests.field_tests.test_emailfield.EmailFieldTest) ... ok test_emailfield_strip_on_none_value (forms_tests.field_tests.test_emailfield.EmailFieldTest) ... ok test_emailfield_unable_to_set_strip_kwarg (forms_tests.field_tests.test_emailfield.EmailFieldTest) ... ok test_disabled_has_changed (forms_tests.field_tests.test_filefield.FileFieldTest) ... ok test_file_picklable (forms_tests.field_tests.test_filefield.FileFieldTest) ... ok test_filefield_1 (forms_tests.field_tests.test_filefield.FileFieldTest) ... ok test_filefield_2 (forms_tests.field_tests.test_filefield.FileFieldTest) ... ok test_filefield_3 (forms_tests.field_tests.test_filefield.FileFieldTest) ... ok test_filefield_changed (forms_tests.field_tests.test_filefield.FileFieldTest) The value of data will more than likely come from request.FILES. The ... ok test_allow_folders (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_clean (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_fix_os_paths (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_match (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_no_options (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_recursive (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_recursive_folders_without_files (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_recursive_no_folders_or_files (forms_tests.field_tests.test_filepathfield.FilePathFieldTest) ... ok test_decimalfield_support_decimal_separator (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_decimalfield_support_thousands_separator (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_floatfield_1 (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_floatfield_2 (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_floatfield_3 (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_floatfield_changed (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_floatfield_localized (forms_tests.field_tests.test_floatfield.FloatFieldTest) A localized FloatField's widget renders to a text input without any ... ok test_floatfield_widget_attrs (forms_tests.field_tests.test_floatfield.FloatFieldTest) ... ok test_generic_ipaddress_as_generic (forms_tests.field_tests.test_genericipaddressfield.GenericIPAddressFieldTest) ... ok test_generic_ipaddress_as_generic_not_required (forms_tests.field_tests.test_genericipaddressfield.GenericIPAddressFieldTest) ... ok test_generic_ipaddress_as_ipv4_only (forms_tests.field_tests.test_genericipaddressfield.GenericIPAddressFieldTest) ... ok test_generic_ipaddress_as_ipv6_only (forms_tests.field_tests.test_genericipaddressfield.GenericIPAddressFieldTest) ... ok test_generic_ipaddress_invalid_arguments (forms_tests.field_tests.test_genericipaddressfield.GenericIPAddressFieldTest) ... ok test_generic_ipaddress_normalization (forms_tests.field_tests.test_genericipaddressfield.GenericIPAddressFieldTest) ... ok test_file_extension_validation (forms_tests.field_tests.test_imagefield.ImageFieldTest) ... ok test_imagefield_annotate_with_bitmap_image_after_clean (forms_tests.field_tests.test_imagefield.ImageFieldTest) This also tests the situation when Pillow doesn't detect the MIME type ... ok test_imagefield_annotate_with_image_after_clean (forms_tests.field_tests.test_imagefield.ImageFieldTest) ... ok test_widge_attrs_accept_false (forms_tests.field_tests.test_imagefield.ImageFieldTest) ... ok test_widge_attrs_accept_specified (forms_tests.field_tests.test_imagefield.ImageFieldTest) ... ok test_widget_attrs_default_accept (forms_tests.field_tests.test_imagefield.ImageFieldTest) ... ok test_integerfield_1 (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_2 (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_3 (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_4 (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_5 (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_big_num (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_float (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_integerfield_localized (forms_tests.field_tests.test_integerfield.IntegerFieldTest) A localized IntegerField's widget renders to a text input without any ... ok test_integerfield_subclass (forms_tests.field_tests.test_integerfield.IntegerFieldTest) Class-defined widget is not overwritten by __init__() (#22245). ... ok test_integerfield_unicode_number (forms_tests.field_tests.test_integerfield.IntegerFieldTest) ... ok test_disabled_has_changed (forms_tests.field_tests.test_multiplechoicefield.MultipleChoiceFieldTest) ... ok test_multiplechoicefield_1 (forms_tests.field_tests.test_multiplechoicefield.MultipleChoiceFieldTest) ... ok test_multiplechoicefield_2 (forms_tests.field_tests.test_multiplechoicefield.MultipleChoiceFieldTest) ... ok test_multiplechoicefield_3 (forms_tests.field_tests.test_multiplechoicefield.MultipleChoiceFieldTest) ... ok test_multiplechoicefield_changed (forms_tests.field_tests.test_multiplechoicefield.MultipleChoiceFieldTest) ... ok test_bad_choice (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_clean (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_clean_disabled_multivalue (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_disabled_has_changed (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_form_as_table (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_form_as_table_data (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_form_cleaned_data (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_has_changed_first_widget (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) Test when the first widget's data has changed. ... ok test_has_changed_last_widget (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) Test when the last widget's data has changed. This ensures that it is ... ok test_has_changed_no_initial (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_has_changed_same (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) ... ok test_no_value (forms_tests.field_tests.test_multivaluefield.MultiValueFieldTest) If insufficient data is provided, None is substituted. ... ok test_nullbooleanfield_2 (forms_tests.field_tests.test_nullbooleanfield.NullBooleanFieldTest) ... ok test_nullbooleanfield_3 (forms_tests.field_tests.test_nullbooleanfield.NullBooleanFieldTest) ... ok test_nullbooleanfield_4 (forms_tests.field_tests.test_nullbooleanfield.NullBooleanFieldTest) ... ok test_nullbooleanfield_changed (forms_tests.field_tests.test_nullbooleanfield.NullBooleanFieldTest) ... ok test_nullbooleanfield_clean (forms_tests.field_tests.test_nullbooleanfield.NullBooleanFieldTest) ... ok test_change_regex_after_init (forms_tests.field_tests.test_regexfield.RegexFieldTest) ... ok test_regexfield_1 (forms_tests.field_tests.test_regexfield.RegexFieldTest) ... ok test_regexfield_2 (forms_tests.field_tests.test_regexfield.RegexFieldTest) ... ok test_regexfield_3 (forms_tests.field_tests.test_regexfield.RegexFieldTest) ... ok test_regexfield_4 (forms_tests.field_tests.test_regexfield.RegexFieldTest) ... ok test_regexfield_unicode_characters (forms_tests.field_tests.test_regexfield.RegexFieldTest) ... ok test_slugfield_normalization (forms_tests.field_tests.test_slugfield.SlugFieldTest) ... ok test_slugfield_unicode_normalization (forms_tests.field_tests.test_slugfield.SlugFieldTest) ... ok test_splitdatetimefield_1 (forms_tests.field_tests.test_splitdatetimefield.SplitDateTimeFieldTest) ... ok test_splitdatetimefield_2 (forms_tests.field_tests.test_splitdatetimefield.SplitDateTimeFieldTest) ... ok test_splitdatetimefield_changed (forms_tests.field_tests.test_splitdatetimefield.SplitDateTimeFieldTest) ... ok test_timefield_1 (forms_tests.field_tests.test_timefield.TimeFieldTest) ... ok test_timefield_2 (forms_tests.field_tests.test_timefield.TimeFieldTest) ... ok test_timefield_3 (forms_tests.field_tests.test_timefield.TimeFieldTest) ... ok test_timefield_changed (forms_tests.field_tests.test_timefield.TimeFieldTest) ... ok test_typedchoicefield_1 (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_2 (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_3 (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_4 (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_5 (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_6 (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_has_changed (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) ... ok test_typedchoicefield_special_coerce (forms_tests.field_tests.test_typedchoicefield.TypedChoiceFieldTest) A coerce function which results in a value not present in choices ... ok test_typedmultiplechoicefield_1 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_2 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_3 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_4 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_5 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_6 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_7 (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_has_changed (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) ... ok test_typedmultiplechoicefield_special_coerce (forms_tests.field_tests.test_typedmultiplechoicefield.TypedMultipleChoiceFieldTest) A coerce function which results in a value not present in choices ... ok test_url_regex_ticket11198 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_1 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_10 (forms_tests.field_tests.test_urlfield.URLFieldTest) URLField correctly validates IPv6 (#18779). ... ok test_urlfield_2 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_5 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_6 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_7 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_9 (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_normalization (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_not_string (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_strip_on_none_value (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_urlfield_unable_to_set_strip_kwarg (forms_tests.field_tests.test_urlfield.URLFieldTest) ... ok test_clean_value_with_dashes (forms_tests.field_tests.test_uuidfield.UUIDFieldTest) ... ok test_uuidfield_1 (forms_tests.field_tests.test_uuidfield.UUIDFieldTest) ... ok test_uuidfield_2 (forms_tests.field_tests.test_uuidfield.UUIDFieldTest) ... ok test_uuidfield_3 (forms_tests.field_tests.test_uuidfield.UUIDFieldTest) ... ok test_uuidfield_4 (forms_tests.field_tests.test_uuidfield.UUIDFieldTest) ... ok test_booleanfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_charfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_choicefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_datefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_datetimefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_decimalfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_emailfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_error_messages_escaping (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_filefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_floatfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_generic_ipaddressfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_integerfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_multiplechoicefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_regexfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_splitdatetimefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_subclassing_errorlist (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_timefield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_urlfield (forms_tests.tests.test_error_messages.FormsErrorMessagesTestCase) ... ok test_accessing_clean (forms_tests.tests.test_forms.FormsTestCase) ... ok test_auto_id (forms_tests.tests.test_forms.FormsTestCase) ... ok test_auto_id_false (forms_tests.tests.test_forms.FormsTestCase) ... ok test_auto_id_on_form_and_field (forms_tests.tests.test_forms.FormsTestCase) ... ok test_auto_id_true (forms_tests.tests.test_forms.FormsTestCase) ... ok test_baseform_repr (forms_tests.tests.test_forms.FormsTestCase) BaseForm.__repr__() should contain some basic information about the ... ok test_baseform_repr_dont_trigger_validation (forms_tests.tests.test_forms.FormsTestCase) BaseForm.__repr__() shouldn't trigger the form validation. ... ok test_basic_processing_in_view (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_bool (forms_tests.tests.test_forms.FormsTestCase) BoundField without any choices (subwidgets) evaluates to True. ... ok test_boundfield_empty_label (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_id_for_label (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_id_for_label_override_by_attrs (forms_tests.tests.test_forms.FormsTestCase) If an id is provided in `Widget.attrs`, it overrides the generated ID, ... ok test_boundfield_initial_called_once (forms_tests.tests.test_forms.FormsTestCase) Multiple calls to BoundField().value() in an unbound form should return ... ok test_boundfield_invalid_index (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_label_tag (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_label_tag_custom_widget_id_for_label (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_label_tag_no_id (forms_tests.tests.test_forms.FormsTestCase) If a widget has no id, label_tag just returns the text with no ... ok test_boundfield_slice (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_value_disabled_callable_initial (forms_tests.tests.test_forms.FormsTestCase) ... ok test_boundfield_values (forms_tests.tests.test_forms.FormsTestCase) ... ok test_callable_initial_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_changed_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_changing_cleaned_data_in_clean (forms_tests.tests.test_forms.FormsTestCase) ... ok test_changing_cleaned_data_nothing_returned (forms_tests.tests.test_forms.FormsTestCase) ... ok test_checkbox_auto_id (forms_tests.tests.test_forms.FormsTestCase) ... ok test_class_prefix (forms_tests.tests.test_forms.FormsTestCase) ... ok test_cleaned_data_only_fields (forms_tests.tests.test_forms.FormsTestCase) ... ok test_custom_boundfield (forms_tests.tests.test_forms.FormsTestCase) ... ok test_custom_empty_values (forms_tests.tests.test_forms.FormsTestCase) Form fields can customize what is considered as an empty value ... ok test_datetime_changed_data_callable_with_microseconds (forms_tests.tests.test_forms.FormsTestCase) ... ok test_datetime_clean_initial_callable_disabled (forms_tests.tests.test_forms.FormsTestCase) ... ok test_dynamic_construction (forms_tests.tests.test_forms.FormsTestCase) ... ok test_dynamic_initial_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_empty_data_files_multi_value_dict (forms_tests.tests.test_forms.FormsTestCase) ... ok test_empty_dict (forms_tests.tests.test_forms.FormsTestCase) ... ok test_empty_permitted (forms_tests.tests.test_forms.FormsTestCase) ... ok test_empty_permitted_and_use_required_attribute (forms_tests.tests.test_forms.FormsTestCase) ... ok test_empty_querydict_args (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_dict (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_dict_as_json_escape_html (forms_tests.tests.test_forms.FormsTestCase) #21962 - adding html escape flag to ErrorDict ... ok test_error_escaping (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_html_required_html_classes (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_list (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_list_class_has_one_class_specified (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_list_class_not_specified (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_list_with_hidden_field_errors_has_correct_class (forms_tests.tests.test_forms.FormsTestCase) ... ok test_error_list_with_non_field_errors_has_correct_class (forms_tests.tests.test_forms.FormsTestCase) ... ok test_errorlist_override (forms_tests.tests.test_forms.FormsTestCase) ... ok test_escaping (forms_tests.tests.test_forms.FormsTestCase) ... ok test_explicit_field_order (forms_tests.tests.test_forms.FormsTestCase) ... ok test_extracting_hidden_and_visible (forms_tests.tests.test_forms.FormsTestCase) ... ok test_field_deep_copy_error_messages (forms_tests.tests.test_forms.FormsTestCase) ... ok test_field_name (forms_tests.tests.test_forms.FormsTestCase) #5749 - `field_name` may be used as a key in _html_output(). ... ok test_field_name_with_hidden_input (forms_tests.tests.test_forms.FormsTestCase) BaseForm._html_output() should merge all the hidden input fields and ... ok test_field_name_with_hidden_input_and_non_matching_row_ender (forms_tests.tests.test_forms.FormsTestCase) BaseForm._html_output() should merge all the hidden input fields and ... ok test_field_named_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_field_order (forms_tests.tests.test_forms.FormsTestCase) ... ok test_field_with_css_class (forms_tests.tests.test_forms.FormsTestCase) `css_classes` may be used as a key in _html_output() (class comes ... ok test_field_without_css_classes (forms_tests.tests.test_forms.FormsTestCase) `css_classes` may be used as a key in _html_output() (empty classes). ... ok test_filefield_initial_callable (forms_tests.tests.test_forms.FormsTestCase) ... ok test_form (forms_tests.tests.test_forms.FormsTestCase) ... ok test_form_html_attributes (forms_tests.tests.test_forms.FormsTestCase) ... ok test_form_with_disabled_fields (forms_tests.tests.test_forms.FormsTestCase) ... ok test_form_with_iterable_boundfield (forms_tests.tests.test_forms.FormsTestCase) ... ok test_form_with_iterable_boundfield_id (forms_tests.tests.test_forms.FormsTestCase) ... ok test_form_with_noniterable_boundfield (forms_tests.tests.test_forms.FormsTestCase) ... ok test_forms_with_choices (forms_tests.tests.test_forms.FormsTestCase) ... ok test_forms_with_file_fields (forms_tests.tests.test_forms.FormsTestCase) ... ok test_forms_with_multiple_choice (forms_tests.tests.test_forms.FormsTestCase) ... ok test_forms_with_null_boolean (forms_tests.tests.test_forms.FormsTestCase) ... ok test_forms_with_prefixes (forms_tests.tests.test_forms.FormsTestCase) ... ok test_forms_with_radio (forms_tests.tests.test_forms.FormsTestCase) ... ok test_get_initial_for_field (forms_tests.tests.test_forms.FormsTestCase) ... ok test_has_error (forms_tests.tests.test_forms.FormsTestCase) ... ok test_help_text (forms_tests.tests.test_forms.FormsTestCase) ... ok test_hidden_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_hidden_initial_gets_id (forms_tests.tests.test_forms.FormsTestCase) ... ok test_hidden_widget (forms_tests.tests.test_forms.FormsTestCase) ... ok test_html_safe (forms_tests.tests.test_forms.FormsTestCase) ... ok test_id_on_field (forms_tests.tests.test_forms.FormsTestCase) ... ok test_initial_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_initial_datetime_values (forms_tests.tests.test_forms.FormsTestCase) ... ok test_iterable_boundfield_select (forms_tests.tests.test_forms.FormsTestCase) ... ok test_label_has_required_css_class (forms_tests.tests.test_forms.FormsTestCase) #17922 - required_css_class is added to the label_tag() of required fields. ... ok test_label_split_datetime_not_displayed (forms_tests.tests.test_forms.FormsTestCase) ... ok test_label_suffix (forms_tests.tests.test_forms.FormsTestCase) ... ok test_label_tag_override (forms_tests.tests.test_forms.FormsTestCase) BoundField label_suffix (if provided) overrides Form label_suffix ... ok test_multipart_encoded_form (forms_tests.tests.test_forms.FormsTestCase) ... ok test_multiple_choice_checkbox (forms_tests.tests.test_forms.FormsTestCase) ... ok test_multiple_choice_list_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_multiple_hidden (forms_tests.tests.test_forms.FormsTestCase) ... ok test_multivalue_deep_copy (forms_tests.tests.test_forms.FormsTestCase) #19298 -- MultiValueField needs to override the default as it needs ... ok test_multivalue_field_validation (forms_tests.tests.test_forms.FormsTestCase) ... ok test_multivalue_initial_data (forms_tests.tests.test_forms.FormsTestCase) #23674 -- invalid initial data should not break form.changed_data() ... ok test_multivalue_optional_subfields (forms_tests.tests.test_forms.FormsTestCase) ... ok test_only_hidden_fields (forms_tests.tests.test_forms.FormsTestCase) ... ok test_optional_data (forms_tests.tests.test_forms.FormsTestCase) ... ok test_specifying_labels (forms_tests.tests.test_forms.FormsTestCase) ... ok test_subclassing_forms (forms_tests.tests.test_forms.FormsTestCase) ... ok test_templates_with_forms (forms_tests.tests.test_forms.FormsTestCase) ... ok test_unbound_form (forms_tests.tests.test_forms.FormsTestCase) ... ok test_unicode_values (forms_tests.tests.test_forms.FormsTestCase) ... ok test_update_error_dict (forms_tests.tests.test_forms.FormsTestCase) ... ok test_use_required_attribute_false (forms_tests.tests.test_forms.FormsTestCase) ... ok test_use_required_attribute_true (forms_tests.tests.test_forms.FormsTestCase) ... ok test_validating_multiple_fields (forms_tests.tests.test_forms.FormsTestCase) ... ok test_validators_independence (forms_tests.tests.test_forms.FormsTestCase) The list of form field validators can be modified without polluting ... ok test_various_boolean_values (forms_tests.tests.test_forms.FormsTestCase) ... ok test_widget_output (forms_tests.tests.test_forms.FormsTestCase) ... ok test_attribute_class (forms_tests.tests.test_forms.RendererTests) ... ok test_attribute_instance (forms_tests.tests.test_forms.RendererTests) ... ok test_attribute_override (forms_tests.tests.test_forms.RendererTests) ... ok test_default (forms_tests.tests.test_forms.RendererTests) ... ok test_kwarg_class (forms_tests.tests.test_forms.RendererTests) ... ok test_kwarg_instance (forms_tests.tests.test_forms.RendererTests) ... ok test_invalid (forms_tests.tests.test_formsets.AllValidTests) all_valid() validates all forms, even when some are invalid. ... ok test_valid (forms_tests.tests.test_formsets.AllValidTests) ... ok test_basic_formset (forms_tests.tests.test_formsets.FormsFormsetTestCase) A FormSet constructor takes the same arguments as Form. Create a ... ok test_blank_form_unfilled (forms_tests.tests.test_formsets.FormsFormsetTestCase) A form that's displayed as blank may be submitted as blank. ... ok test_clean_hook (forms_tests.tests.test_formsets.FormsFormsetTestCase) FormSets have a clean() hook for doing extra validation that isn't tied ... ok test_delete_prefilled_data (forms_tests.tests.test_formsets.FormsFormsetTestCase) Deleting prefilled data is an error. Removing data from form fields ... ok test_displaying_more_than_one_blank_form (forms_tests.tests.test_formsets.FormsFormsetTestCase) More than 1 empty form can be displayed using formset_factory's ... ok test_empty_ordered_fields (forms_tests.tests.test_formsets.FormsFormsetTestCase) Ordering fields are allowed to be left blank. If they are left blank, ... ok test_form_kwargs_empty_form (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_form_kwargs_formset (forms_tests.tests.test_formsets.FormsFormsetTestCase) Custom kwargs set on the formset instance are passed to the ... ok test_form_kwargs_formset_dynamic (forms_tests.tests.test_formsets.FormsFormsetTestCase) Form kwargs can be passed dynamically in a formset. ... ok test_formset_calls_forms_is_valid (forms_tests.tests.test_formsets.FormsFormsetTestCase) Formsets call is_valid() on each form. ... ok test_formset_error_class (forms_tests.tests.test_formsets.FormsFormsetTestCase) Formset's forms use the formset's error_class. ... ok test_formset_has_changed (forms_tests.tests.test_formsets.FormsFormsetTestCase) FormSet.has_changed() is True if any data is passed to its forms, even ... ok test_formset_initial_data (forms_tests.tests.test_formsets.FormsFormsetTestCase) A FormSet can be prefilled with existing data by providing a list of ... ok test_formset_iteration (forms_tests.tests.test_formsets.FormsFormsetTestCase) Formset instances are iterable. ... ok test_formset_nonzero (forms_tests.tests.test_formsets.FormsFormsetTestCase) A formsets without any forms evaluates as True. ... ok test_formset_splitdatetimefield (forms_tests.tests.test_formsets.FormsFormsetTestCase) Formset works with SplitDateTimeField(initial=datetime.datetime.now). ... ok test_formset_total_error_count (forms_tests.tests.test_formsets.FormsFormsetTestCase) A valid formset should have 0 total errors. ... ok test_formset_total_error_count_with_non_form_errors (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_formset_validate_max_flag (forms_tests.tests.test_formsets.FormsFormsetTestCase) If validate_max is set and max_num is less than TOTAL_FORMS in the ... ok test_formset_validate_min_excludes_empty_forms (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_formset_validate_min_flag (forms_tests.tests.test_formsets.FormsFormsetTestCase) If validate_min is set and min_num is more than TOTAL_FORMS in the ... ok test_formset_validate_min_unchanged_forms (forms_tests.tests.test_formsets.FormsFormsetTestCase) min_num validation doesn't consider unchanged forms with initial data ... ok test_formset_validation (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_formset_validation_count (forms_tests.tests.test_formsets.FormsFormsetTestCase) A formset's ManagementForm is validated once per FormSet.is_valid() ... ok test_formset_with_deletion (forms_tests.tests.test_formsets.FormsFormsetTestCase) formset_factory's can_delete argument adds a boolean "delete" field to ... ok test_formset_with_deletion_invalid_deleted_form (forms_tests.tests.test_formsets.FormsFormsetTestCase) deleted_forms works on a valid formset even if a deleted form would ... ok test_formset_with_deletion_remove_deletion_flag (forms_tests.tests.test_formsets.FormsFormsetTestCase) If a form is filled with something and can_delete is also checked, that ... ok test_formset_with_ordering_and_deletion (forms_tests.tests.test_formsets.FormsFormsetTestCase) FormSets with ordering + deletion. ... ok test_formsets_with_order_custom_widget (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_formsets_with_ordering (forms_tests.tests.test_formsets.FormsFormsetTestCase) formset_factory's can_order argument adds an integer field to each ... ok test_hard_limit_on_instantiated_forms (forms_tests.tests.test_formsets.FormsFormsetTestCase) A formset has a hard limit on the number of forms instantiated. ... ok test_html_safe (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_increase_hard_limit (forms_tests.tests.test_formsets.FormsFormsetTestCase) Can increase the built-in forms limit via a higher max_num. ... ok test_invalid_deleted_form_with_ordering (forms_tests.tests.test_formsets.FormsFormsetTestCase) Can get ordered_forms from a valid formset even if a deleted form ... ok test_limited_max_forms_two (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_limiting_extra_lest_than_max_num (forms_tests.tests.test_formsets.FormsFormsetTestCase) max_num has no effect when extra is less than max_num. ... ok test_limiting_max_forms (forms_tests.tests.test_formsets.FormsFormsetTestCase) Limiting the maximum number of forms with max_num. ... ok test_management_form_prefix (forms_tests.tests.test_formsets.FormsFormsetTestCase) The management form has the correct prefix. ... ok test_max_num_with_initial_data (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_max_num_zero (forms_tests.tests.test_formsets.FormsFormsetTestCase) If max_num is 0 then no form is rendered at all, regardless of extra, ... ok test_max_num_zero_with_initial (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_min_num_displaying_more_than_one_blank_form (forms_tests.tests.test_formsets.FormsFormsetTestCase) " ... ok test_min_num_displaying_more_than_one_blank_form_with_zero_extra (forms_tests.tests.test_formsets.FormsFormsetTestCase) More than 1 empty form can be displayed using min_num. ... ok test_more_initial_data (forms_tests.tests.test_formsets.FormsFormsetTestCase) The extra argument works when the formset is pre-filled with initial ... ok test_more_initial_form_result_in_one (forms_tests.tests.test_formsets.FormsFormsetTestCase) One form from initial and extra=3 with max_num=2 results in the one ... ok test_more_initial_than_max_num (forms_tests.tests.test_formsets.FormsFormsetTestCase) More initial forms than max_num results in all initial forms being ... ok test_non_form_errors (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_non_form_errors_run_full_clean (forms_tests.tests.test_formsets.FormsFormsetTestCase) If non_form_errors() is called without calling is_valid() first, ... ok test_ordering_blank_fieldsets (forms_tests.tests.test_formsets.FormsFormsetTestCase) Ordering works with blank fieldsets. ... ok test_second_form_partially_filled (forms_tests.tests.test_formsets.FormsFormsetTestCase) If at least one field is filled out on a blank form, it will be ... ok test_second_form_partially_filled_2 (forms_tests.tests.test_formsets.FormsFormsetTestCase) A partially completed form is invalid. ... ok test_single_form_completed (forms_tests.tests.test_formsets.FormsFormsetTestCase) Just one form may be completed. ... ok test_validate_max_ignores_forms_marked_for_deletion (forms_tests.tests.test_formsets.FormsFormsetTestCase) ... ok test_as_p (forms_tests.tests.test_formsets.FormsetAsTagTests) ... ok test_as_table (forms_tests.tests.test_formsets.FormsetAsTagTests) ... ok test_as_ul (forms_tests.tests.test_formsets.FormsetAsTagTests) ... ok test_empty_formset_is_multipart (forms_tests.tests.test_formsets.TestEmptyFormSet) is_multipart() works with an empty formset. ... ok test_empty_formset_is_valid (forms_tests.tests.test_formsets.TestEmptyFormSet) An empty formset still calls clean() ... ok test_empty_formset_media (forms_tests.tests.test_formsets.TestEmptyFormSet) Media is available on empty formset. ... ok test_empty_forms_are_unbound (forms_tests.tests.test_formsets.TestIsBoundBehavior) ... ok test_form_errors_are_caught_by_formset (forms_tests.tests.test_formsets.TestIsBoundBehavior) ... ok test_no_data_raises_validation_error (forms_tests.tests.test_formsets.TestIsBoundBehavior) ... ok test_with_management_data_attrs_work_fine (forms_tests.tests.test_formsets.TestIsBoundBehavior) ... ok test_lazy_labels (forms_tests.tests.test_i18n.FormsI18nTests) ... ok test_non_ascii_choices (forms_tests.tests.test_i18n.FormsI18nTests) ... ok test_non_ascii_label (forms_tests.tests.test_i18n.FormsI18nTests) ... ok test_select_translated_text (forms_tests.tests.test_i18n.FormsI18nTests) ... ok test_dateField (forms_tests.tests.test_input_formats.CustomDateInputFormatsTests) DateFields can parse dates in the default format ... ok test_dateField_with_inputformat (forms_tests.tests.test_input_formats.CustomDateInputFormatsTests) DateFields with manually specified input formats can accept those formats ... ok test_localized_dateField (forms_tests.tests.test_input_formats.CustomDateInputFormatsTests) Localized DateFields act as unlocalized widgets ... ok test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.CustomDateInputFormatsTests) Localized DateFields with manually specified input formats can accept those formats ... ok test_dateTimeField (forms_tests.tests.test_input_formats.CustomDateTimeInputFormatsTests) DateTimeFields can parse dates in the default format ... ok test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.CustomDateTimeInputFormatsTests) DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_dateTimeField (forms_tests.tests.test_input_formats.CustomDateTimeInputFormatsTests) Localized DateTimeFields act as unlocalized widgets ... ok test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.CustomDateTimeInputFormatsTests) Localized DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_timeField (forms_tests.tests.test_input_formats.CustomTimeInputFormatsTests) Localized TimeFields act as unlocalized widgets ... ok test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.CustomTimeInputFormatsTests) Localized TimeFields with manually specified input formats can accept those formats ... ok test_timeField (forms_tests.tests.test_input_formats.CustomTimeInputFormatsTests) TimeFields can parse dates in the default format ... ok test_timeField_with_inputformat (forms_tests.tests.test_input_formats.CustomTimeInputFormatsTests) TimeFields with manually specified input formats can accept those formats ... ok test_dateField (forms_tests.tests.test_input_formats.LocalizedDateTests) DateFields can parse dates in the default format ... ok test_dateField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTests) DateFields with manually specified input formats can accept those formats ... ok test_localized_dateField (forms_tests.tests.test_input_formats.LocalizedDateTests) Localized DateFields act as unlocalized widgets ... ok test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTests) Localized DateFields with manually specified input formats can accept those formats ... ok test_dateTimeField (forms_tests.tests.test_input_formats.LocalizedDateTimeTests) DateTimeFields can parse dates in the default format ... ok test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTimeTests) DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_dateTimeField (forms_tests.tests.test_input_formats.LocalizedDateTimeTests) Localized DateTimeFields act as unlocalized widgets ... ok test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedDateTimeTests) Localized DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_timeField (forms_tests.tests.test_input_formats.LocalizedTimeTests) Localized TimeFields act as unlocalized widgets ... ok test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedTimeTests) Localized TimeFields with manually specified input formats can accept those formats ... ok test_timeField (forms_tests.tests.test_input_formats.LocalizedTimeTests) TimeFields can parse dates in the default format ... ok test_timeField_with_inputformat (forms_tests.tests.test_input_formats.LocalizedTimeTests) TimeFields with manually specified input formats can accept those formats ... ok test_dateField (forms_tests.tests.test_input_formats.SimpleDateFormatTests) DateFields can parse dates in the default format ... ok test_dateField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateFormatTests) DateFields with manually specified input formats can accept those formats ... ok test_localized_dateField (forms_tests.tests.test_input_formats.SimpleDateFormatTests) Localized DateFields in a non-localized environment act as unlocalized widgets ... ok test_localized_dateField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateFormatTests) Localized DateFields with manually specified input formats can accept those formats ... ok test_dateTimeField (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests) DateTimeFields can parse dates in the default format ... ok test_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests) DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_dateTimeField (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests) Localized DateTimeFields in a non-localized environment act as unlocalized widgets ... ok test_localized_dateTimeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleDateTimeFormatTests) Localized DateTimeFields with manually specified input formats can accept those formats ... ok test_localized_timeField (forms_tests.tests.test_input_formats.SimpleTimeFormatTests) Localized TimeFields in a non-localized environment act as unlocalized widgets ... ok test_localized_timeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleTimeFormatTests) Localized TimeFields with manually specified input formats can accept those formats ... ok test_timeField (forms_tests.tests.test_input_formats.SimpleTimeFormatTests) TimeFields can parse dates in the default format ... ok test_timeField_with_inputformat (forms_tests.tests.test_input_formats.SimpleTimeFormatTests) TimeFields with manually specified input formats can accept those formats ... ok test_combine_media (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_construction (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_form_media (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_html_safe (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_deduplication (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_dsl (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_inheritance (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_inheritance_extends (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_inheritance_from_property (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_inheritance_single_type (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_property (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_media_property_parent_references (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_merge (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_merge_css_three_way (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_merge_js_three_way (forms_tests.tests.test_media.FormsMediaTestCase) The relative order of scripts is preserved in a three-way merge. ... ok test_merge_js_three_way2 (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_merge_warning (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_multi_media (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_multi_widget (forms_tests.tests.test_media.FormsMediaTestCase) ... ok test_get_renderer (forms_tests.tests.test_renderers.BaseTemplateRendererTests) ... ok test_installed_apps_template_found (forms_tests.tests.test_renderers.DjangoTemplatesTests) Can find a custom template in INSTALLED_APPS. ... ok test_installed_apps_template_found (forms_tests.tests.test_renderers.Jinja2Tests) Can find a custom template in INSTALLED_APPS. ... ok test_installed_apps_template_found (forms_tests.tests.test_renderers.TemplatesSettingTests) Can find a custom template in INSTALLED_APPS. ... ok test_error_dict_copy (forms_tests.tests.test_utils.FormsUtilsTestCase) ... ok test_error_dict_html_safe (forms_tests.tests.test_utils.FormsUtilsTestCase) ... ok test_error_list_html_safe (forms_tests.tests.test_utils.FormsUtilsTestCase) ... ok test_flatatt (forms_tests.tests.test_utils.FormsUtilsTestCase) ... ok test_flatatt_no_side_effects (forms_tests.tests.test_utils.FormsUtilsTestCase) flatatt() does not modify the dict passed in. ... ok test_validation_error (forms_tests.tests.test_utils.FormsUtilsTestCase) ... ok test_textarea_trailing_newlines (forms_tests.tests.test_widgets.LiveWidgetTests) A roundtrip on a ModelForm doesn't alter the TextField value ... skipped 'No browsers specified.' test_invalid_loading_order (forms_tests.tests.tests.RelatedModelFormTests) Test for issue 10405 ... ok test_valid_loading_order (forms_tests.tests.tests.RelatedModelFormTests) Test for issue 10405 ... ok test_get_context_does_not_mutate_attrs (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_render_check_exception (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) Calling check_test() shouldn't swallow exceptions (#17888). ... ok test_render_check_test (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) You can pass 'check_test' to the constructor. This is a callable that ... ok test_render_empty (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_render_false (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_render_int (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) Integers are handled by value, not as booleans (#17114). ... ok test_render_none (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_render_true (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_render_value (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) Using any value that's not in ('', None, False, True) will check the ... ok test_value_from_datadict (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) The CheckboxInput widget will return False if the key is not found in ... ok test_value_from_datadict_string_int (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_checkboxinput.CheckboxInputTest) ... ok test_doesnt_localize_input_value (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_label (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) " ... ok test_nested_choices (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_nested_choices_without_id (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_render_none (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) If the value is None, none of the options are selected, even if the ... ok test_render_value (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_render_value_multiple (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_separate_ids (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) Each input gets a separate ID. ... ok test_separate_ids_constructor (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) Each input gets a separate ID when the ID is passed to the constructor. ... ok test_use_required_attribute (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_checkboxselectmultiple.CheckboxSelectMultipleTest) ... ok test_clear_input_checked_returns_false (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) ClearableFileInput.value_from_datadict returns False if the clear ... ok test_clear_input_checked_returns_false_only_if_not_required (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) ClearableFileInput.value_from_datadict never returns False if the field ... ok test_clear_input_renders (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) A ClearableFileInput with is_required False and rendered with an ... ok test_clear_input_renders_only_if_initial (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) A ClearableFileInput instantiated with no initial value does not render ... ok test_clear_input_renders_only_if_not_required (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) A ClearableFileInput with is_required=False does not render a clear ... ok test_html_does_not_mask_exceptions (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) A ClearableFileInput should not mask exceptions produced while ... ok test_html_escaped (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) A ClearableFileInput should escape name, filename, and URL ... ok test_render_as_subwidget (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) A ClearableFileInput as a subwidget of MultiWidget. ... ok test_return_false_if_url_does_not_exists (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) ... ok test_url_as_property (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) ... ok test_use_required_attribute (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_clearablefileinput.ClearableFileInputTest) ... ok test_format (forms_tests.widget_tests.test_dateinput.DateInputTest) Use 'format' to change the way a value is displayed. ... ok test_l10n (forms_tests.widget_tests.test_dateinput.DateInputTest) ... ok test_render_none (forms_tests.widget_tests.test_dateinput.DateInputTest) ... ok test_render_value (forms_tests.widget_tests.test_dateinput.DateInputTest) ... ok test_string (forms_tests.widget_tests.test_dateinput.DateInputTest) Should be able to initialize from a string value. ... ok test_l10n (forms_tests.widget_tests.test_datetimeinput.DateTimeInputTest) ... ok test_locale_aware (forms_tests.widget_tests.test_datetimeinput.DateTimeInputTest) ... ok test_render_formatted (forms_tests.widget_tests.test_datetimeinput.DateTimeInputTest) Use 'format' to change the way a value is displayed. ... ok test_render_none (forms_tests.widget_tests.test_datetimeinput.DateTimeInputTest) ... ok test_render_value (forms_tests.widget_tests.test_datetimeinput.DateTimeInputTest) The microseconds are trimmed on display, by default. ... ok test_render (forms_tests.widget_tests.test_fileinput.FileInputTest) FileInput widgets never render the value attribute. The old value ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_fileinput.FileInputTest) ... ok test_render (forms_tests.widget_tests.test_hiddeninput.HiddenInputTest) ... ok test_use_required_attribute (forms_tests.widget_tests.test_hiddeninput.HiddenInputTest) ... ok test_attrs_with_type (forms_tests.widget_tests.test_input.InputTests) ... ok test_render_attrs (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_render_attrs_constructor (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_render_attrs_multiple (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_render_empty (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_render_increment_id (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) Each input should get a separate ID. ... ok test_render_multiple (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_render_none (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_render_single (forms_tests.widget_tests.test_multiplehiddeninput.MultipleHiddenInputTest) ... ok test_constructor_attrs (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) ... ok test_constructor_attrs_with_type (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) ... ok test_deepcopy (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) MultiWidget should define __deepcopy__() (#12048). ... ok test_needs_multipart_false (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) needs_multipart_form should be False if no widgets need it. ... ok test_needs_multipart_true (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) needs_multipart_form should be True if any widgets need it. ... ok test_nested_multiwidget (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) MultiWidgets can be composed of other MultiWidgets. ... ok test_no_whitespace_between_widgets (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) ... ok test_text_inputs (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_multiwidget.MultiWidgetTest) ... ok test_l10n (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) The NullBooleanSelect widget's options are lazily localized (#17190). ... ok test_render_false (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_none (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_true (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_value_1 (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_value_2 (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_value_3 (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_value_false (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_value_true (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_render_value_unknown (forms_tests.widget_tests.test_nullbooleanselect.NullBooleanSelectTest) ... ok test_attrs_not_localized (forms_tests.widget_tests.test_numberinput.NumberInputTests) ... ok test_render (forms_tests.widget_tests.test_passwordinput.PasswordInputTest) ... ok test_render_ignore_value (forms_tests.widget_tests.test_passwordinput.PasswordInputTest) ... ok test_render_value_true (forms_tests.widget_tests.test_passwordinput.PasswordInputTest) The render_value argument lets you specify whether the widget should ... ok test_class_attrs (forms_tests.widget_tests.test_radioselect.RadioSelectTest) The
    in the multiple_input.html widget template include the class ... ok test_constructor_attrs (forms_tests.widget_tests.test_radioselect.RadioSelectTest) Attributes provided at instantiation are passed to the constituent ... ok test_doesnt_localize_input_value (forms_tests.widget_tests.test_radioselect.RadioSelectTest) ... ok test_nested_choices (forms_tests.widget_tests.test_radioselect.RadioSelectTest) ... ok test_render (forms_tests.widget_tests.test_radioselect.RadioSelectTest) ... ok test_render_as_subwidget (forms_tests.widget_tests.test_radioselect.RadioSelectTest) A RadioSelect as a subwidget of MultiWidget. ... ok test_render_attrs (forms_tests.widget_tests.test_radioselect.RadioSelectTest) Attributes provided at render-time are passed to the constituent ... ok test_choices_constructor (forms_tests.widget_tests.test_select.SelectTest) ... ok test_choices_constructor_generator (forms_tests.widget_tests.test_select.SelectTest) If choices is passed to the constructor and is a generator, it can be ... ok test_choices_escaping (forms_tests.widget_tests.test_select.SelectTest) ... ok test_choices_optgroup (forms_tests.widget_tests.test_select.SelectTest) Choices can be nested one level in order to create HTML optgroups. ... ok test_choices_select_inner (forms_tests.widget_tests.test_select.SelectTest) ... ok test_choices_select_outer (forms_tests.widget_tests.test_select.SelectTest) ... ok test_choices_unicode (forms_tests.widget_tests.test_select.SelectTest) ... ok test_compare_to_str (forms_tests.widget_tests.test_select.SelectTest) The value is compared to its str(). ... ok test_constructor_attrs (forms_tests.widget_tests.test_select.SelectTest) Select options shouldn't inherit the parent widget attrs. ... ok test_deepcopy (forms_tests.widget_tests.test_select.SelectTest) __deepcopy__() should copy all attributes properly (#25085). ... ok test_doesnt_localize_option_value (forms_tests.widget_tests.test_select.SelectTest) ... ok test_doesnt_render_required_when_impossible_to_select_empty_field (forms_tests.widget_tests.test_select.SelectTest) ... ok test_doesnt_render_required_when_no_choices_are_available (forms_tests.widget_tests.test_select.SelectTest) ... ok test_optgroups (forms_tests.widget_tests.test_select.SelectTest) ... ok test_optgroups_integer_choices (forms_tests.widget_tests.test_select.SelectTest) The option 'value' is the same type as what's in `choices`. ... ok test_options (forms_tests.widget_tests.test_select.SelectTest) ... ok test_render (forms_tests.widget_tests.test_select.SelectTest) ... ok test_render_label_value (forms_tests.widget_tests.test_select.SelectTest) If the value corresponds to a label (but not to an option value), none ... ok test_render_none (forms_tests.widget_tests.test_select.SelectTest) If the value is None, none of the options are selected. ... ok test_render_selected (forms_tests.widget_tests.test_select.SelectTest) Only one option can be selected (#8103). ... ok test_renders_required_when_possible_to_select_empty_field_list (forms_tests.widget_tests.test_select.SelectTest) ... ok test_renders_required_when_possible_to_select_empty_field_none (forms_tests.widget_tests.test_select.SelectTest) ... ok test_renders_required_when_possible_to_select_empty_field_str (forms_tests.widget_tests.test_select.SelectTest) ... ok test_custom_input_format (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_custom_months (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_format_value (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_l10n (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_render_datetime (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_render_empty (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_render_invalid_date (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) Invalid dates should still render the failed date. ... ok test_render_none (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) Rendering the None or '' values should yield the same output. ... ok test_render_string (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_selectdate_empty_label (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_selectdate_required (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_value_from_datadict (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_years_rendered_without_separator (forms_tests.widget_tests.test_selectdatewidget.SelectDateWidgetTest) ... ok test_compare_string (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) ... ok test_format_value (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) ... ok test_multiple_options_same_value (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) Multiple options with the same value can be selected (#8103). ... ok test_multiple_values_invalid (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) If multiple values are given, but some of them are not valid, the valid ... ok test_optgroup_select_multiple (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) ... ok test_render_multiple_selected (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) ... ok test_render_none (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) If the value is None, none of the options are selected, even if the ... ok test_render_selected (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) ... ok test_render_value_label (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) If the value corresponds to a label (but not to an option value), none ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_selectmultiple.SelectMultipleTest) ... ok test_constructor_attrs (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) ... ok test_constructor_different_attrs (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) ... ok test_formatting (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) Use 'date_format' and 'time_format' to change the way a value is ... ok test_render_date_and_time (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) ... ok test_render_datetime (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) ... ok test_render_empty (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) ... ok test_render_none (forms_tests.widget_tests.test_splitdatetimewidget.SplitDateTimeWidgetTest) ... ok test_constructor_different_attrs (forms_tests.widget_tests.test_splithiddendatetimewidget.SplitHiddenDateTimeWidgetTest) ... ok test_l10n (forms_tests.widget_tests.test_splithiddendatetimewidget.SplitHiddenDateTimeWidgetTest) ... ok test_render_empty (forms_tests.widget_tests.test_splithiddendatetimewidget.SplitHiddenDateTimeWidgetTest) ... ok test_render_value (forms_tests.widget_tests.test_splithiddendatetimewidget.SplitHiddenDateTimeWidgetTest) ... ok test_escaping (forms_tests.widget_tests.test_textarea.TextareaTest) ... ok test_mark_safe (forms_tests.widget_tests.test_textarea.TextareaTest) ... ok test_render (forms_tests.widget_tests.test_textarea.TextareaTest) ... ok test_render_empty (forms_tests.widget_tests.test_textarea.TextareaTest) ... ok test_render_none (forms_tests.widget_tests.test_textarea.TextareaTest) ... ok test_render_required (forms_tests.widget_tests.test_textarea.TextareaTest) ... ok test_attrs_precedence (forms_tests.widget_tests.test_textinput.TextInputTest) `attrs` passed to render() get precedence over those passed to the ... ok test_attrs_safestring (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_constructor_attrs (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_render (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_render_boolean (forms_tests.widget_tests.test_textinput.TextInputTest) Boolean values are rendered to their string forms ("True" and ... ok test_render_custom_attrs (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_render_none (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_render_quoted (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_render_unicode (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_render_value (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_use_required_attribute (forms_tests.widget_tests.test_textinput.TextInputTest) ... ok test_format (forms_tests.widget_tests.test_timeinput.TimeInputTest) Use 'format' to change the way a value is displayed. ... ok test_l10n (forms_tests.widget_tests.test_timeinput.TimeInputTest) ... ok test_render_none (forms_tests.widget_tests.test_timeinput.TimeInputTest) ... ok test_render_value (forms_tests.widget_tests.test_timeinput.TimeInputTest) The microseconds are trimmed on display, by default. ... ok test_string (forms_tests.widget_tests.test_timeinput.TimeInputTest) Initializing from a string value. ... ok test_attr_false_not_rendered (forms_tests.widget_tests.test_widget.WidgetTests) ... ok test_format_value (forms_tests.widget_tests.test_widget.WidgetTests) ... ok test_no_trailing_newline_in_attrs (forms_tests.widget_tests.test_widget.WidgetTests) ... ok test_value_omitted_from_data (forms_tests.widget_tests.test_widget.WidgetTests) ... ok test_reverse_related_validation (select_related_onetoone.tests.ReverseSelectRelatedValidationTests) ... ok test_reverse_related_validation_with_filtered_relation (select_related_onetoone.tests.ReverseSelectRelatedValidationTests) ... ok test_router_init_arg (multiple_database.tests.ConnectionRouterTestCase) ... ok test_router_init_default (multiple_database.tests.ConnectionRouterTestCase) ... ok test_foreign_key_relation (multiple_database.tests.RelationAssignmentTests) ... ok test_reverse_one_to_one_relation (multiple_database.tests.RelationAssignmentTests) ... ok test_constraint_sql (constraints.tests.BaseConstraintTests) ... ok test_create_sql (constraints.tests.BaseConstraintTests) ... ok test_remove_sql (constraints.tests.BaseConstraintTests) ... ok test_get_all_permissions (auth_tests.test_auth_backends.AnonymousUserBackendTest) ... ok test_has_module_perms (auth_tests.test_auth_backends.AnonymousUserBackendTest) ... ok test_has_perm (auth_tests.test_auth_backends.AnonymousUserBackendTest) ... ok test_has_perms (auth_tests.test_auth_backends.AnonymousUserBackendTest) ... ok test_clashing_custom_permissions (auth_tests.test_checks.ModelsPermissionsChecksTests) ... ok test_clashing_default_permissions (auth_tests.test_checks.ModelsPermissionsChecksTests) ... ok test_custom_permission_name_max_length (auth_tests.test_checks.ModelsPermissionsChecksTests) ... ok test_empty_default_permissions (auth_tests.test_checks.ModelsPermissionsChecksTests) ... ok test_non_clashing_custom_permissions (auth_tests.test_checks.ModelsPermissionsChecksTests) ... ok test_verbose_name_max_length (auth_tests.test_checks.ModelsPermissionsChecksTests) ... ok test_is_anonymous_authenticated_methods (auth_tests.test_checks.UserModelChecksTests) .is_anonymous/is_authenticated must not be methods. ... ok test_required_fields_is_list (auth_tests.test_checks.UserModelChecksTests) REQUIRED_FIELDS should be a list. ... ok test_username_non_unique (auth_tests.test_checks.UserModelChecksTests) A non-unique USERNAME_FIELD raises an error only if the default ... ok test_username_not_in_required_fields (auth_tests.test_checks.UserModelChecksTests) USERNAME_FIELD should not appear in REQUIRED_FIELDS. ... ok test_iter (auth_tests.test_context_processors.PermWrapperTests) ... ok test_permlookupdict_in (auth_tests.test_context_processors.PermWrapperTests) No endless loops if accessed with 'in' - refs #18979. ... ok test_permwrapper_in (auth_tests.test_context_processors.PermWrapperTests) 'something' in PermWrapper works as expected. ... ok test_bug_19349_render_with_none_value (auth_tests.test_forms.ReadOnlyPasswordHashTest) ... ok test_readonly_field_has_changed (auth_tests.test_forms.ReadOnlyPasswordHashTest) ... ok test_render (auth_tests.test_forms.ReadOnlyPasswordHashTest) ... ok test_check_password (auth_tests.test_handlers.ModWsgiHandlerTestCase) check_password() returns the correct values as per ... ok test_check_password_custom_user (auth_tests.test_handlers.ModWsgiHandlerTestCase) check_password() returns the correct values as per ... ok test_groups_for_user (auth_tests.test_handlers.ModWsgiHandlerTestCase) groups_for_user() returns correct values as per ... ok test_attributes (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_encode (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_harden_runtime (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_load_library_importerror (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_load_library_no_algorithm (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_must_update (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_safe_summary (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_verify (auth_tests.test_hashers.BasePasswordHasherTests) ... ok test_bad_algorithm (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_bcrypt (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_bcrypt_harden_runtime (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_bcrypt_sha256 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_bcrypt_upgrade (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_check_password_calls_harden_runtime (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_crypt (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_is_password_usable (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_low_level_pbkdf2 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_low_level_pbkdf2_sha1 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_md5 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_no_upgrade (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_no_upgrade_on_incorrect_pass (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_pbkdf2 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_pbkdf2_harden_runtime (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_pbkdf2_upgrade (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_pbkdf2_upgrade_new_hasher (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_sha1 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_simple (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_unsalted_md5 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_unsalted_sha1 (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_unspecified_password (auth_tests.test_hashers.TestUtilsHashPass) Makes sure specifying no plain password with a valid encoded password ... ok test_unusable (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_upgrade (auth_tests.test_hashers.TestUtilsHashPass) ... ok test_argon2 (auth_tests.test_hashers.TestUtilsHashPassArgon2) ... skipped 'argon2-cffi not installed' test_argon2_upgrade (auth_tests.test_hashers.TestUtilsHashPassArgon2) ... skipped 'argon2-cffi not installed' test_argon2_version_upgrade (auth_tests.test_hashers.TestUtilsHashPassArgon2) ... skipped 'argon2-cffi not installed' test_migrate_other_database (auth_tests.test_migrations.MultiDBProxyModelAppLabelTests) ... ok test_migrate_backwards (auth_tests.test_migrations.ProxyModelWithDifferentAppLabelTests) ... ok test_proxy_model_permissions_contenttype (auth_tests.test_migrations.ProxyModelWithDifferentAppLabelTests) ... ok test_user_has_now_proxy_model_permissions (auth_tests.test_migrations.ProxyModelWithDifferentAppLabelTests) ... ok test_user_keeps_same_permissions_after_migrating_backward (auth_tests.test_migrations.ProxyModelWithDifferentAppLabelTests) ... ok test_migrate_backwards (auth_tests.test_migrations.ProxyModelWithSameAppLabelTests) ... ok test_migrate_with_existing_target_permission (auth_tests.test_migrations.ProxyModelWithSameAppLabelTests) Permissions may already exist: ... ok test_proxy_model_permissions_contenttype (auth_tests.test_migrations.ProxyModelWithSameAppLabelTests) ... ok test_user_keeps_same_permissions_after_migrating_backward (auth_tests.test_migrations.ProxyModelWithSameAppLabelTests) ... ok test_user_still_has_proxy_model_permissions (auth_tests.test_migrations.ProxyModelWithSameAppLabelTests) ... ok test_custom_redirect_parameter (auth_tests.test_mixins.UserPassesTestTests) ... ok test_custom_redirect_url (auth_tests.test_mixins.UserPassesTestTests) ... ok test_default (auth_tests.test_mixins.UserPassesTestTests) ... ok test_no_redirect_parameter (auth_tests.test_mixins.UserPassesTestTests) ... ok test_raise_exception (auth_tests.test_mixins.UserPassesTestTests) ... ok test_raise_exception_custom_message (auth_tests.test_mixins.UserPassesTestTests) ... ok test_raise_exception_custom_message_function (auth_tests.test_mixins.UserPassesTestTests) ... ok test_user_passes (auth_tests.test_mixins.UserPassesTestTests) ... ok test_clean_normalize_username (auth_tests.test_models.AbstractBaseUserTests) ... ok test_custom_email (auth_tests.test_models.AbstractBaseUserTests) ... ok test_default_email (auth_tests.test_models.AbstractBaseUserTests) ... ok test_has_usable_password (auth_tests.test_models.AbstractBaseUserTests) Passwords are usable even if they don't correspond to a hasher in ... ok test_normalize_username (auth_tests.test_models.AbstractBaseUserTests) ... ok test_check_password (auth_tests.test_models.AnonymousUserTests) ... ok test_delete (auth_tests.test_models.AnonymousUserTests) ... ok test_eq (auth_tests.test_models.AnonymousUserTests) ... ok test_hash (auth_tests.test_models.AnonymousUserTests) ... ok test_int (auth_tests.test_models.AnonymousUserTests) ... ok test_properties (auth_tests.test_models.AnonymousUserTests) ... ok test_save (auth_tests.test_models.AnonymousUserTests) ... ok test_set_password (auth_tests.test_models.AnonymousUserTests) ... ok test_str (auth_tests.test_models.AnonymousUserTests) ... ok test_str (auth_tests.test_models.GroupTests) ... ok test_help_text (auth_tests.test_validators.CommonPasswordValidatorTest) ... ok test_validate (auth_tests.test_validators.CommonPasswordValidatorTest) ... ok test_validate_custom_list (auth_tests.test_validators.CommonPasswordValidatorTest) ... ok test_validate_django_supplied_file (auth_tests.test_validators.CommonPasswordValidatorTest) ... ok test_help_text (auth_tests.test_validators.MinimumLengthValidatorTest) ... ok test_validate (auth_tests.test_validators.MinimumLengthValidatorTest) ... ok test_help_text (auth_tests.test_validators.NumericPasswordValidatorTest) ... ok test_validate (auth_tests.test_validators.NumericPasswordValidatorTest) ... ok test_empty_password_validator_help_text_html (auth_tests.test_validators.PasswordValidationTest) ... ok test_get_default_password_validators (auth_tests.test_validators.PasswordValidationTest) ... ok test_get_password_validators_custom (auth_tests.test_validators.PasswordValidationTest) ... ok test_password_changed (auth_tests.test_validators.PasswordValidationTest) ... ok test_password_changed_with_custom_validator (auth_tests.test_validators.PasswordValidationTest) ... ok test_password_validators_help_text_html (auth_tests.test_validators.PasswordValidationTest) ... ok test_password_validators_help_text_html_escaping (auth_tests.test_validators.PasswordValidationTest) ... ok test_password_validators_help_texts (auth_tests.test_validators.PasswordValidationTest) ... ok test_validate_password (auth_tests.test_validators.PasswordValidationTest) ... ok test_ascii_validator (auth_tests.test_validators.UsernameValidatorsTests) ... ok test_unicode_validator (auth_tests.test_validators.UsernameValidatorsTests) ... ok test_decode_detects_tampering (signing.tests.TestSigner) loads should raise exception for tampered objects ... ok test_dumps_loads (signing.tests.TestSigner) dumps and loads be reversible for any JSON serializable object ... ok test_invalid_sep (signing.tests.TestSigner) should warn on invalid separator ... ok test_sign_unsign (signing.tests.TestSigner) sign/unsign should be reversible ... ok test_signature (signing.tests.TestSigner) signature() method should generate a signature ... ok test_signature_with_salt (signing.tests.TestSigner) signature(value, salt=...) should work ... ok test_unsign_detects_tampering (signing.tests.TestSigner) unsign should raise an exception if the value has been tampered with ... ok test_valid_sep (signing.tests.TestSigner) ... ok test_works_with_non_ascii_keys (signing.tests.TestSigner) ... ok test_timestamp_signer (signing.tests.TestTimestampSigner) ... ok test_conditional_annotation (expressions_window.tests.NonQueryWindowTests) ... ok test_empty_group_by_cols (expressions_window.tests.NonQueryWindowTests) ... ok test_frame_empty_group_by_cols (expressions_window.tests.NonQueryWindowTests) ... ok test_frame_window_frame_notimplemented (expressions_window.tests.NonQueryWindowTests) ... ok test_invalid_filter (expressions_window.tests.NonQueryWindowTests) ... ok test_invalid_order_by (expressions_window.tests.NonQueryWindowTests) ... ok test_invalid_source_expression (expressions_window.tests.NonQueryWindowTests) ... ok test_window_frame_repr (expressions_window.tests.NonQueryWindowTests) ... ok test_window_repr (expressions_window.tests.NonQueryWindowTests) ... ok test_assert_contains_renders_template_response (test_client_regress.tests.AssertContainsTests) An unrendered SimpleTemplateResponse may be used in assertContains(). ... ok test_assert_contains_using_non_template_response (test_client_regress.tests.AssertContainsTests) auto-rendering does not affect responses that aren't ... ok test_assert_not_contains_renders_template_response (test_client_regress.tests.AssertContainsTests) An unrendered SimpleTemplateResponse may be used in assertNotContains(). ... ok test_assert_not_contains_using_non_template_response (test_client_regress.tests.AssertContainsTests) auto-rendering does not affect responses that aren't instances (or ... ok test_binary_contains (test_client_regress.tests.AssertContainsTests) ... ok test_binary_not_contains (test_client_regress.tests.AssertContainsTests) ... ok test_contains (test_client_regress.tests.AssertContainsTests) Responses can be inspected for content, including counting repeated substrings ... ok test_nontext_contains (test_client_regress.tests.AssertContainsTests) ... ok test_nontext_not_contains (test_client_regress.tests.AssertContainsTests) ... ok test_unicode_contains (test_client_regress.tests.AssertContainsTests) Unicode characters can be found in template context ... ok test_unicode_not_contains (test_client_regress.tests.AssertContainsTests) Unicode characters can be searched for, and not found in template context ... ok test_noerror_field (test_client_regress.tests.AssertFormErrorTests) An assertion is raised if the field doesn't have any errors ... ok test_unknown_error (test_client_regress.tests.AssertFormErrorTests) An assertion is raised if the field doesn't contain the provided error ... ok test_unknown_field (test_client_regress.tests.AssertFormErrorTests) An assertion is raised if the field name is unknown ... ok test_unknown_form (test_client_regress.tests.AssertFormErrorTests) An assertion is raised if the form name is unknown ... ok test_unknown_nonfield_error (test_client_regress.tests.AssertFormErrorTests) An assertion is raised if the form's non field errors doesn't contain ... ok test_field_error (test_client_regress.tests.AssertFormsetErrorTests) No assertion is raised if the field contains the provided error ... ok test_no_error_field (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the field doesn't have any errors ... ok test_no_nonfield_error (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the formsets non-field errors doesn't contain any errors. ... ok test_no_nonform_error (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the formsets non-form errors doesn't contain any errors. ... ok test_nonfield_error (test_client_regress.tests.AssertFormsetErrorTests) No assertion is raised if the formsets non-field errors contains the provided error. ... ok test_nonform_error (test_client_regress.tests.AssertFormsetErrorTests) No assertion is raised if the formsets non-form errors contains the provided error. ... ok test_unknown_error (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the field doesn't contain the specified error ... ok test_unknown_field (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the field name is unknown ... ok test_unknown_formset (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the formset name is unknown ... ok test_unknown_nonfield_error (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the formsets non-field errors doesn't contain the provided error. ... ok test_unknown_nonform_error (test_client_regress.tests.AssertFormsetErrorTests) An assertion is raised if the formsets non-form errors doesn't contain the provided error. ... ok test_circular_redirect (test_client_regress.tests.AssertRedirectsTests) Circular redirect chains are caught and escaped ... ok test_incorrect_target (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the response redirects to another target ... ok test_lost_query (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the redirect location doesn't preserve GET parameters ... ok test_multiple_redirect_chain (test_client_regress.tests.AssertRedirectsTests) You can follow a redirect chain of multiple redirects ... ok test_redirect_chain (test_client_regress.tests.AssertRedirectsTests) You can follow a redirect chain of multiple redirects ... ok test_redirect_chain_delete (test_client_regress.tests.AssertRedirectsTests) A redirect chain will be followed from an initial DELETE request ... ok test_redirect_chain_head (test_client_regress.tests.AssertRedirectsTests) A redirect chain will be followed from an initial HEAD request ... ok test_redirect_chain_on_non_redirect_page (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the original page couldn't be retrieved as expected ... ok test_redirect_chain_options (test_client_regress.tests.AssertRedirectsTests) A redirect chain will be followed from an initial OPTIONS request ... ok test_redirect_chain_post (test_client_regress.tests.AssertRedirectsTests) A redirect chain will be followed from an initial POST post ... ok test_redirect_chain_put (test_client_regress.tests.AssertRedirectsTests) A redirect chain will be followed from an initial PUT request ... ok test_redirect_chain_to_non_existent (test_client_regress.tests.AssertRedirectsTests) You can follow a chain to a nonexistent view. ... ok test_redirect_chain_to_self (test_client_regress.tests.AssertRedirectsTests) Redirections to self are caught and escaped ... ok test_redirect_on_non_redirect_page (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the original page couldn't be retrieved as expected ... ok test_redirect_page (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the original page couldn't be retrieved as expected ... ok test_redirect_scheme (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the response doesn't have the scheme specified in expected_url ... ok test_redirect_to_different_host (test_client_regress.tests.AssertRedirectsTests) The test client will preserve scheme, host and port changes ... ok test_redirect_to_self_with_changing_query (test_client_regress.tests.AssertRedirectsTests) Redirections don't loop forever even if query is changing ... ok test_target_page (test_client_regress.tests.AssertRedirectsTests) An assertion is raised if the response redirect target cannot be retrieved as expected ... ok test_non_utf_payload (test_client_regress.tests.PayloadEncodingTests) Non-ASCII data as a non-UTF based encoding can be POSTed. ... ok test_simple_payload (test_client_regress.tests.PayloadEncodingTests) A simple ASCII-only text can be POSTed. ... ok test_utf16_payload (test_client_regress.tests.PayloadEncodingTests) Non-ASCII data encoded as UTF-16 can be POSTed. ... ok test_utf8_payload (test_client_regress.tests.PayloadEncodingTests) Non-ASCII data encoded as UTF-8 can be POSTed. ... ok test_get_like_requests (test_client_regress.tests.QueryStringTests) ... ok test_post_like_requests (test_client_regress.tests.QueryStringTests) ... ok test_body_from_empty_request (test_client_regress.tests.ReadLimitedStreamTest) HttpRequest.body on a test client GET request should return ... ok test_read_from_empty_request (test_client_regress.tests.ReadLimitedStreamTest) HttpRequest.read() on a test client GET request should return the ... ok test_read_from_nonempty_request (test_client_regress.tests.ReadLimitedStreamTest) HttpRequest.read() on a test client PUT request with some payload ... ok test_read_numbytes_from_empty_request (test_client_regress.tests.ReadLimitedStreamTest) HttpRequest.read(LARGE_BUFFER) on a test client GET request should ... ok test_read_numbytes_from_nonempty_request (test_client_regress.tests.ReadLimitedStreamTest) HttpRequest.read(LARGE_BUFFER) on a test client PUT request with ... ok test_cookies (test_client_regress.tests.RequestFactoryEnvironmentTests) ... ok test_should_set_correct_env_variables (test_client_regress.tests.RequestFactoryEnvironmentTests) ... ok test_request (test_client_regress.tests.RequestFactoryStateTest) ... ok test_request_after_client (test_client_regress.tests.RequestFactoryStateTest) ... ok test_request_after_client_2 (test_client_regress.tests.RequestFactoryStateTest) ... ok test_client_headers (test_client_regress.tests.RequestHeadersTest) A test client can receive custom headers ... ok test_client_headers_redirect (test_client_regress.tests.RequestHeadersTest) Test client headers are preserved through redirects ... ok test_empty_string_data (test_client_regress.tests.RequestMethodStringDataTests) Request a view with empty string data via request method GET/POST/HEAD ... ok test_json (test_client_regress.tests.RequestMethodStringDataTests) ... ok test_json_bytes (test_client_regress.tests.RequestMethodStringDataTests) ... ok test_json_charset (test_client_regress.tests.RequestMethodStringDataTests) ... ok test_json_multiple_access (test_client_regress.tests.RequestMethodStringDataTests) ... ok test_json_structured_suffixes (test_client_regress.tests.RequestMethodStringDataTests) ... ok test_json_wrong_header (test_client_regress.tests.RequestMethodStringDataTests) ... ok test_patch (test_client_regress.tests.RequestMethodStringDataTests) Request a view with string data via request method PATCH ... ok test_post (test_client_regress.tests.RequestMethodStringDataTests) Request a view with string data via request method POST ... ok test_put (test_client_regress.tests.RequestMethodStringDataTests) Request a view with string data via request method PUT ... ok test_delete (test_client_regress.tests.RequestMethodTests) Request a view via request method DELETE ... ok test_get (test_client_regress.tests.RequestMethodTests) Request a view via request method GET ... ok test_head (test_client_regress.tests.RequestMethodTests) Request a view via request method HEAD ... ok test_options (test_client_regress.tests.RequestMethodTests) Request a view via request method OPTIONS ... ok test_patch (test_client_regress.tests.RequestMethodTests) Request a view via request method PATCH ... ok test_post (test_client_regress.tests.RequestMethodTests) Request a view via request method POST ... ok test_put (test_client_regress.tests.RequestMethodTests) Request a view via request method PUT ... ok test_bad_404_template (test_client_regress.tests.TemplateExceptionTests) Errors found when rendering 404 error templates are re-raised ... ok test_argument_with_space_get (test_client_regress.tests.URLEscapingTests) Get a view that has a string argument that requires escaping ... ok test_argument_with_space_post (test_client_regress.tests.URLEscapingTests) Post for a view that has a string argument that requires escaping ... ok test_simple_argument_get (test_client_regress.tests.URLEscapingTests) Get a view that has a simple string argument ... ok test_simple_argument_post (test_client_regress.tests.URLEscapingTests) Post for a view that has a simple string argument ... ok test_file_encoding (test_client_regress.tests.UploadedFileEncodingTest) ... ok test_guesses_content_type_on_file_encoding (test_client_regress.tests.UploadedFileEncodingTest) ... ok test_urlconf_was_changed (test_client_regress.tests.UrlconfSubstitutionTests) TestCase can enforce a custom URLconf on a per-test basis ... ok test_urlconf_was_reverted (test_client_regress.tests.zzUrlconfSubstitutionTests) URLconf is reverted to original value after modification in a TestCase ... ok test_default_cache_included (check_framework.test_caches.CheckCacheSettingsAppDirsTest) Don't error if 'default' is present in CACHES setting. ... ok test_default_cache_not_included (check_framework.test_caches.CheckCacheSettingsAppDirsTest) Error if 'default' not present in CACHES setting. ... ok test_collision_across_apps (check_framework.test_model_checks.DuplicateDBTableTests) ... ok test_collision_across_apps_database_routers_installed (check_framework.test_model_checks.DuplicateDBTableTests) ... ok test_collision_in_same_app (check_framework.test_model_checks.DuplicateDBTableTests) ... ok test_collision_in_same_app_database_routers_installed (check_framework.test_model_checks.DuplicateDBTableTests) ... ok test_no_collision_for_proxy_models (check_framework.test_model_checks.DuplicateDBTableTests) ... ok test_no_collision_for_unmanaged_models (check_framework.test_model_checks.DuplicateDBTableTests) ... ok test_collision_abstract_model (check_framework.test_model_checks.IndexNameTests) ... ok test_collision_across_apps (check_framework.test_model_checks.IndexNameTests) ... ok test_collision_in_different_models (check_framework.test_model_checks.IndexNameTests) ... ok test_collision_in_same_model (check_framework.test_model_checks.IndexNameTests) ... ok test_no_collision_abstract_model_interpolation (check_framework.test_model_checks.IndexNameTests) ... ok test_no_collision_across_apps_interpolation (check_framework.test_model_checks.IndexNameTests) ... ok test_default_details (check_framework.test_model_field_deprecation.TestDeprecatedField) ... ok test_user_specified_details (check_framework.test_model_field_deprecation.TestDeprecatedField) ... ok test_default_details (check_framework.test_model_field_deprecation.TestRemovedField) ... ok test_user_specified_details (check_framework.test_model_field_deprecation.TestRemovedField) ... ok test_checks_called_on_the_default_database (check_framework.test_multi_db.TestMultiDBChecks) ... ok test_checks_called_on_the_other_database (check_framework.test_multi_db.TestMultiDBChecks) ... ok test_allowed_hosts_empty (check_framework.test_security.CheckAllowedHostsTest) ... ok test_allowed_hosts_set (check_framework.test_security.CheckAllowedHostsTest) ... ok test_use_sessions_with_csrf_cookie_secure_false (check_framework.test_security.CheckCSRFCookieSecureTest) No warning if CSRF_COOKIE_SECURE isn't True while CSRF_USE_SESSIONS ... ok test_with_csrf_cookie_secure_false (check_framework.test_security.CheckCSRFCookieSecureTest) Warn if CsrfViewMiddleware is in MIDDLEWARE but ... ok test_with_csrf_cookie_secure_false_no_middleware (check_framework.test_security.CheckCSRFCookieSecureTest) No warning if CsrfViewMiddleware isn't in MIDDLEWARE, even if ... ok test_with_csrf_cookie_secure_true (check_framework.test_security.CheckCSRFCookieSecureTest) ... ok test_no_csrf_middleware (check_framework.test_security.CheckCSRFMiddlewareTest) Warn if CsrfViewMiddleware isn't in MIDDLEWARE. ... ok test_with_csrf_middleware (check_framework.test_security.CheckCSRFMiddlewareTest) ... ok test_no_content_type_nosniff (check_framework.test_security.CheckContentTypeNosniffTest) Warn if SECURE_CONTENT_TYPE_NOSNIFF isn't True. ... ok test_no_content_type_nosniff_no_middleware (check_framework.test_security.CheckContentTypeNosniffTest) Don't warn if SECURE_CONTENT_TYPE_NOSNIFF isn't True and ... ok test_with_content_type_nosniff (check_framework.test_security.CheckContentTypeNosniffTest) ... ok test_debug_false (check_framework.test_security.CheckDebugTest) ... ok test_debug_true (check_framework.test_security.CheckDebugTest) Warn if DEBUG is True. ... ok test_no_referrer_policy (check_framework.test_security.CheckReferrerPolicyTest) ... ok test_no_referrer_policy_no_middleware (check_framework.test_security.CheckReferrerPolicyTest) Don't warn if SECURE_REFERRER_POLICY is None and SecurityMiddleware ... ok test_with_invalid_referrer_policy (check_framework.test_security.CheckReferrerPolicyTest) ... ok test_with_referrer_policy (check_framework.test_security.CheckReferrerPolicyTest) ... ok test_no_ssl_redirect (check_framework.test_security.CheckSSLRedirectTest) Warn if SECURE_SSL_REDIRECT isn't True. ... ok test_no_ssl_redirect_no_middleware (check_framework.test_security.CheckSSLRedirectTest) Don't warn if SECURE_SSL_REDIRECT is False and SecurityMiddleware isn't ... ok test_with_ssl_redirect (check_framework.test_security.CheckSSLRedirectTest) ... ok test_empty_secret_key (check_framework.test_security.CheckSecretKeyTest) ... ok test_low_entropy_secret_key (check_framework.test_security.CheckSecretKeyTest) ... ok test_low_length_secret_key (check_framework.test_security.CheckSecretKeyTest) ... ok test_missing_secret_key (check_framework.test_security.CheckSecretKeyTest) ... ok test_none_secret_key (check_framework.test_security.CheckSecretKeyTest) ... ok test_okay_secret_key (check_framework.test_security.CheckSecretKeyTest) ... ok test_no_security_middleware (check_framework.test_security.CheckSecurityMiddlewareTest) Warn if SecurityMiddleware isn't in MIDDLEWARE. ... ok test_with_security_middleware (check_framework.test_security.CheckSecurityMiddlewareTest) ... ok test_session_cookie_httponly_both (check_framework.test_security.CheckSessionCookieHttpOnlyTest) If SESSION_COOKIE_HTTPONLY is off and we find both the session app and ... ok test_session_cookie_httponly_true (check_framework.test_security.CheckSessionCookieHttpOnlyTest) If SESSION_COOKIE_HTTPONLY is on, there's no warning about it. ... ok test_session_cookie_httponly_with_installed_app (check_framework.test_security.CheckSessionCookieHttpOnlyTest) Warn if SESSION_COOKIE_HTTPONLY is off and "django.contrib.sessions" ... ok test_session_cookie_httponly_with_middleware (check_framework.test_security.CheckSessionCookieHttpOnlyTest) Warn if SESSION_COOKIE_HTTPONLY is off and ... ok test_session_cookie_secure_both (check_framework.test_security.CheckSessionCookieSecureTest) If SESSION_COOKIE_SECURE is off and we find both the session app and ... ok test_session_cookie_secure_true (check_framework.test_security.CheckSessionCookieSecureTest) If SESSION_COOKIE_SECURE is on, there's no warning about it. ... ok test_session_cookie_secure_with_installed_app (check_framework.test_security.CheckSessionCookieSecureTest) Warn if SESSION_COOKIE_SECURE is off and "django.contrib.sessions" is ... ok test_session_cookie_secure_with_middleware (check_framework.test_security.CheckSessionCookieSecureTest) Warn if SESSION_COOKIE_SECURE is off and ... ok test_no_sts_preload (check_framework.test_security.CheckStrictTransportSecurityPreloadTest) Warn if SECURE_HSTS_PRELOAD isn't True. ... ok test_no_sts_preload_no_middleware (check_framework.test_security.CheckStrictTransportSecurityPreloadTest) Don't warn if SecurityMiddleware isn't installed. ... ok test_no_sts_preload_no_seconds (check_framework.test_security.CheckStrictTransportSecurityPreloadTest) Don't warn if SECURE_HSTS_SECONDS isn't set. ... ok test_with_sts_preload (check_framework.test_security.CheckStrictTransportSecurityPreloadTest) ... ok test_no_sts_subdomains (check_framework.test_security.CheckStrictTransportSecuritySubdomainsTest) Warn if SECURE_HSTS_INCLUDE_SUBDOMAINS isn't True. ... ok test_no_sts_subdomains_no_middleware (check_framework.test_security.CheckStrictTransportSecuritySubdomainsTest) Don't warn if SecurityMiddleware isn't installed. ... ok test_no_sts_subdomains_no_seconds (check_framework.test_security.CheckStrictTransportSecuritySubdomainsTest) Don't warn if SECURE_HSTS_SECONDS isn't set. ... ok test_with_sts_subdomains (check_framework.test_security.CheckStrictTransportSecuritySubdomainsTest) ... ok test_no_sts (check_framework.test_security.CheckStrictTransportSecurityTest) Warn if SECURE_HSTS_SECONDS isn't > 0. ... ok test_no_sts_no_middleware (check_framework.test_security.CheckStrictTransportSecurityTest) Don't warn if SECURE_HSTS_SECONDS isn't > 0 and SecurityMiddleware isn't ... ok test_with_sts (check_framework.test_security.CheckStrictTransportSecurityTest) ... ok test_middleware_not_installed (check_framework.test_security.CheckXFrameOptionsDenyTest) No error if XFrameOptionsMiddleware isn't in MIDDLEWARE even if ... ok test_x_frame_options_not_deny (check_framework.test_security.CheckXFrameOptionsDenyTest) Warn if XFrameOptionsMiddleware is in MIDDLEWARE but ... ok test_xframe_deny (check_framework.test_security.CheckXFrameOptionsDenyTest) ... ok test_middleware_installed (check_framework.test_security.CheckXFrameOptionsMiddlewareTest) ... ok test_middleware_not_installed (check_framework.test_security.CheckXFrameOptionsMiddlewareTest) Warn if XFrameOptionsMiddleware isn't in MIDDLEWARE. ... ok test_app_dirs_and_loaders (check_framework.test_templates.CheckTemplateSettingsAppDirsTest) Error if template loaders are specified and APP_DIRS is True. ... ok test_app_dirs_removed (check_framework.test_templates.CheckTemplateSettingsAppDirsTest) ... ok test_loaders_removed (check_framework.test_templates.CheckTemplateSettingsAppDirsTest) ... ok test_string_if_invalid_both_are_strings (check_framework.test_templates.CheckTemplateStringIfInvalidTest) ... ok test_string_if_invalid_first_is_string (check_framework.test_templates.CheckTemplateStringIfInvalidTest) ... ok test_string_if_invalid_not_specified (check_framework.test_templates.CheckTemplateStringIfInvalidTest) ... ok test_string_if_invalid_not_string (check_framework.test_templates.CheckTemplateStringIfInvalidTest) ... ok test_inconsistent_language_settings (check_framework.test_translation.TranslationCheckTests) ... ok test_invalid_language_code (check_framework.test_translation.TranslationCheckTests) ... ok test_invalid_languages (check_framework.test_translation.TranslationCheckTests) ... ok test_invalid_languages_bidi (check_framework.test_translation.TranslationCheckTests) ... ok test_valid_language_code (check_framework.test_translation.TranslationCheckTests) ... ok test_valid_languages (check_framework.test_translation.TranslationCheckTests) ... ok test_valid_languages_bidi (check_framework.test_translation.TranslationCheckTests) ... ok test_valid_variant_consistent_language_settings (check_framework.test_translation.TranslationCheckTests) ... ok test_bad_handlers (check_framework.test_urls.CheckCustomErrorHandlersTests) ... ok test_bad_handlers_invalid_path (check_framework.test_urls.CheckCustomErrorHandlersTests) ... ok test_good_handlers (check_framework.test_urls.CheckCustomErrorHandlersTests) ... ok test_empty_string_no_errors (check_framework.test_urls.CheckURLSettingsTests) ... ok test_media_url_no_slash (check_framework.test_urls.CheckURLSettingsTests) ... ok test_slash_no_errors (check_framework.test_urls.CheckURLSettingsTests) ... ok test_static_url_double_slash_allowed (check_framework.test_urls.CheckURLSettingsTests) ... ok test_static_url_no_slash (check_framework.test_urls.CheckURLSettingsTests) ... ok test_beginning_with_slash (check_framework.test_urls.CheckUrlConfigTests) ... ok test_beginning_with_slash_append_slash (check_framework.test_urls.CheckUrlConfigTests) ... ok test_check_non_unique_namespaces (check_framework.test_urls.CheckUrlConfigTests) ... ok test_check_resolver_recursive (check_framework.test_urls.CheckUrlConfigTests) ... ok test_check_unique_namespaces (check_framework.test_urls.CheckUrlConfigTests) ... ok test_contains_included_tuple (check_framework.test_urls.CheckUrlConfigTests) ... ok test_contains_tuple_not_url_instance (check_framework.test_urls.CheckUrlConfigTests) ... ok test_get_warning_for_invalid_pattern_other (check_framework.test_urls.CheckUrlConfigTests) ... ok test_get_warning_for_invalid_pattern_string (check_framework.test_urls.CheckUrlConfigTests) ... ok test_get_warning_for_invalid_pattern_tuple (check_framework.test_urls.CheckUrlConfigTests) ... ok test_include_with_dollar (check_framework.test_urls.CheckUrlConfigTests) ... ok test_name_with_colon (check_framework.test_urls.CheckUrlConfigTests) ... ok test_no_root_urlconf_in_settings (check_framework.test_urls.CheckUrlConfigTests) ... ok test_no_warnings (check_framework.test_urls.CheckUrlConfigTests) ... ok test_no_warnings_i18n (check_framework.test_urls.CheckUrlConfigTests) ... ok test_beginning_with_caret (check_framework.test_urls.UpdatedToPathTests) ... ok test_contains_re_named_group (check_framework.test_urls.UpdatedToPathTests) ... ok test_ending_with_dollar (check_framework.test_urls.UpdatedToPathTests) ... ok test_fail_level (check_framework.tests.CheckCommandTests) ... ok test_given_app (check_framework.tests.CheckCommandTests) ... ok test_given_tag (check_framework.tests.CheckCommandTests) ... ok test_invalid_tag (check_framework.tests.CheckCommandTests) ... ok test_list_deployment_check_included (check_framework.tests.CheckCommandTests) ... ok test_list_deployment_check_omitted (check_framework.tests.CheckCommandTests) ... ok test_list_tags (check_framework.tests.CheckCommandTests) ... ok test_list_tags_empty (check_framework.tests.CheckCommandTests) ... ok test_simple_call (check_framework.tests.CheckCommandTests) ... ok test_tags_deployment_check_included (check_framework.tests.CheckCommandTests) ... ok test_tags_deployment_check_omitted (check_framework.tests.CheckCommandTests) ... ok test_model_check_method_not_shadowed (check_framework.tests.CheckFrameworkReservedNamesTests) ... ok test_registered_check_did_run (check_framework.tests.ChecksRunDuringTests) ... ok test_equal_to_same_constructed_check (check_framework.tests.MessageTests) ... ok test_equal_to_self (check_framework.tests.MessageTests) ... ok test_not_equal_to_different_constructed_check (check_framework.tests.MessageTests) ... ok test_not_equal_to_non_check (check_framework.tests.MessageTests) ... ok test_printing (check_framework.tests.MessageTests) ... ok test_printing_field_error (check_framework.tests.MessageTests) ... ok test_printing_manager_error (check_framework.tests.MessageTests) ... ok test_printing_model_error (check_framework.tests.MessageTests) ... ok test_printing_no_hint (check_framework.tests.MessageTests) ... ok test_printing_no_object (check_framework.tests.MessageTests) ... ok test_printing_with_given_id (check_framework.tests.MessageTests) ... ok test_silenced_error (check_framework.tests.SilencingCheckTests) ... ok test_silenced_warning (check_framework.tests.SilencingCheckTests) ... ok test_register_and_run_checks (check_framework.tests.SystemCheckFrameworkTests) ... ok test_dunder_path (apps.tests.AppConfigTests) If single element in __path__, use it (in preference to __file__). ... ok test_duplicate_dunder_path_no_dunder_file (apps.tests.AppConfigTests) If the __path__ attr contains duplicate paths and there is no ... ok test_empty_dunder_path_fallback_to_dunder_file (apps.tests.AppConfigTests) If the __path__ attr is empty, use __file__ if set. ... ok test_empty_dunder_path_no_dunder_file (apps.tests.AppConfigTests) If the __path__ attr is empty and there is no __file__, raise. ... ok test_explicit_path_overrides (apps.tests.AppConfigTests) If path set as class attr, overrides __path__ and __file__. ... ok test_multiple_dunder_path_fallback_to_dunder_file (apps.tests.AppConfigTests) If the __path__ attr is length>1, use __file__ if set. ... ok test_multiple_dunder_path_no_dunder_file (apps.tests.AppConfigTests) If the __path__ attr is length>1 and there is no __file__, raise. ... ok test_no_dunder_path_fallback_to_dunder_file (apps.tests.AppConfigTests) If there is no __path__ attr, use __file__. ... ok test_no_dunder_path_or_dunder_file (apps.tests.AppConfigTests) If there is no __path__ or __file__, raise ImproperlyConfigured. ... ok test_path_set_explicitly (apps.tests.AppConfigTests) If subclass sets path as class attr, no module attributes needed. ... ok test_repr (apps.tests.AppConfigTests) ... ok test_bad_app_config (apps.tests.AppsTests) Tests when INSTALLED_APPS contains an incorrect app config. ... ok test_default_app_config (apps.tests.AppsTests) ... ok test_duplicate_labels (apps.tests.AppsTests) ... ok test_duplicate_names (apps.tests.AppsTests) ... ok test_dynamic_load (apps.tests.AppsTests) Makes a new model at runtime and ensures it goes into the right place. ... ok test_get_app_config (apps.tests.AppsTests) Tests apps.get_app_config(). ... ok test_get_app_configs (apps.tests.AppsTests) Tests apps.get_app_configs(). ... ok test_get_containing_app_config_apps_not_ready (apps.tests.AppsTests) apps.get_containing_app_config() should raise an exception if ... ok test_get_model (apps.tests.AppsTests) Tests apps.get_model(). ... ok test_import_exception_is_not_masked (apps.tests.AppsTests) App discovery should preserve stack traces. Regression test for #22920. ... ok test_is_installed (apps.tests.AppsTests) Tests apps.is_installed(). ... ok test_lazy_model_operation (apps.tests.AppsTests) Tests apps.lazy_model_operation(). ... ok test_model_clash (apps.tests.AppsTests) Test for behavior when two models clash in the app registry. ... ok test_models_not_loaded (apps.tests.AppsTests) apps.get_models() raises an exception if apps.models_ready isn't True. ... ok test_models_py (apps.tests.AppsTests) The models in the models.py file were loaded correctly. ... ok test_no_such_app (apps.tests.AppsTests) Tests when INSTALLED_APPS contains an app that doesn't exist, either ... ok test_no_such_app_config (apps.tests.AppsTests) ... ok test_no_such_app_config_with_choices (apps.tests.AppsTests) ... ok test_not_an_app_config (apps.tests.AppsTests) Tests when INSTALLED_APPS contains a class that isn't an app config. ... ok test_ready (apps.tests.AppsTests) Tests the ready property of the master registry. ... ok test_relabeling (apps.tests.AppsTests) ... ok test_singleton_master (apps.tests.AppsTests) Only one master registry can exist. ... ok test_multiple_paths (apps.tests.NamespacePackageAppTests) A Py3.3+ namespace package with multiple locations cannot be an app. ... ok test_multiple_paths_explicit_path (apps.tests.NamespacePackageAppTests) Multiple locations are ok only if app-config has explicit path. ... ok test_single_path (apps.tests.NamespacePackageAppTests) A Py3.3+ namespace package can be an app if it has only one path. ... ok test_admin_check_ignores_import_error_in_middleware (admin_checks.tests.SystemChecksTestCase) ... ok test_allows_checks_relying_on_other_modeladmins (admin_checks.tests.SystemChecksTestCase) ... ok test_app_label_in_admin_checks (admin_checks.tests.SystemChecksTestCase) ... ok test_apps_dependencies (admin_checks.tests.SystemChecksTestCase) ... ok test_cannot_include_through (admin_checks.tests.SystemChecksTestCase) ... ok test_check_fieldset_sublists_for_duplicates (admin_checks.tests.SystemChecksTestCase) ... ok test_check_sublists_for_duplicates (admin_checks.tests.SystemChecksTestCase) ... ok test_checks_are_performed (admin_checks.tests.SystemChecksTestCase) ... ok test_context_processor_dependencies (admin_checks.tests.SystemChecksTestCase) ... ok test_context_processor_dependencies_model_backend_subclass (admin_checks.tests.SystemChecksTestCase) ... ok test_custom_adminsite (admin_checks.tests.SystemChecksTestCase) ... ok test_custom_get_form_with_fieldsets (admin_checks.tests.SystemChecksTestCase) The fieldsets checks are skipped when the ModelAdmin.get_form() method ... ok test_custom_modelforms_with_fields_fieldsets (admin_checks.tests.SystemChecksTestCase) # Regression test for #8027: custom ModelForms with fields/fieldsets ... ok test_editable (admin_checks.tests.SystemChecksTestCase) ... ok test_exclude_duplicate_values (admin_checks.tests.SystemChecksTestCase) ... ok test_exclude_in_inline (admin_checks.tests.SystemChecksTestCase) ... ok test_exclude_inline_model_admin (admin_checks.tests.SystemChecksTestCase) Regression test for #9932 - exclude in InlineModelAdmin should not ... ok test_exclude_values (admin_checks.tests.SystemChecksTestCase) Tests for basic system checks of 'exclude' option values (#12689) ... ok test_explicit_through_override (admin_checks.tests.SystemChecksTestCase) Regression test for #12209 -- If the explicitly provided through model ... ok test_extra (admin_checks.tests.SystemChecksTestCase) ... ok test_field_name_not_in_list_display (admin_checks.tests.SystemChecksTestCase) ... ok test_fieldsets_fields_non_tuple (admin_checks.tests.SystemChecksTestCase) The first fieldset's fields must be a list/tuple. ... ok test_fk_exclusion (admin_checks.tests.SystemChecksTestCase) Regression test for #11709 - when testing for fk excluding (when exclude is ... ok test_generic_inline_model_admin_bad_ct_field (admin_checks.tests.SystemChecksTestCase) A GenericInlineModelAdmin errors if the ct_field points to a ... ok test_generic_inline_model_admin_bad_fk_field (admin_checks.tests.SystemChecksTestCase) A GenericInlineModelAdmin errors if the ct_fk_field points to a ... ok test_generic_inline_model_admin_non_generic_model (admin_checks.tests.SystemChecksTestCase) A model without a GenericForeignKey raises problems if it's included ... ok test_generic_inline_model_admin_non_gfk_ct_field (admin_checks.tests.SystemChecksTestCase) A GenericInlineModelAdmin raises problems if the ct_field points to a ... ok test_generic_inline_model_admin_non_gfk_fk_field (admin_checks.tests.SystemChecksTestCase) A GenericInlineModelAdmin raises problems if the ct_fk_field points to ... ok test_graceful_m2m_fail (admin_checks.tests.SystemChecksTestCase) Regression test for #12203/#12237 - Fail more gracefully when a M2M field that ... ok test_inline_self_check (admin_checks.tests.SystemChecksTestCase) ... ok test_inline_with_specified (admin_checks.tests.SystemChecksTestCase) ... ok test_list_editable_missing_field (admin_checks.tests.SystemChecksTestCase) ... ok test_list_editable_not_a_list_or_tuple (admin_checks.tests.SystemChecksTestCase) ... ok test_list_filter_works_on_through_field_even_when_apps_not_ready (admin_checks.tests.SystemChecksTestCase) Ensure list_filter can access reverse fields even when the app registry ... ok test_middleware_dependencies (admin_checks.tests.SystemChecksTestCase) ... ok test_middleware_subclasses (admin_checks.tests.SystemChecksTestCase) ... ok test_nested_fields (admin_checks.tests.SystemChecksTestCase) ... ok test_nested_fieldsets (admin_checks.tests.SystemChecksTestCase) ... ok test_no_template_engines (admin_checks.tests.SystemChecksTestCase) ... ok test_non_model_fields (admin_checks.tests.SystemChecksTestCase) Regression for ensuring ModelAdmin.fields can contain non-model fields ... ok test_non_model_first_field (admin_checks.tests.SystemChecksTestCase) Regression for ensuring ModelAdmin.field can handle first elem being a ... ok test_nonexistent_field (admin_checks.tests.SystemChecksTestCase) ... ok test_nonexistent_field_on_inline (admin_checks.tests.SystemChecksTestCase) ... ok test_nonfirst_fieldset (admin_checks.tests.SystemChecksTestCase) The second fieldset's fields must be a list/tuple. ... ok test_readonly (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_and_editable (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_dynamic_attribute_on_modeladmin (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_fields_not_list_or_tuple (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_lambda (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_method_on_model (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_on_method (admin_checks.tests.SystemChecksTestCase) ... ok test_readonly_on_modeladmin (admin_checks.tests.SystemChecksTestCase) ... ok test_several_templates_backends (admin_checks.tests.SystemChecksTestCase) ... ok test_valid_generic_inline_model_admin (admin_checks.tests.SystemChecksTestCase) Regression test for #22034 - check that generic inlines don't look for ... ok test_empty_q_object (expressions_case.tests.CaseWhenTests) ... ok test_invalid_when_constructor_args (expressions_case.tests.CaseWhenTests) ... ok test_only_when_arguments (expressions_case.tests.CaseWhenTests) ... ok test_default (responses.test_cookie.DeleteCookieTests) ... ok test_delete_cookie_secure_prefix (responses.test_cookie.DeleteCookieTests) delete_cookie() sets the secure flag if the cookie name starts with ... ok test_aware_expiration (responses.test_cookie.SetCookieTests) set_cookie() accepts an aware datetime as expiration time. ... ok test_create_cookie_after_deleting_cookie (responses.test_cookie.SetCookieTests) Setting a cookie after deletion clears the expiry date. ... ok test_far_expiration (responses.test_cookie.SetCookieTests) Cookie will expire when a distant expiration time is provided. ... ok test_httponly_cookie (responses.test_cookie.SetCookieTests) ... ok test_invalid_samesite (responses.test_cookie.SetCookieTests) ... ok test_max_age_expiration (responses.test_cookie.SetCookieTests) Cookie will expire if max_age is provided. ... ok test_near_expiration (responses.test_cookie.SetCookieTests) Cookie will expire when a near expiration time is provided. ... ok test_samesite (responses.test_cookie.SetCookieTests) ... ok test_unicode_cookie (responses.test_cookie.SetCookieTests) HttpResponse.set_cookie() works with unicode data. ... ok test_compressed_response (responses.test_fileresponse.FileResponseTests) If compressed responses are served with the uncompressed Content-Type ... ok test_file_from_buffer_response (responses.test_fileresponse.FileResponseTests) ... ok test_file_from_buffer_unnamed_attachment (responses.test_fileresponse.FileResponseTests) ... ok test_file_from_disk_as_attachment (responses.test_fileresponse.FileResponseTests) ... ok test_file_from_disk_response (responses.test_fileresponse.FileResponseTests) ... ok test_file_from_named_pipe_response (responses.test_fileresponse.FileResponseTests) ... ok test_unicode_attachment (responses.test_fileresponse.FileResponseTests) ... ok test_closed (responses.tests.HttpResponseBaseTests) ... ok test_setdefault (responses.tests.HttpResponseBaseTests) HttpResponseBase.setdefault() should not change an existing header ... ok test_tell (responses.tests.HttpResponseBaseTests) ... ok test_write (responses.tests.HttpResponseBaseTests) ... ok test_change_status_code (responses.tests.HttpResponseTests) ... ok test_charset_detection (responses.tests.HttpResponseTests) HttpResponse should parse charset from content_type. ... ok test_generator_cache (responses.tests.HttpResponseTests) ... ok test_invalid_status_code (responses.tests.HttpResponseTests) ... ok test_reason_phrase (responses.tests.HttpResponseTests) ... ok test_repr (responses.tests.HttpResponseTests) ... ok test_repr_no_content_type (responses.tests.HttpResponseTests) ... ok test_response_content_charset (responses.tests.HttpResponseTests) HttpResponse should encode based on charset. ... ok test_status_code (responses.tests.HttpResponseTests) ... ok test_valid_status_code_string (responses.tests.HttpResponseTests) ... ok test_wrap_textiowrapper (responses.tests.HttpResponseTests) ... ok test_no_models (no_models.tests.NoModelTests) It's possible to load an app with no models.py file. ... ok test_add_action (admin_views.test_adminsite.SiteActionsTests) ... ok test_disable_action (admin_views.test_adminsite.SiteActionsTests) ... ok test_get_action (admin_views.test_adminsite.SiteActionsTests) AdminSite.get_action() returns an action even if it's disabled. ... ok test_inline_add_another_widgets (admin_views.test_autocomplete_view.SeleniumTests) ... skipped 'No browsers specified.' test_select (admin_views.test_autocomplete_view.SeleniumTests) ... skipped 'No browsers specified.' test_select_multiple (admin_views.test_autocomplete_view.SeleniumTests) ... skipped 'No browsers specified.' test_cancel_delete_confirmation (admin_views.tests.SeleniumTests) Cancelling the deletion of an object takes the user back one page. ... skipped 'No browsers specified.' test_cancel_delete_related_confirmation (admin_views.tests.SeleniumTests) Cancelling the deletion of an object with relations takes the user back ... skipped 'No browsers specified.' test_collapsible_fieldset (admin_views.tests.SeleniumTests) The 'collapse' class in fieldsets definition allows to ... skipped 'No browsers specified.' test_first_field_focus (admin_views.tests.SeleniumTests) JavaScript-assisted auto-focus on first usable form field. ... skipped 'No browsers specified.' test_inline_uuid_pk_add_with_popup (admin_views.tests.SeleniumTests) ... skipped 'No browsers specified.' test_inline_uuid_pk_delete_with_popup (admin_views.tests.SeleniumTests) ... skipped 'No browsers specified.' test_inline_uuid_pk_edit_with_popup (admin_views.tests.SeleniumTests) ... skipped 'No browsers specified.' test_inline_with_popup_cancel_delete (admin_views.tests.SeleniumTests) Clicking ""No, take me back" on a delete popup closes the window. ... skipped 'No browsers specified.' test_list_editable_popups (admin_views.tests.SeleniumTests) list_editable foreign keys have add/change popups. ... skipped 'No browsers specified.' test_list_editable_raw_id_fields (admin_views.tests.SeleniumTests) ... skipped 'No browsers specified.' test_populate_existing_object (admin_views.tests.SeleniumTests) The prepopulation works for existing objects too, as long as ... skipped 'No browsers specified.' test_prepopulated_fields (admin_views.tests.SeleniumTests) The JavaScript-automated prepopulated fields work with the main form ... skipped 'No browsers specified.' test_add01 (template_tests.filter_tests.test_add.AddTests) ... ok test_add02 (template_tests.filter_tests.test_add.AddTests) ... ok test_add03 (template_tests.filter_tests.test_add.AddTests) ... ok test_add04 (template_tests.filter_tests.test_add.AddTests) ... ok test_add05 (template_tests.filter_tests.test_add.AddTests) ... ok test_add06 (template_tests.filter_tests.test_add.AddTests) ... ok test_add07 (template_tests.filter_tests.test_add.AddTests) ... ok test_add (template_tests.filter_tests.test_add.FunctionTests) ... ok test_addslashes01 (template_tests.filter_tests.test_addslashes.AddslashesTests) ... ok test_addslashes02 (template_tests.filter_tests.test_addslashes.AddslashesTests) ... ok test_backslashes (template_tests.filter_tests.test_addslashes.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_addslashes.FunctionTests) ... ok test_quotes (template_tests.filter_tests.test_addslashes.FunctionTests) ... ok test_autoescape_stringfilter01 (template_tests.filter_tests.test_autoescape.AutoescapeStringfilterTests) ... ok test_autoescape_stringfilter02 (template_tests.filter_tests.test_autoescape.AutoescapeStringfilterTests) ... ok test_autoescape_stringfilter03 (template_tests.filter_tests.test_autoescape.AutoescapeStringfilterTests) ... ok test_autoescape_stringfilter04 (template_tests.filter_tests.test_autoescape.AutoescapeStringfilterTests) ... ok test_capfirst01 (template_tests.filter_tests.test_capfirst.CapfirstTests) ... ok test_capfirst02 (template_tests.filter_tests.test_capfirst.CapfirstTests) ... ok test_capfirst (template_tests.filter_tests.test_capfirst.FunctionTests) ... ok test_center01 (template_tests.filter_tests.test_center.CenterTests) ... ok test_center02 (template_tests.filter_tests.test_center.CenterTests) ... ok test_center (template_tests.filter_tests.test_center.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_center.FunctionTests) ... ok test_chaining01 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining02 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining03 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining04 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining05 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining06 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining07 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining08 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining09 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining10 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining11 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining12 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining13 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_chaining14 (template_tests.filter_tests.test_chaining.ChainingTests) ... ok test_cut01 (template_tests.filter_tests.test_cut.CutTests) ... ok test_cut02 (template_tests.filter_tests.test_cut.CutTests) ... ok test_cut03 (template_tests.filter_tests.test_cut.CutTests) ... ok test_cut04 (template_tests.filter_tests.test_cut.CutTests) ... ok test_cut05 (template_tests.filter_tests.test_cut.CutTests) ... ok test_cut06 (template_tests.filter_tests.test_cut.CutTests) ... ok test_character (template_tests.filter_tests.test_cut.FunctionTests) ... ok test_characters (template_tests.filter_tests.test_cut.FunctionTests) ... ok test_non_matching_string (template_tests.filter_tests.test_cut.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_cut.FunctionTests) ... ok test_date01 (template_tests.filter_tests.test_date.DateTests) ... ok test_date02 (template_tests.filter_tests.test_date.DateTests) ... ok test_date02_l10n (template_tests.filter_tests.test_date.DateTests) Without arg and when USE_L10N is True, the active language's DATE_FORMAT ... ok test_date03 (template_tests.filter_tests.test_date.DateTests) #9520: Make sure |date doesn't blow up on non-dates ... ok test_date04 (template_tests.filter_tests.test_date.DateTests) ... ok test_date05 (template_tests.filter_tests.test_date.DateTests) ... ok test_date06 (template_tests.filter_tests.test_date.DateTests) ... ok test_date07 (template_tests.filter_tests.test_date.DateTests) ... ok test_date08 (template_tests.filter_tests.test_date.DateTests) ... ok test_date09 (template_tests.filter_tests.test_date.DateTests) ... ok test_date (template_tests.filter_tests.test_date.FunctionTests) ... ok test_escape_characters (template_tests.filter_tests.test_date.FunctionTests) ... ok test_no_args (template_tests.filter_tests.test_date.FunctionTests) ... ok test_default_if_none01 (template_tests.filter_tests.test_default.DefaultIfNoneTests) ... ok test_default_if_none02 (template_tests.filter_tests.test_default.DefaultIfNoneTests) ... ok test_default01 (template_tests.filter_tests.test_default.DefaultTests) ... ok test_default02 (template_tests.filter_tests.test_default.DefaultTests) ... ok test_default03 (template_tests.filter_tests.test_default.DefaultTests) ... ok test_default04 (template_tests.filter_tests.test_default.DefaultTests) ... ok test_empty_string (template_tests.filter_tests.test_default.FunctionTests) ... ok test_none (template_tests.filter_tests.test_default.FunctionTests) ... ok test_value (template_tests.filter_tests.test_default.FunctionTests) ... ok test_empty_string (template_tests.filter_tests.test_default_if_none.FunctionTests) ... ok test_none (template_tests.filter_tests.test_default_if_none.FunctionTests) ... ok test_value (template_tests.filter_tests.test_default_if_none.FunctionTests) ... ok test_dictsort_complex_sorting_key (template_tests.filter_tests.test_dictsort.FunctionTests) Since dictsort uses template.Variable under the hood, it can sort ... ok test_invalid_values (template_tests.filter_tests.test_dictsort.FunctionTests) If dictsort is passed something other than a list of dictionaries, ... ok test_sort (template_tests.filter_tests.test_dictsort.FunctionTests) ... ok test_sort_list_of_tuple_like_dicts (template_tests.filter_tests.test_dictsort.FunctionTests) ... ok test_sort_list_of_tuples (template_tests.filter_tests.test_dictsort.FunctionTests) ... ok test_invalid_values (template_tests.filter_tests.test_dictsortreversed.FunctionTests) If dictsortreversed is passed something other than a list of ... ok test_sort (template_tests.filter_tests.test_dictsortreversed.FunctionTests) ... ok test_sort_list_of_tuple_like_dicts (template_tests.filter_tests.test_dictsortreversed.FunctionTests) ... ok test_sort_list_of_tuples (template_tests.filter_tests.test_dictsortreversed.FunctionTests) ... ok test_false (template_tests.filter_tests.test_divisibleby.FunctionTests) ... ok test_true (template_tests.filter_tests.test_divisibleby.FunctionTests) ... ok test_escape01 (template_tests.filter_tests.test_escape.EscapeTests) ... ok test_escape02 (template_tests.filter_tests.test_escape.EscapeTests) ... ok test_escape03 (template_tests.filter_tests.test_escape.EscapeTests) ... ok test_escape04 (template_tests.filter_tests.test_escape.EscapeTests) ... ok test_escape_lazy_string (template_tests.filter_tests.test_escape.EscapeTests) ... ok test_non_string_input (template_tests.filter_tests.test_escape.FunctionTests) ... ok test_escapejs01 (template_tests.filter_tests.test_escapejs.EscapejsTests) ... ok test_escapejs02 (template_tests.filter_tests.test_escapejs.EscapejsTests) ... ok test_backslashes (template_tests.filter_tests.test_escapejs.FunctionTests) ... ok test_lazy_string (template_tests.filter_tests.test_escapejs.FunctionTests) ... ok test_paragraph_separator (template_tests.filter_tests.test_escapejs.FunctionTests) ... ok test_quotes (template_tests.filter_tests.test_escapejs.FunctionTests) ... ok test_script (template_tests.filter_tests.test_escapejs.FunctionTests) ... ok test_whitespace (template_tests.filter_tests.test_escapejs.FunctionTests) ... ok test_formats (template_tests.filter_tests.test_filesizeformat.FunctionTests) ... ok test_localized_formats (template_tests.filter_tests.test_filesizeformat.FunctionTests) ... ok test_negative_numbers (template_tests.filter_tests.test_filesizeformat.FunctionTests) ... ok test_first01 (template_tests.filter_tests.test_first.FirstTests) ... ok test_first02 (template_tests.filter_tests.test_first.FirstTests) ... ok test_empty_string (template_tests.filter_tests.test_first.FunctionTests) ... ok test_list (template_tests.filter_tests.test_first.FunctionTests) ... ok test_string (template_tests.filter_tests.test_first.FunctionTests) ... ok test_floatformat01 (template_tests.filter_tests.test_floatformat.FloatformatTests) ... ok test_floatformat02 (template_tests.filter_tests.test_floatformat.FloatformatTests) ... ok test_float_dunder_method (template_tests.filter_tests.test_floatformat.FunctionTests) ... ok test_infinity (template_tests.filter_tests.test_floatformat.FunctionTests) ... ok test_inputs (template_tests.filter_tests.test_floatformat.FunctionTests) ... ok test_low_decimal_precision (template_tests.filter_tests.test_floatformat.FunctionTests) #15789 ... ok test_zero_values (template_tests.filter_tests.test_floatformat.FunctionTests) ... ok test_force_escape01 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape02 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape03 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape04 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape05 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape06 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape07 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_force_escape08 (template_tests.filter_tests.test_force_escape.ForceEscapeTests) ... ok test_escape (template_tests.filter_tests.test_force_escape.FunctionTests) ... ok test_unicode (template_tests.filter_tests.test_force_escape.FunctionTests) ... ok test_string (template_tests.filter_tests.test_get_digit.FunctionTests) ... ok test_values (template_tests.filter_tests.test_get_digit.FunctionTests) ... ok test_unicode (template_tests.filter_tests.test_iriencode.FunctionTests) ... ok test_urlencoded (template_tests.filter_tests.test_iriencode.FunctionTests) ... ok test_iriencode01 (template_tests.filter_tests.test_iriencode.IriencodeTests) ... ok test_iriencode02 (template_tests.filter_tests.test_iriencode.IriencodeTests) ... ok test_iriencode03 (template_tests.filter_tests.test_iriencode.IriencodeTests) ... ok test_iriencode04 (template_tests.filter_tests.test_iriencode.IriencodeTests) ... ok test_autoescape (template_tests.filter_tests.test_join.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_join.FunctionTests) ... ok test_list (template_tests.filter_tests.test_join.FunctionTests) ... ok test_noniterable_arg (template_tests.filter_tests.test_join.FunctionTests) ... ok test_noniterable_arg_autoescape_off (template_tests.filter_tests.test_join.FunctionTests) ... ok test_join01 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join02 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join03 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join04 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join05 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join06 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join07 (template_tests.filter_tests.test_join.JoinTests) ... ok test_join08 (template_tests.filter_tests.test_join.JoinTests) ... ok test_basic (template_tests.filter_tests.test_json_script.JsonScriptTests) ... ok test_empty_list (template_tests.filter_tests.test_last.LastTests) ... ok test_last01 (template_tests.filter_tests.test_last.LastTests) ... ok test_last02 (template_tests.filter_tests.test_last.LastTests) ... ok test_list (template_tests.filter_tests.test_length.FunctionTests) ... ok test_safestring (template_tests.filter_tests.test_length.FunctionTests) ... ok test_string (template_tests.filter_tests.test_length.FunctionTests) ... ok test_length01 (template_tests.filter_tests.test_length.LengthTests) ... ok test_length02 (template_tests.filter_tests.test_length.LengthTests) ... ok test_length03 (template_tests.filter_tests.test_length.LengthTests) ... ok test_length04 (template_tests.filter_tests.test_length.LengthTests) ... ok test_length05 (template_tests.filter_tests.test_length.LengthTests) ... ok test_length06 (template_tests.filter_tests.test_length.LengthTests) ... ok test_length07 (template_tests.filter_tests.test_length.LengthTests) ... ok test_empty_list (template_tests.filter_tests.test_length_is.FunctionTests) ... ok test_string (template_tests.filter_tests.test_length_is.FunctionTests) ... ok test_length_is01 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is02 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is03 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is04 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is05 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is06 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is07 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is08 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is09 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is10 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_length_is11 (template_tests.filter_tests.test_length_is.LengthIsTests) ... ok test_autoescape (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_carriage (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_carriage_newline (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_lazy_string_input (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_line (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_newline (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_linebreaks.FunctionTests) ... ok test_linebreaks01 (template_tests.filter_tests.test_linebreaks.LinebreaksTests) ... ok test_linebreaks02 (template_tests.filter_tests.test_linebreaks.LinebreaksTests) ... ok test_autoescape (template_tests.filter_tests.test_linebreaksbr.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_linebreaksbr.FunctionTests) ... ok test_carriage (template_tests.filter_tests.test_linebreaksbr.FunctionTests) ... ok test_carriage_newline (template_tests.filter_tests.test_linebreaksbr.FunctionTests) ... ok test_newline (template_tests.filter_tests.test_linebreaksbr.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_linebreaksbr.FunctionTests) ... ok test_linebreaksbr01 (template_tests.filter_tests.test_linebreaksbr.LinebreaksbrTests) ... ok test_linebreaksbr02 (template_tests.filter_tests.test_linebreaksbr.LinebreaksbrTests) ... ok test_autoescape (template_tests.filter_tests.test_linenumbers.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_linenumbers.FunctionTests) ... ok test_linenumbers (template_tests.filter_tests.test_linenumbers.FunctionTests) ... ok test_linenumbers2 (template_tests.filter_tests.test_linenumbers.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_linenumbers.FunctionTests) ... ok test_linenumbers01 (template_tests.filter_tests.test_linenumbers.LinenumbersTests) ... ok test_linenumbers02 (template_tests.filter_tests.test_linenumbers.LinenumbersTests) ... ok test_less_than_string_length (template_tests.filter_tests.test_ljust.FunctionTests) ... ok test_ljust (template_tests.filter_tests.test_ljust.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_ljust.FunctionTests) ... ok test_ljust01 (template_tests.filter_tests.test_ljust.LjustTests) ... ok test_ljust02 (template_tests.filter_tests.test_ljust.LjustTests) ... ok test_lower (template_tests.filter_tests.test_lower.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_lower.FunctionTests) ... ok test_unicode (template_tests.filter_tests.test_lower.FunctionTests) ... ok test_lower01 (template_tests.filter_tests.test_lower.LowerTests) ... ok test_lower02 (template_tests.filter_tests.test_lower.LowerTests) ... ok test_integer (template_tests.filter_tests.test_make_list.FunctionTests) ... ok test_string (template_tests.filter_tests.test_make_list.FunctionTests) ... ok test_make_list01 (template_tests.filter_tests.test_make_list.MakeListTests) ... ok test_make_list02 (template_tests.filter_tests.test_make_list.MakeListTests) ... ok test_make_list03 (template_tests.filter_tests.test_make_list.MakeListTests) ... ok test_make_list04 (template_tests.filter_tests.test_make_list.MakeListTests) ... ok test_phone2numeric (template_tests.filter_tests.test_phone2numeric.FunctionTests) ... ok test_phone2numeric01 (template_tests.filter_tests.test_phone2numeric.Phone2numericTests) ... ok test_phone2numeric02 (template_tests.filter_tests.test_phone2numeric.Phone2numericTests) ... ok test_phone2numeric03 (template_tests.filter_tests.test_phone2numeric.Phone2numericTests) ... ok test_decimals (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_floats (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_integers (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_lists (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_no_len_type (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_suffixes (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_value_error (template_tests.filter_tests.test_pluralize.FunctionTests) ... ok test_no_arguments (template_tests.filter_tests.test_pluralize.PluralizeTests) ... ok test_singular_and_plural_suffix (template_tests.filter_tests.test_pluralize.PluralizeTests) ... ok test_suffix (template_tests.filter_tests.test_pluralize.PluralizeTests) ... ok test_random01 (template_tests.filter_tests.test_random.RandomTests) ... ok test_random02 (template_tests.filter_tests.test_random.RandomTests) ... ok test_less_than_string_length (template_tests.filter_tests.test_rjust.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_rjust.FunctionTests) ... ok test_rjust (template_tests.filter_tests.test_rjust.FunctionTests) ... ok test_rjust01 (template_tests.filter_tests.test_rjust.RjustTests) ... ok test_rjust02 (template_tests.filter_tests.test_rjust.RjustTests) ... ok test_safe01 (template_tests.filter_tests.test_safe.SafeTests) ... ok test_safe02 (template_tests.filter_tests.test_safe.SafeTests) ... ok test_safeseq01 (template_tests.filter_tests.test_safeseq.SafeseqTests) ... ok test_safeseq02 (template_tests.filter_tests.test_safeseq.SafeseqTests) ... ok test_fail_silently (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_index (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_index_integer (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_negative_index (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_range (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_range_multiple (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_range_step (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_zero_length (template_tests.filter_tests.test_slice.FunctionTests) ... ok test_slice01 (template_tests.filter_tests.test_slice.SliceTests) ... ok test_slice02 (template_tests.filter_tests.test_slice.SliceTests) ... ok test_non_string_input (template_tests.filter_tests.test_slugify.FunctionTests) ... ok test_slugify (template_tests.filter_tests.test_slugify.FunctionTests) ... ok test_slugify_lazy_string (template_tests.filter_tests.test_slugify.FunctionTests) ... ok test_unicode (template_tests.filter_tests.test_slugify.FunctionTests) ... ok test_slugify01 (template_tests.filter_tests.test_slugify.SlugifyTests) ... ok test_slugify02 (template_tests.filter_tests.test_slugify.SlugifyTests) ... ok test_format (template_tests.filter_tests.test_stringformat.FunctionTests) ... ok test_invalid (template_tests.filter_tests.test_stringformat.FunctionTests) ... ok test_stringformat01 (template_tests.filter_tests.test_stringformat.StringformatTests) ... ok test_stringformat02 (template_tests.filter_tests.test_stringformat.StringformatTests) ... ok test_non_string_input (template_tests.filter_tests.test_striptags.FunctionTests) ... ok test_strip (template_tests.filter_tests.test_striptags.FunctionTests) ... ok test_strip_lazy_string (template_tests.filter_tests.test_striptags.FunctionTests) ... ok test_striptags01 (template_tests.filter_tests.test_striptags.StriptagsTests) ... ok test_striptags02 (template_tests.filter_tests.test_striptags.StriptagsTests) ... ok test_inputs (template_tests.filter_tests.test_time.FunctionTests) ... ok test_no_args (template_tests.filter_tests.test_time.FunctionTests) ... ok test_time00 (template_tests.filter_tests.test_time.TimeTests) ... ok test_time00_l10n (template_tests.filter_tests.test_time.TimeTests) ... ok test_time01 (template_tests.filter_tests.test_time.TimeTests) ... ok test_time02 (template_tests.filter_tests.test_time.TimeTests) ... ok test_time03 (template_tests.filter_tests.test_time.TimeTests) ... ok test_time04 (template_tests.filter_tests.test_time.TimeTests) ... ok test_time05 (template_tests.filter_tests.test_time.TimeTests) ... ok test_time06 (template_tests.filter_tests.test_time.TimeTests) ... ok test_explicit_date (template_tests.filter_tests.test_timesince.FunctionTests) ... ok test_no_args (template_tests.filter_tests.test_timesince.FunctionTests) ... ok test_since_now (template_tests.filter_tests.test_timesince.FunctionTests) ... ok test_timesince01 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince02 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince03 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince04 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince05 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince06 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince07 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince08 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince09 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince10 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince11 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince12 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince13 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince14 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince15 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince16 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince17 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_timesince18 (template_tests.filter_tests.test_timesince.TimesinceTests) ... ok test_explicit_date (template_tests.filter_tests.test_timeuntil.FunctionTests) ... ok test_no_args (template_tests.filter_tests.test_timeuntil.FunctionTests) ... ok test_until_now (template_tests.filter_tests.test_timeuntil.FunctionTests) ... ok test_aware_naive_type_error (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_naive_aware_type_error (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil01 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil02 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil03 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil04 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil05 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil06 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil07 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil08 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil09 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil10 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil11 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil12 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil13 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_timeuntil14 (template_tests.filter_tests.test_timeuntil.TimeuntilTests) ... ok test_non_string_input (template_tests.filter_tests.test_title.FunctionTests) ... ok test_title (template_tests.filter_tests.test_title.FunctionTests) ... ok test_unicode (template_tests.filter_tests.test_title.FunctionTests) ... ok test_title1 (template_tests.filter_tests.test_title.TitleTests) ... ok test_title2 (template_tests.filter_tests.test_title.TitleTests) ... ok test_fail_silently_incorrect_arg (template_tests.filter_tests.test_truncatechars.TruncatecharsTests) ... ok test_truncatechars01 (template_tests.filter_tests.test_truncatechars.TruncatecharsTests) ... ok test_truncatechars02 (template_tests.filter_tests.test_truncatechars.TruncatecharsTests) ... ok test_invalid_arg (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_truncate (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_truncate2 (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_truncate3 (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_truncate_something (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_truncate_unicode (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_truncate_zero (template_tests.filter_tests.test_truncatechars_html.FunctionTests) ... ok test_invalid_number (template_tests.filter_tests.test_truncatewords.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_truncatewords.FunctionTests) ... ok test_overtruncate (template_tests.filter_tests.test_truncatewords.FunctionTests) ... ok test_truncate (template_tests.filter_tests.test_truncatewords.FunctionTests) ... ok test_truncate2 (template_tests.filter_tests.test_truncatewords.FunctionTests) ... ok test_truncatewords01 (template_tests.filter_tests.test_truncatewords.TruncatewordsTests) ... ok test_truncatewords02 (template_tests.filter_tests.test_truncatewords.TruncatewordsTests) ... ok test_invalid_arg (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate2 (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate3 (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate4 (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate_complex (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate_unicode (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_truncate_zero (template_tests.filter_tests.test_truncatewords_html.FunctionTests) ... ok test_autoescape (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_list (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_list_gettext (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_nested (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_nested2 (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_nested3 (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_nested_generators (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_nested_multiple (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_nested_multiple2 (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_ulitem (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_ulitem_autoescape_off (template_tests.filter_tests.test_unordered_list.FunctionTests) ... ok test_unordered_list01 (template_tests.filter_tests.test_unordered_list.UnorderedListTests) ... ok test_unordered_list02 (template_tests.filter_tests.test_unordered_list.UnorderedListTests) ... ok test_unordered_list03 (template_tests.filter_tests.test_unordered_list.UnorderedListTests) ... ok test_unordered_list04 (template_tests.filter_tests.test_unordered_list.UnorderedListTests) ... ok test_unordered_list05 (template_tests.filter_tests.test_unordered_list.UnorderedListTests) ... ok test_non_string_input (template_tests.filter_tests.test_upper.FunctionTests) ... ok test_unicode (template_tests.filter_tests.test_upper.FunctionTests) ... ok test_upper (template_tests.filter_tests.test_upper.FunctionTests) ... ok test_upper01 (template_tests.filter_tests.test_upper.UpperTests) ... ok test_upper02 (template_tests.filter_tests.test_upper.UpperTests) ... ok test_non_string_input (template_tests.filter_tests.test_urlencode.FunctionTests) ... ok test_urlencode (template_tests.filter_tests.test_urlencode.FunctionTests) ... ok test_urlencode01 (template_tests.filter_tests.test_urlencode.UrlencodeTests) ... ok test_urlencode02 (template_tests.filter_tests.test_urlencode.UrlencodeTests) ... ok test_autoescape (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_brackets (template_tests.filter_tests.test_urlize.FunctionTests) #19070 - Check urlize handles brackets properly ... ok test_email (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_exclamation_marks (template_tests.filter_tests.test_urlize.FunctionTests) #23715 - Check urlize correctly handles exclamation marks after TLDs ... ok test_https (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_idn (template_tests.filter_tests.test_urlize.FunctionTests) #13704 - Check urlize handles IDN correctly ... ok test_invalid_email (template_tests.filter_tests.test_urlize.FunctionTests) #17592 - Check urlize don't crash on invalid email with dot-starting ... ok test_ipv4 (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_ipv6 (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_lazystring (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_malformed (template_tests.filter_tests.test_urlize.FunctionTests) #16395 - Check urlize doesn't highlight malformed URIs ... ok test_nofollow (template_tests.filter_tests.test_urlize.FunctionTests) #12183 - Check urlize adds nofollow properly - see #12183 ... ok test_non_string_input (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_parenthesis (template_tests.filter_tests.test_urlize.FunctionTests) #11911 - Check urlize keeps balanced parentheses ... ok test_quotation_marks (template_tests.filter_tests.test_urlize.FunctionTests) #20364 - Check urlize correctly include quotation marks in links ... ok test_quote_commas (template_tests.filter_tests.test_urlize.FunctionTests) #20364 - Check urlize copes with commas following URLs in quotes ... ok test_quoting (template_tests.filter_tests.test_urlize.FunctionTests) #9655 - Check urlize doesn't overquote already quoted urls. The ... ok test_tlds (template_tests.filter_tests.test_urlize.FunctionTests) #16656 - Check urlize accepts more TLDs ... ok test_trailing_multiple_punctuation (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_trailing_period (template_tests.filter_tests.test_urlize.FunctionTests) #18644 - Check urlize trims trailing period when followed by parenthesis ... ok test_unicode (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_uppercase (template_tests.filter_tests.test_urlize.FunctionTests) #18071 - Check urlize accepts uppercased URL schemes ... ok test_url_split_chars (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_urlencoded (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_urls (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_word_with_dot (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_wrapping_characters (template_tests.filter_tests.test_urlize.FunctionTests) ... ok test_urlize01 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize02 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize03 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize04 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize05 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize06 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize07 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize08 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_urlize09 (template_tests.filter_tests.test_urlize.UrlizeTests) ... ok test_autoescape (template_tests.filter_tests.test_urlizetrunc.FunctionTests) ... ok test_autoescape_off (template_tests.filter_tests.test_urlizetrunc.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_urlizetrunc.FunctionTests) ... ok test_overtruncate (template_tests.filter_tests.test_urlizetrunc.FunctionTests) ... ok test_query_string (template_tests.filter_tests.test_urlizetrunc.FunctionTests) ... ok test_truncate (template_tests.filter_tests.test_urlizetrunc.FunctionTests) ... ok test_urlizetrunc01 (template_tests.filter_tests.test_urlizetrunc.UrlizetruncTests) ... ok test_urlizetrunc02 (template_tests.filter_tests.test_urlizetrunc.UrlizetruncTests) ... ok test_count_multiple (template_tests.filter_tests.test_wordcount.FunctionTests) ... ok test_count_one (template_tests.filter_tests.test_wordcount.FunctionTests) ... ok test_empty_string (template_tests.filter_tests.test_wordcount.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_wordcount.FunctionTests) ... ok test_wordcount01 (template_tests.filter_tests.test_wordcount.WordcountTests) ... ok test_wordcount02 (template_tests.filter_tests.test_wordcount.WordcountTests) ... ok test_indent (template_tests.filter_tests.test_wordwrap.FunctionTests) ... ok test_indent2 (template_tests.filter_tests.test_wordwrap.FunctionTests) ... ok test_non_string_input (template_tests.filter_tests.test_wordwrap.FunctionTests) ... ok test_wrap (template_tests.filter_tests.test_wordwrap.FunctionTests) ... ok test_wrap_lazy_string (template_tests.filter_tests.test_wordwrap.FunctionTests) ... ok test_wordwrap01 (template_tests.filter_tests.test_wordwrap.WordwrapTests) ... ok test_wordwrap02 (template_tests.filter_tests.test_wordwrap.WordwrapTests) ... ok test_false (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_false_arguments (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_invalid_value (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_none (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_none_three_arguments (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_none_two_arguments (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_true (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_true_arguments (template_tests.filter_tests.test_yesno.FunctionTests) ... ok test_true (template_tests.filter_tests.test_yesno.YesNoTests) ... ok test_blocktrans_syntax_error_missing_assignment (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_blocktrans_tag_using_a_string_that_looks_like_str_fmt (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_count (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n03 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) simple translation of a variable ... ok test_i18n04 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) simple translation of a variable and filter ... ok test_i18n05 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) simple translation of a string with interpolation ... ok test_i18n07 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) translation of singular form ... ok test_i18n08 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) translation of plural form ... ok test_i18n17 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) Escaping inside blocktrans and trans works as if it was directly in the ... ok test_i18n18 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n19 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n21 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n26 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) translation of plural form with extra field in singular form (#13568) ... ok test_i18n27 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) translation of singular form in Russian (#14126) ... ok test_i18n28 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) simple translation of multiple variables ... ok test_i18n34 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n34_2 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n34_3 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n37 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n39 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n40 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_i18n41 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_legacyi18n04 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) simple translation of a variable and filter ... ok test_legacyi18n07 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) translation of singular form ... ok test_legacyi18n08 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) translation of plural form ... ok test_legacyi18n17 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_legacyi18n18 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_legacyi18n26 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_legacyi18n27 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_legacyi18n28 (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_no_args_with (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_plural_bad_syntax (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_variable_twice (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_with_block (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_with_for (template_tests.syntax_tests.i18n.test_blocktrans.I18nBlockTransTagTests) ... ok test_percent_formatting_in_blocktrans (template_tests.syntax_tests.i18n.test_blocktrans.MiscTests) Python's %-formatting is properly escaped in blocktrans, singular, or ... ok test_percent_in_translatable_block (template_tests.syntax_tests.i18n.test_blocktrans.MiscTests) ... ok test_multiple_locale_btrans (template_tests.syntax_tests.i18n.test_blocktrans.MultipleLocaleActivationBlockTransTests) ... ok test_multiple_locale_deactivate_btrans (template_tests.syntax_tests.i18n.test_blocktrans.MultipleLocaleActivationBlockTransTests) ... ok test_multiple_locale_direct_switch_btrans (template_tests.syntax_tests.i18n.test_blocktrans.MultipleLocaleActivationBlockTransTests) ... ok test_single_locale_activation (template_tests.syntax_tests.i18n.test_blocktrans.MultipleLocaleActivationBlockTransTests) Simple baseline behavior with one locale for all the supported i18n ... ok test_bad_placeholder_1 (template_tests.syntax_tests.i18n.test_blocktrans.TranslationBlockTransTagTests) Error in translation file should not crash template rendering (#16516). ... ok test_bad_placeholder_2 (template_tests.syntax_tests.i18n.test_blocktrans.TranslationBlockTransTagTests) Error in translation file should not crash template rendering (#18393). ... ok test_template_tags_pgettext (template_tests.syntax_tests.i18n.test_blocktrans.TranslationBlockTransTagTests) {% blocktrans %} takes message contexts into account (#14806). ... ok test_i18n32 (template_tests.syntax_tests.i18n.test_filters.I18nFiltersTests) ... ok test_i18n33 (template_tests.syntax_tests.i18n.test_filters.I18nFiltersTests) ... ok test_i18n38_2 (template_tests.syntax_tests.i18n.test_filters.I18nFiltersTests) ... ok test_i18n12 (template_tests.syntax_tests.i18n.test_get_available_languages.GetAvailableLanguagesTagTests) ... ok test_no_as_var (template_tests.syntax_tests.i18n.test_get_available_languages.GetAvailableLanguagesTagTests) ... ok test_no_as_var (template_tests.syntax_tests.i18n.test_get_current_language.I18nGetCurrentLanguageTagTests) ... ok test_no_as_var (template_tests.syntax_tests.i18n.test_get_current_language_bidi.I18nGetCurrentLanguageBidiTagTests) ... ok test_i18n28_2 (template_tests.syntax_tests.i18n.test_get_language_info.I18nGetLanguageInfoTagTests) ... ok test_i18n29 (template_tests.syntax_tests.i18n.test_get_language_info.I18nGetLanguageInfoTagTests) ... ok test_i18n38 (template_tests.syntax_tests.i18n.test_get_language_info.I18nGetLanguageInfoTagTests) ... ok test_no_for_as (template_tests.syntax_tests.i18n.test_get_language_info.I18nGetLanguageInfoTagTests) ... ok test_i18n30 (template_tests.syntax_tests.i18n.test_get_language_info_list.GetLanguageInfoListTests) ... ok test_i18n31 (template_tests.syntax_tests.i18n.test_get_language_info_list.GetLanguageInfoListTests) ... ok test_i18n38_2 (template_tests.syntax_tests.i18n.test_get_language_info_list.GetLanguageInfoListTests) ... ok test_no_for_as (template_tests.syntax_tests.i18n.test_get_language_info_list.GetLanguageInfoListTests) ... ok test_no_arg (template_tests.syntax_tests.i18n.test_language.I18nLanguageTagTests) ... ok test_i18n01 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) simple translation of a string delimited by '. ... ok test_i18n02 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) simple translation of a string delimited by ". ... ok test_i18n06 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) simple translation of a string to German ... ok test_i18n09 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) simple non-translation (only marking) of a string to German ... ok test_i18n20 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_i18n22 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_i18n23 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) Using filters with the {% trans %} tag (#5972). ... ok test_i18n24 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_i18n25 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_i18n35 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_i18n36 (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_bad_option (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_context_as (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_context_noop (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_duplicate_option (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_missing_assignment (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_missing_context (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_syntax_error_no_arguments (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_trans_tag_using_a_string_that_looks_like_str_fmt (template_tests.syntax_tests.i18n.test_trans.I18nTransTagTests) ... ok test_repr (template_tests.syntax_tests.i18n.test_trans.LocalizeNodeTests) ... ok test_multiple_locale_deactivate_trans (template_tests.syntax_tests.i18n.test_trans.MultipleLocaleActivationTransTagTests) ... ok test_multiple_locale_direct_switch_trans (template_tests.syntax_tests.i18n.test_trans.MultipleLocaleActivationTransTagTests) ... ok test_multiple_locale_trans (template_tests.syntax_tests.i18n.test_trans.MultipleLocaleActivationTransTagTests) ... ok test_single_locale_activation (template_tests.syntax_tests.i18n.test_trans.MultipleLocaleActivationTransTagTests) Simple baseline behavior with one locale for all the supported i18n ... ok test_template_tags_pgettext (template_tests.syntax_tests.i18n.test_trans.TranslationTransTagTests) {% trans %} takes message contexts into account (#14806). ... ok test_i18n13 (template_tests.syntax_tests.i18n.test_underscore_syntax.I18nStringLiteralTests) ... ok test_i18n14 (template_tests.syntax_tests.i18n.test_underscore_syntax.I18nStringLiteralTests) ... ok test_i18n15 (template_tests.syntax_tests.i18n.test_underscore_syntax.I18nStringLiteralTests) ... ok test_i18n16 (template_tests.syntax_tests.i18n.test_underscore_syntax.I18nStringLiteralTests) ... ok test_multiple_locale (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_deactivate (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_direct_switch (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_filter (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_filter_deactivate (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_filter_direct_switch (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_loadi18n (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_loadi18n_deactivate (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_multiple_locale_loadi18n_direct_switch (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) ... ok test_single_locale_activation (template_tests.syntax_tests.i18n.test_underscore_syntax.MultipleLocaleActivationTests) Simple baseline behavior with one locale for all the supported i18n ... ok test_autoescape_filters01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_filters02 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_filtertag01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) The "safe" and "escape" filters cannot work due to internal ... ok test_autoescape_ifequal01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ifequal compares unescaped vales. ... ok test_autoescape_literals01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) Literal strings are safe. ... ok test_autoescape_lookup01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) Escape requirement survives lookup. ... ok test_autoescape_stringiterations01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) Iterating over strings outputs safe characters. ... ok test_autoescape_tag01 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag02 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag03 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag04 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag05 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag06 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag07 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag08 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) Literal string arguments to filters, if used in the result, are safe. ... ok test_autoescape_tag09 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_autoescape_tag10 (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_invalid_arg (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_no_arg (template_tests.syntax_tests.test_autoescape.AutoescapeTagTests) ... ok test_basic_syntax01 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Plain text should go through the template parser untouched. ... ok test_basic_syntax02 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Variables should be replaced with their value in the current ... ok test_basic_syntax03 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) More than one replacement variable is allowed in a template ... ok test_basic_syntax04 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Fail silently when a variable is not found in the current context ... ok test_basic_syntax06 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) A variable may not contain more than one word ... ok test_basic_syntax07 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Raise TemplateSyntaxError for empty variable tags. ... ok test_basic_syntax08 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Raise TemplateSyntaxError for empty variable tags. ... ok test_basic_syntax09 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Attribute syntax allows a template to call an object's attribute ... ok test_basic_syntax10 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Multiple levels of attribute access are allowed. ... ok test_basic_syntax11 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Fail silently when a variable's attribute isn't found. ... ok test_basic_syntax12 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Raise TemplateSyntaxError when trying to access a variable ... ok test_basic_syntax13 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax14 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax15 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax16 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax17 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax18 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Attribute syntax allows a template to call a dictionary key's ... ok test_basic_syntax19 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Fail silently when a variable's dictionary key isn't found. ... ok test_basic_syntax20 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Fail silently when accessing a non-simple method ... ok test_basic_syntax20b (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Don't silence a TypeError if it was raised inside a callable. ... ok test_basic_syntax21 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax22 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax23 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Treat "moo #} {{ cow" as the variable. Not ideal, but costly to work ... ok test_basic_syntax24 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Embedded newlines make it not-a-tag. ... ok test_basic_syntax25 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax26 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax27 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax28 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax29 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax30 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax31 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax32 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax33 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax34 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax35 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax36 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_basic_syntax37 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Call methods in the top level of the context. ... ok test_basic_syntax38 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) Call methods returned from dictionary lookups. ... ok test_ignores_strings_that_look_like_format_interpolation (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_unclosed_block (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_unclosed_block2 (template_tests.syntax_tests.test_basic.BasicSyntaxTests) ... ok test_builtins01 (template_tests.syntax_tests.test_builtins.BuiltinsTests) ... ok test_builtins02 (template_tests.syntax_tests.test_builtins.BuiltinsTests) ... ok test_builtins03 (template_tests.syntax_tests.test_builtins.BuiltinsTests) ... ok test_cache03 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache04 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache05 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache06 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache07 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache08 (template_tests.syntax_tests.test_cache.CacheTagTests) Allow first argument to be a variable. ... ok test_cache11 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache12 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache13 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache14 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache15 (template_tests.syntax_tests.test_cache.CacheTagTests) ... ok test_cache16 (template_tests.syntax_tests.test_cache.CacheTagTests) Regression test for #7460. ... ok test_cache17 (template_tests.syntax_tests.test_cache.CacheTagTests) Regression test for #11270. ... ok test_cache18 (template_tests.syntax_tests.test_cache.CacheTagTests) Test whitespace in filter arguments ... ok test_none_timeout (template_tests.syntax_tests.test_cache.CacheTagTests) A timeout of None means "cache forever". ... ok test_cache_fragment_cache (template_tests.syntax_tests.test_cache.CacheTests) When a cache called "template_fragments" is present, the cache tag ... ok test_cache_missing_backend (template_tests.syntax_tests.test_cache.CacheTests) When a cache that doesn't exist is specified, the cache tag will ... ok test_cache_regression_20130 (template_tests.syntax_tests.test_cache.CacheTests) ... ok test_comment_syntax01 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax02 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax03 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax04 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax05 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax06 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax07 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax08 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax09 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax10 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax11 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_syntax12 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_tag01 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_tag02 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_tag03 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_tag04 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_comment_tag05 (template_tests.syntax_tests.test_comment.CommentSyntaxTests) ... ok test_cycle01 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle05 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle07 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle10 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle11 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle12 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle13 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle14 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle15 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle16 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle17 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle18 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle19 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle20 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle21 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle22 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle23 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle24 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle25 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle26 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle27 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle28 (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_cycle29 (template_tests.syntax_tests.test_cycle.CycleTagTests) A named {% cycle %} tag works inside an {% ifchanged %} block and a ... ok test_cycle30 (template_tests.syntax_tests.test_cycle.CycleTagTests) A {% with %} tag shouldn't reset the {% cycle %} variable. ... ok test_cycle_undefined (template_tests.syntax_tests.test_cycle.CycleTagTests) ... ok test_exception01 (template_tests.syntax_tests.test_exceptions.ExceptionsTests) Raise exception for invalid template name ... ok test_exception02 (template_tests.syntax_tests.test_exceptions.ExceptionsTests) Raise exception for invalid variable template name ... ok test_exception03 (template_tests.syntax_tests.test_exceptions.ExceptionsTests) Raise exception for extra {% extends %} tags ... ok test_exception04 (template_tests.syntax_tests.test_exceptions.ExceptionsTests) Raise exception for custom tags used in child with {% load %} tag in parent, not in child ... ok test_exception05 (template_tests.syntax_tests.test_exceptions.ExceptionsTests) Raise exception for block.super used in base template ... ok test_extends_node_repr (template_tests.syntax_tests.test_extends.ExtendsNodeTests) ... ok test_duplicate_block (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_extends_duplicate (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_inheritance01 (template_tests.syntax_tests.test_extends.InheritanceTests) Standard template with no inheritance ... ok test_inheritance02 (template_tests.syntax_tests.test_extends.InheritanceTests) Standard two-level inheritance ... ok test_inheritance03 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with no redefinitions on third level ... ok test_inheritance04 (template_tests.syntax_tests.test_extends.InheritanceTests) Two-level with no redefinitions on second level ... ok test_inheritance05 (template_tests.syntax_tests.test_extends.InheritanceTests) Two-level with double quotes instead of single quotes ... ok test_inheritance06 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with variable parent-template name ... ok test_inheritance07 (template_tests.syntax_tests.test_extends.InheritanceTests) Two-level with one block defined, one block not defined ... ok test_inheritance08 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with one block defined on this level, two blocks ... ok test_inheritance09 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with second and third levels blank ... ok test_inheritance10 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with space NOT in a block -- should be ignored ... ok test_inheritance11 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with both blocks defined on this level, but none on ... ok test_inheritance12 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with this level providing one and second level ... ok test_inheritance13 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level with this level overriding second level ... ok test_inheritance14 (template_tests.syntax_tests.test_extends.InheritanceTests) A block defined only in a child template shouldn't be displayed ... ok test_inheritance15 (template_tests.syntax_tests.test_extends.InheritanceTests) A block within another block ... ok test_inheritance16 (template_tests.syntax_tests.test_extends.InheritanceTests) A block within another block (level 2) ... ok test_inheritance17 (template_tests.syntax_tests.test_extends.InheritanceTests) {% load %} tag (parent -- setup for exception04) ... ok test_inheritance18 (template_tests.syntax_tests.test_extends.InheritanceTests) {% load %} tag (standard usage, without inheritance) ... ok test_inheritance19 (template_tests.syntax_tests.test_extends.InheritanceTests) {% load %} tag (within a child template) ... ok test_inheritance20 (template_tests.syntax_tests.test_extends.InheritanceTests) Two-level inheritance with {{ block.super }} ... ok test_inheritance21 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level inheritance with {{ block.super }} from parent ... ok test_inheritance22 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level inheritance with {{ block.super }} from grandparent ... ok test_inheritance23 (template_tests.syntax_tests.test_extends.InheritanceTests) Three-level inheritance with {{ block.super }} from parent and ... ok test_inheritance24 (template_tests.syntax_tests.test_extends.InheritanceTests) Inheritance from local context without use of template loader ... ok test_inheritance25 (template_tests.syntax_tests.test_extends.InheritanceTests) Inheritance from local context with variable parent template ... ok test_inheritance26 (template_tests.syntax_tests.test_extends.InheritanceTests) Set up a base template to extend ... ok test_inheritance27 (template_tests.syntax_tests.test_extends.InheritanceTests) Inheritance from a template that doesn't have any blocks ... ok test_inheritance29 (template_tests.syntax_tests.test_extends.InheritanceTests) Inheritance from a template with a space in its name should work. ... ok test_inheritance30 (template_tests.syntax_tests.test_extends.InheritanceTests) Base template, putting block in a conditional {% if %} tag ... ok test_inheritance31 (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_inheritance32 (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_inheritance33 (template_tests.syntax_tests.test_extends.InheritanceTests) Base template, putting block in a conditional {% if %} tag ... ok test_inheritance34 (template_tests.syntax_tests.test_extends.InheritanceTests) Inherit from a template with block wrapped in an {% if %} tag ... ok test_inheritance35 (template_tests.syntax_tests.test_extends.InheritanceTests) Inherit from a template with block wrapped in an {% if %} tag ... ok test_inheritance36 (template_tests.syntax_tests.test_extends.InheritanceTests) Base template, putting block in a {% for %} tag ... ok test_inheritance37 (template_tests.syntax_tests.test_extends.InheritanceTests) Inherit from a template with block wrapped in an {% for %} tag ... ok test_inheritance38 (template_tests.syntax_tests.test_extends.InheritanceTests) Inherit from a template with block wrapped in an {% for %} tag ... ok test_inheritance39 (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_inheritance40 (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_inheritance41 (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_inheritance42 (template_tests.syntax_tests.test_extends.InheritanceTests) Expression starting and ending with a quote ... ok test_inheritance_28 (template_tests.syntax_tests.test_extends.InheritanceTests) Set up a base template with a space in it. ... ok test_inheritance_empty (template_tests.syntax_tests.test_extends.InheritanceTests) ... ok test_filter_syntax01 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Basic filter usage ... ok test_filter_syntax02 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Chained filters ... ok test_filter_syntax03 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Allow spaces before the filter pipe ... ok test_filter_syntax04 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Allow spaces after the filter pipe ... ok test_filter_syntax05 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Raise TemplateSyntaxError for a nonexistent filter ... ok test_filter_syntax06 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Raise TemplateSyntaxError when trying to access a filter containing ... ok test_filter_syntax07 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Raise TemplateSyntaxError for invalid block tags ... ok test_filter_syntax08 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Raise TemplateSyntaxError for empty block tags ... ok test_filter_syntax08_multi_line (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Raise TemplateSyntaxError for empty block tags in templates with ... ok test_filter_syntax09 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Chained filters, with an argument to the first one ... ok test_filter_syntax10 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Literal string as argument is always "safe" from auto-escaping. ... ok test_filter_syntax11 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Variable as argument ... ok test_filter_syntax13 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Fail silently for methods that raise an exception with a ... ok test_filter_syntax14 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) In methods that raise an exception without a ... ok test_filter_syntax15 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Escaped backslash in argument ... ok test_filter_syntax16 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Escaped backslash using known escape char ... ok test_filter_syntax17 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Empty strings can be passed as arguments to filters ... ok test_filter_syntax18 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Strings are converted to bytestrings in the final output. ... ok test_filter_syntax19 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Numbers as filter arguments should work ... ok test_filter_syntax20 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Filters should accept empty string constants ... ok test_filter_syntax21 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Fail silently for non-callable attribute and dict lookups which ... ok test_filter_syntax22 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) Fail silently for non-callable attribute and dict lookups which ... ok test_filter_syntax23 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) In attribute and dict lookups that raise an unexpected exception ... ok test_filter_syntax24 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) In attribute and dict lookups that raise an unexpected exception ... ok test_filter_syntax25 (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) #16383 - Attribute errors from an @property value should be ... ok test_type_error_attribute (template_tests.syntax_tests.test_filter_syntax.FilterSyntaxTests) ... ok test_filter01 (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter02 (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter03 (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter04 (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter05 (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter05bis (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter06 (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_filter06bis (template_tests.syntax_tests.test_filter_tag.FilterTagTests) ... ok test_all_false_arguments_asvar (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof01 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof02 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof03 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof04 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof05 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof06 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof07 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof08 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof09 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof10 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof11 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof12 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof13 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof14 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_firstof15 (template_tests.syntax_tests.test_firstof.FirstOfTagTests) ... ok test_repr (template_tests.syntax_tests.test_for.ForNodeTests) ... ok test_for_tag01 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag02 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_context (template_tests.syntax_tests.test_for.ForTagTests) ForNode.render() pops the values it pushes to the context (#28001). ... ok test_for_tag_empty01 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_empty02 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_empty03 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_filter_ws (template_tests.syntax_tests.test_for.ForTagTests) #19882 ... ok test_for_tag_unpack01 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack03 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack04 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack05 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack06 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack07 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack08 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack09 (template_tests.syntax_tests.test_for.ForTagTests) A single loopvar doesn't truncate the list in val. ... ok test_for_tag_unpack10 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack11 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack12 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack13 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack14 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_unpack_strs (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_vars01 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_vars02 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_vars03 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_vars04 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_vars05 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_for_tag_vars06 (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_invalid_arg (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_invalid_in_keyword (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_unpack_double_quote (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_unpack_single_quote (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_unpack_vertical_bar (template_tests.syntax_tests.test_for.ForTagTests) ... ok test_repr (template_tests.syntax_tests.test_if.IfNodeTests) ... ok test_else_if_tag_error01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_both_variables_missing (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_match (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_no_match (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_not_both_variables_missing (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_not_match (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_not_no_match (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_not_variable_missing (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_is_variable_missing (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag05 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag06 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag07 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag08 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag09 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag10 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag11 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag12 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag13 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and05 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and06 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and07 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_and08 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_badarg01 (template_tests.syntax_tests.test_if.IfTagTests) Nonexistent args ... ok test_if_tag_badarg02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_badarg03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_badarg04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_eq01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_eq02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_eq03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_eq04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_eq05 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error05 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error06 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error07 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error08 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error09 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error10 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error11 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_error12 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_filter01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_filter02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_gt_01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_gt_02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_gte_01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_gte_02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_in_01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_in_02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_lt_01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_lt_02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_lte_01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_lte_02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not06 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not07 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not08 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not09 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not10 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not11 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not12 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not13 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not14 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not15 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not16 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not17 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not18 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not19 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not20 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not21 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not22 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not23 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not24 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not25 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not26 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not27 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not28 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not29 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not30 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not31 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not32 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not33 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not34 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not35 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not_in_01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_not_in_02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_noteq01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_noteq02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_noteq03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_noteq04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_noteq05 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or01 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or02 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or03 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or04 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or05 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or06 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or07 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or08 (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_if_tag_or09 (template_tests.syntax_tests.test_if.IfTagTests) multiple ORs ... ok test_if_tag_shortcircuit01 (template_tests.syntax_tests.test_if.IfTagTests) If evaluations are shortcircuited where possible ... ok test_if_tag_shortcircuit02 (template_tests.syntax_tests.test_if.IfTagTests) The is_bad() function should not be evaluated. If it is, an ... ok test_if_tag_single_eq (template_tests.syntax_tests.test_if.IfTagTests) ... ok test_ifchanged01 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged02 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged03 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged04 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged05 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged06 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged07 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged08 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged_else01 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) Test the else clause of ifchanged. ... ok test_ifchanged_else02 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged_else03 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged_else04 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged_filter_ws (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) Test whitespace in filter arguments ... ok test_ifchanged_param01 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) Test one parameter given to ifchanged. ... ok test_ifchanged_param02 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) ... ok test_ifchanged_param03 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) Test multiple parameters to ifchanged. ... ok test_ifchanged_param04 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) Test a date+hour like construct, where the hour of the last day is ... ok test_ifchanged_param05 (template_tests.syntax_tests.test_if_changed.IfChangedTagTests) Logically the same as above, just written with explicit ifchanged ... ok test_ifchanged_concurrency (template_tests.syntax_tests.test_if_changed.IfChangedTests) #15849 -- ifchanged should be thread-safe. ... ok test_ifchanged_render_once (template_tests.syntax_tests.test_if_changed.IfChangedTests) #19890. The content of ifchanged template tag was rendered twice. ... ok test_include (template_tests.syntax_tests.test_if_changed.IfChangedTests) #23516 -- This works as a regression test only if the cached loader ... ok test_include_state (template_tests.syntax_tests.test_if_changed.IfChangedTests) Tests the node state for different IncludeNodes (#27974). ... ok test_ifequal01 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal02 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal03 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal04 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal05 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal06 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal07 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal08 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal09 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal10 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_filter01 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_filter02 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_filter03 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_filter04 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_filter05 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric01 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric02 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric03 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric04 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric05 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric06 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric07 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric08 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric09 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric10 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric11 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_numeric12 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split01 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split02 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split03 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split04 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split05 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split06 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split07 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split08 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split09 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_ifequal_split10 (template_tests.syntax_tests.test_if_equal.IfEqualTagTests) ... ok test_repr (template_tests.syntax_tests.test_if_equal.IfEqualTests) ... ok test_ifnotequal01 (template_tests.syntax_tests.test_if_equal.IfNotEqualTagTests) ... ok test_ifnotequal02 (template_tests.syntax_tests.test_if_equal.IfNotEqualTagTests) ... ok test_ifnotequal03 (template_tests.syntax_tests.test_if_equal.IfNotEqualTagTests) ... ok test_ifnotequal04 (template_tests.syntax_tests.test_if_equal.IfNotEqualTagTests) ... ok test_one_var (template_tests.syntax_tests.test_if_equal.IfNotEqualTagTests) ... ok test_include01 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include02 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include03 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include04 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include06 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include07 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include08 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include09 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include10 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include11 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include12 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include13 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include14 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_empty (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error01 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error02 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error03 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error04 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error05 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error06 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error07 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error08 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error09 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_error10 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_fail1 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_include_fail2 (template_tests.syntax_tests.test_include.IncludeTagTests) ... ok test_extends_include_missing_baseloader (template_tests.syntax_tests.test_include.IncludeTests) #12787 -- The correct template is identified as not existing ... ok test_extends_include_missing_cachedloader (template_tests.syntax_tests.test_include.IncludeTests) ... ok test_include_cache (template_tests.syntax_tests.test_include.IncludeTests) {% include %} keeps resolved templates constant (#27974). The ... ok test_include_from_loader_get_template (template_tests.syntax_tests.test_include.IncludeTests) ... ok test_include_immediate_missing (template_tests.syntax_tests.test_include.IncludeTests) #16417 -- Include tags pointing to missing templates should not raise ... ok test_include_missing_template (template_tests.syntax_tests.test_include.IncludeTests) The correct template is identified as not existing ... ok test_include_recursive (template_tests.syntax_tests.test_include.IncludeTests) ... ok test_include_template_argument (template_tests.syntax_tests.test_include.IncludeTests) Support any render() supporting object ... ok test_invalidstr01 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr02 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr03 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr04 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr04_2 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr05 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr06 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_invalidstr07 (template_tests.syntax_tests.test_invalid_string.InvalidStringTests) ... ok test_list_index01 (template_tests.syntax_tests.test_list_index.ListIndexTests) List-index syntax allows a template to access a certain item of a ... ok test_list_index02 (template_tests.syntax_tests.test_list_index.ListIndexTests) Fail silently when the list index is out of range. ... ok test_list_index03 (template_tests.syntax_tests.test_list_index.ListIndexTests) Fail silently when the list index is out of range. ... ok test_list_index04 (template_tests.syntax_tests.test_list_index.ListIndexTests) Fail silently when variable is a dict without the specified key. ... ok test_list_index05 (template_tests.syntax_tests.test_list_index.ListIndexTests) Dictionary lookup wins out when dict's key is a string. ... ok test_list_index06 (template_tests.syntax_tests.test_list_index.ListIndexTests) But list-index lookup wins out when dict's key is an int, which ... ok test_list_index07 (template_tests.syntax_tests.test_list_index.ListIndexTests) Dictionary lookup wins out when there is a string and int version ... ok test_load01 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load02 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load03 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load04 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load05 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load06 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load07 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load08 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load09 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load10 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_load12 (template_tests.syntax_tests.test_load.LoadTagTests) ... ok test_lorem1 (template_tests.syntax_tests.test_lorem.LoremTagTests) ... ok test_lorem_random (template_tests.syntax_tests.test_lorem.LoremTagTests) ... ok test_multiline01 (template_tests.syntax_tests.test_multiline.MultilineTests) ... ok test_namedendblocks01 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) ... ok test_namedendblocks02 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) ... ok test_namedendblocks03 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) ... ok test_namedendblocks04 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) ... ok test_namedendblocks05 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) ... ok test_namedendblocks06 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) Mixed named and unnamed endblocks ... ok test_namedendblocks07 (template_tests.syntax_tests.test_named_endblock.NamedEndblockTests) ... ok test_now01 (template_tests.syntax_tests.test_now.NowTagTests) Simple case ... ok test_now02 (template_tests.syntax_tests.test_now.NowTagTests) ... ok test_now03 (template_tests.syntax_tests.test_now.NowTagTests) #15092 - Also accept simple quotes ... ok test_now04 (template_tests.syntax_tests.test_now.NowTagTests) ... ok test_now05 (template_tests.syntax_tests.test_now.NowTagTests) ... ok test_now06 (template_tests.syntax_tests.test_now.NowTagTests) ... ok test_now07 (template_tests.syntax_tests.test_now.NowTagTests) ... ok test_now_args (template_tests.syntax_tests.test_now.NowTagTests) ... ok test_numpy_array_index01 (template_tests.syntax_tests.test_numpy.NumpyTests) Numpy's array-index syntax allows a template to access a certain ... ok test_numpy_array_index02 (template_tests.syntax_tests.test_numpy.NumpyTests) Fail silently when the array index is out of range. ... ok test_regroup01 (template_tests.syntax_tests.test_regroup.RegroupTagTests) ... ok test_regroup02 (template_tests.syntax_tests.test_regroup.RegroupTagTests) Test for silent failure when target variable isn't found ... ok test_regroup03 (template_tests.syntax_tests.test_regroup.RegroupTagTests) Regression tests for #17675 ... ok test_regroup04 (template_tests.syntax_tests.test_regroup.RegroupTagTests) The join template filter has needs_autoescape = True ... ok test_regroup05 (template_tests.syntax_tests.test_regroup.RegroupTagTests) ... ok test_regroup06 (template_tests.syntax_tests.test_regroup.RegroupTagTests) ... ok test_regroup07 (template_tests.syntax_tests.test_regroup.RegroupTagTests) ... ok test_regroup08 (template_tests.syntax_tests.test_regroup.RegroupTagTests) ... ok test_regroup_unpack (template_tests.syntax_tests.test_regroup.RegroupTagTests) ... ok test_resetcycle01 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle02 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle03 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle04 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle05 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle06 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle07 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle08 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle09 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle10 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_resetcycle11 (template_tests.syntax_tests.test_resetcycle.ResetCycleTagTests) ... ok test_setup (template_tests.syntax_tests.test_setup.SetupTests) Let's just make sure setup runs cases in the right order. ... ok test_simpletag_renamed01 (template_tests.syntax_tests.test_simple_tag.SimpleTagTests) ... ok test_simpletag_renamed02 (template_tests.syntax_tests.test_simple_tag.SimpleTagTests) ... ok test_simpletag_renamed03 (template_tests.syntax_tests.test_simple_tag.SimpleTagTests) ... ok test_spaceless01 (template_tests.syntax_tests.test_spaceless.SpacelessTagTests) ... ok test_spaceless02 (template_tests.syntax_tests.test_spaceless.SpacelessTagTests) ... ok test_spaceless03 (template_tests.syntax_tests.test_spaceless.SpacelessTagTests) ... ok test_spaceless04 (template_tests.syntax_tests.test_spaceless.SpacelessTagTests) ... ok test_spaceless05 (template_tests.syntax_tests.test_spaceless.SpacelessTagTests) ... ok test_spaceless06 (template_tests.syntax_tests.test_spaceless.SpacelessTagTests) ... ok test_static_prefixtag01 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_prefixtag02 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_prefixtag03 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_prefixtag04 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_prefixtag_without_as (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_quotes_urls (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_statictag01 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_statictag02 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_statictag03 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_statictag04 (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_static_statictag_without_path (template_tests.syntax_tests.test_static.StaticTagTests) ... ok test_templatetag01 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag02 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag03 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag04 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag05 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag06 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag07 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag08 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag09 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag10 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag11 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_templatetag12 (template_tests.syntax_tests.test_template_tag.TemplateTagTests) ... ok test_url01 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url02 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url02a (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url02b (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url02c (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url03 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url04 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url05 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url06 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url08 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url09 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url10 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url11 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url12 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url13 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url14 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url15 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url18 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url19 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url20 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url21 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_asvar01 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_asvar02 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_asvar03 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail01 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail02 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail03 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail04 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail05 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail06 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail07 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail08 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail09 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail11 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail12 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail13 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail14 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail15 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail16 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail17 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail18 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_fail19 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_namespace01 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_namespace02 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_namespace03 (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_namespace_explicit_current_app (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_url_namespace_no_current_app (template_tests.syntax_tests.test_url.UrlTagTests) ... ok test_verbatim_tag01 (template_tests.syntax_tests.test_verbatim.VerbatimTagTests) ... ok test_verbatim_tag02 (template_tests.syntax_tests.test_verbatim.VerbatimTagTests) ... ok test_verbatim_tag03 (template_tests.syntax_tests.test_verbatim.VerbatimTagTests) ... ok test_verbatim_tag04 (template_tests.syntax_tests.test_verbatim.VerbatimTagTests) ... ok test_verbatim_tag05 (template_tests.syntax_tests.test_verbatim.VerbatimTagTests) ... ok test_verbatim_tag06 (template_tests.syntax_tests.test_verbatim.VerbatimTagTests) ... ok test_typeerror_as_var (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio01 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio02 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio03 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio04 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio05 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio06 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) 62.5 should round to 62 ... ok test_widthratio07 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) 71.4 should round to 71 ... ok test_widthratio08 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio09 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio10 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio11 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) #10043: widthratio should allow max_width to be a variable ... ok test_widthratio12a (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio12b (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio13a (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio13b (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio14a (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio14b (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio15 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) Test whitespace in filter argument ... ok test_widthratio16 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio17 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio18 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio19 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio20 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_widthratio21 (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_zerodivisionerror_as_var (template_tests.syntax_tests.test_width_ratio.WidthRatioTagTests) ... ok test_repr (template_tests.syntax_tests.test_with.WithNodeTests) ... ok test_legacywith01 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_legacywith02 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_with01 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_with02 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_with03 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_with_error01 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_with_error02 (template_tests.syntax_tests.test_with.WithTagTests) ... ok test_lazy_template_string (template_tests.test_base.TemplateTests) ... ok test_str (template_tests.test_base.VariableDoesNotExistTests) ... ok test_integer_literals (template_tests.test_base.VariableTests) ... ok test_nonliterals (template_tests.test_base.VariableTests) Variable names that aren't resolved as literals. ... ok test_context (template_tests.test_context.ContextTests) ... ok test_context_comparable (template_tests.test_context.ContextTests) #21765 -- equality comparison should work ... ok test_copy_request_context_twice (template_tests.test_context.ContextTests) #24273 -- Copy twice shouldn't raise an exception ... ok test_flatten_context (template_tests.test_context.ContextTests) ... ok test_flatten_context_with_context (template_tests.test_context.ContextTests) Context.push() with a Context argument should work. ... ok test_push_context_manager (template_tests.test_context.ContextTests) ... ok test_push_context_manager_with_context_object (template_tests.test_context.ContextTests) ... ok test_push_proper_layering (template_tests.test_context.ContextTests) ... ok test_render_context (template_tests.test_context.ContextTests) ... ok test_resolve_on_context_method (template_tests.test_context.ContextTests) #17778 -- Variable shouldn't resolve RequestContext methods ... ok test_set_upward (template_tests.test_context.ContextTests) ... ok test_set_upward_empty_context (template_tests.test_context.ContextTests) ... ok test_set_upward_with_push (template_tests.test_context.ContextTests) The highest context which has the given key is used. ... ok test_set_upward_with_push_no_match (template_tests.test_context.ContextTests) The highest context is used if the given key isn't found. ... ok test_setdefault (template_tests.test_context.ContextTests) ... ok test_update_context_manager (template_tests.test_context.ContextTests) ... ok test_update_context_manager_with_context_object (template_tests.test_context.ContextTests) ... ok test_update_proper_layering (template_tests.test_context.ContextTests) ... ok test_context_comparable (template_tests.test_context.RequestContextTests) ... ok test_include_only (template_tests.test_context.RequestContextTests) #15721 -- ``{% include %}`` and ``RequestContext`` should work ... ok test_modify_context_and_render (template_tests.test_context.RequestContextTests) ... ok test_stack_size (template_tests.test_context.RequestContextTests) Optimized RequestContext construction (#7116). ... ok test_decorated_filter (template_tests.test_custom.CustomFilterTests) ... ok test_filter (template_tests.test_custom.CustomFilterTests) ... ok test_15070_use_l10n (template_tests.test_custom.InclusionTagTests) Inclusion tag passes down `use_l10n` of context to the ... ok test_include_tag_missing_context (template_tests.test_custom.InclusionTagTests) ... ok test_inclusion_tag_errors (template_tests.test_custom.InclusionTagTests) ... ok test_inclusion_tag_registration (template_tests.test_custom.InclusionTagTests) ... ok test_inclusion_tags (template_tests.test_custom.InclusionTagTests) ... ok test_inclusion_tags_from_template (template_tests.test_custom.InclusionTagTests) ... ok test_no_render_side_effect (template_tests.test_custom.InclusionTagTests) #23441 -- InclusionNode shouldn't modify its nodelist at render time. ... ok test_render_context_is_cleared (template_tests.test_custom.InclusionTagTests) #24555 -- InclusionNode should push and pop the render_context stack ... ok test_simple_tag_errors (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tag_escaping_autoescape_off (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tag_explicit_escaping (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tag_format_html_escaping (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tag_missing_context (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tag_naive_escaping (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tag_registration (template_tests.test_custom.SimpleTagTests) ... ok test_simple_tags (template_tests.test_custom.SimpleTagTests) ... ok test_load_annotated_function (template_tests.test_custom.TemplateTagLoadingTests) ... ok test_load_error (template_tests.test_custom.TemplateTagLoadingTests) ... ok test_load_error_egg (template_tests.test_custom.TemplateTagLoadingTests) ... ok test_load_working_egg (template_tests.test_custom.TemplateTagLoadingTests) ... ok test_multiple_engines_configured (template_tests.test_engine.GetDefaultTests) ... ok test_no_engines_configured (template_tests.test_engine.GetDefaultTests) ... ok test_single_engine_configured (template_tests.test_engine.GetDefaultTests) ... ok test_cached_loader_priority (template_tests.test_engine.LoaderTests) The order of template loader works. Refs #21460. ... ok test_loader_priority (template_tests.test_engine.LoaderTests) #21460 -- The order of template loader works. ... ok test_origin (template_tests.test_engine.LoaderTests) ... ok test_autoescape_off (template_tests.test_engine.RenderToStringTest) ... ok test_basic_context (template_tests.test_engine.RenderToStringTest) ... ok test_block_override_in_extended_included_template (template_tests.test_extends.ExtendsBehaviorTests) ExtendsNode.find_template() initializes history with self.origin ... ok test_extend_cached (template_tests.test_extends.ExtendsBehaviorTests) ... ok test_extend_missing (template_tests.test_extends.ExtendsBehaviorTests) ... ok test_extend_recursive (template_tests.test_extends.ExtendsBehaviorTests) ... ok test_extend_self_error (template_tests.test_extends.ExtendsBehaviorTests) Catch if a template extends itself and no other matching ... ok test_normal_extend (template_tests.test_extends.ExtendsBehaviorTests) ... ok test_recursive_multiple_loaders (template_tests.test_extends.ExtendsBehaviorTests) ... ok test_unique_history_per_loader (template_tests.test_extends.ExtendsBehaviorTests) Extending should continue even if two loaders return the same ... ok test_mixing1 (template_tests.test_extends_relative.ExtendsMixedBehaviorTests) ... ok test_mixing2 (template_tests.test_extends_relative.ExtendsMixedBehaviorTests) ... ok test_mixing_loop (template_tests.test_extends_relative.ExtendsMixedBehaviorTests) ... ok test_dir1_extend (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_dir1_extend1 (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_dir1_extend2 (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_dir1_extend3 (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_dir2_extend (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_extend_error (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_normal_extend (template_tests.test_extends_relative.ExtendsRelativeBehaviorTests) ... ok test_dir2_include (template_tests.test_extends_relative.IncludeRelativeBehaviorTests) ... ok test_include_error (template_tests.test_extends_relative.IncludeRelativeBehaviorTests) ... ok test_normal_include (template_tests.test_extends_relative.IncludeRelativeBehaviorTests) ... ok test_filter (template_tests.test_library.FilterRegistrationTests) ... ok test_filter_call (template_tests.test_library.FilterRegistrationTests) ... ok test_filter_invalid (template_tests.test_library.FilterRegistrationTests) ... ok test_filter_name_arg (template_tests.test_library.FilterRegistrationTests) ... ok test_filter_name_kwarg (template_tests.test_library.FilterRegistrationTests) ... ok test_filter_parens (template_tests.test_library.FilterRegistrationTests) ... ok test_inclusion_tag (template_tests.test_library.InclusionTagRegistrationTests) ... ok test_inclusion_tag_name (template_tests.test_library.InclusionTagRegistrationTests) ... ok test_inclusion_tag_wrapped (template_tests.test_library.InclusionTagRegistrationTests) ... ok test_simple_tag (template_tests.test_library.SimpleTagRegistrationTests) ... ok test_simple_tag_invalid (template_tests.test_library.SimpleTagRegistrationTests) ... ok test_simple_tag_name_kwarg (template_tests.test_library.SimpleTagRegistrationTests) ... ok test_simple_tag_parens (template_tests.test_library.SimpleTagRegistrationTests) ... ok test_simple_tag_wrapped (template_tests.test_library.SimpleTagRegistrationTests) ... ok test_tag (template_tests.test_library.TagRegistrationTests) ... ok test_tag_call (template_tests.test_library.TagRegistrationTests) ... ok test_tag_invalid (template_tests.test_library.TagRegistrationTests) ... ok test_tag_name_arg (template_tests.test_library.TagRegistrationTests) ... ok test_tag_name_kwarg (template_tests.test_library.TagRegistrationTests) ... ok test_tag_parens (template_tests.test_library.TagRegistrationTests) ... ok test_get_template (template_tests.test_loaders.AppDirectoriesLoaderTests) ... ok test_not_installed (template_tests.test_loaders.AppDirectoriesLoaderTests) ... ok test_cached_exception_no_traceback (template_tests.test_loaders.CachedLoaderTests) When a TemplateDoesNotExist instance is cached, the cached instance ... ok test_get_template (template_tests.test_loaders.CachedLoaderTests) ... ok test_get_template_missing_debug_off (template_tests.test_loaders.CachedLoaderTests) With template debugging disabled, the raw TemplateDoesNotExist class ... ok test_get_template_missing_debug_on (template_tests.test_loaders.CachedLoaderTests) With template debugging enabled, a TemplateDoesNotExist instance ... ok test_template_name_lazy_string (template_tests.test_loaders.CachedLoaderTests) #26603 -- A template name specified as a lazy string should be forced ... ok test_template_name_leading_dash_caching (template_tests.test_loaders.CachedLoaderTests) #26536 -- A leading dash in a template name shouldn't be stripped ... ok test_bytestring (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_case_sensitivity (template_tests.test_loaders.FileSystemLoaderTests) ... skipped 'This test only runs on case-sensitive file systems.' test_directory_security (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_file_does_not_exist (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_get_template (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_loaders_dirs (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_loaders_dirs_empty (template_tests.test_loaders.FileSystemLoaderTests) An empty dirs list in loaders overrides top level dirs. ... ok test_notafile_error (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_permissions_error (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_unicode_dir_name (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_unicode_template_name (template_tests.test_loaders.FileSystemLoaderTests) ... ok test_get_template (template_tests.test_loaders.LocmemLoaderTests) ... ok test_log_on_variable_does_not_exist_not_silent (template_tests.test_logging.VariableResolveLoggingTests) ... ok test_log_on_variable_does_not_exist_silent (template_tests.test_logging.VariableResolveLoggingTests) ... ok test_no_log_when_variable_exists (template_tests.test_logging.VariableResolveLoggingTests) ... ok test_filter_args_count (template_tests.test_parser.ParserTests) ... ok test_filter_parsing (template_tests.test_parser.ParserTests) ... ok test_token_smart_split (template_tests.test_parser.ParserTests) #7027 -- _() syntax should work with spaces ... ok test_variable_parsing (template_tests.test_parser.ParserTests) ... ok test_middleware_caching (template_tests.test_response.CacheMiddlewareTest) ... ok test_custom_urlconf (template_tests.test_response.CustomURLConfTest) ... ok test_args (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_content_access_rendered (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_content_access_unrendered (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_dict_context (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_explicit_baking (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_iteration_rendered (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_iteration_unrendered (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_kwargs (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_pickling (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_pickling_cookie (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_post_callbacks (template_tests.test_response.SimpleTemplateResponseTest) Rendering a template response triggers the post-render callbacks ... ok test_render (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_repickling (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_set_content (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_template_resolving (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_using (template_tests.test_response.SimpleTemplateResponseTest) ... ok test_args (template_tests.test_response.TemplateResponseTest) ... ok test_context_processor_priority (template_tests.test_response.TemplateResponseTest) ... ok test_kwargs (template_tests.test_response.TemplateResponseTest) ... ok test_pickling (template_tests.test_response.TemplateResponseTest) ... ok test_render (template_tests.test_response.TemplateResponseTest) ... ok test_render_with_requestcontext (template_tests.test_response.TemplateResponseTest) ... ok test_repickling (template_tests.test_response.TemplateResponseTest) ... ok test_using (template_tests.test_response.TemplateResponseTest) ... ok test_compile_filter_expression_error (template_tests.tests.TemplateTests) 19819 -- Make sure the correct token is highlighted for ... ok test_compile_tag_error (template_tests.tests.TemplateTests) Errors raised while compiling nodes should include the token ... ok test_compile_tag_error_27584 (template_tests.tests.TemplateTests) ... ok test_compile_tag_error_27956 (template_tests.tests.TemplateTests) Errors in a child of {% extends %} are displayed correctly. ... ok test_debug_tag_non_ascii (template_tests.tests.TemplateTests) #23060 -- Test non-ASCII model representation in debug output. ... ok test_extends_generic_template (template_tests.tests.TemplateTests) #24338 -- Allow extending django.template.backends.django.Template ... ok test_invalid_block_suggestion (template_tests.tests.TemplateTests) Error messages should include the unexpected block name and be in all ... ok test_no_wrapped_exception (template_tests.tests.TemplateTests) # 16770 -- The template system doesn't wrap exceptions, but annotates ... ok test_node_origin (template_tests.tests.TemplateTests) #25848 -- Set origin on Node so debugging tools can determine which ... ok test_string_origin (template_tests.tests.TemplateTests) ... ok test_super_errors (template_tests.tests.TemplateTests) #18169 -- NoReverseMatch should not be silence in block.super. ... ok test_unknown_block_tag (template_tests.tests.TemplateTests) ... ok test_url_reverse_no_settings_module (template_tests.tests.TemplateTests) #9005 -- url tag shouldn't require settings.SETTINGS_MODULE to ... ok test_url_reverse_view_name (template_tests.tests.TemplateTests) #19827 -- url tag should keep original strack trace when reraising ... ok test_fields (model_meta.tests.DataTests) ... ok test_local_concrete_fields (model_meta.tests.DataTests) ... ok test_local_fields (model_meta.tests.DataTests) ... ok test_get_data_field (model_meta.tests.GetFieldByNameTests) ... ok test_get_fields_only_searches_forward_on_apps_not_ready (model_meta.tests.GetFieldByNameTests) ... ok test_get_generic_relation (model_meta.tests.GetFieldByNameTests) ... ok test_get_m2m_field (model_meta.tests.GetFieldByNameTests) ... ok test_get_related_m2m (model_meta.tests.GetFieldByNameTests) ... ok test_get_related_object (model_meta.tests.GetFieldByNameTests) ... ok test_get_fields_is_immutable (model_meta.tests.GetFieldsTests) ... ok test_label (model_meta.tests.LabelTests) ... ok test_label_lower (model_meta.tests.LabelTests) ... ok test_many_to_many (model_meta.tests.M2MTests) ... ok test_many_to_many_with_model (model_meta.tests.M2MTests) ... ok test_get_parent_list (model_meta.tests.ParentListTests) ... ok test_private_fields (model_meta.tests.PrivateFieldsTests) ... ok test_person (model_meta.tests.PropertyNamesTests) ... ok test_related_objects (model_meta.tests.RelatedObjectsTests) ... ok test_related_objects_include_hidden (model_meta.tests.RelatedObjectsTests) ... ok test_related_objects_include_hidden_local_only (model_meta.tests.RelatedObjectsTests) ... ok test_related_objects_local (model_meta.tests.RelatedObjectsTests) ... ok test_clear_cache_clears_relation_tree (model_meta.tests.RelationTreeTests) ... ok test_first_relation_tree_access_populates_all (model_meta.tests.RelationTreeTests) ... ok test_relations_related_objects (model_meta.tests.RelationTreeTests) ... ok test_pk (model_meta.tests.ReturningFieldsTests) ... ok test_conditional_content_removal (test_client.test_conditional_content_removal.ConditionalContentTests) Content is removed from regular and streaming responses with a ... ok test_write_after_read (test_client.test_fakepayload.FakePayloadTests) ... ok test_csrf_enabled_client (test_client.tests.CSRFEnabledClientTests) A client can be instantiated with CSRF checks enabled ... ok test_custom_test_client (test_client.tests.CustomTestClientTest) A test case can specify a custom class for self.client. ... ok test_get_request_from_factory (test_client.tests.RequestFactoryTest) The request factory returns a templated response for a GET request. ... ok test_request_factory (test_client.tests.RequestFactoryTest) The request factory implements all the HTTP/1.1 methods. ... ok test_trace_request_from_factory (test_client.tests.RequestFactoryTest) The request factory returns an echo response for a TRACE request. ... ok test_none_allowed (generic_relations.tests.TestInitWithNoneArgument) ... ok test_do_not_log_when_debug_is_false (middleware_exceptions.tests.MiddlewareNotUsedTests) ... ok test_log (middleware_exceptions.tests.MiddlewareNotUsedTests) ... ok test_log_custom_message (middleware_exceptions.tests.MiddlewareNotUsedTests) ... ok test_raise_exception (middleware_exceptions.tests.MiddlewareNotUsedTests) ... ok test_exception_in_middleware_converted_before_prior_middleware (middleware_exceptions.tests.MiddlewareTests) ... ok test_exception_in_render_passed_to_process_exception (middleware_exceptions.tests.MiddlewareTests) ... ok test_process_template_response (middleware_exceptions.tests.MiddlewareTests) ... ok test_process_template_response_returns_none (middleware_exceptions.tests.MiddlewareTests) ... ok test_process_view_return_none (middleware_exceptions.tests.MiddlewareTests) ... ok test_process_view_return_response (middleware_exceptions.tests.MiddlewareTests) ... ok test_response_from_process_exception_short_circuits_remainder (middleware_exceptions.tests.MiddlewareTests) ... ok test_templateresponse_from_process_view_passed_to_process_template_response (middleware_exceptions.tests.MiddlewareTests) TemplateResponses returned from process_view() should be passed to any ... ok test_templateresponse_from_process_view_rendered (middleware_exceptions.tests.MiddlewareTests) TemplateResponses returned from process_view() must be rendered before ... ok test_view_exception_converted_before_middleware (middleware_exceptions.tests.MiddlewareTests) ... ok test_view_exception_handled_by_process_exception (middleware_exceptions.tests.MiddlewareTests) ... ok test_missing_root_urlconf (middleware_exceptions.tests.RootUrlconfTests) ... ok test_middleware_missing (messages_tests.test_api.ApiTests) ... ok test_middleware_missing_silently (messages_tests.test_api.ApiTests) ... ok test_ok (messages_tests.test_api.ApiTests) ... ok test_request_is_none (messages_tests.test_api.ApiTests) ... ok test_middleware_missing (messages_tests.test_api.CustomRequestApiTests) ... ok test_middleware_missing_silently (messages_tests.test_api.CustomRequestApiTests) ... ok test_ok (messages_tests.test_api.CustomRequestApiTests) ... ok test_request_is_none (messages_tests.test_api.CustomRequestApiTests) ... ok test_add (messages_tests.test_cookie.CookieTests) ... ok test_add_lazy_translation (messages_tests.test_cookie.CookieTests) ... ok test_add_update (messages_tests.test_cookie.CookieTests) ... ok test_context_processor_message_levels (messages_tests.test_cookie.CookieTests) ... ok test_cookie_setings (messages_tests.test_cookie.CookieTests) CookieStorage honors SESSION_COOKIE_DOMAIN, SESSION_COOKIE_SECURE, and ... ok test_custom_tags (messages_tests.test_cookie.CookieTests) ... ok test_default_level (messages_tests.test_cookie.CookieTests) ... ok test_existing_add (messages_tests.test_cookie.CookieTests) ... ok test_existing_add_read_update (messages_tests.test_cookie.CookieTests) ... ok test_existing_read (messages_tests.test_cookie.CookieTests) Reading the existing storage doesn't cause the data to be lost. ... ok test_existing_read_add_update (messages_tests.test_cookie.CookieTests) ... ok test_full_request_response_cycle (messages_tests.test_cookie.CookieTests) With the message middleware enabled, messages are properly stored and ... ok test_get (messages_tests.test_cookie.CookieTests) ... ok test_get_bad_cookie (messages_tests.test_cookie.CookieTests) ... ok test_high_level (messages_tests.test_cookie.CookieTests) ... ok test_json_encoder_decoder (messages_tests.test_cookie.CookieTests) A complex nested data structure containing Message ... ok test_level_tag (messages_tests.test_cookie.CookieTests) ... ok test_low_level (messages_tests.test_cookie.CookieTests) ... ok test_max_cookie_length (messages_tests.test_cookie.CookieTests) If the data exceeds what is allowed in a cookie, older messages are ... ok test_middleware_disabled (messages_tests.test_cookie.CookieTests) When the middleware is disabled, an exception is raised when one ... ok test_middleware_disabled_fail_silently (messages_tests.test_cookie.CookieTests) When the middleware is disabled, an exception is not raised ... ok test_multiple_posts (messages_tests.test_cookie.CookieTests) Messages persist properly when multiple POSTs are made before a GET. ... ok test_no_update (messages_tests.test_cookie.CookieTests) ... ok test_pre_1_5_message_format (messages_tests.test_cookie.CookieTests) Messages that were set in the cookie before the addition of is_safedata ... ok test_safedata (messages_tests.test_cookie.CookieTests) A message containing SafeData is keeping its safe status when ... ok test_settings_level (messages_tests.test_cookie.CookieTests) ... ok test_tags (messages_tests.test_cookie.CookieTests) ... ok test_with_template_response (messages_tests.test_cookie.CookieTests) ... ok test_add (messages_tests.test_fallback.FallbackTests) ... ok test_add_lazy_translation (messages_tests.test_fallback.FallbackTests) ... ok test_add_update (messages_tests.test_fallback.FallbackTests) ... ok test_context_processor_message_levels (messages_tests.test_fallback.FallbackTests) ... ok test_custom_tags (messages_tests.test_fallback.FallbackTests) ... ok test_default_level (messages_tests.test_fallback.FallbackTests) ... ok test_existing_add (messages_tests.test_fallback.FallbackTests) ... ok test_existing_add_read_update (messages_tests.test_fallback.FallbackTests) ... ok test_existing_read (messages_tests.test_fallback.FallbackTests) Reading the existing storage doesn't cause the data to be lost. ... ok test_existing_read_add_update (messages_tests.test_fallback.FallbackTests) ... ok test_flush_used_backends (messages_tests.test_fallback.FallbackTests) ... ok test_full_request_response_cycle (messages_tests.test_fallback.FallbackTests) With the message middleware enabled, messages are properly stored and ... ok test_get (messages_tests.test_fallback.FallbackTests) ... ok test_get_empty (messages_tests.test_fallback.FallbackTests) ... ok test_get_fallback (messages_tests.test_fallback.FallbackTests) ... ok test_get_fallback_only (messages_tests.test_fallback.FallbackTests) ... ok test_high_level (messages_tests.test_fallback.FallbackTests) ... ok test_level_tag (messages_tests.test_fallback.FallbackTests) ... ok test_low_level (messages_tests.test_fallback.FallbackTests) ... ok test_middleware_disabled (messages_tests.test_fallback.FallbackTests) When the middleware is disabled, an exception is raised when one ... ok test_middleware_disabled_fail_silently (messages_tests.test_fallback.FallbackTests) When the middleware is disabled, an exception is not raised ... ok test_multiple_posts (messages_tests.test_fallback.FallbackTests) Messages persist properly when multiple POSTs are made before a GET. ... ok test_no_fallback (messages_tests.test_fallback.FallbackTests) (1) A short number of messages whose data size doesn't exceed what is ... ok test_no_update (messages_tests.test_fallback.FallbackTests) ... ok test_session_fallback (messages_tests.test_fallback.FallbackTests) If the data exceeds what is allowed in a cookie, messages which did ... ok test_session_fallback_only (messages_tests.test_fallback.FallbackTests) Large messages, none of which fit in a cookie, are stored in the ... ok test_settings_level (messages_tests.test_fallback.FallbackTests) ... ok test_tags (messages_tests.test_fallback.FallbackTests) ... ok test_with_template_response (messages_tests.test_fallback.FallbackTests) ... ok test_set_messages_success (messages_tests.test_mixins.SuccessMessageMixinTests) ... ok test_domain (resolve_url.tests.ResolveUrlTests) Passing a domain to resolve_url() returns the same domain. ... ok test_full_url (resolve_url.tests.ResolveUrlTests) Passing a full URL to resolve_url() results in the same url. ... ok test_lazy_reverse (resolve_url.tests.ResolveUrlTests) Passing the result of reverse_lazy is resolved to a real URL ... ok test_model (resolve_url.tests.ResolveUrlTests) Passing a model to resolve_url() results in get_absolute_url() being ... ok test_non_view_callable_raises_no_reverse_match (resolve_url.tests.ResolveUrlTests) Passing a non-view callable into resolve_url() raises a ... ok test_relative_path (resolve_url.tests.ResolveUrlTests) Passing a relative URL path to resolve_url() results in the same url. ... ok test_url_path (resolve_url.tests.ResolveUrlTests) Passing a URL path to resolve_url() results in the same url. ... ok test_valid_view_name (resolve_url.tests.ResolveUrlTests) Passing a view name to resolve_url() results in the URL path mapping ... ok test_view_function (resolve_url.tests.ResolveUrlTests) Passing a view function to resolve_url() results in the URL path ... ok test_content_type_already_present (middleware.test_security.SecurityMiddlewareTest) The middleware will not override an "X-Content-Type-Options" header ... ok test_content_type_off (middleware.test_security.SecurityMiddlewareTest) With SECURE_CONTENT_TYPE_NOSNIFF False, the middleware does not add an ... ok test_content_type_on (middleware.test_security.SecurityMiddlewareTest) With SECURE_CONTENT_TYPE_NOSNIFF set to True, the middleware adds ... ok test_no_redirect_ssl (middleware.test_security.SecurityMiddlewareTest) The middleware does not redirect secure requests. ... ok test_redirect_exempt (middleware.test_security.SecurityMiddlewareTest) The middleware does not redirect requests with URL path matching an ... ok test_redirect_ssl_host (middleware.test_security.SecurityMiddlewareTest) The middleware redirects to SECURE_SSL_HOST if given. ... ok test_referrer_policy_already_present (middleware.test_security.SecurityMiddlewareTest) The middleware will not override a "Referrer-Policy" header already ... ok test_referrer_policy_off (middleware.test_security.SecurityMiddlewareTest) With SECURE_REFERRER_POLICY set to None, the middleware does not add a ... ok test_referrer_policy_on (middleware.test_security.SecurityMiddlewareTest) With SECURE_REFERRER_POLICY set to a valid value, the middleware adds a ... ok test_ssl_redirect_off (middleware.test_security.SecurityMiddlewareTest) With SECURE_SSL_REDIRECT False, the middleware does not redirect. ... ok test_ssl_redirect_on (middleware.test_security.SecurityMiddlewareTest) With SECURE_SSL_REDIRECT True, the middleware redirects any non-secure ... ok test_sts_already_present (middleware.test_security.SecurityMiddlewareTest) The middleware will not override a "Strict-Transport-Security" header ... ok test_sts_include_subdomains (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS non-zero and SECURE_HSTS_INCLUDE_SUBDOMAINS ... ok test_sts_no_include_subdomains (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS non-zero and SECURE_HSTS_INCLUDE_SUBDOMAINS ... ok test_sts_no_preload (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS non-zero and SECURE_HSTS_PRELOAD ... ok test_sts_off (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS=0, the middleware does not add a ... ok test_sts_on (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS=3600, the middleware adds ... ok test_sts_only_if_secure (middleware.test_security.SecurityMiddlewareTest) The "Strict-Transport-Security" header is not added to responses going ... ok test_sts_preload (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS non-zero and SECURE_HSTS_PRELOAD True, the ... ok test_sts_subdomains_and_preload (middleware.test_security.SecurityMiddlewareTest) With SECURE_HSTS_SECONDS non-zero, SECURE_HSTS_INCLUDE_SUBDOMAINS and ... ok test_xss_filter_already_present (middleware.test_security.SecurityMiddlewareTest) The middleware will not override an "X-XSS-Protection" header ... ok test_xss_filter_off (middleware.test_security.SecurityMiddlewareTest) With SECURE_BROWSER_XSS_FILTER set to False, the middleware does not ... ok test_xss_filter_on (middleware.test_security.SecurityMiddlewareTest) With SECURE_BROWSER_XSS_FILTER set to True, the middleware adds ... ok test_404_error_reporting (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_404_error_reporting_ignored_url (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_404_error_reporting_no_referer (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_custom_request_checker (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_referer_equal_to_requested_url (middleware.tests.BrokenLinkEmailsMiddlewareTest) Some bots set the referer to the current URL to avoid being blocked by ... ok test_referer_equal_to_requested_url_on_another_domain (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_referer_equal_to_requested_url_without_trailing_slash_when_append_slash_is_set (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_referer_equal_to_requested_url_without_trailing_slash_when_append_slash_is_unset (middleware.tests.BrokenLinkEmailsMiddlewareTest) ... ok test_append_slash_disabled (middleware.tests.CommonMiddlewareTest) Disabling append slash functionality should leave slashless URLs alone. ... ok test_append_slash_disabled_custom_urlconf (middleware.tests.CommonMiddlewareTest) Disabling append slash functionality should leave slashless URLs alone. ... ok test_append_slash_have_slash (middleware.tests.CommonMiddlewareTest) URLs with slashes should go unmolested. ... ok test_append_slash_have_slash_custom_urlconf (middleware.tests.CommonMiddlewareTest) URLs with slashes should go unmolested. ... ok test_append_slash_leading_slashes (middleware.tests.CommonMiddlewareTest) Paths starting with two slashes are escaped to prevent open redirects. ... ok test_append_slash_no_redirect_on_POST_in_DEBUG (middleware.tests.CommonMiddlewareTest) While in debug mode, an exception is raised with a warning ... ok test_append_slash_no_redirect_on_POST_in_DEBUG_custom_urlconf (middleware.tests.CommonMiddlewareTest) While in debug mode, an exception is raised with a warning ... ok test_append_slash_quoted (middleware.tests.CommonMiddlewareTest) URLs which require quoting should be redirected to their slash version. ... ok test_append_slash_quoted_custom_urlconf (middleware.tests.CommonMiddlewareTest) URLs which require quoting should be redirected to their slash version. ... ok test_append_slash_redirect (middleware.tests.CommonMiddlewareTest) APPEND_SLASH should redirect slashless URLs to a valid pattern. ... ok test_append_slash_redirect_custom_urlconf (middleware.tests.CommonMiddlewareTest) APPEND_SLASH should redirect slashless URLs to a valid pattern. ... ok test_append_slash_redirect_querystring (middleware.tests.CommonMiddlewareTest) APPEND_SLASH should preserve querystrings when redirecting. ... ok test_append_slash_redirect_querystring_have_slash (middleware.tests.CommonMiddlewareTest) APPEND_SLASH should append slash to path when redirecting a request ... ok test_append_slash_slashless_resource (middleware.tests.CommonMiddlewareTest) Matches to explicit slashless URLs should go unmolested. ... ok test_append_slash_slashless_resource_custom_urlconf (middleware.tests.CommonMiddlewareTest) Matches to explicit slashless URLs should go unmolested. ... ok test_append_slash_slashless_unknown (middleware.tests.CommonMiddlewareTest) APPEND_SLASH should not redirect to unknown resources. ... ok test_append_slash_slashless_unknown_custom_urlconf (middleware.tests.CommonMiddlewareTest) APPEND_SLASH should not redirect to unknown resources. ... ok test_content_length_header_added (middleware.tests.CommonMiddlewareTest) ... ok test_content_length_header_not_added_for_streaming_response (middleware.tests.CommonMiddlewareTest) ... ok test_content_length_header_not_changed (middleware.tests.CommonMiddlewareTest) ... ok test_disallowed_user_agents (middleware.tests.CommonMiddlewareTest) ... ok test_non_ascii_query_string_does_not_crash (middleware.tests.CommonMiddlewareTest) Regression test for #15152 ... ok test_prepend_www (middleware.tests.CommonMiddlewareTest) ... ok test_prepend_www_append_slash_have_slash (middleware.tests.CommonMiddlewareTest) ... ok test_prepend_www_append_slash_have_slash_custom_urlconf (middleware.tests.CommonMiddlewareTest) ... ok test_prepend_www_append_slash_slashless (middleware.tests.CommonMiddlewareTest) ... ok test_prepend_www_append_slash_slashless_custom_urlconf (middleware.tests.CommonMiddlewareTest) ... ok test_prepend_www_custom_urlconf (middleware.tests.CommonMiddlewareTest) ... ok test_response_redirect_class (middleware.tests.CommonMiddlewareTest) ... ok test_response_redirect_class_subclass (middleware.tests.CommonMiddlewareTest) ... ok test_etag_extended_cache_control (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_modified_since_and_client_error (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_modified_since_and_last_modified_in_the_future (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_modified_since_and_last_modified_in_the_past (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_modified_since_and_no_last_modified (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_modified_since_and_redirect (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_modified_since_and_same_last_modified (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_none_match_and_client_error (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_none_match_and_different_etag (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_none_match_and_no_etag (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_none_match_and_redirect (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_if_none_match_and_same_etag (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_middleware_calculates_etag (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_middleware_wont_overwrite_etag (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_no_etag_no_store_cache (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_no_etag_streaming_response (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_no_head (middleware.tests.ConditionalGetMiddlewareTest) ConditionalGetMiddleware shouldn't compute and return an ETag on a ... ok test_no_if_modified_since_and_last_modified (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_no_if_none_match_and_etag (middleware.tests.ConditionalGetMiddlewareTest) ... ok test_no_unsafe (middleware.tests.ConditionalGetMiddlewareTest) ConditionalGetMiddleware shouldn't return a conditional response on an ... ok test_not_modified_headers (middleware.tests.ConditionalGetMiddlewareTest) The 304 Not Modified response should include only the headers required ... ok test_etag_match (middleware.tests.ETagGZipMiddlewareTest) GZipMiddleware allows 304 Not Modified responses. ... ok test_strong_etag_modified (middleware.tests.ETagGZipMiddlewareTest) GZipMiddleware makes a strong ETag weak. ... ok test_weak_etag_not_modified (middleware.tests.ETagGZipMiddlewareTest) GZipMiddleware doesn't modify a weak ETag. ... ok test_compress_deterministic (middleware.tests.GZipMiddlewareTest) Compression results are the same for the same content and don't ... ok test_compress_file_response (middleware.tests.GZipMiddlewareTest) Compression is performed on FileResponse. ... ok test_compress_non_200_response (middleware.tests.GZipMiddlewareTest) Compression is performed on responses with a status other than 200 ... ok test_compress_response (middleware.tests.GZipMiddlewareTest) Compression is performed on responses with compressible content. ... ok test_compress_streaming_response (middleware.tests.GZipMiddlewareTest) Compression is performed on responses with streaming content. ... ok test_compress_streaming_response_unicode (middleware.tests.GZipMiddlewareTest) Compression is performed on responses with streaming Unicode content. ... ok test_no_compress_compressed_response (middleware.tests.GZipMiddlewareTest) Compression isn't performed on responses that are already compressed. ... ok test_no_compress_incompressible_response (middleware.tests.GZipMiddlewareTest) Compression isn't performed on responses with incompressible content. ... ok test_no_compress_short_response (middleware.tests.GZipMiddlewareTest) Compression isn't performed on responses with short content. ... ok test_defaults_sameorigin (middleware.tests.XFrameOptionsMiddlewareTest) If the X_FRAME_OPTIONS setting is not set then it defaults to ... ok test_deny (middleware.tests.XFrameOptionsMiddlewareTest) The X_FRAME_OPTIONS setting can be set to DENY to have the middleware ... ok test_dont_set_if_set (middleware.tests.XFrameOptionsMiddlewareTest) If the X-Frame-Options header is already set then the middleware does ... ok test_is_extendable (middleware.tests.XFrameOptionsMiddlewareTest) The XFrameOptionsMiddleware method that determines the X-Frame-Options ... ok test_response_exempt (middleware.tests.XFrameOptionsMiddlewareTest) If the response has an xframe_options_exempt attribute set to False ... ok test_same_origin (middleware.tests.XFrameOptionsMiddlewareTest) The X_FRAME_OPTIONS setting can be set to SAMEORIGIN to have the ... ok test_repr (serializers.test_deserializedobject.TestDeserializedObjectTests) ... ok test_lazy_string_encoding (serializers.test_json.DjangoJSONEncoderTests) ... ok test_timedelta (serializers.test_json.DjangoJSONEncoderTests) ... ok test_forward_refs (serializers.test_json.JsonSerializerTransactionTestCase) Objects ids can be referenced before they are ... ok test_forward_refs (serializers.test_xml.XmlSerializerTransactionTestCase) Objects ids can be referenced before they are ... ok test_deserializer_pyyaml_error_message (serializers.test_yaml.NoYamlSerializerTestCase) Using yaml deserializer without pyyaml raises ImportError ... ok test_dumpdata_pyyaml_error_message (serializers.test_yaml.NoYamlSerializerTestCase) Calling dumpdata produces an error when yaml package missing ... ok test_serializer_pyyaml_error_message (serializers.test_yaml.NoYamlSerializerTestCase) Using yaml serializer without pyyaml raises ImportError ... ok test_forward_refs (serializers.test_yaml.YamlSerializerTransactionTestCase) Objects ids can be referenced before they are ... ok test_stream_class (serializers.tests.SerializerAPITests) ... ok test_builtin_serializers (serializers.tests.SerializerRegistrationTests) Requesting a list of serializer formats populates the registry ... ok test_get_unknown_deserializer (serializers.tests.SerializerRegistrationTests) ... ok test_get_unknown_serializer (serializers.tests.SerializerRegistrationTests) #15889: get_serializer('nonsense') raises a SerializerDoesNotExist ... ok test_register (serializers.tests.SerializerRegistrationTests) Registering a new serializer populates the full registry. Refs #14823 ... ok test_unregister (serializers.tests.SerializerRegistrationTests) Unregistering a serializer doesn't cause the registry to be repopulated. Refs #14823 ... ok test_unregister_unknown_serializer (serializers.tests.SerializerRegistrationTests) ... ok test_option_then_setting (admin_scripts.tests.ArgumentOrder) Options passed before settings are correctly handled. ... ok test_option_then_setting_then_option (admin_scripts.tests.ArgumentOrder) Options are correctly handled when they are passed before and after ... ok test_setting_then_option (admin_scripts.tests.ArgumentOrder) Options passed after settings are correctly handled. ... ok test_setting_then_short_option (admin_scripts.tests.ArgumentOrder) Short options passed after settings are correctly handled. ... ok test_short_option_then_setting (admin_scripts.tests.ArgumentOrder) Short options passed before settings are correctly handled. ... ok test_app_command (admin_scripts.tests.CommandTypes) User AppCommands can execute when a single app name is provided ... ok test_app_command_invalid_app_label (admin_scripts.tests.CommandTypes) User AppCommands can execute when a single app name is provided ... ok test_app_command_multiple_apps (admin_scripts.tests.CommandTypes) User AppCommands raise an error when multiple app names are provided ... ok test_app_command_no_apps (admin_scripts.tests.CommandTypes) User AppCommands raise an error when no app name is provided ... ok test_app_command_some_invalid_app_labels (admin_scripts.tests.CommandTypes) User AppCommands can execute when some of the provided app names are invalid ... ok test_base_command (admin_scripts.tests.CommandTypes) User BaseCommands can execute when a label is provided ... ok test_base_command_multiple_label (admin_scripts.tests.CommandTypes) User BaseCommands can execute when no labels are provided ... ok test_base_command_no_label (admin_scripts.tests.CommandTypes) User BaseCommands can execute when no labels are provided ... ok test_base_command_with_option (admin_scripts.tests.CommandTypes) User BaseCommands can execute with options when a label is provided ... ok test_base_command_with_options (admin_scripts.tests.CommandTypes) User BaseCommands can execute with multiple options when a label is provided ... ok test_base_command_with_wrong_option (admin_scripts.tests.CommandTypes) User BaseCommands outputs command usage when wrong option is specified ... ok test_base_run_from_argv (admin_scripts.tests.CommandTypes) Test run_from_argv properly terminates even with custom execute() (#19665) ... ok test_color_style (admin_scripts.tests.CommandTypes) ... ok test_command_color (admin_scripts.tests.CommandTypes) ... ok test_command_no_color (admin_scripts.tests.CommandTypes) --no-color prevent colorization of the output ... ok test_custom_stderr (admin_scripts.tests.CommandTypes) ... ok test_custom_stdout (admin_scripts.tests.CommandTypes) ... ok test_force_color_command_init (admin_scripts.tests.CommandTypes) ... ok test_force_color_execute (admin_scripts.tests.CommandTypes) ... ok test_help (admin_scripts.tests.CommandTypes) help is handled as a special case ... ok test_help_alternative (admin_scripts.tests.CommandTypes) --help is equivalent to help ... ok test_help_commands (admin_scripts.tests.CommandTypes) help --commands shows the list of all available commands ... ok test_help_short_altert (admin_scripts.tests.CommandTypes) -h is handled as a short form of --help ... ok test_label_command (admin_scripts.tests.CommandTypes) User LabelCommands can execute when a label is provided ... ok test_label_command_multiple_label (admin_scripts.tests.CommandTypes) User LabelCommands are executed multiple times if multiple labels are provided ... ok test_label_command_no_label (admin_scripts.tests.CommandTypes) User LabelCommands raise an error if no label is provided ... ok test_no_color_force_color_mutually_exclusive_command_init (admin_scripts.tests.CommandTypes) ... ok test_no_color_force_color_mutually_exclusive_execute (admin_scripts.tests.CommandTypes) ... ok test_noargs (admin_scripts.tests.CommandTypes) NoArg Commands can be executed ... ok test_noargs_with_args (admin_scripts.tests.CommandTypes) NoArg Commands raise an error if an argument is provided ... ok test_run_from_argv_closes_connections (admin_scripts.tests.CommandTypes) A command called from the command line should close connections after ... ok test_run_from_argv_non_ascii_error (admin_scripts.tests.CommandTypes) Non-ASCII message of CommandError does not raise any ... ok test_specific_help (admin_scripts.tests.CommandTypes) --help can be used on a specific command ... ok test_version (admin_scripts.tests.CommandTypes) version is handled as a special case ... ok test_version_alternative (admin_scripts.tests.CommandTypes) --version is equivalent to version ... ok test_all (admin_scripts.tests.DiffSettings) The all option also shows settings with the default value. ... ok test_basic (admin_scripts.tests.DiffSettings) Runs without error and emits settings diff. ... ok test_custom_default (admin_scripts.tests.DiffSettings) The --default option specifies an alternate settings module for ... ok test_dynamic_settings_configured (admin_scripts.tests.DiffSettings) ... ok test_settings_configured (admin_scripts.tests.DiffSettings) ... ok test_unified (admin_scripts.tests.DiffSettings) --output=unified emits settings diff in unified mode. ... ok test_unified_all (admin_scripts.tests.DiffSettings) --output=unified --all emits settings diff in unified mode and includes ... ok test_precedence (admin_scripts.tests.Discovery) Apps listed first in INSTALLED_APPS have precedence. ... ok test_builtin_command (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin builtin commands succeed if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin can't execute user commands unless settings are provided ... ok test_custom_command_with_environment (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin can execute user commands if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.DjangoAdminAlternateSettings) alternate: django-admin can execute user commands if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin builtin commands succeed if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin can't execute user commands if it isn't provided settings ... ok test_custom_command_with_environment (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin can execute user commands if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.DjangoAdminDefaultSettings) default: django-admin can execute user commands if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin builtin commands succeed if the environment contains settings ... ok test_builtin_with_settings (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin builtin commands succeed if a settings file is provided ... ok test_custom_command (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin can't execute user commands unless settings are provided ... ok test_custom_command_with_environment (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin can execute user commands if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.DjangoAdminFullPathDefaultSettings) fulldefault: django-admin can execute user commands if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin builtin commands fail if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin builtin commands fail if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin can't execute user commands unless settings are provided ... ok test_custom_command_with_environment (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin can't execute user commands, even if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.DjangoAdminMinimalSettings) minimal: django-admin can't execute user commands, even if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin builtin commands succeed if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin can't execute user commands unless settings are provided ... ok test_custom_command_with_environment (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin can execute user commands if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.DjangoAdminMultipleSettings) alternate: django-admin can execute user commands if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.DjangoAdminNoSettings) no settings: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminNoSettings) no settings: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminNoSettings) no settings: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_commands_with_invalid_settings (admin_scripts.tests.DjangoAdminNoSettings) " ... ok test_builtin_command (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: django-admin builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: django-admin builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: django-admin builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: django-admin builtin commands succeed if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: django-admin builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: django-admin can't execute user commands unless settings are provided ... ok test_setup_environ (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: startapp creates the correct directory ... ok test_setup_environ_custom_template (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: startapp creates the correct directory with a custom template ... ok test_startapp_unicode_name (admin_scripts.tests.DjangoAdminSettingsDirectory) directory: startapp creates the correct directory with unicode characters ... ok test_no_suggestions (admin_scripts.tests.DjangoAdminSuggestions) ... ok test_suggestions (admin_scripts.tests.DjangoAdminSuggestions) ... ok test_pks_parsing (admin_scripts.tests.Dumpdata) Regression for #20509 ... ok test_program_name_in_help (admin_scripts.tests.MainModule) ... ok test_runs_django_admin (admin_scripts.tests.MainModule) ... ok test_builtin_command (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py builtin commands fail with an error when no default settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py builtin commands work if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py builtin commands work with settings provided as argument ... ok test_custom_command (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py can't execute user commands without settings ... ok test_custom_command_output_color (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py output syntax color can be deactivated with the `--no-color` option ... ok test_custom_command_with_environment (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py can execute user commands if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.ManageAlternateSettings) alternate: manage.py can execute user commands if settings are provided as argument ... ok test_app_with_import (admin_scripts.tests.ManageCheck) manage.py check does not raise errors when an app imports a base ... ok test_broken_app (admin_scripts.tests.ManageCheck) manage.py check reports an ImportError if an app's models.py ... ok test_complex_app (admin_scripts.tests.ManageCheck) manage.py check does not raise an ImportError validating a ... ok test_nonexistent_app (admin_scripts.tests.ManageCheck) check reports an error on a nonexistent app in INSTALLED_APPS. ... ok test_output_format (admin_scripts.tests.ManageCheck) All errors/warnings should be sorted by level and by message. ... ok test_warning_does_not_halt (admin_scripts.tests.ManageCheck) When there are only warnings or less serious messages, then Django ... ok test_builtin_command (admin_scripts.tests.ManageDefaultSettings) default: manage.py builtin commands succeed when default settings are appropriate ... ok test_builtin_with_bad_environment (admin_scripts.tests.ManageDefaultSettings) default: manage.py builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.ManageDefaultSettings) default: manage.py builtin commands succeed if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.ManageDefaultSettings) default: manage.py builtin commands succeed if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.ManageDefaultSettings) default: manage.py builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.ManageDefaultSettings) default: manage.py can execute user commands when default settings are appropriate ... ok test_custom_command_with_environment (admin_scripts.tests.ManageDefaultSettings) default: manage.py can execute user commands when settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.ManageDefaultSettings) default: manage.py can execute user commands when settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py builtin commands succeed when default settings are appropriate ... ok test_builtin_with_bad_environment (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py builtin commands succeed if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py builtin commands succeed if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py can execute user commands when default settings are appropriate ... ok test_custom_command_with_environment (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py can execute user commands when settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.ManageFullPathDefaultSettings) fulldefault: manage.py can execute user commands when settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py builtin commands fail if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py builtin commands fail if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py can't execute user commands without appropriate settings ... ok test_custom_command_with_environment (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py can't execute user commands, even if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.ManageMinimalSettings) minimal: manage.py can't execute user commands, even if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py builtin commands fail if settings file (from argument) doesn't exist ... ok test_builtin_with_environment (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py can execute builtin commands if settings are provided in the environment ... ok test_builtin_with_settings (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py builtin commands succeed if settings are provided as argument ... ok test_custom_command (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py can't execute user commands using default settings ... ok test_custom_command_with_environment (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py can execute user commands if settings are provided in environment ... ok test_custom_command_with_settings (admin_scripts.tests.ManageMultipleSettings) multiple: manage.py can execute user commands if settings are provided as argument ... ok test_builtin_command (admin_scripts.tests.ManageNoSettings) no settings: manage.py builtin commands fail with an error when no settings provided ... ok test_builtin_with_bad_environment (admin_scripts.tests.ManageNoSettings) no settings: manage.py builtin commands fail if settings file (from environment) doesn't exist ... ok test_builtin_with_bad_settings (admin_scripts.tests.ManageNoSettings) no settings: manage.py builtin commands fail if settings file (from argument) doesn't exist ... ok test_no_database (admin_scripts.tests.ManageRunserver) Ensure runserver.check_migrations doesn't choke on empty DATABASES. ... ok test_readonly_database (admin_scripts.tests.ManageRunserver) runserver.check_migrations() doesn't choke when a database is read-only. ... ok test_runner_addrport_ipv6 (admin_scripts.tests.ManageRunserver) ... ok test_runner_ambiguous (admin_scripts.tests.ManageRunserver) ... ok test_runner_custom_defaults (admin_scripts.tests.ManageRunserver) ... ok test_runner_custom_defaults_ipv6 (admin_scripts.tests.ManageRunserver) ... ok test_runner_hostname (admin_scripts.tests.ManageRunserver) ... ok test_runner_hostname_ipv6 (admin_scripts.tests.ManageRunserver) ... ok test_runserver_addrport (admin_scripts.tests.ManageRunserver) ... ok test_empty_allowed_hosts_error (admin_scripts.tests.ManageRunserverEmptyAllowedHosts) ... ok test_attribute_error (admin_scripts.tests.ManageSettingsWithSettingsErrors) manage.py builtin commands does not swallow attribute error due to bad ... ok test_help (admin_scripts.tests.ManageSettingsWithSettingsErrors) Test listing available commands output note when only core commands are ... ok test_import_error (admin_scripts.tests.ManageSettingsWithSettingsErrors) import error: manage.py builtin commands shows useful diagnostic info ... ok test_key_error (admin_scripts.tests.ManageSettingsWithSettingsErrors) ... ok test_params_to_runserver (admin_scripts.tests.ManageTestserver) ... ok test_testserver_handle_params (admin_scripts.tests.ManageTestserver) ... ok test_importable_name (admin_scripts.tests.StartApp) startapp validates that app name doesn't clash with existing Python ... ok test_importable_target_name (admin_scripts.tests.StartApp) ... ok test_invalid_name (admin_scripts.tests.StartApp) startapp validates that app name is a valid Python identifier. ... ok test_invalid_target_name (admin_scripts.tests.StartApp) ... ok test_overlaying_app (admin_scripts.tests.StartApp) ... ok test_custom_project_destination_missing (admin_scripts.tests.StartProject) Make sure an exception is raised when the provided ... ok test_custom_project_template (admin_scripts.tests.StartProject) Make sure the startproject management command is able to use a different project template ... ok test_custom_project_template_context_variables (admin_scripts.tests.StartProject) Make sure template context variables are rendered with proper values ... ok test_custom_project_template_from_tarball_by_path (admin_scripts.tests.StartProject) Make sure the startproject management command is able to use a different project template from a tarball ... ok test_custom_project_template_from_tarball_by_url (admin_scripts.tests.StartProject) The startproject management command is able to use a different project ... ok test_custom_project_template_from_tarball_to_alternative_location (admin_scripts.tests.StartProject) Startproject can use a project template from a tarball and create it in a specified location ... ok test_custom_project_template_with_non_ascii_templates (admin_scripts.tests.StartProject) The startproject management command is able to render templates with ... ok test_file_without_extension (admin_scripts.tests.StartProject) Make sure the startproject management command is able to render custom files ... ok test_importable_project_name (admin_scripts.tests.StartProject) startproject validates that project name doesn't clash with existing ... ok test_invalid_project_name (admin_scripts.tests.StartProject) Make sure the startproject management command validates a project name ... ok test_no_escaping_of_project_variables (admin_scripts.tests.StartProject) Make sure template context variables are not html escaped ... ok test_project_template_tarball_url (admin_scripts.tests.StartProject) Startproject management command handles project template tar/zip balls from non-canonical urls ... ok test_simple_project (admin_scripts.tests.StartProject) Make sure the startproject management command creates a project ... ok test_simple_project_different_directory (admin_scripts.tests.StartProject) Make sure the startproject management command creates a project in a specific directory ... ok test_template_dir_with_trailing_slash (admin_scripts.tests.StartProject) Ticket 17475: Template dir passed has a trailing path separator ... ok test_wrong_args (admin_scripts.tests.StartProject) Make sure passing the wrong kinds of arguments outputs an error and prints usage ... ok test_combine_and_both_empty (queries.test_q.QTests) ... ok test_combine_and_empty (queries.test_q.QTests) ... ok test_combine_not_q_object (queries.test_q.QTests) ... ok test_combine_or_both_empty (queries.test_q.QTests) ... ok test_combine_or_empty (queries.test_q.QTests) ... ok test_deconstruct (queries.test_q.QTests) ... ok test_deconstruct_and (queries.test_q.QTests) ... ok test_deconstruct_multiple_kwargs (queries.test_q.QTests) ... ok test_deconstruct_negated (queries.test_q.QTests) ... ok test_deconstruct_nested (queries.test_q.QTests) ... ok test_deconstruct_or (queries.test_q.QTests) ... ok test_reconstruct (queries.test_q.QTests) ... ok test_reconstruct_and (queries.test_q.QTests) ... ok test_reconstruct_negated (queries.test_q.QTests) ... ok test_reconstruct_or (queries.test_q.QTests) ... ok test_clone_select_related (queries.test_query.TestQuery) ... ok test_complex_query (queries.test_query.TestQuery) ... ok test_foreign_key (queries.test_query.TestQuery) ... ok test_foreign_key_exclusive (queries.test_query.TestQuery) ... ok test_foreign_key_f (queries.test_query.TestQuery) ... ok test_iterable_lookup_value (queries.test_query.TestQuery) ... ok test_multiple_fields (queries.test_query.TestQuery) ... ok test_negated_nullable (queries.test_query.TestQuery) ... ok test_simple_query (queries.test_query.TestQuery) ... ok test_simplecol_query (queries.test_query.TestQuery) ... ok test_transform (queries.test_query.TestQuery) ... ok test_emptyqueryset_values (queries.tests.EmptyQuerySetTests) ... ok test_ticket_19151 (queries.tests.EmptyQuerySetTests) ... ok test_values_subquery (queries.tests.EmptyQuerySetTests) ... ok test_empty_string_promotion (queries.tests.EmptyStringPromotionTests) ... ok test_ticket10432 (queries.tests.GeneratorExpressionTests) ... ok test_invalid_order_by (queries.tests.QuerySetExceptionTests) ... ok test_invalid_qs_list (queries.tests.QuerySetExceptionTests) ... ok test_invalid_queryset_model (queries.tests.QuerySetExceptionTests) ... ok test_iter_exceptions (queries.tests.QuerySetExceptionTests) ... ok test_invalid_values (queries.tests.TestInvalidValuesRelation) ... ok test_ticket_18785 (queries.tests.Ticket18785Tests) ... ok test_empty_full_handling_conjunction (queries.tests.WhereNodeTest) ... ok test_empty_full_handling_disjunction (queries.tests.WhereNodeTest) ... ok test_empty_nodes (queries.tests.WhereNodeTest) ... ok test_invalid_field_type (sites_framework.tests.CurrentSiteManagerChecksTests) ... ok test_invalid_name (sites_framework.tests.CurrentSiteManagerChecksTests) ... ok test_condition_ignored (indexes.tests.PartialIndexConditionIgnoredTests) ... skipped 'Database has feature(s) supports_partial_indexes' test_boolean_restriction_partial (indexes.tests.PartialIndexTests) ... ok test_integer_restriction_partial (indexes.tests.PartialIndexTests) ... ok test_is_null_condition (indexes.tests.PartialIndexTests) ... ok test_multiple_conditions (indexes.tests.PartialIndexTests) ... ok test_partial_index (indexes.tests.PartialIndexTests) ... ok test_no_index_for_foreignkey (indexes.tests.SchemaIndexesMySQLTests) MySQL on InnoDB already creates indexes automatically for foreign keys. ... skipped 'MySQL tests' test_create_index_ignores_opclasses (indexes.tests.SchemaIndexesNotPostgreSQLTests) ... ok test_ops_class (indexes.tests.SchemaIndexesPostgreSQLTests) ... skipped 'PostgreSQL tests' test_ops_class_descending (indexes.tests.SchemaIndexesPostgreSQLTests) ... skipped 'PostgreSQL tests' test_ops_class_descending_partial (indexes.tests.SchemaIndexesPostgreSQLTests) ... skipped 'PostgreSQL tests' test_ops_class_multiple_columns (indexes.tests.SchemaIndexesPostgreSQLTests) ... skipped 'PostgreSQL tests' test_ops_class_partial (indexes.tests.SchemaIndexesPostgreSQLTests) ... skipped 'PostgreSQL tests' test_ops_class_partial_tablespace (indexes.tests.SchemaIndexesPostgreSQLTests) ... skipped 'PostgreSQL tests' test_text_indexes (indexes.tests.SchemaIndexesPostgreSQLTests) Test creation of PostgreSQL-specific text indexes (#12234) ... skipped 'PostgreSQL tests' test_virtual_relation_indexes (indexes.tests.SchemaIndexesPostgreSQLTests) Test indexes are not created for related objects ... skipped 'PostgreSQL tests' test_generic_relations (select_related.tests.SelectRelatedValidationTests) ... ok test_invalid_field (select_related.tests.SelectRelatedValidationTests) ... ok test_many_to_many_field (select_related.tests.SelectRelatedValidationTests) ... ok test_non_relational_field (select_related.tests.SelectRelatedValidationTests) ... ok test_non_relational_field_nested (select_related.tests.SelectRelatedValidationTests) ... ok test_reverse_relational_field (select_related.tests.SelectRelatedValidationTests) ... ok test_str (urlpatterns.test_resolvers.RegexPatternTests) ... ok test_resolver_cache_default__root_urlconf (urlpatterns.test_resolvers.ResolverCacheTests) ... ok test_str (urlpatterns.test_resolvers.RoutePatternTests) ... ok test_resolve_type_error_propagates (urlpatterns.tests.ConversionExceptionTests) ... ok test_resolve_value_error_means_no_match (urlpatterns.tests.ConversionExceptionTests) ... ok test_reverse_value_error_propagates (urlpatterns.tests.ConversionExceptionTests) ... ok test_matching_urls (urlpatterns.tests.ConverterTests) ... ok test_nonmatching_urls (urlpatterns.tests.ConverterTests) ... ok test_allows_non_ascii_but_valid_identifiers (urlpatterns.tests.ParameterRestrictionTests) ... ok test_non_identifier_parameter_name_causes_exception (urlpatterns.tests.ParameterRestrictionTests) ... ok test_converter_resolve (urlpatterns.tests.SimplifiedURLTests) ... ok test_converter_reverse (urlpatterns.tests.SimplifiedURLTests) ... ok test_converter_reverse_with_second_layer_instance_namespace (urlpatterns.tests.SimplifiedURLTests) ... ok test_invalid_converter (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_inclusion_is_matchable (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_inclusion_is_reversible (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_lookup_with_double_inclusion (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_lookup_with_empty_string_inclusion (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_lookup_with_inclusion (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_lookup_with_multiple_parameters (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_lookup_with_typed_parameters (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_lookup_without_parameters (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_reverse_with_parameter (urlpatterns.tests.SimplifiedURLTests) ... ok test_path_reverse_without_parameter (urlpatterns.tests.SimplifiedURLTests) ... ok test_re_path (urlpatterns.tests.SimplifiedURLTests) ... ok test_re_path_with_missing_optional_parameter (urlpatterns.tests.SimplifiedURLTests) ... ok test_re_path_with_optional_parameter (urlpatterns.tests.SimplifiedURLTests) ... ok test_space_in_route (urlpatterns.tests.SimplifiedURLTests) ... ok test_two_variable_at_start_of_path_pattern (urlpatterns.tests.SimplifiedURLTests) ... ok test_development (version.tests.VersionTests) ... ok test_get_version_tuple (version.tests.VersionTests) ... ok test_releases (version.tests.VersionTests) ... ok test_render (shortcuts.tests.RenderTests) ... ok test_render_with_content_type (shortcuts.tests.RenderTests) ... ok test_render_with_multiple_templates (shortcuts.tests.RenderTests) ... ok test_render_with_status (shortcuts.tests.RenderTests) ... ok test_render_with_using (shortcuts.tests.RenderTests) ... ok test_custom_template (view_tests.tests.test_csrf.CsrfViewTests) A custom CSRF_FAILURE_TEMPLATE_NAME is used. ... ok test_custom_template_does_not_exist (view_tests.tests.test_csrf.CsrfViewTests) An exception is raised if a nonexistent template is supplied. ... ok test_no_cookies (view_tests.tests.test_csrf.CsrfViewTests) The CSRF cookie is checked for POST. Failure to send this cookie should ... ok test_no_django_template_engine (view_tests.tests.test_csrf.CsrfViewTests) The CSRF view doesn't depend on the TEMPLATES configuration (#24388). ... ok test_no_referer (view_tests.tests.test_csrf.CsrfViewTests) Referer header is strictly checked for POST over HTTPS. Trigger the ... ok test_translation (view_tests.tests.test_csrf.CsrfViewTests) An invalid request is rejected with a localized error message. ... ok test_ajax_response_encoding (view_tests.tests.test_debug.AjaxResponseExceptionReporterFilter) ... ok test_custom_exception_reporter_filter (view_tests.tests.test_debug.AjaxResponseExceptionReporterFilter) It's possible to assign an exception reporter filter to ... ok test_non_sensitive_request (view_tests.tests.test_debug.AjaxResponseExceptionReporterFilter) Request info can bee seen in the default error reports for ... ok test_paranoid_request (view_tests.tests.test_debug.AjaxResponseExceptionReporterFilter) No POST parameters can be seen in the default error reports ... ok test_sensitive_request (view_tests.tests.test_debug.AjaxResponseExceptionReporterFilter) Sensitive POST parameters cannot be seen in the default ... ok test_repr (view_tests.tests.test_debug.CallableSettingWrapperTests) ... ok test_handle_db_exception (view_tests.tests.test_debug.DebugViewQueriesAllowedTests) Ensure the debug view works when a database exception is raised by ... ok test_400 (view_tests.tests.test_debug.DebugViewTests) ... ok test_403 (view_tests.tests.test_debug.DebugViewTests) ... ok test_403_template (view_tests.tests.test_debug.DebugViewTests) ... ok test_404 (view_tests.tests.test_debug.DebugViewTests) ... ok test_404_empty_path_not_in_urls (view_tests.tests.test_debug.DebugViewTests) ... ok test_404_not_in_urls (view_tests.tests.test_debug.DebugViewTests) ... ok test_classbased_technical_404 (view_tests.tests.test_debug.DebugViewTests) ... ok test_default_urlconf_template (view_tests.tests.test_debug.DebugViewTests) Make sure that the default URLconf template is shown shown instead ... ok test_files (view_tests.tests.test_debug.DebugViewTests) ... ok test_no_template_source_loaders (view_tests.tests.test_debug.DebugViewTests) Make sure if you don't specify a template, the debug view doesn't blow up. ... ok test_non_l10ned_numeric_ids (view_tests.tests.test_debug.DebugViewTests) Numeric IDs and fancy traceback context blocks line numbers shouldn't be localized. ... ok test_regression_21530 (view_tests.tests.test_debug.DebugViewTests) Regression test for bug #21530. ... ok test_technical_404 (view_tests.tests.test_debug.DebugViewTests) ... ok test_technical_404_converter_raise_404 (view_tests.tests.test_debug.DebugViewTests) ... ok test_template_encoding (view_tests.tests.test_debug.DebugViewTests) The templates are loaded directly, not via a template loader, and ... ok test_template_exceptions (view_tests.tests.test_debug.DebugViewTests) ... ok test_template_loader_postmortem (view_tests.tests.test_debug.DebugViewTests) Tests for not existing file ... ok test_callable_settings (view_tests.tests.test_debug.ExceptionReporterFilterTests) Callable settings should not be evaluated in the debug page (#21345). ... ok test_callable_settings_forbidding_to_set_attributes (view_tests.tests.test_debug.ExceptionReporterFilterTests) Callable settings which forbid to set attributes should not break ... ok test_custom_exception_reporter_filter (view_tests.tests.test_debug.ExceptionReporterFilterTests) It's possible to assign an exception reporter filter to ... ok test_dict_setting_with_non_str_key (view_tests.tests.test_debug.ExceptionReporterFilterTests) A dict setting containing a non-string key should not break the ... ok test_multivalue_dict_key_error (view_tests.tests.test_debug.ExceptionReporterFilterTests) #21098 -- Sensitive POST parameters cannot be seen in the ... ok test_non_sensitive_request (view_tests.tests.test_debug.ExceptionReporterFilterTests) Everything (request info and frame variables) can bee seen ... ok test_paranoid_request (view_tests.tests.test_debug.ExceptionReporterFilterTests) No POST parameters and frame variables can be seen in the ... ok test_sensitive_function_arguments (view_tests.tests.test_debug.ExceptionReporterFilterTests) Sensitive variables don't leak in the sensitive_variables decorator's ... ok test_sensitive_function_keyword_arguments (view_tests.tests.test_debug.ExceptionReporterFilterTests) Sensitive variables don't leak in the sensitive_variables decorator's ... ok test_sensitive_method (view_tests.tests.test_debug.ExceptionReporterFilterTests) The sensitive_variables decorator works with object methods. ... ok test_sensitive_request (view_tests.tests.test_debug.ExceptionReporterFilterTests) Sensitive POST parameters and frame variables cannot be ... ok test_sensitive_settings (view_tests.tests.test_debug.ExceptionReporterFilterTests) The debug page should not show some sensitive settings ... ok test_settings_with_sensitive_keys (view_tests.tests.test_debug.ExceptionReporterFilterTests) The debug page should filter out some sensitive information found in ... ok test_disallowed_host (view_tests.tests.test_debug.ExceptionReporterTests) An exception report can be generated even for a disallowed host. ... ok test_encoding_error (view_tests.tests.test_debug.ExceptionReporterTests) A UnicodeError displays a portion of the problematic string. HTML in ... ok test_eol_support (view_tests.tests.test_debug.ExceptionReporterTests) The ExceptionReporter supports Unix, Windows and Macintosh EOL markers ... ok test_exception_fetching_user (view_tests.tests.test_debug.ExceptionReporterTests) The error page can be rendered if the current user can't be retrieved ... ok test_ignore_traceback_evaluation_exceptions (view_tests.tests.test_debug.ExceptionReporterTests) Don't trip over exceptions generated by crafted objects when ... ok test_local_variable_escaping (view_tests.tests.test_debug.ExceptionReporterTests) Safe strings in local variables are escaped. ... ok test_message_only (view_tests.tests.test_debug.ExceptionReporterTests) ... ok test_no_exception (view_tests.tests.test_debug.ExceptionReporterTests) An exception report can be generated for just a request ... ok test_no_request (view_tests.tests.test_debug.ExceptionReporterTests) An exception report can be generated without request ... ok test_non_utf8_values_handling (view_tests.tests.test_debug.ExceptionReporterTests) Non-UTF-8 exceptions/values should not make the output generation choke. ... ok test_reporting_frames_for_cyclic_reference (view_tests.tests.test_debug.ExceptionReporterTests) ... ok test_reporting_frames_without_source (view_tests.tests.test_debug.ExceptionReporterTests) ... ok test_reporting_of_nested_exceptions (view_tests.tests.test_debug.ExceptionReporterTests) ... ok test_request_and_exception (view_tests.tests.test_debug.ExceptionReporterTests) A simple exception report can be generated ... ok test_request_and_message (view_tests.tests.test_debug.ExceptionReporterTests) A message can be provided in addition to a request ... ok test_request_with_items_key (view_tests.tests.test_debug.ExceptionReporterTests) An exception report can be generated for requests with 'items' in ... ok test_template_encoding (view_tests.tests.test_debug.ExceptionReporterTests) The templates are loaded directly, not via a template loader, and ... ok test_too_large_values_handling (view_tests.tests.test_debug.ExceptionReporterTests) Large values should not create a large HTML. ... ok test_unfrozen_importlib (view_tests.tests.test_debug.ExceptionReporterTests) importlib is not a frozen app, but its loader thinks it's frozen which ... ok test_unprintable_values_handling (view_tests.tests.test_debug.ExceptionReporterTests) Unprintable values should not make the output generation choke. ... ok test_cleanse_setting_basic (view_tests.tests.test_debug.HelperFunctionTests) ... ok test_cleanse_setting_ignore_case (view_tests.tests.test_debug.HelperFunctionTests) ... ok test_cleanse_setting_recurses_in_dictionary (view_tests.tests.test_debug.HelperFunctionTests) ... ok test_400 (view_tests.tests.test_debug.NonDjangoTemplatesDebugViewTests) ... ok test_403 (view_tests.tests.test_debug.NonDjangoTemplatesDebugViewTests) ... ok test_404 (view_tests.tests.test_debug.NonDjangoTemplatesDebugViewTests) ... ok test_template_not_found_error (view_tests.tests.test_debug.NonDjangoTemplatesDebugViewTests) ... ok test_disallowed_host (view_tests.tests.test_debug.PlainTextReportTests) An exception report can be generated even for a disallowed host. ... ok test_message_only (view_tests.tests.test_debug.PlainTextReportTests) ... ok test_no_exception (view_tests.tests.test_debug.PlainTextReportTests) An exception report can be generated for just a request ... ok test_no_request (view_tests.tests.test_debug.PlainTextReportTests) An exception report can be generated without request ... ok test_request_and_exception (view_tests.tests.test_debug.PlainTextReportTests) A simple exception report can be generated ... ok test_request_and_message (view_tests.tests.test_debug.PlainTextReportTests) A message can be provided in addition to a request ... ok test_request_with_items_key (view_tests.tests.test_debug.PlainTextReportTests) An exception report can be generated for requests with 'items' in ... ok test_template_exception (view_tests.tests.test_debug.PlainTextReportTests) ... ok test_escaping (view_tests.tests.test_i18n.I18NViewTests) ... ok test_get_formats (view_tests.tests.test_i18n.I18NViewTests) ... ok test_i18n_different_non_english_languages (view_tests.tests.test_i18n.I18NViewTests) Similar to above but with neither default or requested language being ... ok test_i18n_english_variant (view_tests.tests.test_i18n.I18NViewTests) ... ok test_i18n_fallback_language_plural (view_tests.tests.test_i18n.I18NViewTests) The fallback to a language with less plural forms maintains the real ... ok test_i18n_language_english_default (view_tests.tests.test_i18n.I18NViewTests) Check if the JavaScript i18n view returns a complete language catalog ... ok test_i18n_language_non_english_default (view_tests.tests.test_i18n.I18NViewTests) Check if the Javascript i18n view returns an empty language catalog ... ok test_i18n_language_non_english_fallback (view_tests.tests.test_i18n.I18NViewTests) Makes sure that the fallback language is still working properly ... ok test_i18n_unknown_package_error (view_tests.tests.test_i18n.I18NViewTests) ... ok test_i18n_with_locale_paths (view_tests.tests.test_i18n.I18NViewTests) ... ok test_jsi18n (view_tests.tests.test_i18n.I18NViewTests) The javascript_catalog can be deployed with language settings ... ok test_jsi18n_USE_I18N_False (view_tests.tests.test_i18n.I18NViewTests) ... ok test_jsi18n_fallback_language (view_tests.tests.test_i18n.I18NViewTests) Let's make sure that the fallback language is still working properly ... ok test_jsi18n_with_missing_en_files (view_tests.tests.test_i18n.I18NViewTests) The javascript_catalog shouldn't load the fallback language in the ... ok test_jsoni18n (view_tests.tests.test_i18n.I18NViewTests) The json_catalog returns the language catalog and settings as JSON. ... ok test_jsoni18n_with_missing_en_files (view_tests.tests.test_i18n.I18NViewTests) Same as above for the json_catalog view. Here we also check for the ... ok test_non_BMP_char (view_tests.tests.test_i18n.I18NViewTests) Non-BMP characters should not break the javascript_catalog (#21725). ... ok test_non_english_default_english_userpref (view_tests.tests.test_i18n.I18NViewTests) Same as above with the difference that there IS an 'en' translation ... ok test_javascript_gettext (view_tests.tests.test_i18n.I18nSeleniumTests) ... skipped 'No browsers specified.' test_multiple_catalogs (view_tests.tests.test_i18n.I18nSeleniumTests) ... skipped 'No browsers specified.' test_json_response (view_tests.tests.test_json.JsonResponseTests) ... ok test_nonascii_redirect (view_tests.tests.test_specials.URLHandling) A non-ASCII argument to HttpRedirect is handled properly. ... ok test_permanent_nonascii_redirect (view_tests.tests.test_specials.URLHandling) A non-ASCII argument to HttpPermanentRedirect is handled properly. ... ok test_404 (view_tests.tests.test_static.StaticHelperTest) ... ok test_chunked (view_tests.tests.test_static.StaticHelperTest) The static view should stream files in chunks to avoid large memory usage ... ok test_copes_with_empty_path_component (view_tests.tests.test_static.StaticHelperTest) ... ok test_debug_off (view_tests.tests.test_static.StaticHelperTest) No URLs are served if DEBUG=False. ... ok test_empty_prefix (view_tests.tests.test_static.StaticHelperTest) ... ok test_index (view_tests.tests.test_static.StaticHelperTest) ... ok test_index_custom_template (view_tests.tests.test_static.StaticHelperTest) ... ok test_index_subdir (view_tests.tests.test_static.StaticHelperTest) ... ok test_invalid_if_modified_since (view_tests.tests.test_static.StaticHelperTest) Handle bogus If-Modified-Since values gracefully ... ok test_invalid_if_modified_since2 (view_tests.tests.test_static.StaticHelperTest) Handle even more bogus If-Modified-Since values gracefully ... ok test_is_modified_since (view_tests.tests.test_static.StaticHelperTest) ... ok test_not_modified_since (view_tests.tests.test_static.StaticHelperTest) ... ok test_prefix (view_tests.tests.test_static.StaticHelperTest) ... ok test_serve (view_tests.tests.test_static.StaticHelperTest) The static view can serve static media ... ok test_special_prefix (view_tests.tests.test_static.StaticHelperTest) No URLs are served if prefix contains a netloc part. ... ok test_unknown_mime_type (view_tests.tests.test_static.StaticHelperTest) ... ok test_404 (view_tests.tests.test_static.StaticTests) ... ok test_chunked (view_tests.tests.test_static.StaticTests) The static view should stream files in chunks to avoid large memory usage ... ok test_copes_with_empty_path_component (view_tests.tests.test_static.StaticTests) ... ok test_index (view_tests.tests.test_static.StaticTests) ... ok test_index_custom_template (view_tests.tests.test_static.StaticTests) ... ok test_index_subdir (view_tests.tests.test_static.StaticTests) ... ok test_invalid_if_modified_since (view_tests.tests.test_static.StaticTests) Handle bogus If-Modified-Since values gracefully ... ok test_invalid_if_modified_since2 (view_tests.tests.test_static.StaticTests) Handle even more bogus If-Modified-Since values gracefully ... ok test_is_modified_since (view_tests.tests.test_static.StaticTests) ... ok test_not_modified_since (view_tests.tests.test_static.StaticTests) ... ok test_serve (view_tests.tests.test_static.StaticTests) The static view can serve static media ... ok test_unknown_mime_type (view_tests.tests.test_static.StaticTests) ... ok test_concurrent_delete_with_save (basic.tests.ConcurrentSaveTests) Test fetching, deleting and finally saving an object - we should get ... skipped "Database doesn't support feature(s): test_db_allows_multiple_connections" test_manager_methods (basic.tests.ManagerTest) This test ensures that the correct set of methods from `QuerySet` ... ok test_block (select_for_update.tests.SelectForUpdateTests) A thread running a select_for_update that accesses rows being touched ... skipped "Database doesn't support feature(s): has_select_for_update" test_for_update_after_from (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update" test_for_update_of_followed_by_values (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_of_followed_by_values_list (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_of_self_when_self_is_not_selected (select_for_update.tests.SelectForUpdateTests) select_for_update(of=['self']) when the only columns selected are from ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_requires_transaction (select_for_update.tests.SelectForUpdateTests) A TransactionManagementError is raised ... skipped "Database doesn't support feature(s): has_select_for_update" test_for_update_requires_transaction_only_in_execution (select_for_update.tests.SelectForUpdateTests) No TransactionManagementError is raised ... skipped "Database doesn't support feature(s): has_select_for_update" test_for_update_sql_generated (select_for_update.tests.SelectForUpdateTests) The backend's FOR UPDATE variant appears in ... skipped "Database doesn't support feature(s): has_select_for_update" test_for_update_sql_generated_nowait (select_for_update.tests.SelectForUpdateTests) The backend's FOR UPDATE NOWAIT variant appears in ... skipped "Database doesn't support feature(s): has_select_for_update_nowait" test_for_update_sql_generated_of (select_for_update.tests.SelectForUpdateTests) The backend's FOR UPDATE OF variant appears in the generated SQL when ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_sql_generated_skip_locked (select_for_update.tests.SelectForUpdateTests) The backend's FOR UPDATE SKIP LOCKED variant appears in ... skipped "Database doesn't support feature(s): has_select_for_update_skip_locked" test_for_update_sql_model_inheritance_generated_of (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_sql_model_inheritance_nested_ptr_generated_of (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_sql_model_inheritance_ptr_generated_of (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_sql_multilevel_model_inheritance_ptr_generated_of (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_for_update_sql_related_model_inheritance_generated_of (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update_of" test_model_inheritance_of_argument_raises_error_ptr_in_choices (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update, has_select_for_update_of" test_nowait_and_skip_locked (select_for_update.tests.SelectForUpdateTests) ... ok test_nowait_raises_error_on_block (select_for_update.tests.SelectForUpdateTests) If nowait is specified, we expect an error to be raised rather ... skipped "Database doesn't support feature(s): has_select_for_update_nowait" test_ordered_select_for_update (select_for_update.tests.SelectForUpdateTests) Subqueries should respect ordering as an ORDER BY clause may be useful ... ok test_raw_lock_not_available (select_for_update.tests.SelectForUpdateTests) Running a raw query which can't obtain a FOR UPDATE lock raises ... skipped "Database doesn't support feature(s): has_select_for_update" test_related_but_unselected_of_argument_raises_error (select_for_update.tests.SelectForUpdateTests) FieldError is raised if a relation field that is not followed in the ... skipped "Database doesn't support feature(s): has_select_for_update, has_select_for_update_of" test_reverse_one_to_one_of_arguments (select_for_update.tests.SelectForUpdateTests) Reverse OneToOneFields may be included in of=(...) as long as NULLs ... skipped "Database doesn't support feature(s): has_select_for_update, has_select_for_update_of" test_select_for_update_on_multidb (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update" test_select_for_update_with_get (select_for_update.tests.SelectForUpdateTests) ... skipped "Database doesn't support feature(s): has_select_for_update" test_select_for_update_with_limit (select_for_update.tests.SelectForUpdateTests) ... ok test_skip_locked_skips_locked_rows (select_for_update.tests.SelectForUpdateTests) If skip_locked is specified, the locked row is skipped resulting in ... skipped "Database doesn't support feature(s): has_select_for_update_skip_locked" test_unrelated_of_argument_raises_error (select_for_update.tests.SelectForUpdateTests) FieldError is raised if a non-relation field is specified in of=(...). ... skipped "Database doesn't support feature(s): has_select_for_update, has_select_for_update_of" test_unsupported_nowait_raises_error (select_for_update.tests.SelectForUpdateTests) NotSupportedError is raised if a SELECT...FOR UPDATE NOWAIT is run on ... skipped "Database doesn't support feature(s): has_select_for_update" test_unsupported_of_raises_error (select_for_update.tests.SelectForUpdateTests) NotSupportedError is raised if a SELECT...FOR UPDATE OF... is run on ... skipped "Database doesn't support feature(s): has_select_for_update" test_unsupported_select_for_update_with_limit (select_for_update.tests.SelectForUpdateTests) ... skipped 'Database has feature(s) supports_select_for_update_with_limit' test_unsupported_skip_locked_raises_error (select_for_update.tests.SelectForUpdateTests) NotSupportedError is raised if a SELECT...FOR UPDATE SKIP LOCKED is run ... skipped "Database doesn't support feature(s): has_select_for_update" test_async_unsafe (async.tests.AsyncUnsafeTest) ... ok test_async_unsafe_suppressed (async.tests.AsyncUnsafeTest) Utility class which turns an awaitable that only works on the thread with ... ok test_caches_local (async.tests.CacheTest) ... ok test_get_async_connection (async.tests.DatabaseConnectionTest) ... ok test_args (migrate_signals.tests.MigrateSignalTests) ... ok test_call_time (migrate_signals.tests.MigrateSignalTests) ... ok test_migrations_only (migrate_signals.tests.MigrateSignalTests) If all apps have migrations, migration signals should be sent. ... ok test_field_checks (postgres_tests.test_array.TestChecks) ... skipped 'PostgreSQL specific tests' test_invalid_base_fields (postgres_tests.test_array.TestChecks) ... skipped 'PostgreSQL specific tests' test_invalid_default (postgres_tests.test_array.TestChecks) ... skipped 'PostgreSQL specific tests' test_nested_field_checks (postgres_tests.test_array.TestChecks) Nested ArrayFields are permitted. ... skipped 'PostgreSQL specific tests' test_valid_default (postgres_tests.test_array.TestChecks) ... skipped 'PostgreSQL specific tests' test_valid_default_none (postgres_tests.test_array.TestChecks) ... skipped 'PostgreSQL specific tests' test_adding_arrayfield_with_index (postgres_tests.test_array.TestMigrations) ArrayField shouldn't have varchar_patterns_ops or text_patterns_ops indexes. ... skipped 'PostgreSQL specific tests' test_adding_field_with_default (postgres_tests.test_array.TestMigrations) ... skipped 'PostgreSQL specific tests' test_deconstruct (postgres_tests.test_array.TestMigrations) ... skipped 'PostgreSQL specific tests' test_deconstruct_args (postgres_tests.test_array.TestMigrations) ... skipped 'PostgreSQL specific tests' test_deconstruct_with_size (postgres_tests.test_array.TestMigrations) ... skipped 'PostgreSQL specific tests' test_subclass_deconstruct (postgres_tests.test_array.TestMigrations) ... skipped 'PostgreSQL specific tests' test_dumping (postgres_tests.test_array.TestSerialization) ... skipped 'PostgreSQL specific tests' test_loading (postgres_tests.test_array.TestSerialization) ... skipped 'PostgreSQL specific tests' test_already_converted_value (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_delimiter (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_delimiter_with_nesting (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_has_changed (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_has_changed_empty (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_max_length (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_min_length (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_model_field_choices (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield_size (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_prepare_value (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_required (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_to_python_fail (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_valid (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_validate_fail (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_validate_fail_base_field_error_params (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_validators_fail (postgres_tests.test_array.TestSimpleFormField) ... skipped 'PostgreSQL specific tests' test_invalid_char_length (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_invalid_integer (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_remove_trailing_nulls (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_remove_trailing_nulls_not_required (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_rendering (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_required (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_required_field (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_splitarrayfield_has_changed (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_splitarraywidget_value_omitted_from_data (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_valid (postgres_tests.test_array.TestSplitFormField) ... skipped 'PostgreSQL specific tests' test_checkbox_get_context_attrs (postgres_tests.test_array.TestSplitFormWidget) ... skipped 'PostgreSQL specific tests' test_get_context (postgres_tests.test_array.TestSplitFormWidget) ... skipped 'PostgreSQL specific tests' test_render (postgres_tests.test_array.TestSplitFormWidget) ... skipped 'PostgreSQL specific tests' test_render_attrs (postgres_tests.test_array.TestSplitFormWidget) ... skipped 'PostgreSQL specific tests' test_value_omitted_from_data (postgres_tests.test_array.TestSplitFormWidget) ... skipped 'PostgreSQL specific tests' test_blank_true (postgres_tests.test_array.TestValidation) ... skipped 'PostgreSQL specific tests' test_nested_array_mismatch (postgres_tests.test_array.TestValidation) ... skipped 'PostgreSQL specific tests' test_unbounded (postgres_tests.test_array.TestValidation) ... skipped 'PostgreSQL specific tests' test_with_base_field_error_params (postgres_tests.test_array.TestValidation) ... skipped 'PostgreSQL specific tests' test_with_size (postgres_tests.test_array.TestValidation) ... skipped 'PostgreSQL specific tests' test_with_validators (postgres_tests.test_array.TestValidation) ... skipped 'PostgreSQL specific tests' test_invalid_default (postgres_tests.test_hstore.TestChecks) ... skipped 'PostgreSQL specific tests' test_valid_default (postgres_tests.test_hstore.TestChecks) ... skipped 'PostgreSQL specific tests' test_empty (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_field_has_changed (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_invalid_json (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_non_dict_json (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_none_value (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_not_string_values (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid (postgres_tests.test_hstore.TestFormField) ... skipped 'PostgreSQL specific tests' test_dumping (postgres_tests.test_hstore.TestSerialization) ... skipped 'PostgreSQL specific tests' test_loading (postgres_tests.test_hstore.TestSerialization) ... skipped 'PostgreSQL specific tests' test_roundtrip_with_null (postgres_tests.test_hstore.TestSerialization) ... skipped 'PostgreSQL specific tests' test_none_allowed_as_value (postgres_tests.test_hstore.TestValidation) ... skipped 'PostgreSQL specific tests' test_not_a_string (postgres_tests.test_hstore.TestValidation) ... skipped 'PostgreSQL specific tests' test_custom_messages (postgres_tests.test_hstore.TestValidator) ... skipped 'PostgreSQL specific tests' test_deconstruct (postgres_tests.test_hstore.TestValidator) ... skipped 'PostgreSQL specific tests' test_extra_keys (postgres_tests.test_hstore.TestValidator) ... skipped 'PostgreSQL specific tests' test_missing_keys (postgres_tests.test_hstore.TestValidator) ... skipped 'PostgreSQL specific tests' test_simple_valid (postgres_tests.test_hstore.TestValidator) ... skipped 'PostgreSQL specific tests' test_strict_valid (postgres_tests.test_hstore.TestValidator) ... skipped 'PostgreSQL specific tests' test_deconstruction (postgres_tests.test_indexes.BTreeIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction_no_customization (postgres_tests.test_indexes.BTreeIndexTests) ... skipped 'PostgreSQL specific tests' test_name_auto_generation (postgres_tests.test_indexes.BTreeIndexTests) ... skipped 'PostgreSQL specific tests' test_suffix (postgres_tests.test_indexes.BTreeIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction (postgres_tests.test_indexes.BrinIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction_no_customization (postgres_tests.test_indexes.BrinIndexTests) ... skipped 'PostgreSQL specific tests' test_invalid_pages_per_range (postgres_tests.test_indexes.BrinIndexTests) ... skipped 'PostgreSQL specific tests' test_name_auto_generation (postgres_tests.test_indexes.BrinIndexTests) ... skipped 'PostgreSQL specific tests' test_suffix (postgres_tests.test_indexes.BrinIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction (postgres_tests.test_indexes.GinIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction_no_customization (postgres_tests.test_indexes.GinIndexTests) ... skipped 'PostgreSQL specific tests' test_name_auto_generation (postgres_tests.test_indexes.GinIndexTests) ... skipped 'PostgreSQL specific tests' test_suffix (postgres_tests.test_indexes.GinIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction (postgres_tests.test_indexes.GistIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction_no_customization (postgres_tests.test_indexes.GistIndexTests) ... skipped 'PostgreSQL specific tests' test_name_auto_generation (postgres_tests.test_indexes.GistIndexTests) ... skipped 'PostgreSQL specific tests' test_suffix (postgres_tests.test_indexes.GistIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction (postgres_tests.test_indexes.HashIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction_no_customization (postgres_tests.test_indexes.HashIndexTests) ... skipped 'PostgreSQL specific tests' test_name_auto_generation (postgres_tests.test_indexes.HashIndexTests) ... skipped 'PostgreSQL specific tests' test_suffix (postgres_tests.test_indexes.HashIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction (postgres_tests.test_indexes.SpGistIndexTests) ... skipped 'PostgreSQL specific tests' test_deconstruction_no_customization (postgres_tests.test_indexes.SpGistIndexTests) ... skipped 'PostgreSQL specific tests' test_name_auto_generation (postgres_tests.test_indexes.SpGistIndexTests) ... skipped 'PostgreSQL specific tests' test_suffix (postgres_tests.test_indexes.SpGistIndexTests) ... skipped 'PostgreSQL specific tests' test_check (postgres_tests.test_integration.PostgresIntegrationTests) ... skipped 'PostgreSQL specific tests' test_invalid_default (postgres_tests.test_json.TestChecks) ... skipped 'PostgreSQL specific tests' test_valid_default (postgres_tests.test_json.TestChecks) ... skipped 'PostgreSQL specific tests' test_valid_default_none (postgres_tests.test_json.TestChecks) ... skipped 'PostgreSQL specific tests' test_already_converted_value (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_custom_widget_attribute (postgres_tests.test_json.TestFormField) The widget can be overridden with an attribute. ... skipped 'PostgreSQL specific tests' test_custom_widget_kwarg (postgres_tests.test_json.TestFormField) The widget can be overridden with a kwarg. ... skipped 'PostgreSQL specific tests' test_formfield (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_formfield_disabled (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_has_changed (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_invalid (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_prepare_value (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_redisplay_wrong_input (postgres_tests.test_json.TestFormField) When displaying a bound form (typically due to invalid input), the form ... skipped 'PostgreSQL specific tests' test_valid (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid_empty (postgres_tests.test_json.TestFormField) ... skipped 'PostgreSQL specific tests' test_widget (postgres_tests.test_json.TestFormField) The default widget of a JSONField is a Textarea. ... skipped 'PostgreSQL specific tests' test_ordering_by_json_field_value (postgres_tests.test_json.TestModelMetaOrdering) ... skipped 'PostgreSQL specific tests' test_dumping (postgres_tests.test_json.TestSerialization) ... skipped 'PostgreSQL specific tests' test_loading (postgres_tests.test_json.TestSerialization) ... skipped 'PostgreSQL specific tests' test_custom_encoder (postgres_tests.test_json.TestValidation) ... skipped 'PostgreSQL specific tests' test_not_serializable (postgres_tests.test_json.TestValidation) ... skipped 'PostgreSQL specific tests' test_add (postgres_tests.test_operations.AddIndexConcurrentlyTests) ... skipped 'PostgreSQL specific tests.' test_add_other_index_type (postgres_tests.test_operations.AddIndexConcurrentlyTests) ... skipped 'PostgreSQL specific tests.' test_add_with_options (postgres_tests.test_operations.AddIndexConcurrentlyTests) ... skipped 'PostgreSQL specific tests.' test_requires_atomic_false (postgres_tests.test_operations.AddIndexConcurrentlyTests) ... skipped 'PostgreSQL specific tests.' test_remove (postgres_tests.test_operations.RemoveIndexConcurrentlyTests) ... skipped 'PostgreSQL specific tests.' test_requires_atomic_false (postgres_tests.test_operations.RemoveIndexConcurrentlyTests) ... skipped 'PostgreSQL specific tests.' test_date_incorrect_data_type (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_date_invalid_lower (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_date_invalid_upper (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_date_lower_bound_higher (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_date_open (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_date_required (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_form_initial_data (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_incorrect_data_type (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_invalid_lower (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_invalid_upper (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_lower_bound_higher (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_open (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_prepare_value (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_datetime_required (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_decimal_incorrect_data_type (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_decimal_invalid_lower (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_decimal_invalid_upper (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_decimal_lower_bound_higher (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_decimal_open (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_decimal_required (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_float_range_field_deprecation (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_integer_incorrect_data_type (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_integer_invalid_lower (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_integer_invalid_upper (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_integer_lower_bound_higher (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_integer_open (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_integer_required (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield_biginteger (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield_date (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield_datetime (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield_float (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_model_field_formfield_integer (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_none (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_rendering (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_using_split_datetime_widget (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid_dates (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid_decimal (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid_floats (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid_integer (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_valid_timestamps (postgres_tests.test_ranges.TestFormField) ... skipped 'PostgreSQL specific tests' test_dumping (postgres_tests.test_ranges.TestSerialization) ... skipped 'PostgreSQL specific tests' test_loading (postgres_tests.test_ranges.TestSerialization) ... skipped 'PostgreSQL specific tests' test_serialize_range_with_null (postgres_tests.test_ranges.TestSerialization) ... skipped 'PostgreSQL specific tests' test_max (postgres_tests.test_ranges.TestValidators) ... skipped 'PostgreSQL specific tests' test_min (postgres_tests.test_ranges.TestValidators) ... skipped 'PostgreSQL specific tests' test_range_widget (postgres_tests.test_ranges.TestWidget) ... skipped 'PostgreSQL specific tests' test_str (postgres_tests.test_search.SearchQueryTests) ... ok test_table_exists (proxy_model_inheritance.tests.ProxyModelInheritanceTests) ... ok test_no_limit (requests.test_data_upload_settings.DataUploadMaxMemorySizeFormPostTests) ... ok test_size_exceeded (requests.test_data_upload_settings.DataUploadMaxMemorySizeFormPostTests) ... ok test_size_not_exceeded (requests.test_data_upload_settings.DataUploadMaxMemorySizeFormPostTests) ... ok test_data_upload_max_memory_size_exceeded (requests.test_data_upload_settings.DataUploadMaxMemorySizeGetTests) ... ok test_empty_content_length (requests.test_data_upload_settings.DataUploadMaxMemorySizeGetTests) ... ok test_no_limit (requests.test_data_upload_settings.DataUploadMaxMemorySizeGetTests) ... ok test_size_not_exceeded (requests.test_data_upload_settings.DataUploadMaxMemorySizeGetTests) ... ok test_file_passes (requests.test_data_upload_settings.DataUploadMaxMemorySizeMultipartPostTests) ... ok test_no_limit (requests.test_data_upload_settings.DataUploadMaxMemorySizeMultipartPostTests) ... ok test_size_exceeded (requests.test_data_upload_settings.DataUploadMaxMemorySizeMultipartPostTests) ... ok test_size_not_exceeded (requests.test_data_upload_settings.DataUploadMaxMemorySizeMultipartPostTests) ... ok test_no_limit (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsFormPost) ... ok test_number_exceeded (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsFormPost) ... ok test_number_not_exceeded (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsFormPost) ... ok test_get_max_fields_exceeded (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsGet) ... ok test_get_max_fields_not_exceeded (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsGet) ... ok test_no_limit (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsMultipartPost) ... ok test_number_exceeded (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsMultipartPost) ... ok test_number_not_exceeded (requests.test_data_upload_settings.DataUploadMaxNumberOfFieldsMultipartPost) ... ok test_absolute_url (requests.tests.BuildAbsoluteURITests) ... ok test_host_retrieval (requests.tests.BuildAbsoluteURITests) ... ok test_request_path_begins_with_two_slashes (requests.tests.BuildAbsoluteURITests) ... ok test_get_host_suggestion_of_allowed_host (requests.tests.HostValidationTests) get_host() makes helpful suggestions if a valid-looking host is not in ALLOWED_HOSTS. ... ok test_get_port (requests.tests.HostValidationTests) ... ok test_get_port_with_x_forwarded_port (requests.tests.HostValidationTests) ... ok test_host_validation_in_debug_mode (requests.tests.HostValidationTests) If ALLOWED_HOSTS is empty and DEBUG is True, variants of localhost are ... ok test_http_get_host (requests.tests.HostValidationTests) ... ok test_http_get_host_with_x_forwarded_host (requests.tests.HostValidationTests) ... ok test_split_domain_port_removes_trailing_dot (requests.tests.HostValidationTests) ... ok test_basic (requests.tests.HttpHeadersTests) ... ok test_parse_header_name (requests.tests.HttpHeadersTests) ... ok test_base_request_headers (requests.tests.RequestHeadersTests) ... ok test_wsgi_request_headers (requests.tests.RequestHeadersTests) ... ok test_wsgi_request_headers_get (requests.tests.RequestHeadersTests) ... ok test_wsgi_request_headers_getitem (requests.tests.RequestHeadersTests) ... ok test_FILES_connection_error (requests.tests.RequestsTests) If wsgi.input.read() raises an exception while trying to read() the ... ok test_POST_after_body_read (requests.tests.RequestsTests) POST should be populated even if body is read first ... ok test_POST_after_body_read_and_stream_read (requests.tests.RequestsTests) POST should be populated even if body is read first, and then ... ok test_POST_after_body_read_and_stream_read_multipart (requests.tests.RequestsTests) POST should be populated even if body is read first, and then ... ok test_POST_binary_only (requests.tests.RequestsTests) ... ok test_POST_connection_error (requests.tests.RequestsTests) If wsgi.input.read() raises an exception while trying to read() the ... ok test_POST_immutable_for_multipart (requests.tests.RequestsTests) MultiPartParser.parse() leaves request.POST immutable. ... ok test_POST_multipart_with_content_length_zero (requests.tests.RequestsTests) Multipart POST requests with Content-Length >= 0 are valid and need to be handled. ... ok test_alternate_charset_POST (requests.tests.RequestsTests) Test a POST with non-utf-8 payload encoding. ... ok test_body_after_POST_multipart_form_data (requests.tests.RequestsTests) Reading body after parsing multipart/form-data is not allowed ... ok test_body_after_POST_multipart_related (requests.tests.RequestsTests) Reading body after parsing multipart that isn't form-data is allowed ... ok test_get_raw_uri (requests.tests.RequestsTests) ... ok test_httprequest (requests.tests.RequestsTests) ... ok test_httprequest_full_path (requests.tests.RequestsTests) ... ok test_httprequest_full_path_with_query_string_and_fragment (requests.tests.RequestsTests) ... ok test_httprequest_repr (requests.tests.RequestsTests) ... ok test_httprequest_repr_invalid_method_and_path (requests.tests.RequestsTests) ... ok test_limited_stream (requests.tests.RequestsTests) ... ok test_multipart_non_ascii_content_type (requests.tests.RequestsTests) ... ok test_multipart_without_boundary (requests.tests.RequestsTests) ... ok test_non_ascii_POST (requests.tests.RequestsTests) ... ok test_read_after_value (requests.tests.RequestsTests) Reading from request is allowed after accessing request contents as ... ok test_read_by_lines (requests.tests.RequestsTests) ... ok test_set_encoding_clears_GET (requests.tests.RequestsTests) ... ok test_set_encoding_clears_POST (requests.tests.RequestsTests) ... ok test_stream (requests.tests.RequestsTests) ... ok test_value_after_read (requests.tests.RequestsTests) Construction of POST or body is not allowed after reading ... ok test_wsgirequest (requests.tests.RequestsTests) ... ok test_wsgirequest_path_info (requests.tests.RequestsTests) ... ok test_wsgirequest_path_with_force_script_name_trailing_slash (requests.tests.RequestsTests) The request's path is correctly assembled, regardless of whether or not ... ok test_wsgirequest_repr (requests.tests.RequestsTests) ... ok test_wsgirequest_script_url_double_slashes (requests.tests.RequestsTests) WSGI squashes multiple successive slashes in PATH_INFO, WSGIRequest ... ok test_wsgirequest_with_force_script_name (requests.tests.RequestsTests) The FORCE_SCRIPT_NAME setting takes precedence over the request's ... ok test_wsgirequest_with_script_name (requests.tests.RequestsTests) The request's path is correctly assembled, regardless of whether or ... ok test_actions_not_unique (modeladmin.test_checks.ActionsCheckTests) ... ok test_actions_unique (modeladmin.test_checks.ActionsCheckTests) ... ok test_custom_permissions_require_matching_has_method (modeladmin.test_checks.ActionsCheckTests) ... ok test_autocomplete_e036 (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_autocomplete_e037 (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_autocomplete_e039 (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_autocomplete_e040 (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_autocomplete_e38 (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_autocomplete_is_onetoone (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_autocomplete_is_valid (modeladmin.test_checks.AutocompleteFieldsTests) ... ok test_invalid_field_type (modeladmin.test_checks.DateHierarchyCheckTests) ... ok test_missing_field (modeladmin.test_checks.DateHierarchyCheckTests) ... ok test_related_invalid_field_type (modeladmin.test_checks.DateHierarchyCheckTests) ... ok test_related_valid_case (modeladmin.test_checks.DateHierarchyCheckTests) ... ok test_valid_case (modeladmin.test_checks.DateHierarchyCheckTests) ... ok test_not_integer (modeladmin.test_checks.ExtraCheckTests) ... ok test_valid_case (modeladmin.test_checks.ExtraCheckTests) ... ok test_duplicate_fields_in_fields (modeladmin.test_checks.FieldsCheckTests) ... ok test_inline (modeladmin.test_checks.FieldsCheckTests) ... ok test_duplicate_fields (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_duplicate_fields_in_fieldsets (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_fieldsets_with_custom_form_validation (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_item_not_a_pair (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_missing_fields_key (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_non_iterable_item (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_not_iterable (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_second_element_of_item_not_a_dict (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_specified_both_fields_and_fieldsets (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_valid_case (modeladmin.test_checks.FieldsetsCheckTests) ... ok test_invalid_field_type (modeladmin.test_checks.FilterHorizontalCheckTests) ... ok test_missing_field (modeladmin.test_checks.FilterHorizontalCheckTests) ... ok test_not_iterable (modeladmin.test_checks.FilterHorizontalCheckTests) ... ok test_valid_case (modeladmin.test_checks.FilterHorizontalCheckTests) ... ok test_invalid_field_type (modeladmin.test_checks.FilterVerticalCheckTests) ... ok test_missing_field (modeladmin.test_checks.FilterVerticalCheckTests) ... ok test_not_iterable (modeladmin.test_checks.FilterVerticalCheckTests) ... ok test_valid_case (modeladmin.test_checks.FilterVerticalCheckTests) ... ok test_missing_field (modeladmin.test_checks.FkNameCheckTests) ... ok test_valid_case (modeladmin.test_checks.FkNameCheckTests) ... ok test_fieldsets_with_custom_form_validation (modeladmin.test_checks.FormCheckTests) ... ok test_invalid_type (modeladmin.test_checks.FormCheckTests) ... ok test_valid_case (modeladmin.test_checks.FormCheckTests) ... ok test_inline_without_formset_class (modeladmin.test_checks.FormsetCheckTests) ... ok test_invalid_type (modeladmin.test_checks.FormsetCheckTests) ... ok test_valid_case (modeladmin.test_checks.FormsetCheckTests) ... ok test_invalid_callable (modeladmin.test_checks.InlinesCheckTests) ... ok test_invalid_model (modeladmin.test_checks.InlinesCheckTests) ... ok test_invalid_model_type (modeladmin.test_checks.InlinesCheckTests) ... ok test_missing_model_field (modeladmin.test_checks.InlinesCheckTests) ... ok test_not_correct_inline_field (modeladmin.test_checks.InlinesCheckTests) ... ok test_not_iterable (modeladmin.test_checks.InlinesCheckTests) ... ok test_not_model_admin (modeladmin.test_checks.InlinesCheckTests) ... ok test_valid_case (modeladmin.test_checks.InlinesCheckTests) ... ok test_both_list_editable_and_list_display_links (modeladmin.test_checks.ListDisplayEditableTests) ... ok test_list_display_first_item_in_list_editable (modeladmin.test_checks.ListDisplayEditableTests) The first item in list_display can be in list_editable as long as ... ok test_list_display_first_item_in_list_editable_no_list_display_links (modeladmin.test_checks.ListDisplayEditableTests) The first item in list_display cannot be in list_editable if ... ok test_list_display_first_item_same_as_list_editable_first_item (modeladmin.test_checks.ListDisplayEditableTests) The first item in list_display can be the same as the first in ... ok test_list_display_first_item_same_as_list_editable_no_list_display_links (modeladmin.test_checks.ListDisplayEditableTests) The first item in list_display cannot be the same as the first item ... ok test_list_display_links_is_none (modeladmin.test_checks.ListDisplayEditableTests) list_display and list_editable can contain the same values ... ok test_None_is_valid_case (modeladmin.test_checks.ListDisplayLinksCheckTests) ... ok test_list_display_link_checked_for_list_tuple_if_get_list_display_overridden (modeladmin.test_checks.ListDisplayLinksCheckTests) list_display_links is checked for list/tuple/None even if ... ok test_list_display_links_check_skipped_if_get_list_display_overridden (modeladmin.test_checks.ListDisplayLinksCheckTests) list_display_links check is skipped if get_list_display() is overridden. ... ok test_missing_field (modeladmin.test_checks.ListDisplayLinksCheckTests) ... ok test_missing_in_list_display (modeladmin.test_checks.ListDisplayLinksCheckTests) ... ok test_not_iterable (modeladmin.test_checks.ListDisplayLinksCheckTests) ... ok test_valid_case (modeladmin.test_checks.ListDisplayLinksCheckTests) ... ok test_invalid_field_type (modeladmin.test_checks.ListDisplayTests) ... ok test_missing_field (modeladmin.test_checks.ListDisplayTests) ... ok test_not_iterable (modeladmin.test_checks.ListDisplayTests) ... ok test_valid_case (modeladmin.test_checks.ListDisplayTests) ... ok test_valid_field_accessible_via_instance (modeladmin.test_checks.ListDisplayTests) ... ok test_callable (modeladmin.test_checks.ListFilterTests) ... ok test_list_filter_is_func (modeladmin.test_checks.ListFilterTests) ... ok test_list_filter_validation (modeladmin.test_checks.ListFilterTests) ... ok test_missing_field (modeladmin.test_checks.ListFilterTests) ... ok test_not_associated_with_field_name (modeladmin.test_checks.ListFilterTests) ... ok test_not_callable (modeladmin.test_checks.ListFilterTests) ... ok test_not_filter (modeladmin.test_checks.ListFilterTests) ... ok test_not_filter_again (modeladmin.test_checks.ListFilterTests) ... ok test_not_filter_again_again (modeladmin.test_checks.ListFilterTests) ... ok test_not_list_filter_class (modeladmin.test_checks.ListFilterTests) ... ok test_valid_case (modeladmin.test_checks.ListFilterTests) ... ok test_not_integer (modeladmin.test_checks.ListMaxShowAllCheckTests) ... ok test_valid_case (modeladmin.test_checks.ListMaxShowAllCheckTests) ... ok test_not_integer (modeladmin.test_checks.ListPerPageCheckTests) ... ok test_valid_case (modeladmin.test_checks.ListPerPageCheckTests) ... ok test_invalid_type (modeladmin.test_checks.ListSelectRelatedCheckTests) ... ok test_valid_case (modeladmin.test_checks.ListSelectRelatedCheckTests) ... ok test_not_integer (modeladmin.test_checks.MaxNumCheckTests) ... ok test_valid_case (modeladmin.test_checks.MaxNumCheckTests) ... ok test_not_integer (modeladmin.test_checks.MinNumCheckTests) ... ok test_valid_case (modeladmin.test_checks.MinNumCheckTests) ... ok test_invalid_expression (modeladmin.test_checks.OrderingCheckTests) ... ok test_not_iterable (modeladmin.test_checks.OrderingCheckTests) ... ok test_random_marker_not_alone (modeladmin.test_checks.OrderingCheckTests) ... ok test_valid_case (modeladmin.test_checks.OrderingCheckTests) ... ok test_valid_complex_case (modeladmin.test_checks.OrderingCheckTests) ... ok test_valid_expression (modeladmin.test_checks.OrderingCheckTests) ... ok test_valid_random_marker_case (modeladmin.test_checks.OrderingCheckTests) ... ok test_invalid_field_type (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_missing_field (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_missing_field_again (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_not_dictionary (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_not_list_or_tuple (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_one_to_one_field (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_valid_case (modeladmin.test_checks.PrepopulatedFieldsCheckTests) ... ok test_invalid_field_type (modeladmin.test_checks.RadioFieldsCheckTests) ... ok test_invalid_value (modeladmin.test_checks.RadioFieldsCheckTests) ... ok test_missing_field (modeladmin.test_checks.RadioFieldsCheckTests) ... ok test_not_dictionary (modeladmin.test_checks.RadioFieldsCheckTests) ... ok test_valid_case (modeladmin.test_checks.RadioFieldsCheckTests) ... ok test_invalid_field_type (modeladmin.test_checks.RawIdCheckTests) ... ok test_missing_field (modeladmin.test_checks.RawIdCheckTests) ... ok test_not_iterable (modeladmin.test_checks.RawIdCheckTests) ... ok test_valid_case (modeladmin.test_checks.RawIdCheckTests) ... ok test_not_boolean (modeladmin.test_checks.SaveAsCheckTests) ... ok test_valid_case (modeladmin.test_checks.SaveAsCheckTests) ... ok test_not_boolean (modeladmin.test_checks.SaveOnTopCheckTests) ... ok test_valid_case (modeladmin.test_checks.SaveOnTopCheckTests) ... ok test_not_iterable (modeladmin.test_checks.SearchFieldsCheckTests) ... ok test_has_add_permission (modeladmin.tests.ModelAdminPermissionTests) has_add_permission returns True for users who can add objects and ... ok test_has_change_permission (modeladmin.tests.ModelAdminPermissionTests) has_change_permission returns True for users who can edit objects and ... ok test_has_delete_permission (modeladmin.tests.ModelAdminPermissionTests) has_delete_permission returns True for users who can delete objects and ... ok test_has_module_permission (modeladmin.tests.ModelAdminPermissionTests) as_module_permission returns True for users who have any permission ... ok test_has_view_permission (modeladmin.tests.ModelAdminPermissionTests) has_view_permission() returns True for users who can view objects and ... ok test_inline_has_add_permission_uses_obj (modeladmin.tests.ModelAdminPermissionTests) ... ok test_custom_null_message (validation.test_custom_messages.CustomMessagesTests) ... ok test_custom_simple_validator_message (validation.test_custom_messages.CustomMessagesTests) ... ok test_custom_validator_passes_for_correct_value (validation.test_validators.TestModelsWithValidators) ... ok test_custom_validator_raises_error_for_incorrect_value (validation.test_validators.TestModelsWithValidators) ... ok test_field_validators_can_be_any_iterable (validation.test_validators.TestModelsWithValidators) ... ok test_get_template_first_engine (template_loader.tests.TemplateLoaderTests) ... ok test_get_template_not_found (template_loader.tests.TemplateLoaderTests) ... ok test_get_template_second_engine (template_loader.tests.TemplateLoaderTests) ... ok test_get_template_using_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_first_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_not_found (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_second_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_using_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_list_empty (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_list_first_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_list_not_found (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_list_second_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_list_tries_all_engines_before_names (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_list_using_engine (template_loader.tests.TemplateLoaderTests) ... ok test_render_to_string_with_request (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_empty (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_first_engine (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_not_found (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_second_engine (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_string (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_tries_all_engines_before_names (template_loader.tests.TemplateLoaderTests) ... ok test_select_template_using_engine (template_loader.tests.TemplateLoaderTests) ... ok test_javascript_escaping (admin_inlines.test_templates.TestTemplates) ... ok test_add_inline_link_absent_for_view_only_parent_model (admin_inlines.tests.SeleniumTests) ... skipped 'No browsers specified.' test_add_inlines (admin_inlines.tests.SeleniumTests) The "Add another XXX" link correctly adds items to the inline form. ... skipped 'No browsers specified.' test_add_stackeds (admin_inlines.tests.SeleniumTests) The "Add another XXX" link correctly adds items to the stacked formset. ... skipped 'No browsers specified.' test_added_stacked_inline_with_collapsed_fields (admin_inlines.tests.SeleniumTests) ... skipped 'No browsers specified.' test_alternating_rows (admin_inlines.tests.SeleniumTests) ... skipped 'No browsers specified.' test_collapsed_inlines (admin_inlines.tests.SeleniumTests) ... skipped 'No browsers specified.' test_delete_inlines (admin_inlines.tests.SeleniumTests) ... skipped 'No browsers specified.' test_delete_stackeds (admin_inlines.tests.SeleniumTests) ... skipped 'No browsers specified.' test_attrs (admin_widgets.tests.AdminDateWidgetTest) ... ok test_CharField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_DateField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_DateTimeField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_EmailField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_FileField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_ForeignKey (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_IntegerField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_TextField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_TimeField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_URLField (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_choices_with_radio_fields (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_field_with_choices (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_filtered_many_to_many (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_formfield_overrides (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_formfield_overrides_for_custom_field (admin_widgets.tests.AdminFormfieldForDBFieldTests) formfield_overrides works for a custom field class. ... ok test_formfield_overrides_for_datetime_field (admin_widgets.tests.AdminFormfieldForDBFieldTests) Overriding the widget for DateTimeField doesn't overrides the default ... ok test_formfield_overrides_widget_instances (admin_widgets.tests.AdminFormfieldForDBFieldTests) Widget instances in formfield_overrides are not shared between ... ok test_inheritance (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_m2m_widgets (admin_widgets.tests.AdminFormfieldForDBFieldTests) m2m fields help text as it applies to admin app (#9321). ... ok test_many_to_many (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_radio_fields_ForeignKey (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_raw_id_ForeignKey (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_raw_id_many_to_many (admin_widgets.tests.AdminFormfieldForDBFieldTests) ... ok test_ForeignKey (admin_widgets.tests.AdminRawIdWidgetSeleniumTests) ... skipped 'No browsers specified.' test_many_to_many (admin_widgets.tests.AdminRawIdWidgetSeleniumTests) ... skipped 'No browsers specified.' test_localization (admin_widgets.tests.AdminSplitDateTimeWidgetTest) ... ok test_render (admin_widgets.tests.AdminSplitDateTimeWidgetTest) ... ok test_attrs (admin_widgets.tests.AdminTimeWidgetTest) ... ok test_get_context_validates_url (admin_widgets.tests.AdminURLWidgetTest) ... ok test_render (admin_widgets.tests.AdminURLWidgetTest) ... ok test_render_idn (admin_widgets.tests.AdminURLWidgetTest) ... ok test_render_quoting (admin_widgets.tests.AdminURLWidgetTest) WARNING: This test doesn't use assertHTMLEqual since it will get rid ... ok test_attrs (admin_widgets.tests.AdminUUIDWidgetTests) ... ok test_date_time_picker_shortcuts (admin_widgets.tests.DateTimePickerAltTimezoneSeleniumTests) date/time/datetime picker shortcuts work in the current time zone. ... skipped 'No browsers specified.' test_calendar_no_selected_class (admin_widgets.tests.DateTimePickerSeleniumTests) Ensure no cells are given the selected class when the field is empty. ... skipped 'No browsers specified.' test_calendar_nonday_class (admin_widgets.tests.DateTimePickerSeleniumTests) Ensure cells that are not days of the month have the `nonday` CSS class. ... skipped 'No browsers specified.' test_calendar_selected_class (admin_widgets.tests.DateTimePickerSeleniumTests) Ensure cell for the day in the input has the `selected` CSS class. ... skipped 'No browsers specified.' test_calendar_show_date_from_input (admin_widgets.tests.DateTimePickerSeleniumTests) The calendar shows the date from the input field for every locale ... skipped 'No browsers specified.' test_show_hide_date_time_picker_widgets (admin_widgets.tests.DateTimePickerSeleniumTests) Pressing the ESC key or clicking on a widget value closes the date and ... skipped 'No browsers specified.' test_date_time_picker_shortcuts (admin_widgets.tests.DateTimePickerShortcutsSeleniumTests) date/time/datetime picker shortcuts work in the current time zone. ... skipped 'No browsers specified.' test_render (admin_widgets.tests.FilteredSelectMultipleWidgetTest) ... ok test_stacked_render (admin_widgets.tests.FilteredSelectMultipleWidgetTest) ... ok test_back_button_bug (admin_widgets.tests.HorizontalVerticalFilterSeleniumTests) Some browsers had a bug where navigating away from the change page ... skipped 'No browsers specified.' test_basic (admin_widgets.tests.HorizontalVerticalFilterSeleniumTests) ... skipped 'No browsers specified.' test_filter (admin_widgets.tests.HorizontalVerticalFilterSeleniumTests) Typing in the search box filters out options displayed in the 'from' ... skipped 'No browsers specified.' test_refresh_page (admin_widgets.tests.HorizontalVerticalFilterSeleniumTests) Horizontal and vertical filter widgets keep selected options on page ... skipped 'No browsers specified.' test_ForeignKey_using_to_field (admin_widgets.tests.RelatedFieldWidgetSeleniumTests) ... skipped 'No browsers specified.' test_custom_widget_render (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_no_can_add_related (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_on_delete_cascade_rel_cant_delete_related (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_select_multiple_widget_cant_change_delete_related (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_widget_delegates_value_omitted_from_data (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_widget_is_hidden (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_widget_is_not_hidden (admin_widgets.tests.RelatedFieldWidgetWrapperTests) ... ok test_enabled (test_utils.test_deprecated_features.AllowDatabaseQueriesDeprecationTests) ... ok test_explicitly_disabled (test_utils.test_deprecated_features.AllowDatabaseQueriesDeprecationTests) ... ok test_test_case (test_utils.test_deprecated_features.MultiDbDeprecationTests) ... ok test_transaction_test_case (test_utils.test_deprecated_features.MultiDbDeprecationTests) ... ok test_disallowed_database_queries (test_utils.test_transactiontestcase.DisallowedDatabaseQueriesTests) ... ok test (test_utils.test_transactiontestcase.TestSerializedRollbackInhibitsPostMigrate) ... ok test_allowed_database_chunked_cursor_queries (test_utils.tests.AllowedDatabaseQueriesTests) ... ok test_allowed_database_queries (test_utils.tests.AllowedDatabaseQueriesTests) ... ok test_assert_field_output (test_utils.tests.AssertFieldOutputTests) ... ok test_custom_required_message (test_utils.tests.AssertFieldOutputTests) ... ok test_ignores_connection_configuration_queries (test_utils.tests.AssertNumQueriesUponConnectionTests) ... ok test_assert_raises_message (test_utils.tests.AssertRaisesMsgTest) ... ok test_special_re_chars (test_utils.tests.AssertRaisesMsgTest) assertRaisesMessage shouldn't interpret RE special chars. ... ok test_assert_used_on_http_response (test_utils.tests.AssertTemplateUsedContextManagerTests) ... ok test_error_message (test_utils.tests.AssertTemplateUsedContextManagerTests) ... ok test_failure (test_utils.tests.AssertTemplateUsedContextManagerTests) ... ok test_nested_usage (test_utils.tests.AssertTemplateUsedContextManagerTests) ... ok test_not_used (test_utils.tests.AssertTemplateUsedContextManagerTests) ... ok test_usage (test_utils.tests.AssertTemplateUsedContextManagerTests) ... ok test_equal (test_utils.tests.AssertURLEqualTests) ... ok test_message (test_utils.tests.AssertURLEqualTests) ... ok test_msg_prefix (test_utils.tests.AssertURLEqualTests) ... ok test_not_equal (test_utils.tests.AssertURLEqualTests) ... ok test_callable (test_utils.tests.AssertWarnsMessageTests) ... ok test_context_manager (test_utils.tests.AssertWarnsMessageTests) ... ok test_context_manager_failure (test_utils.tests.AssertWarnsMessageTests) ... ok test_special_re_chars (test_utils.tests.AssertWarnsMessageTests) ... ok test_all (test_utils.tests.DatabaseAliasTests) ... ok test_close_match (test_utils.tests.DatabaseAliasTests) ... ok test_match (test_utils.tests.DatabaseAliasTests) ... ok test_no_close_match (test_utils.tests.DatabaseAliasTests) ... ok test_disallowed_database_chunked_cursor_queries (test_utils.tests.DisallowedDatabaseQueriesTests) ... ok test_disallowed_database_connections (test_utils.tests.DisallowedDatabaseQueriesTests) ... ok test_disallowed_database_queries (test_utils.tests.DisallowedDatabaseQueriesTests) ... ok test_attributes (test_utils.tests.HTMLEqualTests) ... ok test_class_attribute (test_utils.tests.HTMLEqualTests) ... ok test_complex_examples (test_utils.tests.HTMLEqualTests) ... ok test_contains_html (test_utils.tests.HTMLEqualTests) ... ok test_count (test_utils.tests.HTMLEqualTests) ... ok test_html_contain (test_utils.tests.HTMLEqualTests) ... ok test_html_parser (test_utils.tests.HTMLEqualTests) ... ok test_ignore_comments (test_utils.tests.HTMLEqualTests) ... ok test_normalize_refs (test_utils.tests.HTMLEqualTests) ... ok test_parse_html_in_script (test_utils.tests.HTMLEqualTests) ... ok test_parsing_errors (test_utils.tests.HTMLEqualTests) ... ok test_self_closing_tags (test_utils.tests.HTMLEqualTests) ... ok test_simple_equal_html (test_utils.tests.HTMLEqualTests) ... ok test_unequal_html (test_utils.tests.HTMLEqualTests) ... ok test_unicode_handling (test_utils.tests.HTMLEqualTests) ... ok test_class_decoration (test_utils.tests.IsolatedAppsTests) ... ok test_context_manager (test_utils.tests.IsolatedAppsTests) ... ok test_installed_apps (test_utils.tests.IsolatedAppsTests) ... ok test_method_decoration (test_utils.tests.IsolatedAppsTests) ... ok test_nested (test_utils.tests.IsolatedAppsTests) ... ok test_equal_parsing_errors (test_utils.tests.JSONEqualTests) ... ok test_not_equal_parsing_errors (test_utils.tests.JSONEqualTests) ... ok test_simple_equal (test_utils.tests.JSONEqualTests) ... ok test_simple_equal_raise (test_utils.tests.JSONEqualTests) ... ok test_simple_equal_unordered (test_utils.tests.JSONEqualTests) ... ok test_simple_not_equal (test_utils.tests.JSONEqualTests) ... ok test_simple_not_equal_raise (test_utils.tests.JSONEqualTests) ... ok test_override_database_routers (test_utils.tests.OverrideSettingsTests) Overriding DATABASE_ROUTERS should update the master router. ... ok test_override_file_upload_directory_permissions (test_utils.tests.OverrideSettingsTests) Overriding the FILE_UPLOAD_DIRECTORY_PERMISSIONS setting should be ... ok test_override_file_upload_permissions (test_utils.tests.OverrideSettingsTests) Overriding the FILE_UPLOAD_PERMISSIONS setting should be reflected in ... ok test_override_media_root (test_utils.tests.OverrideSettingsTests) Overriding the MEDIA_ROOT setting should be reflected in the ... ok test_override_media_url (test_utils.tests.OverrideSettingsTests) Overriding the MEDIA_URL setting should be reflected in the ... ok test_override_static_root (test_utils.tests.OverrideSettingsTests) Overriding the STATIC_ROOT setting should be reflected in the ... ok test_override_static_url (test_utils.tests.OverrideSettingsTests) Overriding the STATIC_URL setting should be reflected in the ... ok test_override_staticfiles_dirs (test_utils.tests.OverrideSettingsTests) Overriding the STATICFILES_DIRS setting should be reflected in ... ok test_override_staticfiles_finders (test_utils.tests.OverrideSettingsTests) Overriding the STATICFILES_FINDERS setting should be reflected in ... ok test_override_staticfiles_storage (test_utils.tests.OverrideSettingsTests) Overriding the STATICFILES_STORAGE setting should be reflected in ... ok test_urlconf_cache (test_utils.tests.OverrideSettingsTests) ... ok test_urlconf_first (test_utils.tests.OverrideSettingsTests) ... ok test_urlconf_second (test_utils.tests.OverrideSettingsTests) ... ok test_allowed_hosts (test_utils.tests.SetupTestEnvironmentTests) ... ok test_setup_test_environment_calling_more_than_once (test_utils.tests.SetupTestEnvironmentTests) ... ok test_skip_if_db_feature (test_utils.tests.SkippingTestCase) Testing the django.test.skipIfDBFeature decorator. ... ok test_skip_unless_db_feature (test_utils.tests.SkippingTestCase) Testing the django.test.skipUnlessDBFeature decorator. ... ok test_exception_in_setup (test_utils.tests.TestContextDecoratorTests) An exception is setUp() is reraised after disable() is called. ... ok test_comment_root (test_utils.tests.XMLEqualTests) ... ok test_doctype_root (test_utils.tests.XMLEqualTests) ... ok test_parsing_errors (test_utils.tests.XMLEqualTests) ... ok test_simple_equal (test_utils.tests.XMLEqualTests) ... ok test_simple_equal_raise (test_utils.tests.XMLEqualTests) ... ok test_simple_equal_raises_message (test_utils.tests.XMLEqualTests) ... ok test_simple_equal_unordered (test_utils.tests.XMLEqualTests) ... ok test_simple_equal_with_leading_or_trailing_whitespace (test_utils.tests.XMLEqualTests) ... ok test_simple_not_equal (test_utils.tests.XMLEqualTests) ... ok test_simple_not_equal_raise (test_utils.tests.XMLEqualTests) ... ok test_simple_not_equal_with_whitespace_in_the_middle (test_utils.tests.XMLEqualTests) ... ok test_add_row_selection (admin_changelist.tests.SeleniumTests) The status line for selected rows gets updated correctly (#22038). ... skipped 'No browsers specified.' test_cached_garbaged_collected (dispatch.tests.DispatcherTests) Make sure signal caching sender receivers don't prevent garbage ... ok test_cannot_connect_no_kwargs (dispatch.tests.DispatcherTests) ... ok test_cannot_connect_non_callable (dispatch.tests.DispatcherTests) ... ok test_disconnection (dispatch.tests.DispatcherTests) ... ok test_garbage_collected (dispatch.tests.DispatcherTests) ... ok test_has_listeners (dispatch.tests.DispatcherTests) ... ok test_multiple_registration (dispatch.tests.DispatcherTests) ... ok test_send (dispatch.tests.DispatcherTests) ... ok test_send_connected_no_sender (dispatch.tests.DispatcherTests) ... ok test_send_different_no_sender (dispatch.tests.DispatcherTests) ... ok test_send_no_receivers (dispatch.tests.DispatcherTests) ... ok test_send_robust_fail (dispatch.tests.DispatcherTests) ... ok test_send_robust_ignored_sender (dispatch.tests.DispatcherTests) ... ok test_send_robust_no_receivers (dispatch.tests.DispatcherTests) ... ok test_send_robust_success (dispatch.tests.DispatcherTests) ... ok test_uid_registration (dispatch.tests.DispatcherTests) ... ok test_values_returned_by_disconnection (dispatch.tests.DispatcherTests) ... ok test_receiver_signal_list (dispatch.tests.ReceiverTestCase) ... ok test_receiver_single_signal (dispatch.tests.ReceiverTestCase) ... ok test_not_a_directory (file_uploads.tests.DirectoryCreationTests) ... ok test_readonly_root (file_uploads.tests.DirectoryCreationTests) Permission errors are not swallowed ... ok test_bad_type_content_length (file_uploads.tests.MultiParserTests) ... ok test_empty_upload_handlers (file_uploads.tests.MultiParserTests) ... ok test_invalid_content_type (file_uploads.tests.MultiParserTests) ... ok test_negative_content_length (file_uploads.tests.MultiParserTests) ... ok test_rfc2231_parsing (file_uploads.tests.MultiParserTests) ... ok test_rfc2231_wrong_title (file_uploads.tests.MultiParserTests) Test wrongly formatted RFC 2231 headers (missing double single quotes). ... ok test_format_discovery (fixtures.tests.FixtureTransactionTests) ... ok test_abstract_children (model_indexes.tests.SimpleIndexesTests) ... ok test_clone (model_indexes.tests.SimpleIndexesTests) ... ok test_condition_must_be_q (model_indexes.tests.SimpleIndexesTests) ... ok test_condition_requires_index_name (model_indexes.tests.SimpleIndexesTests) ... ok test_deconstruct_with_condition (model_indexes.tests.SimpleIndexesTests) ... ok test_deconstruction (model_indexes.tests.SimpleIndexesTests) ... ok test_eq (model_indexes.tests.SimpleIndexesTests) ... ok test_fields_tuple (model_indexes.tests.SimpleIndexesTests) ... ok test_index_fields_type (model_indexes.tests.SimpleIndexesTests) ... ok test_name_auto_generation (model_indexes.tests.SimpleIndexesTests) ... ok test_name_auto_generation_with_quoted_db_table (model_indexes.tests.SimpleIndexesTests) ... ok test_name_set (model_indexes.tests.SimpleIndexesTests) ... ok test_opclasses_and_fields_same_length (model_indexes.tests.SimpleIndexesTests) ... ok test_opclasses_requires_index_name (model_indexes.tests.SimpleIndexesTests) ... ok test_opclasses_requires_list_or_tuple (model_indexes.tests.SimpleIndexesTests) ... ok test_raises_error_without_field (model_indexes.tests.SimpleIndexesTests) ... ok test_repr (model_indexes.tests.SimpleIndexesTests) ... ok test_suffix (model_indexes.tests.SimpleIndexesTests) ... ok test_warning (deprecation.tests.DeprecationInstanceCheckTest) ... ok test_class_definition_warnings (deprecation.tests.RenameMethodsTests) Ensure a warning is raised upon class definition to suggest renaming ... ok test_deprecated_subclass_renamed (deprecation.tests.RenameMethodsTests) Ensure the correct warnings are raised when a class that didn't rename ... ok test_deprecated_subclass_renamed_and_mixins (deprecation.tests.RenameMethodsTests) Ensure the correct warnings are raised when a subclass inherit from a ... ok test_get_new_defined (deprecation.tests.RenameMethodsTests) Ensure `old` complains and not `new` when only `new` is defined. ... ok test_get_old_defined (deprecation.tests.RenameMethodsTests) Ensure `old` complains when only `old` is defined. ... ok test_renamed_subclass_deprecated (deprecation.tests.RenameMethodsTests) Ensure the correct warnings are raised when a class that renamed ... ok test_https (servers.test_basehttp.WSGIRequestHandlerTestCase) ... ok test_log_message (servers.test_basehttp.WSGIRequestHandlerTestCase) ... ok test_strips_underscore_headers (servers.test_basehttp.WSGIRequestHandlerTestCase) WSGIRequestHandler ignores headers containing underscores. ... ok test_live_server_url_is_class_property (servers.tests.LiveServerAddress) ... ok test_database_writes (servers.tests.LiveServerDatabase) Data written to the database by a view can be read. ... ok test_fixtures_loaded (servers.tests.LiveServerDatabase) Fixtures are properly loaded and visible to the live server thread. ... ok test_port_bind (servers.tests.LiveServerPort) Each LiveServerTestCase binds to a unique port or fails to start a ... ok test_specified_port_bind (servers.tests.LiveServerPort) LiveServerTestCase.port customizes the server's port. ... ok test_404 (servers.tests.LiveServerViews) ... ok test_closes_connection_without_content_length (servers.tests.LiveServerViews) A HTTP 1.1 server is supposed to support keep-alive. Since our ... ok test_environ (servers.tests.LiveServerViews) ... ok test_keep_alive_connection_clears_previous_request_data (servers.tests.LiveServerViews) ... ok test_keep_alive_on_connection_with_content_length (servers.tests.LiveServerViews) See `test_closes_connection_without_content_length` for details. This ... ok test_media_files (servers.tests.LiveServerViews) ... ok test_no_collectstatic_emulation (servers.tests.LiveServerViews) LiveServerTestCase reports a 404 status code when HTTP client ... ok test_protocol (servers.tests.LiveServerViews) Launched server serves with HTTP 1.1. ... ok test_static_files (servers.tests.LiveServerViews) ... ok test_view (servers.tests.LiveServerViews) ... ok test_check_model_instance_from_subview (servers.tests.LiverServerThreadedTests) ... ok test_view_calls_subview (servers.tests.LiverServerThreadedTests) ... ok test_closes_connection_with_content_length (servers.tests.SingleTreadLiveServerViews) Contrast to ... ok test_foreign_data_wrapper (inspectdb.tests.InspectDBTransactionalTests) ... skipped 'PostgreSQL specific SQL' test_include_materialized_views (inspectdb.tests.InspectDBTransactionalTests) inspectdb --include-views creates models for materialized views. ... skipped "Database doesn't support feature(s): can_introspect_materialized_views" test_include_partitions (inspectdb.tests.InspectDBTransactionalTests) inspectdb --include-partitions creates models for partitions. ... skipped 'PostgreSQL specific SQL' test_include_views (inspectdb.tests.InspectDBTransactionalTests) inspectdb --include-views creates models for database views. ... ok test_force_token_to_string (csrf_tests.test_context_processor.TestContextProcessor) ... ok test_csrf_token_on_404_stays_constant (csrf_tests.tests.CsrfInErrorHandlingViewsTests) ... ok test_bare_secret_accepted_and_replaced (csrf_tests.tests.CsrfViewMiddlewareTests) The csrf token is reset from a bare secret. ... ok test_cookie_not_reset_on_accepted_request (csrf_tests.tests.CsrfViewMiddlewareTests) The csrf token used in posts is changed on every request (although ... ok test_csrf_cookie_age (csrf_tests.tests.CsrfViewMiddlewareTests) CSRF cookie age can be set using settings.CSRF_COOKIE_AGE. ... ok test_csrf_cookie_age_none (csrf_tests.tests.CsrfViewMiddlewareTests) CSRF cookie age does not have max age set and therefore uses ... ok test_csrf_cookie_samesite (csrf_tests.tests.CsrfViewMiddlewareTests) ... ok test_csrf_token_in_header (csrf_tests.tests.CsrfViewMiddlewareTests) The token may be passed in a header instead of in the form. ... ok test_csrf_token_in_header_with_customized_name (csrf_tests.tests.CsrfViewMiddlewareTests) settings.CSRF_HEADER_NAME can be used to customize the CSRF header name ... ok test_ensures_csrf_cookie_no_logging (csrf_tests.tests.CsrfViewMiddlewareTests) ensure_csrf_cookie() doesn't log warnings (#19436). ... ok test_ensures_csrf_cookie_no_middleware (csrf_tests.tests.CsrfViewMiddlewareTests) The ensure_csrf_cookie() decorator works without middleware. ... ok test_ensures_csrf_cookie_with_middleware (csrf_tests.tests.CsrfViewMiddlewareTests) The ensure_csrf_cookie() decorator works with the CsrfViewMiddleware ... ok test_get_token_for_exempt_view (csrf_tests.tests.CsrfViewMiddlewareTests) get_token still works for a view decorated with 'csrf_exempt'. ... ok test_get_token_for_requires_csrf_token_view (csrf_tests.tests.CsrfViewMiddlewareTests) get_token() works for a view decorated solely with requires_csrf_token. ... ok test_https_bad_referer (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a bad referer is rejected ... ok test_https_csrf_trusted_origin_allowed (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a referer added to the CSRF_TRUSTED_ORIGINS ... ok test_https_csrf_wildcard_trusted_origin_allowed (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a referer that matches a CSRF_TRUSTED_ORIGINS ... ok test_https_good_referer (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a good referer is accepted. ... ok test_https_good_referer_2 (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a good referer is accepted where the referer ... ok test_https_good_referer_behind_proxy (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request is accepted when USE_X_FORWARDED_PORT=True. ... ok test_https_good_referer_matches_cookie_domain (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a good referer should be accepted from a ... ok test_https_good_referer_matches_cookie_domain_with_different_port (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a good referer should be accepted from a ... ok test_https_malformed_host (csrf_tests.tests.CsrfViewMiddlewareTests) CsrfViewMiddleware generates a 403 response if it receives an HTTPS ... ok test_https_malformed_referer (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request with a bad referer is rejected. ... ok test_https_reject_insecure_referer (csrf_tests.tests.CsrfViewMiddlewareTests) A POST HTTPS request from an insecure referer should be rejected. ... ok test_post_data_read_failure (csrf_tests.tests.CsrfViewMiddlewareTests) OSErrors during POST data reading are caught and treated as if the ... ok test_process_request_csrf_cookie_and_token (csrf_tests.tests.CsrfViewMiddlewareTests) If both a cookie and a token is present, the middleware lets it through. ... ok test_process_request_csrf_cookie_no_token (csrf_tests.tests.CsrfViewMiddlewareTests) If a CSRF cookie is present but no token, the middleware rejects ... ok test_process_request_csrf_cookie_no_token_exempt_view (csrf_tests.tests.CsrfViewMiddlewareTests) If a CSRF cookie is present and no token, but the csrf_exempt decorator ... ok test_process_request_no_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareTests) If no CSRF cookies is present, the middleware rejects the incoming ... ok test_process_response_get_token_not_used (csrf_tests.tests.CsrfViewMiddlewareTests) If get_token() is not called, the view middleware does not ... ok test_process_view_token_invalid_chars (csrf_tests.tests.CsrfViewMiddlewareTests) If the token contains non-alphanumeric characters, it is ignored and a ... ok test_process_view_token_too_long (csrf_tests.tests.CsrfViewMiddlewareTests) If the token is longer than expected, it is ignored and a new token is ... ok test_put_and_delete_allowed (csrf_tests.tests.CsrfViewMiddlewareTests) HTTP PUT and DELETE can get through with X-CSRFToken and a cookie. ... ok test_put_and_delete_rejected (csrf_tests.tests.CsrfViewMiddlewareTests) HTTP PUT and DELETE methods have protection ... ok test_token_node_empty_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareTests) A new token is sent if the csrf_cookie is the empty string. ... ok test_token_node_no_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareTests) CsrfTokenNode works when no CSRF cookie is set. ... ok test_token_node_with_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareTests) CsrfTokenNode works when a CSRF cookie is set. ... ok test_token_node_with_new_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareTests) CsrfTokenNode works when a CSRF cookie is created by ... ok test_cookie_not_reset_on_accepted_request (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) The csrf token used in posts is changed on every request (although ... ok test_csrf_token_in_header (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) The token may be passed in a header instead of in the form. ... ok test_csrf_token_in_header_with_customized_name (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) settings.CSRF_HEADER_NAME can be used to customize the CSRF header name ... ok test_ensures_csrf_cookie_no_logging (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) ensure_csrf_cookie() doesn't log warnings (#19436). ... ok test_ensures_csrf_cookie_with_middleware (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) The ensure_csrf_cookie() decorator works with the CsrfViewMiddleware ... ok test_get_token_for_exempt_view (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) get_token still works for a view decorated with 'csrf_exempt'. ... ok test_get_token_for_requires_csrf_token_view (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) get_token() works for a view decorated solely with requires_csrf_token. ... ok test_https_bad_referer (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a bad referer is rejected ... ok test_https_csrf_trusted_origin_allowed (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a referer added to the CSRF_TRUSTED_ORIGINS ... ok test_https_csrf_wildcard_trusted_origin_allowed (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a referer that matches a CSRF_TRUSTED_ORIGINS ... ok test_https_good_referer (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a good referer is accepted. ... ok test_https_good_referer_2 (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a good referer is accepted where the referer ... ok test_https_good_referer_behind_proxy (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request is accepted when USE_X_FORWARDED_PORT=True. ... ok test_https_good_referer_matches_cookie_domain (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a good referer should be accepted from a ... ok test_https_good_referer_matches_cookie_domain_with_different_port (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a good referer should be accepted from a ... ok test_https_malformed_host (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) CsrfViewMiddleware generates a 403 response if it receives an HTTPS ... ok test_https_malformed_referer (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request with a bad referer is rejected. ... ok test_https_reject_insecure_referer (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A POST HTTPS request from an insecure referer should be rejected. ... ok test_no_session_on_request (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) ... ok test_post_data_read_failure (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) OSErrors during POST data reading are caught and treated as if the ... ok test_process_request_csrf_cookie_and_token (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) If both a cookie and a token is present, the middleware lets it through. ... ok test_process_request_csrf_cookie_no_token (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) If a CSRF cookie is present but no token, the middleware rejects ... ok test_process_request_csrf_cookie_no_token_exempt_view (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) If a CSRF cookie is present and no token, but the csrf_exempt decorator ... ok test_process_request_no_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) If no CSRF cookies is present, the middleware rejects the incoming ... ok test_process_response_get_token_not_used (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) If get_token() is not called, the view middleware does not ... ok test_process_response_get_token_used (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) The ensure_csrf_cookie() decorator works without middleware. ... ok test_put_and_delete_allowed (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) HTTP PUT and DELETE can get through with X-CSRFToken and a cookie. ... ok test_put_and_delete_rejected (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) HTTP PUT and DELETE methods have protection ... ok test_session_modify (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) The session isn't saved if the CSRF cookie is unchanged. ... ok test_token_node_empty_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) A new token is sent if the csrf_cookie is the empty string. ... ok test_token_node_no_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) CsrfTokenNode works when no CSRF cookie is set. ... ok test_token_node_with_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) CsrfTokenNode works when a CSRF cookie is set. ... ok test_token_node_with_new_csrf_cookie (csrf_tests.tests.CsrfViewMiddlewareUseSessionsTests) CsrfTokenNode works when a CSRF cookie is created by the middleware ... ok test_bad_module (wsgi.tests.GetInternalWSGIApplicationTest) ... ok test_bad_name (wsgi.tests.GetInternalWSGIApplicationTest) ... ok test_default (wsgi.tests.GetInternalWSGIApplicationTest) If ``WSGI_APPLICATION`` is ``None``, the return value of ... ok test_success (wsgi.tests.GetInternalWSGIApplicationTest) If ``WSGI_APPLICATION`` is a dotted path, the referenced object is ... ok test_file_wrapper (wsgi.tests.WSGITest) FileResponse uses wsgi.file_wrapper. ... ok test_get_wsgi_application (wsgi.tests.WSGITest) get_wsgi_application() returns a functioning WSGI callable. ... ok test_duplicate_order_field (order_with_respect_to.tests.OrderWithRespectToTests) ... ok test_flatten (admin_utils.tests.UtilsTests) ... ok test_flatten_fieldsets (admin_utils.tests.UtilsTests) Regression test for #18051 ... ok test_label_for_field (admin_utils.tests.UtilsTests) Tests for label_for_field ... ok test_label_for_field_form_argument (admin_utils.tests.UtilsTests) ... ok test_label_for_property (admin_utils.tests.UtilsTests) ... ok test_list_display_for_value (admin_utils.tests.UtilsTests) ... ok test_list_display_for_value_boolean (admin_utils.tests.UtilsTests) ... ok test_null_display_for_field (admin_utils.tests.UtilsTests) Regression test for #12550: display_for_field should handle None ... ok test_number_formats_display_for_field (admin_utils.tests.UtilsTests) ... ok test_number_formats_with_thousand_separator_display_for_field (admin_utils.tests.UtilsTests) ... ok test_quote (admin_utils.tests.UtilsTests) ... ok test_related_name (admin_utils.tests.UtilsTests) Regression test for #13963 ... ok test_safestring_in_field_label (admin_utils.tests.UtilsTests) ... ok test_values_from_lookup_field (admin_utils.tests.UtilsTests) Regression test for #12654: lookup_field ... ok test_auto_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_big_integer_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_binary_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_boolean_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_char_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_char_field_choices (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_csi_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_date_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_datetime_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_db_tablespace (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_decimal_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_decimal_field_0_decimal_places (field_deconstruction.tests.FieldDeconstructionTests) A DecimalField with decimal_places=0 should work (#22272). ... ok test_email_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_file_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_file_path_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_float_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_foreign_key (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_foreign_key_swapped (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_generic_ip_address_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_image_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_integer_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_ip_address_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_many_to_many_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_many_to_many_field_swapped (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_name (field_deconstruction.tests.FieldDeconstructionTests) Tests the outputting of the correct name if assigned one. ... ok test_null_boolean_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_one_to_one (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_positive_integer_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_positive_small_integer_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_slug_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_small_integer_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_text_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_time_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_url_field (field_deconstruction.tests.FieldDeconstructionTests) ... ok test_get_absolute_url (absolute_url_overrides.tests.AbsoluteUrlOverrideTests) get_absolute_url() functions as a normal method. ... ok test_insert_get_absolute_url (absolute_url_overrides.tests.AbsoluteUrlOverrideTests) ABSOLUTE_URL_OVERRIDES should work even if the model doesn't have a ... ok test_override_get_absolute_url (absolute_url_overrides.tests.AbsoluteUrlOverrideTests) ABSOLUTE_URL_OVERRIDES should override get_absolute_url(). ... ok test_abstract_model (admin_registration.tests.TestRegistration) Exception is raised when trying to register an abstract model. ... ok test_bare_registration (admin_registration.tests.TestRegistration) ... ok test_is_registered_model (admin_registration.tests.TestRegistration) Checks for registered models should return true. ... ok test_is_registered_not_registered_model (admin_registration.tests.TestRegistration) Checks for unregistered models should return false. ... ok test_iterable_registration (admin_registration.tests.TestRegistration) ... ok test_prevent_double_registration (admin_registration.tests.TestRegistration) ... ok test_prevent_double_registration_for_custom_admin (admin_registration.tests.TestRegistration) ... ok test_registration_with_model_admin (admin_registration.tests.TestRegistration) ... ok test_registration_with_star_star_options (admin_registration.tests.TestRegistration) ... ok test_star_star_overrides (admin_registration.tests.TestRegistration) ... ok test_basic_registration (admin_registration.tests.TestRegistrationDecorator) ... ok test_custom_site_not_an_admin_site (admin_registration.tests.TestRegistrationDecorator) ... ok test_custom_site_registration (admin_registration.tests.TestRegistrationDecorator) ... ok test_empty_models_list_registration_fails (admin_registration.tests.TestRegistrationDecorator) ... ok test_multiple_registration (admin_registration.tests.TestRegistrationDecorator) ... ok test_wrapped_class_not_a_model_admin (admin_registration.tests.TestRegistrationDecorator) ... ok test_disconnect (asgi.tests.ASGITest) ... ok test_file_response (asgi.tests.ASGITest) Makes sure that FileResponse works over ASGI. ... ok test_get_asgi_application (asgi.tests.ASGITest) get_asgi_application() returns a functioning ASGI callable. ... ok test_get_query_string (asgi.tests.ASGITest) ... ok test_headers (asgi.tests.ASGITest) ... ok test_non_unicode_query_string (asgi.tests.ASGITest) ... ok test_wrong_connection_type (asgi.tests.ASGITest) ... ok test_disallowed_abbreviated_options (user_commands.tests.CommandRunTests) To avoid conflicts with custom options, commands don't allow ... ok test_script_prefix_set_in_commands (user_commands.tests.CommandRunTests) ... ok test_skip_checks (user_commands.tests.CommandRunTests) ... ok test_call_command_no_checks (user_commands.tests.CommandTests) By default, call_command should not trigger the check framework, unless ... ok test_call_command_option_parsing (user_commands.tests.CommandTests) When passing the long option name to call_command, the available option ... ok test_call_command_option_parsing_non_string_arg (user_commands.tests.CommandTests) It should be possible to pass non-string arguments to call_command. ... ok test_call_command_unrecognized_option (user_commands.tests.CommandTests) ... ok test_call_command_with_required_parameters_in_mixed_options (user_commands.tests.CommandTests) ... ok test_call_command_with_required_parameters_in_options (user_commands.tests.CommandTests) ... ok test_calling_a_command_with_no_app_labels_and_parameters_should_raise_a_command_error (user_commands.tests.CommandTests) ... ok test_calling_a_command_with_only_empty_parameter_should_ends_gracefully (user_commands.tests.CommandTests) ... ok test_calling_command_with_app_labels_and_parameters_should_be_ok (user_commands.tests.CommandTests) ... ok test_calling_command_with_parameters_and_app_labels_at_the_end_should_be_ok (user_commands.tests.CommandTests) ... ok test_check_migrations (user_commands.tests.CommandTests) ... ok test_command (user_commands.tests.CommandTests) ... ok test_command_add_arguments_after_common_arguments (user_commands.tests.CommandTests) ... ok test_command_style (user_commands.tests.CommandTests) ... ok test_create_parser_kwargs (user_commands.tests.CommandTests) BaseCommand.create_parser() passes kwargs to CommandParser. ... ok test_discover_commands_in_eggs (user_commands.tests.CommandTests) Management commands can also be loaded from Python eggs. ... ok test_explode (user_commands.tests.CommandTests) An unknown command raises CommandError ... ok test_find_command_without_PATH (user_commands.tests.CommandTests) find_command should still work when the PATH environment variable ... ok test_language_preserved (user_commands.tests.CommandTests) ... ok test_mutually_exclusive_group_required_options (user_commands.tests.CommandTests) ... ok test_no_translations_deactivate_translations (user_commands.tests.CommandTests) When the Command handle method is decorated with @no_translations, ... ok test_output_transaction (user_commands.tests.CommandTests) ... ok test_subparser (user_commands.tests.CommandTests) ... ok test_subparser_dest_args (user_commands.tests.CommandTests) ... ok test_subparser_dest_required_args (user_commands.tests.CommandTests) ... ok test_subparser_invalid_option (user_commands.tests.CommandTests) ... ok test_system_exit (user_commands.tests.CommandTests) Exception raised in a command should raise CommandError with ... ok test_get_random_secret_key (user_commands.tests.UtilsTests) ... ok test_is_ignored_path_false (user_commands.tests.UtilsTests) ... ok test_is_ignored_path_true (user_commands.tests.UtilsTests) ... ok test_no_existent_external_program (user_commands.tests.UtilsTests) ... ok test_normalize_path_patterns_truncates_wildcard_base (user_commands.tests.UtilsTests) ... ok test_delete (sites_tests.tests.RequestSiteTests) ... ok test_init_attributes (sites_tests.tests.RequestSiteTests) ... ok test_save (sites_tests.tests.RequestSiteTests) ... ok test_str (sites_tests.tests.RequestSiteTests) ... ok test_no_lang_activate (i18n.patterns.tests.PathUnusedTests) ... ok test_request_urlconf_considered (i18n.patterns.tests.RequestURLConfTests) ... ok test_prefixed_i18n_disabled (i18n.patterns.tests.URLDisabledTests) ... ok test_account_register (i18n.patterns.tests.URLNamespaceTests) ... ok test_invalid_prefix_use (i18n.patterns.tests.URLPrefixTests) ... ok test_not_prefixed (i18n.patterns.tests.URLPrefixTests) ... ok test_prefixed (i18n.patterns.tests.URLPrefixTests) ... ok test_custom_redirect_class (i18n.patterns.tests.URLRedirectTests) ... ok test_en_redirect (i18n.patterns.tests.URLRedirectTests) ... ok test_en_redirect_wrong_url (i18n.patterns.tests.URLRedirectTests) ... ok test_nl_redirect (i18n.patterns.tests.URLRedirectTests) ... ok test_nl_redirect_wrong_url (i18n.patterns.tests.URLRedirectTests) ... ok test_no_prefix_response (i18n.patterns.tests.URLRedirectTests) ... ok test_pl_pl_redirect (i18n.patterns.tests.URLRedirectTests) ... ok test_pt_br_redirect (i18n.patterns.tests.URLRedirectTests) ... ok test_language_prefix_with_script_prefix (i18n.patterns.tests.URLRedirectWithScriptAliasTests) ... ok test_en_redirect (i18n.patterns.tests.URLRedirectWithoutTrailingSlashSettingTests) ... ok test_not_prefixed_redirect (i18n.patterns.tests.URLRedirectWithoutTrailingSlashSettingTests) ... ok test_en_redirect (i18n.patterns.tests.URLRedirectWithoutTrailingSlashTests) ... ok test_not_prefixed_redirect (i18n.patterns.tests.URLRedirectWithoutTrailingSlashTests) ... ok test_en_path (i18n.patterns.tests.URLResponseTests) ... ok test_en_url (i18n.patterns.tests.URLResponseTests) ... ok test_nl_path (i18n.patterns.tests.URLResponseTests) ... ok test_nl_url (i18n.patterns.tests.URLResponseTests) ... ok test_not_prefixed_with_prefix (i18n.patterns.tests.URLResponseTests) ... ok test_pt_br_url (i18n.patterns.tests.URLResponseTests) ... ok test_wrong_en_prefix (i18n.patterns.tests.URLResponseTests) ... ok test_wrong_nl_prefix (i18n.patterns.tests.URLResponseTests) ... ok test_args (i18n.patterns.tests.URLTagTests) ... ok test_context (i18n.patterns.tests.URLTagTests) ... ok test_kwargs (i18n.patterns.tests.URLTagTests) ... ok test_strings_only (i18n.patterns.tests.URLTagTests) ... ok test_no_prefix_translated (i18n.patterns.tests.URLTranslationTests) ... ok test_translate_url_utility (i18n.patterns.tests.URLTranslationTests) ... ok test_users_url (i18n.patterns.tests.URLTranslationTests) ... ok test_en_redirect (i18n.patterns.tests.URLVaryAcceptLanguageTests) ... ok test_no_prefix_response (i18n.patterns.tests.URLVaryAcceptLanguageTests) ... ok test_app_locale_compiled (i18n.test_compilation.AppCompilationTest) ... skipped 'msgfmt is mandatory for compilation tests' test_error_reported_by_msgfmt (i18n.test_compilation.CompilationErrorHandling) ... skipped 'msgfmt is mandatory for compilation tests' test_msgfmt_error_including_non_ascii (i18n.test_compilation.CompilationErrorHandling) ... skipped 'msgfmt is mandatory for compilation tests' test_command_help (i18n.test_compilation.ExcludedLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_multiple_locales_excluded (i18n.test_compilation.ExcludedLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_multiple_locales_excluded_with_locale (i18n.test_compilation.ExcludedLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_one_locale_excluded (i18n.test_compilation.ExcludedLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_one_locale_excluded_with_locale (i18n.test_compilation.ExcludedLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_fuzzy_compiling (i18n.test_compilation.FuzzyTranslationTest) ... skipped 'msgfmt is mandatory for compilation tests' test_nofuzzy_compiling (i18n.test_compilation.FuzzyTranslationTest) ... skipped 'msgfmt is mandatory for compilation tests' test_ignores_based_on_pattern (i18n.test_compilation.IgnoreDirectoryCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_multiple_locale_dirs_ignored (i18n.test_compilation.IgnoreDirectoryCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_one_locale_dir_ignored (i18n.test_compilation.IgnoreDirectoryCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_multiple_locales (i18n.test_compilation.MultipleLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_one_locale (i18n.test_compilation.MultipleLocaleCompilationTests) ... skipped 'msgfmt is mandatory for compilation tests' test_percent_symbol_in_po_file (i18n.test_compilation.PoFileContentsTests) ... skipped 'msgfmt is mandatory for compilation tests' test_bom_rejection (i18n.test_compilation.PoFileTests) ... skipped 'msgfmt is mandatory for compilation tests' test_no_write_access (i18n.test_compilation.PoFileTests) ... skipped 'msgfmt is mandatory for compilation tests' test_blocktrans_trimmed (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_comments_extractor (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_context_in_single_quotes (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_extraction_error (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_extraction_warning (i18n.test_extraction.BasicExtractorTests) test xgettext warning about multiple bare interpolation placeholders ... skipped 'xgettext is mandatory for extraction tests' test_makemessages_find_files (i18n.test_extraction.BasicExtractorTests) find_files only discover files having the proper extensions. ... skipped 'xgettext is mandatory for extraction tests' test_makemessages_gettext_version (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_po_file_encoding_when_updating (i18n.test_extraction.BasicExtractorTests) Update of PO file doesn't corrupt it with non-UTF-8 encoding on Windows ... skipped 'xgettext is mandatory for extraction tests' test_pot_charset_header_is_utf8 (i18n.test_extraction.BasicExtractorTests) Content-Type: ... charset=CHARSET is replaced with charset=UTF-8 ... skipped 'xgettext is mandatory for extraction tests' test_special_char_extracted (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_template_comments (i18n.test_extraction.BasicExtractorTests) Template comment tags on the same line of other constructs (#19552) ... skipped 'xgettext is mandatory for extraction tests' test_template_message_context_extractor (i18n.test_extraction.BasicExtractorTests) Message contexts are correctly extracted for the {% trans %} and ... skipped 'xgettext is mandatory for extraction tests' test_unicode_decode_error (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_unicode_file_name (i18n.test_extraction.BasicExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_use_i18n_false (i18n.test_extraction.BasicExtractorTests) makemessages also runs successfully when USE_I18N is False. ... skipped 'xgettext is mandatory for extraction tests' test_copy_plural_forms (i18n.test_extraction.CopyPluralFormsExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_override_plural_forms (i18n.test_extraction.CopyPluralFormsExtractorTests) Ticket #20311. ... skipped 'xgettext is mandatory for extraction tests' test_trans_and_plural_blocktrans_collision (i18n.test_extraction.CopyPluralFormsExtractorTests) Ensures a correct workaround for the gettext bug when handling a literal ... skipped 'xgettext is mandatory for extraction tests' test_no_locale_raises (i18n.test_extraction.CustomLayoutExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_project_locale_paths (i18n.test_extraction.CustomLayoutExtractionTests) * translations for an app containing a locale folder are stored in that folder ... skipped 'xgettext is mandatory for extraction tests' test_command_help (i18n.test_extraction.ExcludedLocaleExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_multiple_locales_excluded (i18n.test_extraction.ExcludedLocaleExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_multiple_locales_excluded_with_locale (i18n.test_extraction.ExcludedLocaleExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_one_locale_excluded (i18n.test_extraction.ExcludedLocaleExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_one_locale_excluded_with_locale (i18n.test_extraction.ExcludedLocaleExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_ignore_directory (i18n.test_extraction.IgnoredExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_ignore_file_patterns (i18n.test_extraction.IgnoredExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_ignore_subdirectory (i18n.test_extraction.IgnoredExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_media_static_dirs_ignored (i18n.test_extraction.IgnoredExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_default_root_settings (i18n.test_extraction.JavascriptExtractorTests) Regression test for #23717. ... skipped 'xgettext is mandatory for extraction tests' test_javascript_literals (i18n.test_extraction.JavascriptExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_media_static_dirs_ignored (i18n.test_extraction.JavascriptExtractorTests) Regression test for #23583. ... skipped 'xgettext is mandatory for extraction tests' test_keep_pot_disabled_by_default (i18n.test_extraction.KeepPotFileExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_keep_pot_enabled (i18n.test_extraction.KeepPotFileExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_keep_pot_explicitly_disabled (i18n.test_extraction.KeepPotFileExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_add_location_file (i18n.test_extraction.LocationCommentsTests) makemessages --add-location=file ... skipped 'xgettext is mandatory for extraction tests' test_add_location_full (i18n.test_extraction.LocationCommentsTests) makemessages --add-location=full ... skipped 'xgettext is mandatory for extraction tests' test_add_location_gettext_version_check (i18n.test_extraction.LocationCommentsTests) CommandError is raised when using makemessages --add-location with ... skipped 'xgettext is mandatory for extraction tests' test_add_location_never (i18n.test_extraction.LocationCommentsTests) makemessages --add-location=never ... skipped 'xgettext is mandatory for extraction tests' test_location_comments_for_templatized_files (i18n.test_extraction.LocationCommentsTests) Ensure no leaky paths in comments, e.g. #: path o ile.html.py:123 ... skipped 'xgettext is mandatory for extraction tests' test_no_location_disabled (i18n.test_extraction.LocationCommentsTests) Behavior is correct if --no-location switch isn't specified. ... skipped 'xgettext is mandatory for extraction tests' test_no_location_enabled (i18n.test_extraction.LocationCommentsTests) Behavior is correct if --no-location switch is specified. See #16903. ... skipped 'xgettext is mandatory for extraction tests' test_all_locales (i18n.test_extraction.MultipleLocaleExtractionTests) When the `locale` flag is absent, all dirs from the parent locale dir ... skipped 'xgettext is mandatory for extraction tests' test_multiple_locales (i18n.test_extraction.MultipleLocaleExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_makemessages_no_settings (i18n.test_extraction.NoSettingsExtractionTests) ... skipped 'xgettext is mandatory for extraction tests' test_no_wrap_disabled (i18n.test_extraction.NoWrapExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_no_wrap_enabled (i18n.test_extraction.NoWrapExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_symlink (i18n.test_extraction.SymlinkExtractorTests) ... skipped 'xgettext is mandatory for extraction tests' test_eq (i18n.test_management.TranslatableFileTests) ... ok test_repr (i18n.test_management.TranslatableFileTests) ... ok test_adds_python_format_to_all_percent_signs (i18n.test_percents.ExtractingStringsWithPercentSigns) ... ok test_trans_tag_with_percent_symbol_at_the_end (i18n.test_percents.ExtractingStringsWithPercentSigns) ... ok test_trans_tag_with_percent_symbol_in_the_middle (i18n.test_percents.ExtractingStringsWithPercentSigns) ... ok test_trans_tag_with_string_that_look_like_fmt_spec (i18n.test_percents.ExtractingStringsWithPercentSigns) ... ok test_translates_multiple_percent_signs (i18n.test_percents.RenderingTemplatesWithPercentSigns) ... ok test_translates_with_a_percent_symbol_at_the_end (i18n.test_percents.RenderingTemplatesWithPercentSigns) ... ok test_translates_with_percent_symbol_in_the_middle (i18n.test_percents.RenderingTemplatesWithPercentSigns) ... ok test_translates_with_percent_symbol_using_context (i18n.test_percents.RenderingTemplatesWithPercentSigns) ... ok test_translates_with_string_that_look_like_fmt_spec_with_trans (i18n.test_percents.RenderingTemplatesWithPercentSigns) ... ok test_app_translation (i18n.tests.AppResolutionOrderI18NTests) ... ok test_check_for_language (i18n.tests.CountrySpecificLanguageTests) ... ok test_check_for_language_null (i18n.tests.CountrySpecificLanguageTests) ... ok test_get_language_from_request (i18n.tests.CountrySpecificLanguageTests) ... ok test_get_language_from_request_null (i18n.tests.CountrySpecificLanguageTests) ... ok test_specific_language_codes (i18n.tests.CountrySpecificLanguageTests) ... ok test_django_fallback (i18n.tests.DjangoFallbackResolutionOrderI18NTests) ... ok test_admin_javascript_supported_input_formats (i18n.tests.FormattingTests) The first input format for DATE_INPUT_FORMATS, TIME_INPUT_FORMATS, and ... ok test_all_format_strings (i18n.tests.FormattingTests) ... ok test_false_like_locale_formats (i18n.tests.FormattingTests) The active locale's formats take precedence over the default settings ... ok test_format_arbitrary_settings (i18n.tests.FormattingTests) ... ok test_get_custom_format (i18n.tests.FormattingTests) ... ok test_get_format_modules_lang (i18n.tests.FormattingTests) ... ok test_get_format_modules_stability (i18n.tests.FormattingTests) ... ok test_iter_format_modules (i18n.tests.FormattingTests) Tests the iter_format_modules function. ... ok test_iter_format_modules_stability (i18n.tests.FormattingTests) Tests the iter_format_modules function always yields format modules in ... ok test_l10n_disabled (i18n.tests.FormattingTests) Catalan locale with format i18n disabled translations will be used, ... ok test_l10n_enabled (i18n.tests.FormattingTests) ... ok test_locale_independent (i18n.tests.FormattingTests) Localization of numbers ... ok test_localize_templatetag_and_filter (i18n.tests.FormattingTests) Test the {% localize %} templatetag and the localize/unlocalize filters. ... ok test_localized_as_text_as_hidden_input (i18n.tests.FormattingTests) Tests if form input with 'as_hidden' or 'as_text' is correctly localized. Ticket #18777 ... ok test_localized_input (i18n.tests.FormattingTests) Tests if form input is correctly localized ... ok test_localized_input_func (i18n.tests.FormattingTests) ... ok test_sanitize_separators (i18n.tests.FormattingTests) Tests django.utils.formats.sanitize_separators. ... ok test_sub_locales (i18n.tests.FormattingTests) Check if sublocales fall back to the main locale ... ok test_locale_paths_override_app_translation (i18n.tests.LocalePathsResolutionOrderI18NTests) ... ok test_locale_paths_translation (i18n.tests.LocalePathsResolutionOrderI18NTests) ... ok test_cache_resetting (i18n.tests.MiscTests) After setting LANGUAGE, the cache should be cleared and languages ... ok test_english_fallback (i18n.tests.MiscTests) With a non-English LANGUAGE_CODE and if the active language is English ... ok test_get_language_from_path_null (i18n.tests.MiscTests) ... ok test_get_language_from_path_real (i18n.tests.MiscTests) ... ok test_get_supported_language_variant_null (i18n.tests.MiscTests) ... ok test_get_supported_language_variant_real (i18n.tests.MiscTests) ... ok test_i18n_patterns_returns_list (i18n.tests.MiscTests) ... ok test_parse_language_cookie (i18n.tests.MiscTests) Now test that we parse language preferences stored in a cookie correctly. ... ok test_parse_literal_http_header (i18n.tests.MiscTests) Now test that we parse a literal HTTP header correctly. ... ok test_parse_spec_http_header (i18n.tests.MiscTests) Testing HTTP header parsing. First, we test that we can parse the ... ok test_special_fallback_language (i18n.tests.MiscTests) Some languages may have special fallbacks that don't follow the simple ... ok test_support_for_deprecated_chinese_language_codes (i18n.tests.MiscTests) Some browsers (Firefox, IE, etc.) use deprecated language codes. As these ... ok test_check_for_language (i18n.tests.NonDjangoLanguageTests) ... ok test_non_django_language (i18n.tests.NonDjangoLanguageTests) ... ok test_plural_non_django_language (i18n.tests.NonDjangoLanguageTests) ... ok test_fallback_language_code (i18n.tests.TestLanguageInfo) get_language_info return the first fallback language info if the lang_info ... ok test_localized_language_info (i18n.tests.TestLanguageInfo) ... ok test_unknown_language_code (i18n.tests.TestLanguageInfo) ... ok test_unknown_language_code_and_country_code (i18n.tests.TestLanguageInfo) ... ok test_unknown_only_country_code (i18n.tests.TestLanguageInfo) ... ok test_sparse_territory_catalog (i18n.tests.TranslationFallbackI18NTests) Untranslated strings for territorial language variants use the ... ok test_ignores_non_mo_files (i18n.tests.TranslationFileChangedTests) ... ok test_resets_cache_with_mo_files (i18n.tests.TranslationFileChangedTests) ... ok test_failure_finding_default_mo_files (i18n.tests.TranslationFilesMissing) OSError is raised if the default language is unparseable. ... ok test_translation_loading (i18n.tests.TranslationLoadingTests) "loading_app" does not have translations for all languages provided by ... ok test_empty_value (i18n.tests.TranslationTests) Empty value must stay empty after being translated (#23196). ... ok test_language_bidi (i18n.tests.TranslationTests) ... ok test_language_bidi_null (i18n.tests.TranslationTests) ... ok test_lazy_objects (i18n.tests.TranslationTests) Format string interpolation should work with *_lazy objects. ... ok test_lazy_pickle (i18n.tests.TranslationTests) ... ok test_legacy_aliases (i18n.tests.TranslationTests) Pre-Django 2.0 aliases with u prefix are still available. ... ok test_maclines (i18n.tests.TranslationTests) Translations on files with Mac or DOS end of lines will be converted ... ok test_multiple_plurals_per_language (i18n.tests.TranslationTests) Normally, French has 2 plurals. As other/locale/fr/LC_MESSAGES/django.po ... ok test_ngettext_lazy (i18n.tests.TranslationTests) ... ok test_ngettext_lazy_bool (i18n.tests.TranslationTests) ... ok test_ngettext_lazy_format_style (i18n.tests.TranslationTests) ... ok test_ngettext_lazy_pickle (i18n.tests.TranslationTests) ... ok test_override (i18n.tests.TranslationTests) ... ok test_override_decorator (i18n.tests.TranslationTests) ... ok test_override_exit (i18n.tests.TranslationTests) The language restored is the one used when the function was ... ok test_pgettext (i18n.tests.TranslationTests) ... ok test_plural (i18n.tests.TranslationTests) Test plurals with ngettext. French differs from English in that 0 is singular. ... ok test_plural_null (i18n.tests.TranslationTests) ... ok test_safe_status (i18n.tests.TranslationTests) Translating a string requiring no auto-escaping with gettext or pgettext ... ok test_to_language (i18n.tests.TranslationTests) ... ok test_to_locale (i18n.tests.TranslationTests) ... ok test_bug14894_translation_activate_thread_safety (i18n.tests.TranslationThreadSafetyTests) ... ok test_default_lang_without_prefix (i18n.tests.UnprefixedDefaultLanguageTests) With i18n_patterns(..., prefix_default_language=False), the default ... ok test_no_redirect_on_404 (i18n.tests.UnprefixedDefaultLanguageTests) A request for a nonexistent URL shouldn't cause a redirect to ... ok test_other_lang_with_prefix (i18n.tests.UnprefixedDefaultLanguageTests) ... ok test_page_with_dash (i18n.tests.UnprefixedDefaultLanguageTests) ... ok test_unprefixed_language_other_than_accept_language (i18n.tests.UnprefixedDefaultLanguageTests) ... ok test_round_away_from_one (i18n.tests.UtilsTests) ... ok test_i18n_app_dirs (i18n.tests.WatchForTranslationChangesTests) ... ok test_i18n_disabled (i18n.tests.WatchForTranslationChangesTests) ... ok test_i18n_enabled (i18n.tests.WatchForTranslationChangesTests) ... ok test_i18n_local_locale (i18n.tests.WatchForTranslationChangesTests) ... ok test_i18n_locale_paths (i18n.tests.WatchForTranslationChangesTests) ... ok test_descriptor_class (field_subclassing.tests.DescriptorClassTest) ... ok test_db_parameters_respects_db_type (field_subclassing.tests.TestDbType) ... ok test_content_type_field_pointing_to_wrong_model (contenttypes_tests.test_checks.GenericForeignKeyTests) ... ok test_field_name_ending_with_underscore (contenttypes_tests.test_checks.GenericForeignKeyTests) ... ok test_generic_foreign_key_checks_are_performed (contenttypes_tests.test_checks.GenericForeignKeyTests) ... ok test_invalid_content_type_field (contenttypes_tests.test_checks.GenericForeignKeyTests) ... ok test_missing_content_type_field (contenttypes_tests.test_checks.GenericForeignKeyTests) ... ok test_missing_object_id_field (contenttypes_tests.test_checks.GenericForeignKeyTests) ... ok test_field_name_ending_with_underscore (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_missing_generic_foreign_key (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_pointing_to_missing_model (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_pointing_to_swapped_model (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_valid_generic_relationship (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_valid_generic_relationship_with_explicit_fields (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_valid_self_referential_generic_relationship (contenttypes_tests.test_checks.GenericRelationTests) ... ok test_model_name_max_length (contenttypes_tests.test_checks.ModelCheckTests) ... ok test_model_name_too_long (contenttypes_tests.test_checks.ModelCheckTests) ... ok test_get_content_type_no_arguments (contenttypes_tests.test_fields.GenericForeignKeyTests) ... ok test_incorrect_get_prefetch_queryset_arguments (contenttypes_tests.test_fields.GenericForeignKeyTests) ... ok test_str (contenttypes_tests.test_fields.GenericForeignKeyTests) ... ok test_content_type_rename_conflict (contenttypes_tests.test_operations.ContentTypeOperationsTests) ... ok test_existing_content_type_rename (contenttypes_tests.test_operations.ContentTypeOperationsTests) ... ok test_existing_content_type_rename_other_database (contenttypes_tests.test_operations.ContentTypeOperationsTests) ... ok test_missing_content_type_rename_ignore (contenttypes_tests.test_operations.ContentTypeOperationsTests) ... ok test_data_upload_max_memory_size_exceeded (handlers.test_exception.ExceptionHandlerTests) ... ok test_data_upload_max_number_fields_exceeded (handlers.test_exception.ExceptionHandlerTests) ... ok test_environ_path_info_type (handlers.tests.HandlerRequestTests) ... ok test_handle_accepts_httpstatus_enum_value (handlers.tests.HandlerRequestTests) ... ok test_invalid_urls (handlers.tests.HandlerRequestTests) ... ok test_middleware_returns_none (handlers.tests.HandlerRequestTests) ... ok test_no_response (handlers.tests.HandlerRequestTests) ... ok test_suspiciousop_in_view_returns_400 (handlers.tests.HandlerRequestTests) ... ok test_bad_path_info (handlers.tests.HandlerTests) A non-UTF-8 path populates PATH_INFO with an URL-encoded path and ... ok test_invalid_multipart_boundary (handlers.tests.HandlerTests) Invalid boundary string should produce a "Bad Request" response, not a ... ok test_invalid_unicode_cookie (handlers.tests.HandlerTests) Invalid cookie content should result in an absent cookie, but not in a ... ok test_middleware_initialized (handlers.tests.HandlerTests) ... ok test_non_ascii_cookie (handlers.tests.HandlerTests) Non-ASCII cookies set in JavaScript are properly decoded (#20557). ... ok test_non_ascii_query_string (handlers.tests.HandlerTests) Non-ASCII query strings are properly decoded (#20530, #22996). ... ok test_get_script_name (handlers.tests.ScriptNameTests) ... ok test_get_script_name_double_slashes (handlers.tests.ScriptNameTests) WSGI squashes multiple successive slashes in PATH_INFO, get_script_name ... ok test_request_signals (handlers.tests.SignalsTests) ... ok test_request_signals_streaming_response (handlers.tests.SignalsTests) ... ok test_auto_transaction (handlers.tests.TransactionsPerRequestTests) ... ok test_no_auto_transaction (handlers.tests.TransactionsPerRequestTests) ... ok test_no_transaction (handlers.tests.TransactionsPerRequestTests) ... ok test_handler_renders_template_response (handlers.tests_custom_error_handlers.CustomErrorHandlerTests) BaseHandler should render TemplateResponse if necessary. ... ok test_access (settings_tests.test_file_charset.DeprecationTests) ... ok test_access_warning (settings_tests.test_file_charset.DeprecationTests) ... ok test_override_settings_warning (settings_tests.test_file_charset.DeprecationTests) ... ok test_settings_init_warning (settings_tests.test_file_charset.DeprecationTests) ... ok test_decorated_testcase_module (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_decorated_testcase_name (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_method_list_override (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_method_list_override_nested_order (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_method_list_override_no_ops (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_method_list_override_strings (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_method_override (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_override (settings_tests.tests.FullyDecoratedTranTestCase) ... ok test_configure (settings_tests.tests.IsOverriddenTest) ... ok test_evaluated_lazysettings_repr (settings_tests.tests.IsOverriddenTest) ... ok test_module (settings_tests.tests.IsOverriddenTest) ... ok test_override (settings_tests.tests.IsOverriddenTest) ... ok test_settings_repr (settings_tests.tests.IsOverriddenTest) ... ok test_unevaluated_lazysettings_repr (settings_tests.tests.IsOverriddenTest) ... ok test_usersettingsholder_repr (settings_tests.tests.IsOverriddenTest) ... ok test_override_settings_both (settings_tests.tests.OverrideSettingsIsolationOnExceptionTests) Receiver fails on both enter and exit. ... ok test_override_settings_enter (settings_tests.tests.OverrideSettingsIsolationOnExceptionTests) Receiver fails on enter only. ... ok test_override_settings_exit (settings_tests.tests.OverrideSettingsIsolationOnExceptionTests) Receiver fails on exit only. ... ok test_override_settings_reusable_on_enter (settings_tests.tests.OverrideSettingsIsolationOnExceptionTests) Error is raised correctly when reusing the same override_settings ... ok test_none (settings_tests.tests.SecureProxySslHeaderTest) ... ok test_set_with_xheader_right (settings_tests.tests.SecureProxySslHeaderTest) ... ok test_set_with_xheader_wrong (settings_tests.tests.SecureProxySslHeaderTest) ... ok test_set_without_xheader (settings_tests.tests.SecureProxySslHeaderTest) ... ok test_xheader_preferred_to_underlying_request (settings_tests.tests.SecureProxySslHeaderTest) ... ok test_already_configured (settings_tests.tests.SettingsTests) ... ok test_class_decorator (settings_tests.tests.SettingsTests) ... ok test_context_manager (settings_tests.tests.SettingsTests) ... ok test_decorator (settings_tests.tests.SettingsTests) ... ok test_incorrect_timezone (settings_tests.tests.SettingsTests) ... ok test_no_secret_key (settings_tests.tests.SettingsTests) ... ok test_no_settings_module (settings_tests.tests.SettingsTests) ... ok test_nonupper_settings_ignored_in_default_settings (settings_tests.tests.SettingsTests) ... ok test_nonupper_settings_prohibited_in_configure (settings_tests.tests.SettingsTests) ... ok test_override (settings_tests.tests.SettingsTests) ... ok test_override_change (settings_tests.tests.SettingsTests) ... ok test_override_doesnt_leak (settings_tests.tests.SettingsTests) ... ok test_override_settings_delete (settings_tests.tests.SettingsTests) Allow deletion of a setting in an overridden settings set (#18824) ... ok test_override_settings_nested (settings_tests.tests.SettingsTests) override_settings uses the actual _wrapped attribute at ... ok test_settings_delete (settings_tests.tests.SettingsTests) ... ok test_settings_delete_wrapped (settings_tests.tests.SettingsTests) ... ok test_signal_callback_context_manager (settings_tests.tests.SettingsTests) ... ok test_signal_callback_decorator (settings_tests.tests.SettingsTests) ... ok test_complex_override_warning (settings_tests.tests.TestComplexSettingOverride) Regression test for #19031 ... ok test_custom_form_meta_exclude (generic_inline_admin.tests.GenericInlineModelAdminTest) The custom ModelForm's `Meta.exclude` is respected by ... ok test_custom_form_meta_exclude_with_readonly (generic_inline_admin.tests.GenericInlineModelAdminTest) The custom ModelForm's `Meta.exclude` is respected when ... ok test_get_fieldsets (generic_inline_admin.tests.GenericInlineModelAdminTest) ... ok test_get_formset_kwargs (generic_inline_admin.tests.GenericInlineModelAdminTest) ... ok test_get_formsets_with_inlines_returns_tuples (generic_inline_admin.tests.GenericInlineModelAdminTest) get_formsets_with_inlines() returns the correct tuples. ... ok test_get_inline_instances_override_get_inlines (generic_inline_admin.tests.GenericInlineModelAdminTest) ... ok test_no_deletion (generic_inline_admin.tests.NoInlineDeletionTest) ... ok test_autoescape_default (template_backends.test_django.DjangoTemplatesTests) ... ok test_autoescape_off (template_backends.test_django.DjangoTemplatesTests) ... ok test_builtins_discovery (template_backends.test_django.DjangoTemplatesTests) ... ok test_context_has_priority_over_template_context_processors (template_backends.test_django.DjangoTemplatesTests) ... ok test_csrf_token (template_backends.test_django.DjangoTemplatesTests) ... ok test_debug_default_template_loaders (template_backends.test_django.DjangoTemplatesTests) ... ok test_django_html_escaping (template_backends.test_django.DjangoTemplatesTests) ... ok test_from_string (template_backends.test_django.DjangoTemplatesTests) ... ok test_get_template (template_backends.test_django.DjangoTemplatesTests) ... ok test_get_template_nonexistent (template_backends.test_django.DjangoTemplatesTests) ... ok test_get_template_syntax_error (template_backends.test_django.DjangoTemplatesTests) ... ok test_html_escaping (template_backends.test_django.DjangoTemplatesTests) ... ok test_no_directory_traversal (template_backends.test_django.DjangoTemplatesTests) ... ok test_non_ascii_characters (template_backends.test_django.DjangoTemplatesTests) ... ok test_non_debug_default_template_loaders (template_backends.test_django.DjangoTemplatesTests) ... ok test_render_requires_dict (template_backends.test_django.DjangoTemplatesTests) django.Template.render() requires a dict. ... ok test_templatetag_discovery (template_backends.test_django.DjangoTemplatesTests) ... ok test_templatetag_discovery_import_error (template_backends.test_django.DjangoTemplatesTests) Import errors in tag modules should be reraised with a helpful message. ... ok test_csrf_token (template_backends.test_dummy.TemplateStringsTests) ... ok test_django_html_escaping (template_backends.test_dummy.TemplateStringsTests) ... skipped "test doesn't apply to dummy backend" test_from_string (template_backends.test_dummy.TemplateStringsTests) ... ok test_get_template (template_backends.test_dummy.TemplateStringsTests) ... ok test_get_template_nonexistent (template_backends.test_dummy.TemplateStringsTests) ... ok test_get_template_syntax_error (template_backends.test_dummy.TemplateStringsTests) ... skipped "test doesn't apply to dummy backend" test_html_escaping (template_backends.test_dummy.TemplateStringsTests) ... ok test_no_directory_traversal (template_backends.test_dummy.TemplateStringsTests) ... ok test_non_ascii_characters (template_backends.test_dummy.TemplateStringsTests) ... ok test_context_processors (template_backends.test_jinja2.Jinja2Tests) ... ok test_csrf_token (template_backends.test_jinja2.Jinja2Tests) ... ok test_django_html_escaping (template_backends.test_jinja2.Jinja2Tests) ... ok test_exception_debug_info_max_context (template_backends.test_jinja2.Jinja2Tests) ... ok test_exception_debug_info_min_context (template_backends.test_jinja2.Jinja2Tests) ... ok test_from_string (template_backends.test_jinja2.Jinja2Tests) ... ok test_get_template (template_backends.test_jinja2.Jinja2Tests) ... ok test_get_template_nonexistent (template_backends.test_jinja2.Jinja2Tests) ... ok test_get_template_syntax_error (template_backends.test_jinja2.Jinja2Tests) ... ok test_html_escaping (template_backends.test_jinja2.Jinja2Tests) ... ok test_no_directory_traversal (template_backends.test_jinja2.Jinja2Tests) ... ok test_non_ascii_characters (template_backends.test_jinja2.Jinja2Tests) ... ok test_origin (template_backends.test_jinja2.Jinja2Tests) ... ok test_origin_from_string (template_backends.test_jinja2.Jinja2Tests) ... ok test_self_context (template_backends.test_jinja2.Jinja2Tests) Using 'self' in the context should not throw errors (#24538). ... ok test_backend_import_error (template_backends.test_utils.TemplateUtilsTests) Failing to import a backend keeps raising the original import error ... ok test_backend_improperly_configured (template_backends.test_utils.TemplateUtilsTests) Failing to initialize a backend keeps raising the original exception ... ok test_backend_names_must_be_unique (template_backends.test_utils.TemplateUtilsTests) ... ok test_argumented (decorators.tests.MethodDecoratorTests) ... ok test_bad_iterable (decorators.tests.MethodDecoratorTests) ... ok test_class_decoration (decorators.tests.MethodDecoratorTests) @method_decorator can be used to decorate a class and its methods. ... ok test_descriptors (decorators.tests.MethodDecoratorTests) ... ok test_invalid_method_name_to_decorate (decorators.tests.MethodDecoratorTests) @method_decorator on a nonexistent method raises an error. ... ok test_invalid_non_callable_attribute_decoration (decorators.tests.MethodDecoratorTests) @method_decorator on a non-callable attribute raises an error. ... ok test_new_attribute (decorators.tests.MethodDecoratorTests) A decorator that sets a new attribute on the method. ... ok test_preserve_attributes (decorators.tests.MethodDecoratorTests) ... ok test_preserve_signature (decorators.tests.MethodDecoratorTests) ... ok test_tuple_of_decorators (decorators.tests.MethodDecoratorTests) @method_decorator can accept a tuple of decorators. ... ok test_failing_migration (migrations.test_commands.MakeMigrationsTests) ... ok test_files_content (migrations.test_commands.MakeMigrationsTests) ... ok test_makemigration_merge_dry_run (migrations.test_commands.MakeMigrationsTests) makemigrations respects --dry-run option when fixing migration ... ok test_makemigration_merge_dry_run_verbosity_3 (migrations.test_commands.MakeMigrationsTests) `makemigrations --merge --dry-run` writes the merge migration file to ... ok test_makemigrations_auto_now_add_interactive (migrations.test_commands.MakeMigrationsTests) makemigrations prompts the user when adding auto_now_add to an existing ... ok test_makemigrations_check (migrations.test_commands.MakeMigrationsTests) makemigrations --check should exit with a non-zero status when ... ok test_makemigrations_conflict_exit (migrations.test_commands.MakeMigrationsTests) makemigrations exits if it detects a conflict. ... ok test_makemigrations_consistency_checks_respect_routers (migrations.test_commands.MakeMigrationsTests) The history consistency checks in makemigrations respect ... ok test_makemigrations_default_merge_name (migrations.test_commands.MakeMigrationsTests) ... ok test_makemigrations_disabled_migrations_for_app (migrations.test_commands.MakeMigrationsTests) makemigrations raises a nice error when migrations are disabled for an ... ok test_makemigrations_dry_run (migrations.test_commands.MakeMigrationsTests) `makemigrations --dry-run` should not ask for defaults. ... ok test_makemigrations_dry_run_verbosity_3 (migrations.test_commands.MakeMigrationsTests) Allow `makemigrations --dry-run` to output the migrations file to ... ok test_makemigrations_empty_connections (migrations.test_commands.MakeMigrationsTests) ... ok test_makemigrations_empty_migration (migrations.test_commands.MakeMigrationsTests) makemigrations properly constructs an empty migration. ... ok test_makemigrations_empty_no_app_specified (migrations.test_commands.MakeMigrationsTests) makemigrations exits if no app is specified with 'empty' mode. ... ok test_makemigrations_handle_merge (migrations.test_commands.MakeMigrationsTests) makemigrations properly merges the conflicting migrations with --noinput. ... ok test_makemigrations_inconsistent_history (migrations.test_commands.MakeMigrationsTests) makemigrations should raise InconsistentMigrationHistory exception if ... ok test_makemigrations_interactive_accept (migrations.test_commands.MakeMigrationsTests) makemigrations enters interactive mode and merges properly. ... ok test_makemigrations_interactive_by_default (migrations.test_commands.MakeMigrationsTests) The user is prompted to merge by default if there are conflicts and ... ok test_makemigrations_interactive_reject (migrations.test_commands.MakeMigrationsTests) makemigrations enters and exits interactive mode properly. ... ok test_makemigrations_merge_dont_output_dependency_operations (migrations.test_commands.MakeMigrationsTests) makemigrations --merge does not output any operations from apps that ... ok test_makemigrations_merge_no_conflict (migrations.test_commands.MakeMigrationsTests) makemigrations exits if in merge mode with no conflicts. ... ok test_makemigrations_migration_path_output (migrations.test_commands.MakeMigrationsTests) makemigrations should print the relative paths to the migrations unless ... ok test_makemigrations_migration_path_output_valueerror (migrations.test_commands.MakeMigrationsTests) makemigrations prints the absolute path if os.path.relpath() raises a ... ok test_makemigrations_migrations_announce (migrations.test_commands.MakeMigrationsTests) makemigrations announces the migration at the default verbosity level. ... ok test_makemigrations_migrations_modules_nonexistent_toplevel_package (migrations.test_commands.MakeMigrationsTests) ... ok test_makemigrations_migrations_modules_path_not_exist (migrations.test_commands.MakeMigrationsTests) makemigrations creates migrations when specifying a custom location ... ok test_makemigrations_no_apps_initial (migrations.test_commands.MakeMigrationsTests) makemigrations should detect initial is needed on empty migration ... ok test_makemigrations_no_changes (migrations.test_commands.MakeMigrationsTests) makemigrations exits when there are no changes to an app. ... ok test_makemigrations_no_changes_no_apps (migrations.test_commands.MakeMigrationsTests) makemigrations exits when there are no changes and no apps are specified. ... ok test_makemigrations_no_common_ancestor (migrations.test_commands.MakeMigrationsTests) makemigrations fails to merge migrations with no common ancestor. ... ok test_makemigrations_no_init (migrations.test_commands.MakeMigrationsTests) Migration directories without an __init__.py file are allowed. ... ok test_makemigrations_non_interactive_no_field_rename (migrations.test_commands.MakeMigrationsTests) makemigrations adds and removes a possible field rename in ... ok test_makemigrations_non_interactive_no_model_rename (migrations.test_commands.MakeMigrationsTests) makemigrations adds and removes a possible model rename in ... ok test_makemigrations_non_interactive_not_null_addition (migrations.test_commands.MakeMigrationsTests) Non-interactive makemigrations fails when a default is missing on a ... ok test_makemigrations_non_interactive_not_null_alteration (migrations.test_commands.MakeMigrationsTests) Non-interactive makemigrations fails when a default is missing on a ... ok test_makemigrations_order (migrations.test_commands.MakeMigrationsTests) makemigrations should recognize number-only migrations (0001.py). ... ok test_makemigrations_unspecified_app_with_conflict_merge (migrations.test_commands.MakeMigrationsTests) makemigrations does not create a merge for an unspecified app even if ... ok test_makemigrations_unspecified_app_with_conflict_no_merge (migrations.test_commands.MakeMigrationsTests) makemigrations does not raise a CommandError when an unspecified app ... ok test_makemigrations_with_custom_name (migrations.test_commands.MakeMigrationsTests) makemigrations --name generate a custom migration name. ... ok test_makemigrations_with_invalid_custom_name (migrations.test_commands.MakeMigrationsTests) ... ok test_ambiguous_prefix (migrations.test_commands.MigrateTests) ... ok test_app_without_migrations (migrations.test_commands.MigrateTests) ... ok test_migrate (migrations.test_commands.MigrateTests) Tests basic usage of the migrate command. ... ok test_migrate_conflict_exit (migrations.test_commands.MigrateTests) migrate exits if it detects a conflict. ... ok test_migrate_fake_initial (migrations.test_commands.MigrateTests) --fake-initial only works if all tables created in the initial ... ok test_migrate_fake_split_initial (migrations.test_commands.MigrateTests) Split initial migrations can be faked with --fake-initial. ... ok test_migrate_inconsistent_history (migrations.test_commands.MigrateTests) Running migrate with some migrations applied before their dependencies ... ok test_migrate_initial_false (migrations.test_commands.MigrateTests) `Migration.initial = False` skips fake-initial detection. ... ok test_migrate_plan (migrations.test_commands.MigrateTests) Tests migrate --plan output. ... ok test_migrate_record_replaced (migrations.test_commands.MigrateTests) Running a single squashed migration should record all of the original ... ok test_migrate_record_squashed (migrations.test_commands.MigrateTests) Running migrate for a squashed migration should record as run ... ok test_migrate_syncdb_app_label (migrations.test_commands.MigrateTests) Running migrate --run-syncdb with an app_label only creates tables for ... ok test_migrate_syncdb_app_with_migrations (migrations.test_commands.MigrateTests) ... ok test_migrate_syncdb_deferred_sql_executed_with_schemaeditor (migrations.test_commands.MigrateTests) For an app without migrations, editor.execute() is used for executing ... ok test_migrate_with_system_checks (migrations.test_commands.MigrateTests) ... ok test_migrations_no_operations (migrations.test_commands.MigrateTests) ... ok test_regression_22823_unmigrated_fk_to_migrated_model (migrations.test_commands.MigrateTests) Assuming you have 3 apps, `A`, `B`, and `C`, such that: ... ok test_showmigrations_list (migrations.test_commands.MigrateTests) showmigrations --list displays migrations and whether or not they're ... ok test_showmigrations_no_migrations (migrations.test_commands.MigrateTests) ... ok test_showmigrations_plan (migrations.test_commands.MigrateTests) Tests --plan output of showmigrations command ... ok test_showmigrations_plan_app_label_no_migrations (migrations.test_commands.MigrateTests) ... ok test_showmigrations_plan_multiple_app_labels (migrations.test_commands.MigrateTests) `showmigrations --plan app_label` output with multiple app_labels. ... ok test_showmigrations_plan_no_migrations (migrations.test_commands.MigrateTests) Tests --plan output of showmigrations command without migrations ... ok test_showmigrations_plan_single_app_label (migrations.test_commands.MigrateTests) `showmigrations --plan app_label` output with a single app_label. ... ok test_showmigrations_plan_squashed (migrations.test_commands.MigrateTests) Tests --plan output of showmigrations command with squashed migrations. ... ok test_showmigrations_unmigrated_app (migrations.test_commands.MigrateTests) ... ok test_sqlmigrate_backwards (migrations.test_commands.MigrateTests) sqlmigrate outputs reverse looking SQL. ... ok test_sqlmigrate_for_non_atomic_migration (migrations.test_commands.MigrateTests) Transaction wrappers aren't shown for non-atomic migrations. ... ok test_sqlmigrate_for_non_transactional_databases (migrations.test_commands.MigrateTests) Transaction wrappers aren't shown for databases that don't support ... ok test_sqlmigrate_forwards (migrations.test_commands.MigrateTests) sqlmigrate outputs forward looking SQL. ... ok test_unknown_prefix (migrations.test_commands.MigrateTests) ... ok test_squashed_name_with_start_migration_name (migrations.test_commands.SquashMigrationsTests) --squashed-name specifies the new migration's name. ... ok test_squashed_name_without_start_migration_name (migrations.test_commands.SquashMigrationsTests) --squashed-name also works if a start migration is omitted. ... ok test_squashmigrations_initial_attribute (migrations.test_commands.SquashMigrationsTests) ... ok test_squashmigrations_invalid_start (migrations.test_commands.SquashMigrationsTests) squashmigrations doesn't accept a starting migration after the ending migration. ... ok test_squashmigrations_optimizes (migrations.test_commands.SquashMigrationsTests) squashmigrations optimizes operations. ... ok test_squashmigrations_squashes (migrations.test_commands.SquashMigrationsTests) squashmigrations squashes migrations. ... ok test_squashmigrations_valid_start (migrations.test_commands.SquashMigrationsTests) squashmigrations accepts a starting migration. ... ok test_ticket_23799_squashmigrations_no_optimize (migrations.test_commands.SquashMigrationsTests) squashmigrations --no-optimize doesn't optimize operations. ... ok test_migrate (migrations.test_deprecated_fields.Tests) ... ok test_node_not_found_error_repr (migrations.test_exceptions.ExceptionTests) ... ok test_alter_id_type_with_fk (migrations.test_executor.ExecutorTests) ... ok test_apply_all_replaced_marks_replacement_as_applied (migrations.test_executor.ExecutorTests) Applying all replaced migrations marks replacement as applied (#24628). ... ok test_atomic_operation_in_non_atomic_migration (migrations.test_executor.ExecutorTests) An atomic operation is properly rolled back inside a non-atomic ... ok test_custom_user (migrations.test_executor.ExecutorTests) Regression test for #22325 - references to a custom user model defined in the ... ok test_detect_soft_applied_add_field_manytomanyfield (migrations.test_executor.ExecutorTests) executor.detect_soft_applied() detects ManyToManyField tables from an ... ok test_empty_plan (migrations.test_executor.ExecutorTests) Re-planning a full migration of a fully-migrated set doesn't ... ok test_migrate_marks_replacement_applied_even_if_it_did_nothing (migrations.test_executor.ExecutorTests) A new squash migration will be marked as applied even if all its ... ok test_migrations_applied_and_recorded_atomically (migrations.test_executor.ExecutorTests) Migrations are applied and recorded atomically. ... ok test_mixed_plan_not_supported (migrations.test_executor.ExecutorTests) Although the MigrationExecutor interfaces allows for mixed migration ... ok test_non_atomic_migration (migrations.test_executor.ExecutorTests) Applying a non-atomic migration works as expected. ... ok test_process_callback (migrations.test_executor.ExecutorTests) #24129 - Tests callback process ... ok test_run (migrations.test_executor.ExecutorTests) Tests running a simple set of migrations. ... ok test_run_with_squashed (migrations.test_executor.ExecutorTests) Tests running a squashed migration from zero (should ignore what it replaces) ... ok test_soft_apply (migrations.test_executor.ExecutorTests) Tests detection of initial migrations already having been applied. ... ok test_unrelated_applied_migrations_mutate_state (migrations.test_executor.ExecutorTests) #26647 - Unrelated applied migrations should be part of the final ... ok test_unrelated_model_lookups_backwards (migrations.test_executor.ExecutorTests) #24123 - All models of apps being unapplied which are ... ok test_unrelated_model_lookups_forwards (migrations.test_executor.ExecutorTests) #24123 - All models of apps already applied which are ... ok test_backwards_nothing_to_do (migrations.test_executor.ExecutorUnitTests) If the current state satisfies the given target, do nothing. ... ok test_minimize_rollbacks (migrations.test_executor.ExecutorUnitTests) Minimize unnecessary rollbacks in connected apps. ... ok test_minimize_rollbacks_branchy (migrations.test_executor.ExecutorUnitTests) Minimize rollbacks when target has multiple in-app children. ... ok test_circular_graph (migrations.test_graph.GraphTests) Tests a circular dependency graph. ... ok test_circular_graph_2 (migrations.test_graph.GraphTests) ... ok test_complex_graph (migrations.test_graph.GraphTests) Tests a complex dependency graph: ... ok test_infinite_loop (migrations.test_graph.GraphTests) Tests a complex dependency graph: ... ok test_iterative_dfs (migrations.test_graph.GraphTests) ... ok test_iterative_dfs_complexity (migrations.test_graph.GraphTests) In a graph with merge migrations, iterative_dfs() traverses each node ... ok test_missing_child_nodes (migrations.test_graph.GraphTests) Tests for missing child nodes. ... ok test_missing_parent_nodes (migrations.test_graph.GraphTests) Tests for missing parent nodes. ... ok test_plan_invalid_node (migrations.test_graph.GraphTests) Tests for forwards/backwards_plan of nonexistent node. ... ok test_remove_replaced_nodes (migrations.test_graph.GraphTests) Replaced nodes are properly removed and dependencies remapped. ... ok test_remove_replacement_node (migrations.test_graph.GraphTests) A replacement node is properly removed and child dependencies remapped. ... ok test_simple_graph (migrations.test_graph.GraphTests) Tests a basic dependency graph: ... ok test_stringify (migrations.test_graph.GraphTests) ... ok test_validate_consistency_dummy (migrations.test_graph.GraphTests) validate_consistency() raises an error if there's an isolated dummy ... ok test_validate_consistency_missing_child (migrations.test_graph.GraphTests) ... ok test_validate_consistency_missing_parent (migrations.test_graph.GraphTests) ... ok test_validate_consistency_no_error (migrations.test_graph.GraphTests) ... ok test_dummynode_repr (migrations.test_graph.NodeTests) ... ok test_node_repr (migrations.test_graph.NodeTests) ... ok test_invalid (migrations.test_loader.PycLoaderTests) MigrationLoader reraises ImportErrors caused by "bad magic number" pyc ... ok test_valid (migrations.test_loader.PycLoaderTests) To support frozen environments, MigrationLoader loads .pyc migrations. ... ok test_create_model (migrations.test_multidb.MultiDBOperationTests) Test when router doesn't have an opinion (i.e. CreateModel should run). ... ok test_create_model2 (migrations.test_multidb.MultiDBOperationTests) Test when router returns False (i.e. CreateModel shouldn't run). ... ok test_create_model3 (migrations.test_multidb.MultiDBOperationTests) Test when router returns True (i.e. CreateModel should run). ... ok test_create_model4 (migrations.test_multidb.MultiDBOperationTests) Test multiple routers. ... ok test_run_python_migrate_foo_router_with_hints (migrations.test_multidb.MultiDBOperationTests) ... ok test_run_python_migrate_foo_router_without_hints (migrations.test_multidb.MultiDBOperationTests) ... ok test_run_python_migrate_nothing_router (migrations.test_multidb.MultiDBOperationTests) ... ok test_run_sql_migrate_foo_router_with_hints (migrations.test_multidb.MultiDBOperationTests) ... ok test_run_sql_migrate_foo_router_without_hints (migrations.test_multidb.MultiDBOperationTests) ... ok test_run_sql_migrate_nothing_router (migrations.test_multidb.MultiDBOperationTests) ... ok test_reference_field_by_through_fields (migrations.test_operations.FieldOperationTests) ... ok test_references_field_by_from_fields (migrations.test_operations.FieldOperationTests) ... ok test_references_field_by_name (migrations.test_operations.FieldOperationTests) ... ok test_references_field_by_remote_field_model (migrations.test_operations.FieldOperationTests) ... ok test_references_field_by_through (migrations.test_operations.FieldOperationTests) ... ok test_references_field_by_to_fields (migrations.test_operations.FieldOperationTests) ... ok test_references_model (migrations.test_operations.FieldOperationTests) ... ok test_add_binaryfield (migrations.test_operations.OperationTests) Tests the AddField operation on TextField/BinaryField. ... ok test_add_charfield (migrations.test_operations.OperationTests) Tests the AddField operation on TextField. ... ok test_add_constraint (migrations.test_operations.OperationTests) ... ok test_add_constraint_percent_escaping (migrations.test_operations.OperationTests) ... ok test_add_field (migrations.test_operations.OperationTests) Tests the AddField operation. ... ok test_add_field_m2m (migrations.test_operations.OperationTests) Tests the AddField operation with a ManyToManyField. ... ok test_add_field_preserve_default (migrations.test_operations.OperationTests) Tests the AddField operation's state alteration ... ok test_add_index (migrations.test_operations.OperationTests) Test the AddIndex operation. ... ok test_add_index_state_forwards (migrations.test_operations.OperationTests) ... ok test_add_or_constraint (migrations.test_operations.OperationTests) ... ok test_add_partial_unique_constraint (migrations.test_operations.OperationTests) ... ok test_add_textfield (migrations.test_operations.OperationTests) Tests the AddField operation on TextField. ... ok test_alter_field (migrations.test_operations.OperationTests) Tests the AlterField operation. ... ok test_alter_field_m2m (migrations.test_operations.OperationTests) ... ok test_alter_field_pk (migrations.test_operations.OperationTests) Tests the AlterField operation on primary keys (for things like PostgreSQL's SERIAL weirdness) ... ok test_alter_field_pk_fk (migrations.test_operations.OperationTests) Tests the AlterField operation on primary keys changes any FKs pointing to it. ... ok test_alter_field_reloads_state_on_fk_target_changes (migrations.test_operations.OperationTests) If AlterField doesn't reload state appropriately, the second AlterField ... ok test_alter_field_reloads_state_on_fk_with_to_field_related_name_target_type_change (migrations.test_operations.OperationTests) ... ok test_alter_field_reloads_state_on_fk_with_to_field_target_changes (migrations.test_operations.OperationTests) If AlterField doesn't reload state appropriately, the second AlterField ... ok test_alter_field_reloads_state_on_fk_with_to_field_target_type_change (migrations.test_operations.OperationTests) ... ok test_alter_field_with_index (migrations.test_operations.OperationTests) Test AlterField operation with an index to ensure indexes created via ... ok test_alter_fk (migrations.test_operations.OperationTests) Creating and then altering an FK works correctly ... ok test_alter_fk_non_fk (migrations.test_operations.OperationTests) Altering an FK to a non-FK works (#23244) ... ok test_alter_index_together (migrations.test_operations.OperationTests) Tests the AlterIndexTogether operation. ... ok test_alter_index_together_remove (migrations.test_operations.OperationTests) ... ok test_alter_model_managers (migrations.test_operations.OperationTests) The managers on a model are set. ... ok test_alter_model_managers_emptying (migrations.test_operations.OperationTests) The managers on a model are set. ... ok test_alter_model_options (migrations.test_operations.OperationTests) Tests the AlterModelOptions operation. ... ok test_alter_model_options_emptying (migrations.test_operations.OperationTests) The AlterModelOptions operation removes keys from the dict (#23121) ... ok test_alter_model_table (migrations.test_operations.OperationTests) Tests the AlterModelTable operation. ... ok test_alter_model_table_m2m (migrations.test_operations.OperationTests) AlterModelTable should rename auto-generated M2M tables. ... ok test_alter_model_table_none (migrations.test_operations.OperationTests) Tests the AlterModelTable operation if the table name is set to None. ... ok test_alter_model_table_noop (migrations.test_operations.OperationTests) Tests the AlterModelTable operation if the table name is not changed. ... ok test_alter_order_with_respect_to (migrations.test_operations.OperationTests) Tests the AlterOrderWithRespectTo operation. ... ok test_alter_unique_together (migrations.test_operations.OperationTests) Tests the AlterUniqueTogether operation. ... ok test_alter_unique_together_remove (migrations.test_operations.OperationTests) ... ok test_autofield__bigautofield_foreignfield_growth (migrations.test_operations.OperationTests) A field may be migrated from AutoField to BigAutoField. ... ok test_column_name_quoting (migrations.test_operations.OperationTests) Column names that are SQL keywords shouldn't cause problems when used ... ok test_create_model (migrations.test_operations.OperationTests) Tests the CreateModel operation. ... ok test_create_model_inheritance (migrations.test_operations.OperationTests) Tests the CreateModel operation on a multi-table inheritance setup. ... ok test_create_model_m2m (migrations.test_operations.OperationTests) Test the creation of a model with a ManyToMany field and the ... ok test_create_model_managers (migrations.test_operations.OperationTests) The managers on a model are set. ... ok test_create_model_with_constraint (migrations.test_operations.OperationTests) ... ok test_create_model_with_duplicate_base (migrations.test_operations.OperationTests) ... ok test_create_model_with_duplicate_field_name (migrations.test_operations.OperationTests) ... ok test_create_model_with_duplicate_manager_name (migrations.test_operations.OperationTests) ... ok test_create_model_with_partial_unique_constraint (migrations.test_operations.OperationTests) ... ok test_create_model_with_unique_after (migrations.test_operations.OperationTests) Tests the CreateModel operation directly followed by an ... ok test_create_proxy_model (migrations.test_operations.OperationTests) CreateModel ignores proxy models. ... ok test_create_unmanaged_model (migrations.test_operations.OperationTests) CreateModel ignores unmanaged models. ... ok test_delete_model (migrations.test_operations.OperationTests) Tests the DeleteModel operation. ... ok test_delete_mti_model (migrations.test_operations.OperationTests) ... ok test_delete_proxy_model (migrations.test_operations.OperationTests) Tests the DeleteModel operation ignores proxy models. ... ok test_model_with_bigautofield (migrations.test_operations.OperationTests) A model with BigAutoField can be created. ... ok test_remove_constraint (migrations.test_operations.OperationTests) ... ok test_remove_field (migrations.test_operations.OperationTests) Tests the RemoveField operation. ... ok test_remove_field_m2m (migrations.test_operations.OperationTests) ... ok test_remove_field_m2m_with_through (migrations.test_operations.OperationTests) ... ok test_remove_fk (migrations.test_operations.OperationTests) Tests the RemoveField operation on a foreign key. ... ok test_remove_index (migrations.test_operations.OperationTests) Test the RemoveIndex operation. ... ok test_remove_index_state_forwards (migrations.test_operations.OperationTests) ... ok test_remove_partial_unique_constraint (migrations.test_operations.OperationTests) ... ok test_rename_field (migrations.test_operations.OperationTests) Tests the RenameField operation. ... ok test_rename_field_reloads_state_on_fk_target_changes (migrations.test_operations.OperationTests) If RenameField doesn't reload state appropriately, the AlterField ... ok test_rename_m2m_model_after_rename_field (migrations.test_operations.OperationTests) RenameModel renames a many-to-many column after a RenameField. ... ok test_rename_m2m_target_model (migrations.test_operations.OperationTests) ... ok test_rename_m2m_through_model (migrations.test_operations.OperationTests) ... ok test_rename_missing_field (migrations.test_operations.OperationTests) ... ok test_rename_model (migrations.test_operations.OperationTests) Tests the RenameModel operation. ... ok test_rename_model_state_forwards (migrations.test_operations.OperationTests) RenameModel operations shouldn't trigger the caching of rendered apps ... ok test_rename_model_with_m2m (migrations.test_operations.OperationTests) ... ok test_rename_model_with_self_referential_fk (migrations.test_operations.OperationTests) Tests the RenameModel operation on model with self referential FK. ... ok test_rename_model_with_self_referential_m2m (migrations.test_operations.OperationTests) ... ok test_rename_model_with_superclass_fk (migrations.test_operations.OperationTests) Tests the RenameModel operation on a model which has a superclass that ... ok test_rename_referenced_field_state_forward (migrations.test_operations.OperationTests) ... ok test_repoint_field_m2m (migrations.test_operations.OperationTests) ... ok test_run_python (migrations.test_operations.OperationTests) Tests the RunPython operation ... ok test_run_python_atomic (migrations.test_operations.OperationTests) Tests the RunPython operation correctly handles the "atomic" keyword ... ok test_run_python_noop (migrations.test_operations.OperationTests) #24098 - Tests no-op RunPython operations. ... ok test_run_python_related_assignment (migrations.test_operations.OperationTests) #24282 - Model changes to a FK reverse side update the model ... ok test_run_sql (migrations.test_operations.OperationTests) Tests the RunSQL operation. ... ok test_run_sql_noop (migrations.test_operations.OperationTests) #24098 - Tests no-op RunSQL operations. ... ok test_run_sql_params (migrations.test_operations.OperationTests) #23426 - RunSQL should accept parameters. ... ok test_run_sql_params_invalid (migrations.test_operations.OperationTests) #23426 - RunSQL should fail when a list of statements with an incorrect ... ok test_separate_database_and_state (migrations.test_operations.OperationTests) Tests the SeparateDatabaseAndState operation. ... ok test_separate_database_and_state2 (migrations.test_operations.OperationTests) A complex SeparateDatabaseAndState operation: Multiple operations both ... ok test_smallfield_autofield_foreignfield_growth (migrations.test_operations.OperationTests) A field may be migrated from SmallAutoField to AutoField. ... ok test_smallfield_bigautofield_foreignfield_growth (migrations.test_operations.OperationTests) A field may be migrated from SmallAutoField to BigAutoField. ... ok test_add_field_ignore_swapped (migrations.test_operations.SwappableOperationTests) Tests the AddField operation. ... ok test_create_ignore_swapped (migrations.test_operations.SwappableOperationTests) The CreateTable operation ignores swapped models. ... ok test_delete_ignore_swapped (migrations.test_operations.SwappableOperationTests) Tests the DeleteModel operation ignores swapped models. ... ok test_indexes_ignore_swapped (migrations.test_operations.SwappableOperationTests) Add/RemoveIndex operations ignore swapped models. ... ok test_references_model_mixin (migrations.test_operations.TestCreateModel) ... ok test_add_field_alter_field (migrations.test_optimizer.OptimizerTests) AlterField should optimize into AddField. ... ok test_add_field_delete_field (migrations.test_optimizer.OptimizerTests) RemoveField should cancel AddField ... ok test_add_field_rename_field (migrations.test_optimizer.OptimizerTests) RenameField should optimize into AddField ... ok test_alter_alter_index_model (migrations.test_optimizer.OptimizerTests) ... ok test_alter_alter_owrt_model (migrations.test_optimizer.OptimizerTests) ... ok test_alter_alter_table_model (migrations.test_optimizer.OptimizerTests) ... ok test_alter_alter_unique_model (migrations.test_optimizer.OptimizerTests) ... ok test_alter_field_delete_field (migrations.test_optimizer.OptimizerTests) RemoveField should absorb AlterField ... ok test_alter_field_rename_field (migrations.test_optimizer.OptimizerTests) RenameField should optimize to the other side of AlterField, ... ok test_create_alter_index_delete_model (migrations.test_optimizer.OptimizerTests) ... ok test_create_alter_index_field (migrations.test_optimizer.OptimizerTests) ... ok test_create_alter_model_options (migrations.test_optimizer.OptimizerTests) ... ok test_create_alter_owrt_delete_model (migrations.test_optimizer.OptimizerTests) ... ok test_create_alter_owrt_field (migrations.test_optimizer.OptimizerTests) ... ok test_create_alter_unique_delete_model (migrations.test_optimizer.OptimizerTests) ... ok test_create_alter_unique_field (migrations.test_optimizer.OptimizerTests) ... ok test_create_delete_model (migrations.test_optimizer.OptimizerTests) CreateModel and DeleteModel should collapse into nothing. ... ok test_create_model_add_field (migrations.test_optimizer.OptimizerTests) AddField should optimize into CreateModel. ... ok test_create_model_add_field_not_through_m2m_through (migrations.test_optimizer.OptimizerTests) AddField should NOT optimize into CreateModel if it's an M2M using a ... ok test_create_model_alter_field (migrations.test_optimizer.OptimizerTests) AlterField should optimize into CreateModel. ... ok test_create_model_no_reordering_for_unrelated_fk (migrations.test_optimizer.OptimizerTests) CreateModel order remains unchanged if the later AddField operation ... ok test_create_model_no_reordering_of_inherited_model (migrations.test_optimizer.OptimizerTests) A CreateModel that inherits from another isn't reordered to avoid ... ok test_create_model_remove_field (migrations.test_optimizer.OptimizerTests) RemoveField should optimize into CreateModel. ... ok test_create_model_rename_field (migrations.test_optimizer.OptimizerTests) RenameField should optimize into CreateModel. ... ok test_create_model_reordering (migrations.test_optimizer.OptimizerTests) AddField optimizes into CreateModel if it's a FK to a model that's ... ok test_create_model_reordering_circular_fk (migrations.test_optimizer.OptimizerTests) CreateModel reordering behavior doesn't result in an infinite loop if ... ok test_create_rename_model (migrations.test_optimizer.OptimizerTests) CreateModel should absorb RenameModels. ... ok test_optimize_elidable_operation (migrations.test_optimizer.OptimizerTests) ... ok test_optimize_through_create (migrations.test_optimizer.OptimizerTests) We should be able to optimize away create/delete through a create or delete ... ok test_optimize_through_fields (migrations.test_optimizer.OptimizerTests) field-level through checking is working. This should manage to collapse ... ok test_rename_model_self (migrations.test_optimizer.OptimizerTests) RenameModels should absorb themselves. ... ok test_single (migrations.test_optimizer.OptimizerTests) The optimizer does nothing on a single operation, ... ok test_ask_initial_with_disabled_migrations (migrations.test_questioner.QuestionerTests) ... ok test_timedelta_default (migrations.test_questioner.QuestionerTests) ... ok test_abstract_model_children_inherit_indexes (migrations.test_state.ModelStateTests) ... ok test_bound_field_sanity_check (migrations.test_state.ModelStateTests) ... ok test_create_swappable (migrations.test_state.ModelStateTests) Tests making a ProjectState from an Apps with a swappable model ... ok test_create_swappable_from_abstract (migrations.test_state.ModelStateTests) A swappable model inheriting from a hierarchy: ... ok test_custom_manager_swappable (migrations.test_state.ModelStateTests) Tests making a ProjectState from unused models with custom managers ... ok test_custom_model_base (migrations.test_state.ModelStateTests) ... ok test_explicit_index_name (migrations.test_state.ModelStateTests) ... ok test_fields_immutability (migrations.test_state.ModelStateTests) Rendering a model state doesn't alter its internal fields. ... ok test_from_model_constraints (migrations.test_state.ModelStateTests) ... ok test_order_with_respect_to_private_field (migrations.test_state.ModelStateTests) ... ok test_repr (migrations.test_state.ModelStateTests) ... ok test_sanity_check_through (migrations.test_state.ModelStateTests) ... ok test_sanity_check_to (migrations.test_state.ModelStateTests) ... ok test_sanity_index_name (migrations.test_state.ModelStateTests) ... ok test_abstract_base (migrations.test_state.RelatedModelsTests) ... ok test_base (migrations.test_state.RelatedModelsTests) ... ok test_base_to_base_fk (migrations.test_state.RelatedModelsTests) ... ok test_base_to_subclass_fk (migrations.test_state.RelatedModelsTests) ... ok test_circle (migrations.test_state.RelatedModelsTests) ... ok test_direct_fk (migrations.test_state.RelatedModelsTests) ... ok test_direct_hidden_fk (migrations.test_state.RelatedModelsTests) ... ok test_direct_m2m (migrations.test_state.RelatedModelsTests) ... ok test_direct_m2m_self (migrations.test_state.RelatedModelsTests) ... ok test_fk_through_proxy (migrations.test_state.RelatedModelsTests) ... ok test_generic_fk (migrations.test_state.RelatedModelsTests) ... ok test_intermediate_m2m (migrations.test_state.RelatedModelsTests) ... ok test_intermediate_m2m_base (migrations.test_state.RelatedModelsTests) ... ok test_intermediate_m2m_extern_fk (migrations.test_state.RelatedModelsTests) ... ok test_intermediate_m2m_self (migrations.test_state.RelatedModelsTests) ... ok test_multiple_bases (migrations.test_state.RelatedModelsTests) ... ok test_multiple_mixed_bases (migrations.test_state.RelatedModelsTests) ... ok test_multiple_nested_bases (migrations.test_state.RelatedModelsTests) ... ok test_nested_abstract_base (migrations.test_state.RelatedModelsTests) ... ok test_nested_base (migrations.test_state.RelatedModelsTests) ... ok test_nested_fk (migrations.test_state.RelatedModelsTests) ... ok test_nested_proxy_base (migrations.test_state.RelatedModelsTests) ... ok test_proxy_base (migrations.test_state.RelatedModelsTests) ... ok test_two_sided (migrations.test_state.RelatedModelsTests) ... ok test_unrelated (migrations.test_state.RelatedModelsTests) ... ok test_add_relations (migrations.test_state.StateTests) #24573 - Adding relations to existing models should reload the ... ok test_apps_bulk_update (migrations.test_state.StateTests) StateApps.bulk_update() should update apps.ready to False and reset ... ok test_choices_iterator (migrations.test_state.StateTests) #24483 - ProjectState.from_apps should not destructively consume ... ok test_create (migrations.test_state.StateTests) Tests making a ProjectState from an Apps ... ok test_custom_base_manager (migrations.test_state.StateTests) ... ok test_custom_default_manager (migrations.test_state.StateTests) ... ok test_custom_default_manager_added_to_the_model_state (migrations.test_state.StateTests) When the default manager of the model is a custom manager, ... ok test_custom_default_manager_named_objects_with_false_migration_flag (migrations.test_state.StateTests) When a manager is added with a name of 'objects' but it does not ... ok test_dangling_references_throw_error (migrations.test_state.StateTests) ... ok test_equality (migrations.test_state.StateTests) == and != are implemented correctly. ... ok test_ignore_order_wrt (migrations.test_state.StateTests) Makes sure ProjectState doesn't include OrderWrt fields when ... ok test_manager_refer_correct_model_version (migrations.test_state.StateTests) #24147 - Managers refer to the correct version of a ... ok test_no_duplicate_managers (migrations.test_state.StateTests) When a manager is added with `use_in_migrations = True` and a parent ... ok test_real_apps (migrations.test_state.StateTests) Including real apps can resolve dangling FK errors. ... ok test_remove_relations (migrations.test_state.StateTests) #24225 - Relations between models are updated while ... ok test_render (migrations.test_state.StateTests) Tests rendering a ProjectState into an Apps. ... ok test_render_model_inheritance (migrations.test_state.StateTests) ... ok test_render_model_with_multiple_inheritance (migrations.test_state.StateTests) ... ok test_render_project_dependencies (migrations.test_state.StateTests) The ProjectState render method correctly renders models ... ok test_render_unique_app_labels (migrations.test_state.StateTests) The ProjectState render method doesn't raise an ... ok test_self_relation (migrations.test_state.StateTests) #24513 - Modifying an object pointing to itself would cause it to be ... ok test_args_kwargs_signature (migrations.test_writer.OperationWriterTests) ... ok test_args_signature (migrations.test_writer.OperationWriterTests) ... ok test_empty_signature (migrations.test_writer.OperationWriterTests) ... ok test_expand_args_signature (migrations.test_writer.OperationWriterTests) ... ok test_kwargs_signature (migrations.test_writer.OperationWriterTests) ... ok test_multiline_args_signature (migrations.test_writer.OperationWriterTests) ... ok test_nested_args_signature (migrations.test_writer.OperationWriterTests) ... ok test_nested_operation_expand_args_signature (migrations.test_writer.OperationWriterTests) ... ok test_custom_operation (migrations.test_writer.WriterTests) ... ok test_deconstruct_class_arguments (migrations.test_writer.WriterTests) ... ok test_migration_file_header_comments (migrations.test_writer.WriterTests) Test comments at top of file. ... ok test_migration_path (migrations.test_writer.WriterTests) ... ok test_models_import_omitted (migrations.test_writer.WriterTests) django.db.models shouldn't be imported if unused. ... ok test_register_non_serializer (migrations.test_writer.WriterTests) ... ok test_register_serializer (migrations.test_writer.WriterTests) ... ok test_serialize_builtin_types (migrations.test_writer.WriterTests) ... ok test_serialize_builtins (migrations.test_writer.WriterTests) ... ok test_serialize_choices (migrations.test_writer.WriterTests) ... ok test_serialize_class_based_validators (migrations.test_writer.WriterTests) Ticket #22943: Test serialization of class-based validators, including ... ok test_serialize_collections (migrations.test_writer.WriterTests) ... ok test_serialize_compiled_regex (migrations.test_writer.WriterTests) Make sure compiled regex can be serialized. ... ok test_serialize_constants (migrations.test_writer.WriterTests) ... ok test_serialize_datetime (migrations.test_writer.WriterTests) ... ok test_serialize_empty_nonempty_tuple (migrations.test_writer.WriterTests) Ticket #22679: makemigrations generates invalid code for (an empty ... ok test_serialize_enums (migrations.test_writer.WriterTests) ... ok test_serialize_fields (migrations.test_writer.WriterTests) ... ok test_serialize_frozensets (migrations.test_writer.WriterTests) ... ok test_serialize_functions (migrations.test_writer.WriterTests) ... ok test_serialize_functools_partial (migrations.test_writer.WriterTests) ... ok test_serialize_functools_partialmethod (migrations.test_writer.WriterTests) ... ok test_serialize_iterators (migrations.test_writer.WriterTests) ... ok test_serialize_lazy_objects (migrations.test_writer.WriterTests) ... ok test_serialize_local_function_reference (migrations.test_writer.WriterTests) A reference in a local scope can't be serialized. ... ok test_serialize_managers (migrations.test_writer.WriterTests) ... ok test_serialize_multiline_strings (migrations.test_writer.WriterTests) ... ok test_serialize_nested_class (migrations.test_writer.WriterTests) ... ok test_serialize_numbers (migrations.test_writer.WriterTests) ... ok test_serialize_range (migrations.test_writer.WriterTests) ... ok test_serialize_set (migrations.test_writer.WriterTests) ... ok test_serialize_settings (migrations.test_writer.WriterTests) ... ok test_serialize_strings (migrations.test_writer.WriterTests) ... ok test_serialize_timedelta (migrations.test_writer.WriterTests) ... ok test_serialize_type_none (migrations.test_writer.WriterTests) ... ok test_serialize_unbound_method_reference (migrations.test_writer.WriterTests) An unbound method used within a class body can be serialized. ... ok test_serialize_uuid (migrations.test_writer.WriterTests) ... ok test_simple_migration (migrations.test_writer.WriterTests) Tests serializing a simple migration. ... ok test_sorted_imports (migrations.test_writer.WriterTests) #24155 - Tests ordering of imports. ... ok test_missing_alias (expressions.test_deprecation.GetGroupByColsTest) ... ok test_and (expressions.tests.CombinableTests) ... ok test_negation (expressions.tests.CombinableTests) ... ok test_or (expressions.tests.CombinableTests) ... ok test_reversed_and (expressions.tests.CombinableTests) ... ok test_reversed_or (expressions.tests.CombinableTests) ... ok test_deconstruct (expressions.tests.FTests) ... ok test_deepcopy (expressions.tests.FTests) ... ok test_equal (expressions.tests.FTests) ... ok test_hash (expressions.tests.FTests) ... ok test_not_equal_Value (expressions.tests.FTests) ... ok test_aggregates (expressions.tests.ReprTests) ... ok test_distinct_aggregates (expressions.tests.ReprTests) ... ok test_expressions (expressions.tests.ReprTests) ... ok test_filtered_aggregates (expressions.tests.ReprTests) ... ok test_functions (expressions.tests.ReprTests) ... ok test_equal (expressions.tests.SimpleExpressionTests) ... ok test_hash (expressions.tests.SimpleExpressionTests) ... ok test_get_context_data_super (generic_views.test_base.GetContextDataTest) ... ok test_object_at_custom_name_in_context_data (generic_views.test_base.GetContextDataTest) ... ok test_object_in_get_context_data (generic_views.test_base.GetContextDataTest) ... ok test_default_redirect (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_direct_instantiation (generic_views.test_base.RedirectViewTest) It should be possible to use the view without going through .as_view() ... ok test_include_args (generic_views.test_base.RedirectViewTest) GET arguments can be included in the redirected URL ... ok test_include_urlencoded_args (generic_views.test_base.RedirectViewTest) GET arguments can be URL-encoded when included in the redirected URL ... ok test_named_url_pattern (generic_views.test_base.RedirectViewTest) Named pattern parameter should reverse to the matching pattern ... ok test_named_url_pattern_using_args (generic_views.test_base.RedirectViewTest) ... ok test_no_url (generic_views.test_base.RedirectViewTest) Without any configuration, returns HTTP 410 GONE ... ok test_parameter_substitution (generic_views.test_base.RedirectViewTest) Redirection URLs can be parameterized ... ok test_permanent_redirect (generic_views.test_base.RedirectViewTest) Permanent redirects are an option ... ok test_redirect_DELETE (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_redirect_HEAD (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_redirect_OPTIONS (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_redirect_PATCH (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_redirect_POST (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_redirect_PUT (generic_views.test_base.RedirectViewTest) Default is a temporary redirect ... ok test_redirect_when_meta_contains_no_query_string (generic_views.test_base.RedirectViewTest) regression for #16705 ... ok test_temporary_redirect (generic_views.test_base.RedirectViewTest) Temporary redirects are an option ... ok test_template_mixin_without_template (generic_views.test_base.SingleObjectTemplateResponseMixinTest) We want to makes sure that if you use a template mixin, but forget the ... ok test_cached_views (generic_views.test_base.TemplateViewTest) A template view can be cached ... ok test_content_type (generic_views.test_base.TemplateViewTest) ... ok test_extra_context (generic_views.test_base.TemplateViewTest) ... ok test_extra_template_params (generic_views.test_base.TemplateViewTest) A template view can be customized to return extra context. ... ok test_get (generic_views.test_base.TemplateViewTest) Test a view that simply renders a template on GET ... ok test_get_generic_template (generic_views.test_base.TemplateViewTest) Test a completely generic view that renders a template on GET ... ok test_get_template_attribute (generic_views.test_base.TemplateViewTest) Test a view that renders a template on GET with the template name as ... ok test_head (generic_views.test_base.TemplateViewTest) Test a TemplateView responds correctly to HEAD ... ok test_resolve_login_required_view (generic_views.test_base.TemplateViewTest) ... ok test_resolve_view (generic_views.test_base.TemplateViewTest) ... ok test_template_engine (generic_views.test_base.TemplateViewTest) A template view may provide a template engine. ... ok test_template_name_required (generic_views.test_base.TemplateViewTest) A template view must provide a template name. ... ok test_template_params (generic_views.test_base.TemplateViewTest) A generic template view passes kwargs as context. ... ok test_overwrite_queryset (generic_views.test_base.UseMultipleObjectMixinTest) ... ok test_use_queryset_from_view (generic_views.test_base.UseMultipleObjectMixinTest) ... ok test_args_kwargs_request_on_self (generic_views.test_base.ViewTest) Test a view only has args, kwargs & request once `as_view` ... ok test_calling_more_than_once (generic_views.test_base.ViewTest) Test a view can only be called once. ... ok test_class_attributes (generic_views.test_base.ViewTest) The callable returned from as_view() has proper ... ok test_direct_instantiation (generic_views.test_base.ViewTest) It should be possible to use the view by directly instantiating it ... ok test_dispatch_decoration (generic_views.test_base.ViewTest) Attributes set by decorators on the dispatch method ... ok test_get_and_head (generic_views.test_base.ViewTest) Test a view which supplies a GET method also responds correctly to HEAD. ... ok test_get_and_post (generic_views.test_base.ViewTest) Test a view which only allows both GET and POST. ... ok test_get_only (generic_views.test_base.ViewTest) Test a view which only allows GET doesn't allow other methods. ... ok test_head_no_get (generic_views.test_base.ViewTest) Test a view which supplies no GET method responds to HEAD with HTTP 405. ... ok test_invalid_keyword_argument (generic_views.test_base.ViewTest) View arguments must be predefined on the class and can't ... ok test_no_init_args (generic_views.test_base.ViewTest) A view can't be accidentally instantiated before deployment ... ok test_no_init_kwargs (generic_views.test_base.ViewTest) A view can't be accidentally instantiated before deployment ... ok test_not_calling_parent_setup_error (generic_views.test_base.ViewTest) ... ok test_options (generic_views.test_base.ViewTest) Views respond to HTTP OPTIONS requests with an Allow header ... ok test_options_for_get_and_post_view (generic_views.test_base.ViewTest) A view implementing GET and POST allows GET, HEAD, and POST. ... ok test_options_for_get_view (generic_views.test_base.ViewTest) A view implementing GET allows GET and HEAD. ... ok test_options_for_post_view (generic_views.test_base.ViewTest) A view implementing POST allows POST. ... ok test_overridden_setup (generic_views.test_base.ViewTest) ... ok test_pathological_http_method (generic_views.test_base.ViewTest) The edge case of a http request that spoofs an existing method name is caught. ... ok test_get_context_data (generic_views.test_edit.FormMixinTests) ... ok test_get_form (generic_views.test_edit.FormMixinTests) ... ok test_get_prefix (generic_views.test_edit.FormMixinTests) Test prefix can be set (see #18872) ... ok test_initial_data (generic_views.test_edit.FormMixinTests) Test instance independence of initial data dict (see #16138) ... ok test_get_form (generic_views.test_edit.ModelFormMixinTests) ... ok test_get_form_checks_for_object (generic_views.test_edit.ModelFormMixinTests) ... ok test_tablespace_for_indexed_field (model_options.test_tablespaces.TablespacesTests) ... skipped "Database doesn't support feature(s): supports_tablespaces" test_tablespace_for_many_to_many_field (model_options.test_tablespaces.TablespacesTests) ... skipped "Database doesn't support feature(s): supports_tablespaces" test_tablespace_for_model (model_options.test_tablespaces.TablespacesTests) ... skipped "Database doesn't support feature(s): supports_tablespaces" test_tablespace_ignored_for_indexed_field (model_options.test_tablespaces.TablespacesTests) ... ok test_tablespace_ignored_for_model (model_options.test_tablespaces.TablespacesTests) ... ok test_connection_handler_no_databases (db_utils.tests.ConnectionHandlerTests) Empty DATABASES and empty 'default' settings default to the dummy ... ok test_no_default_database (db_utils.tests.ConnectionHandlerTests) ... ok test_load_backend_invalid_name (db_utils.tests.LoadBackendTests) ... ok test_basic_equality (validators.tests.TestValidatorEquality) ... ok test_decimal_equality (validators.tests.TestValidatorEquality) ... ok test_email_equality (validators.tests.TestValidatorEquality) ... ok test_file_extension_equality (validators.tests.TestValidatorEquality) ... ok test_prohibit_null_characters_validator_equality (validators.tests.TestValidatorEquality) ... ok test_regex_equality (validators.tests.TestValidatorEquality) ... ok test_regex_equality_blank (validators.tests.TestValidatorEquality) ... ok test_regex_equality_nocache (validators.tests.TestValidatorEquality) ... ok test_content_saving (file_storage.tests.ContentFileStorageTestCase) ContentFile can be saved correctly with the filesystem storage, ... ok test_file_upload_default_permissions (file_storage.tests.FileStoragePermissions) ... ok test_file_upload_directory_default_permissions (file_storage.tests.FileStoragePermissions) ... ok test_file_upload_directory_permissions (file_storage.tests.FileStoragePermissions) ... ok test_file_upload_permissions (file_storage.tests.FileStoragePermissions) ... ok test_deconstruction (file_storage.tests.FileSystemStorageTests) ... ok test_lazy_base_url_init (file_storage.tests.FileSystemStorageTests) FileSystemStorage.__init__() shouldn't evaluate base_url. ... ok test_double_call_autodiscover (admin_autodiscover.tests.AdminAutoDiscoverTests) ... ok test_extract_file_permissions (utils_tests.test_archive.TestArchive) archive.extract() preserves file permissions. ... ok test_extract_function (utils_tests.test_archive.TestArchive) ... ok test_base11 (utils_tests.test_baseconv.TestBaseConv) ... ok test_base20 (utils_tests.test_baseconv.TestBaseConv) ... ok test_base64 (utils_tests.test_baseconv.TestBaseConv) ... ok test_base7 (utils_tests.test_baseconv.TestBaseConv) ... ok test_baseconv (utils_tests.test_baseconv.TestBaseConv) ... ok test_exception (utils_tests.test_baseconv.TestBaseConv) ... ok test_repr (utils_tests.test_baseconv.TestBaseConv) ... ok test_constant_time_compare (utils_tests.test_crypto.TestUtilsCryptoMisc) ... ok test_default_hmac_alg (utils_tests.test_crypto.TestUtilsCryptoPBKDF2) ... ok test_public_vectors (utils_tests.test_crypto.TestUtilsCryptoPBKDF2) ... ok test_regression_vectors (utils_tests.test_crypto.TestUtilsCryptoPBKDF2) ... ok test_parse_date (utils_tests.test_dateparse.DateParseTests) ... ok test_parse_datetime (utils_tests.test_dateparse.DateParseTests) ... ok test_parse_time (utils_tests.test_dateparse.DateParseTests) ... ok test_days (utils_tests.test_dateparse.DurationParseTests) ... ok test_fractions_of_seconds (utils_tests.test_dateparse.DurationParseTests) ... ok test_hours_minutes_seconds (utils_tests.test_dateparse.DurationParseTests) ... ok test_iso_8601 (utils_tests.test_dateparse.DurationParseTests) ... ok test_minutes_seconds (utils_tests.test_dateparse.DurationParseTests) ... ok test_negative (utils_tests.test_dateparse.DurationParseTests) ... ok test_parse_postgresql_format (utils_tests.test_dateparse.DurationParseTests) ... ok test_parse_python_format (utils_tests.test_dateparse.DurationParseTests) ... ok test_seconds (utils_tests.test_dateparse.DurationParseTests) ... ok test (utils_tests.test_duration.TestDurationMicroseconds) ... ok test_days (utils_tests.test_duration.TestDurationString) ... ok test_microseconds (utils_tests.test_duration.TestDurationString) ... ok test_negative (utils_tests.test_duration.TestDurationString) ... ok test_simple (utils_tests.test_duration.TestDurationString) ... ok test_days (utils_tests.test_duration.TestISODurationString) ... ok test_microseconds (utils_tests.test_duration.TestISODurationString) ... ok test_negative (utils_tests.test_duration.TestISODurationString) ... ok test_simple (utils_tests.test_duration.TestISODurationString) ... ok test_days (utils_tests.test_duration.TestParseDurationRoundtrip) ... ok test_microseconds (utils_tests.test_duration.TestParseDurationRoundtrip) ... ok test_negative (utils_tests.test_duration.TestParseDurationRoundtrip) ... ok test_simple (utils_tests.test_duration.TestParseDurationRoundtrip) ... ok test_days (utils_tests.test_duration.TestParseISODurationRoundtrip) ... ok test_microseconds (utils_tests.test_duration.TestParseISODurationRoundtrip) ... ok test_negative (utils_tests.test_duration.TestParseISODurationRoundtrip) ... ok test_simple (utils_tests.test_duration.TestParseISODurationRoundtrip) ... ok test_complementarity (utils_tests.test_encoding.TestRFC3987IEncodingUtils) ... ok test_escape_uri_path (utils_tests.test_encoding.TestRFC3987IEncodingUtils) ... ok test_filepath_to_uri (utils_tests.test_encoding.TestRFC3987IEncodingUtils) ... ok test_iri_to_uri (utils_tests.test_encoding.TestRFC3987IEncodingUtils) ... ok test_uri_to_iri (utils_tests.test_encoding.TestRFC3987IEncodingUtils) ... ok test_parsing (utils_tests.test_http.ETagProcessingTests) ... ok test_quoting (utils_tests.test_http.ETagProcessingTests) ... ok test (utils_tests.test_http.EscapeLeadingSlashesTests) ... ok test_http_date (utils_tests.test_http.HttpDateProcessingTests) ... ok test_parsing_asctime (utils_tests.test_http.HttpDateProcessingTests) ... ok test_parsing_rfc1123 (utils_tests.test_http.HttpDateProcessingTests) ... ok test_parsing_rfc850 (utils_tests.test_http.HttpDateProcessingTests) ... skipped 'The Year 2038 problem.' test_parsing_year_less_than_70 (utils_tests.test_http.HttpDateProcessingTests) ... ok test_bad (utils_tests.test_http.IsSameDomainTests) ... ok test_good (utils_tests.test_http.IsSameDomainTests) ... ok test_quote (utils_tests.test_http.URLQuoteTests) ... ok test_quote_plus (utils_tests.test_http.URLQuoteTests) ... ok test_unquote (utils_tests.test_http.URLQuoteTests) ... ok test_unquote_plus (utils_tests.test_http.URLQuoteTests) ... ok test_roundtrip (utils_tests.test_http.URLSafeBase64Tests) ... ok test_func_accepts_var_args_has_var_args (utils_tests.test_inspect.TestInspectMethods) ... ok test_func_accepts_var_args_no_var_args (utils_tests.test_inspect.TestInspectMethods) ... ok test_get_func_full_args_all_arguments (utils_tests.test_inspect.TestInspectMethods) ... ok test_get_func_full_args_no_arguments (utils_tests.test_inspect.TestInspectMethods) ... ok test_get_func_full_args_one_argument (utils_tests.test_inspect.TestInspectMethods) ... ok test_method_has_no_args (utils_tests.test_inspect.TestInspectMethods) ... ok test_cleans_plain_address (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_cleans_with_v4_mapping (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_unpacks_ipv4 (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_validates_correct_plain_address (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_validates_correct_with_v4mapping (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_validates_incorrect_plain_address (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_validates_incorrect_with_v4mapping (utils_tests.test_ipv6.TestUtilsIPv6) ... ok test_bool (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_bytes (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_class (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_cmp (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_contains (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_copy_class (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_copy_class_no_evaluation (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_copy_list (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_copy_list_no_evaluation (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_deepcopy_class (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_deepcopy_class_no_evaluation (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_deepcopy_list (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_deepcopy_list_no_evaluation (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_delattr (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_delitem (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_dir (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_getattr (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_getitem (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_gt (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_hash (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_iter (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_len (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_lt (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_pickle (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_setattr (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_setattr2 (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_setitem (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_text (utils_tests.test_lazyobject.LazyObjectTestCase) ... ok test_pickle_model (utils_tests.test_lazyobject.SimpleLazyObjectPickleTestCase) Test on an actual model, based on the report in #25426. ... ok test_pickle_with_reduce (utils_tests.test_lazyobject.SimpleLazyObjectPickleTestCase) Test in a fairly synthetic setting. ... ok test_bool (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_bytes (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_class (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_cmp (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_contains (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_copy_class (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_copy_class_no_evaluation (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_copy_list (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_copy_list_no_evaluation (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_deepcopy_class (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_deepcopy_class_no_evaluation (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_deepcopy_list (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_deepcopy_list_no_evaluation (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_delattr (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_delitem (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_dict (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_dir (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_getattr (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_getitem (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_gt (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_hash (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_iter (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_len (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_list_set (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_lt (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_none (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_pickle (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_repr (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_setattr (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_setattr2 (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_setitem (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_text (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_trace (utils_tests.test_lazyobject.SimpleLazyObjectTestCase) ... ok test_common_large_number_of_words (utils_tests.test_lorem_ipsum.LoremIpsumTests) words(n) has n words when n is greater than len(WORDS). ... ok test_common_words_in_string (utils_tests.test_lorem_ipsum.LoremIpsumTests) words(n) starts with the 19 standard lorem ipsum words for n > 19. ... ok test_more_words_than_common (utils_tests.test_lorem_ipsum.LoremIpsumTests) words(n) returns n words for n > 19. ... ok test_negative_words (utils_tests.test_lorem_ipsum.LoremIpsumTests) words(n) returns n + 19 words, even if n is negative. ... ok test_not_common_words (utils_tests.test_lorem_ipsum.LoremIpsumTests) words(n, common=False) returns random words. ... ok test_paragraph (utils_tests.test_lorem_ipsum.LoremIpsumTests) paragraph() generates a single paragraph. ... ok test_paragraphs (utils_tests.test_lorem_ipsum.LoremIpsumTests) paragraphs(1) uses the COMMON_P paragraph. ... ok test_paragraphs_not_common (utils_tests.test_lorem_ipsum.LoremIpsumTests) paragraphs(1, common=False) generating one paragraph that's not the ... ok test_same_or_less_common_words (utils_tests.test_lorem_ipsum.LoremIpsumTests) words(n) for n < 19. ... ok test_sentence (utils_tests.test_lorem_ipsum.LoremIpsumTests) Sentences are built using some number of phrases and a set of words. ... ok test_sentence_ending (utils_tests.test_lorem_ipsum.LoremIpsumTests) Sentences end with a question mark or a period. ... ok test_sentence_starts_with_capital (utils_tests.test_lorem_ipsum.LoremIpsumTests) A sentence starts with a capital letter. ... ok test_deep_loader (utils_tests.test_module_loading.CustomLoader) Modules deep inside an egg can still be tested for existence ... ok test_shallow_loader (utils_tests.test_module_loading.CustomLoader) Module existence can be tested inside eggs ... ok test_has_sumbodule_with_dotted_path (utils_tests.test_module_loading.DefaultLoader) Nested module existence can be tested. ... ok test_loader (utils_tests.test_module_loading.DefaultLoader) Normal module existence can be tested ... ok test_deep_loader (utils_tests.test_module_loading.EggLoader) Modules deep inside an egg can still be tested for existence ... ok test_shallow_loader (utils_tests.test_module_loading.EggLoader) Module existence can be tested inside eggs ... ok test_base_path_ends_with_sep (utils_tests.test_os_utils.SafeJoinTests) ... ok test_parent_path (utils_tests.test_os_utils.SafeJoinTests) ... ok test_root_path (utils_tests.test_os_utils.SafeJoinTests) ... ok test_to_path (utils_tests.test_os_utils.ToPathTests) ... ok test_to_path_invalid_value (utils_tests.test_os_utils.ToPathTests) ... ok test_empty (utils_tests.test_regex_helper.NormalizeTests) ... ok test_escape (utils_tests.test_regex_helper.NormalizeTests) ... ok test_group_backreference (utils_tests.test_regex_helper.NormalizeTests) ... ok test_group_named (utils_tests.test_regex_helper.NormalizeTests) ... ok test_group_noncapturing (utils_tests.test_regex_helper.NormalizeTests) ... ok test_group_positional (utils_tests.test_regex_helper.NormalizeTests) ... ok test_bad_color (utils_tests.test_termcolors.TermColorTests) ... ok test_bad_option (utils_tests.test_termcolors.TermColorTests) ... ok test_bad_palette (utils_tests.test_termcolors.TermColorTests) ... ok test_bad_role (utils_tests.test_termcolors.TermColorTests) ... ok test_color_case (utils_tests.test_termcolors.TermColorTests) ... ok test_colorize_empty_text (utils_tests.test_termcolors.TermColorTests) ... ok test_empty_definition (utils_tests.test_termcolors.TermColorTests) ... ok test_empty_options (utils_tests.test_termcolors.TermColorTests) ... ok test_empty_string (utils_tests.test_termcolors.TermColorTests) ... ok test_fg (utils_tests.test_termcolors.TermColorTests) ... ok test_fg_bg (utils_tests.test_termcolors.TermColorTests) ... ok test_fg_bg_opts (utils_tests.test_termcolors.TermColorTests) ... ok test_fg_opts (utils_tests.test_termcolors.TermColorTests) ... ok test_multiple_roles (utils_tests.test_termcolors.TermColorTests) ... ok test_opts_case (utils_tests.test_termcolors.TermColorTests) ... ok test_override_nocolor (utils_tests.test_termcolors.TermColorTests) ... ok test_override_palette (utils_tests.test_termcolors.TermColorTests) ... ok test_override_with_multiple_roles (utils_tests.test_termcolors.TermColorTests) ... ok test_reverse_override (utils_tests.test_termcolors.TermColorTests) ... ok test_role_case (utils_tests.test_termcolors.TermColorTests) ... ok test_simple_palette (utils_tests.test_termcolors.TermColorTests) ... ok test_both_date_objects (utils_tests.test_timesince.TimesinceTests) Timesince should work with both date objects (#9672) ... ok test_date_objects (utils_tests.test_timesince.TimesinceTests) Both timesince and timeuntil should work on date objects (#17937). ... ok test_different_timezones (utils_tests.test_timesince.TimesinceTests) When using two different timezones. ... ok test_display_first_unit (utils_tests.test_timesince.TimesinceTests) If the two differing units aren't adjacent, only the first unit is ... ok test_display_second_before_first (utils_tests.test_timesince.TimesinceTests) When the second date occurs before the first, we should always ... ok test_equal_datetimes (utils_tests.test_timesince.TimesinceTests) equal datetimes. ... ok test_ignore_microseconds_and_seconds (utils_tests.test_timesince.TimesinceTests) Microseconds and seconds are ignored. ... ok test_leap_year (utils_tests.test_timesince.TimesinceTests) ... ok test_leap_year_new_years_eve (utils_tests.test_timesince.TimesinceTests) ... ok test_multiple_units (utils_tests.test_timesince.TimesinceTests) Test multiple units. ... ok test_naive_datetime_with_tzinfo_attribute (utils_tests.test_timesince.TimesinceTests) ... ok test_other_units (utils_tests.test_timesince.TimesinceTests) Test other units. ... ok test_thousand_years_ago (utils_tests.test_timesince.TimesinceTests) ... ok test_add (utils_tests.test_tree.NodeTests) ... ok test_bool (utils_tests.test_tree.NodeTests) ... ok test_contains (utils_tests.test_tree.NodeTests) ... ok test_deepcopy (utils_tests.test_tree.NodeTests) ... ok test_eq_children (utils_tests.test_tree.NodeTests) ... ok test_eq_connector (utils_tests.test_tree.NodeTests) ... ok test_eq_negated (utils_tests.test_tree.NodeTests) ... ok test_hash (utils_tests.test_tree.NodeTests) ... ok test_len (utils_tests.test_tree.NodeTests) ... ok test_negate (utils_tests.test_tree.NodeTests) ... ok test_repr (utils_tests.test_tree.NodeTests) ... ok test_str (utils_tests.test_tree.NodeTests) ... ok test_output_normal (test_runner.test_debug_sql.TestDebugSQL) ... ok test_output_verbose (test_runner.test_debug_sql.TestDebugSQL) ... ok test_setup_aliased_default_database (test_runner.tests.AliasedDefaultTestSetupTest) setup_databases() doesn't fail when 'default' is aliased ... ok test_chained_dependencies (test_runner.tests.DependencyOrderingTests) ... ok test_circular_dependencies (test_runner.tests.DependencyOrderingTests) ... ok test_multiple_dependencies (test_runner.tests.DependencyOrderingTests) ... ok test_own_alias_dependency (test_runner.tests.DependencyOrderingTests) ... ok test_simple_dependencies (test_runner.tests.DependencyOrderingTests) ... ok test_setup_databases (test_runner.tests.DummyBackendTest) setup_databases() doesn't fail with dummy database backend. ... ok test_empty_default_database (test_runner.tests.EmptyDefaultDatabaseTest) An empty default database in settings does not raise an ImproperlyConfigured ... ok test_bad_test_runner (test_runner.tests.ManageCommandTests) ... ok test_custom_test_runner (test_runner.tests.ManageCommandTests) ... ok test_run_checks_passes_and_teardown_raises (test_runner.tests.RunTestsExceptionHandlingTests) Exceptions on teardown are surfaced if no exceptions happen during ... ok test_run_checks_raises (test_runner.tests.RunTestsExceptionHandlingTests) Teardown functions are run when run_checks() raises SystemCheckError. ... ok test_run_checks_raises_and_teardown_raises (test_runner.tests.RunTestsExceptionHandlingTests) SystemCheckError is surfaced when run_checks() raises SystemCheckError ... ok test_destroy_test_db_restores_db_name (test_runner.tests.SetupDatabasesTests) ... ok test_serialization (test_runner.tests.SetupDatabasesTests) ... ok test_serialized_off (test_runner.tests.SetupDatabasesTests) ... ok test_setup_aliased_databases (test_runner.tests.SetupDatabasesTests) ... ok test_cookie_edgecases (httpwrappers.tests.CookieTests) ... ok test_decode (httpwrappers.tests.CookieTests) Semicolons and commas are decoded. ... ok test_encode (httpwrappers.tests.CookieTests) Semicolons and commas are encoded. ... ok test_httponly_after_load (httpwrappers.tests.CookieTests) ... ok test_invalid_cookies (httpwrappers.tests.CookieTests) Cookie strings that go against RFC6265 but browsers will send if set ... ok test_load_dict (httpwrappers.tests.CookieTests) ... ok test_nonstandard_keys (httpwrappers.tests.CookieTests) A single non-standard cookie name doesn't affect all cookies (#13007). ... ok test_pickle (httpwrappers.tests.CookieTests) ... ok test_python_cookies (httpwrappers.tests.CookieTests) Test cases copied from Python's Lib/test/test_http_cookies.py ... ok test_repeated_nonstandard_keys (httpwrappers.tests.CookieTests) A repeated non-standard name doesn't affect all cookies (#15852). ... ok test_samesite (httpwrappers.tests.CookieTests) ... ok test_dict_behavior (httpwrappers.tests.HttpResponseTests) Test for bug #14020: Make HttpResponse.get work like dict.get ... ok test_file_interface (httpwrappers.tests.HttpResponseTests) ... ok test_headers_type (httpwrappers.tests.HttpResponseTests) ... ok test_iter_content (httpwrappers.tests.HttpResponseTests) ... ok test_iterator_isnt_rewound (httpwrappers.tests.HttpResponseTests) ... ok test_lazy_content (httpwrappers.tests.HttpResponseTests) ... ok test_long_line (httpwrappers.tests.HttpResponseTests) ... ok test_memoryview_content (httpwrappers.tests.HttpResponseTests) ... ok test_newlines_in_headers (httpwrappers.tests.HttpResponseTests) ... ok test_non_string_content (httpwrappers.tests.HttpResponseTests) ... ok test_stream_interface (httpwrappers.tests.HttpResponseTests) ... ok test_unsafe_redirect (httpwrappers.tests.HttpResponseTests) ... ok test_bulk_batch_size (backends.oracle.test_operations.OperationsTests) ... skipped 'Oracle tests' test_sequence_name_truncation (backends.oracle.test_operations.OperationsTests) ... skipped 'Oracle tests' test_boolean_constraints (backends.oracle.tests.Tests) Boolean fields have check constraints on their values. ... skipped 'Oracle tests' test_client_encoding (backends.oracle.tests.Tests) Client encoding is set correctly. ... skipped 'Oracle tests' test_cursor_var (backends.oracle.tests.Tests) Cursor variables can be passed as query parameters. ... skipped 'Oracle tests' test_dbms_session (backends.oracle.tests.Tests) A stored procedure can be called through a cursor wrapper. ... skipped 'Oracle tests' test_order_of_nls_parameters (backends.oracle.tests.Tests) An 'almost right' datetime works with configured NLS parameters ... skipped 'Oracle tests' test_quote_name (backends.oracle.tests.Tests) '%' chars are escaped for query execution. ... skipped 'Oracle tests' test_typeCasts (db_typecasts.tests.DBTypeCasts) ... ok test_builtin_fields (admin_docs.test_views.TestFieldType) ... ok test_custom_fields (admin_docs.test_views.TestFieldType) ... ok test_field_name (admin_docs.test_views.TestFieldType) ... ok test_chunked_data (builtin_server.tests.ServerHandlerChunksProperly) ... ok test_file_response_closing (builtin_server.tests.WSGIFileWrapperTests) View returning a FileResponse properly closes the file and http ... ok test_file_wrapper_no_sendfile (builtin_server.tests.WSGIFileWrapperTests) ... ok test_file_wrapper_uses_sendfile (builtin_server.tests.WSGIFileWrapperTests) ... ok test_all_errors_get_reported (forms_tests.tests.test_validators.TestFieldWithValidators) ... ok test_field_validators_can_be_any_iterable (forms_tests.tests.test_validators.TestFieldWithValidators) ... ok test_content_file_custom_name (files.tests.ContentFileTestCase) The constructor of ContentFile accepts 'name' (#16590). ... ok test_content_file_default_name (files.tests.ContentFileTestCase) ... ok test_content_file_input_type (files.tests.ContentFileTestCase) ContentFile can accept both bytes and strings and the retrieved content ... ok test_open_resets_file_to_start_and_returns_context_manager (files.tests.ContentFileTestCase) ... ok test_size_changing_after_writing (files.tests.ContentFileTestCase) ContentFile.size changes after a write(). ... ok test_closing_of_filenames (files.tests.DimensionClosingBug) get_image_dimensions() called with a filename should closed the file. ... ok test_not_closing_of_files (files.tests.DimensionClosingBug) Open files passed into get_image_dimensions() should stay opened. ... ok test_file_move_copystat_cifs (files.tests.FileMoveSafeTests) file_move_safe() ignores a copystat() EPERM PermissionError. This ... ok test_file_move_overwrite (files.tests.FileMoveSafeTests) ... ok test_context_manager (files.tests.FileTests) ... ok test_file_iteration (files.tests.FileTests) File objects should yield lines when iterated over. ... ok test_file_iteration_mac_newlines (files.tests.FileTests) #8149 - File objects with line endings should yield lines ... ok test_file_iteration_mixed_newlines (files.tests.FileTests) ... ok test_file_iteration_windows_newlines (files.tests.FileTests) #8149 - File objects with ... ok test_file_iteration_with_mac_newline_at_chunk_boundary (files.tests.FileTests) ... ok test_file_iteration_with_text (files.tests.FileTests) ... ok test_file_iteration_with_unix_newline_at_chunk_boundary (files.tests.FileTests) ... ok test_file_iteration_with_windows_newline_at_chunk_boundary (files.tests.FileTests) ... ok test_file_mode (files.tests.FileTests) ... ok test_io_wrapper (files.tests.FileTests) ... ok test_namedtemporaryfile_closes (files.tests.FileTests) The symbol django.core.files.NamedTemporaryFile is assigned as ... ok test_open_reopens_closed_file_and_returns_context_manager (files.tests.FileTests) ... ok test_open_resets_opened_file_to_start_and_returns_context_manager (files.tests.FileTests) ... ok test_readable (files.tests.FileTests) ... ok test_seekable (files.tests.FileTests) ... ok test_unicode_file_name (files.tests.FileTests) ... ok test_unicode_uploadedfile_name (files.tests.FileTests) ... ok test_writable (files.tests.FileTests) ... ok test_invalid_image (files.tests.GetImageDimensionsTests) get_image_dimensions() should return (None, None) for the dimensions of ... ok test_valid_image (files.tests.GetImageDimensionsTests) get_image_dimensions() should catch struct.error while feeding the PIL ... ok test_webp (files.tests.GetImageDimensionsTests) ... ok test_open_resets_file_to_start_and_returns_context_manager (files.tests.InMemoryUploadedFileTests) ... ok test_bug_19457 (files.tests.InconsistentGetImageDimensionsBug) Regression test for #19457 ... ok test_multiple_calls (files.tests.InconsistentGetImageDimensionsBug) Multiple calls of get_image_dimensions() should return the same size. ... ok test_noname_file_default_name (files.tests.NoNameFileTestCase) ... ok test_noname_file_get_size (files.tests.NoNameFileTestCase) ... ok test_in_memory_spooled_temp (files.tests.SpooledTempTests) ... ok test_written_spooled_temp (files.tests.SpooledTempTests) ... ok test_extension_kept (files.tests.TemporaryUploadedFileTests) The temporary file name has the same suffix as the original file. ... ok test_alters_data (template_tests.test_callables.CallableVariablesTests) ... ok test_callable (template_tests.test_callables.CallableVariablesTests) ... ok test_do_not_call (template_tests.test_callables.CallableVariablesTests) ... ok test_do_not_call_and_alters_data (template_tests.test_callables.CallableVariablesTests) ... ok test_correct_exception_index (template_tests.test_nodelist.ErrorIndexTest) ... ok test_for (template_tests.test_nodelist.NodelistTest) ... ok test_if (template_tests.test_nodelist.NodelistTest) ... ok test_ifchanged (template_tests.test_nodelist.NodelistTest) ... ok test_ifequal (template_tests.test_nodelist.NodelistTest) ... ok test_textnode_repr (template_tests.test_nodelist.TextNodeTest) ... ok test_origin_compares_equal (template_tests.test_origin.OriginTestCase) ... ok test_origin_compares_not_equal (template_tests.test_origin.OriginTestCase) ... ok test_in (template_tests.test_smartif.SmartIfTests) ... ok test_not (template_tests.test_smartif.SmartIfTests) ... ok test_not_in (template_tests.test_smartif.SmartIfTests) ... ok test_or (template_tests.test_smartif.SmartIfTests) ... ok test_precedence (template_tests.test_smartif.SmartIfTests) ... ok test_response_without_messages (messages_tests.test_middleware.MiddlewareTests) MessageMiddleware is tolerant of messages not existing on request. ... ok test_actual_expiry (sessions_tests.tests.CacheSessionTests) ... ok test_clear (sessions_tests.tests.CacheSessionTests) ... ok test_create_and_save (sessions_tests.tests.CacheSessionTests) ... ok test_custom_expiry_datetime (sessions_tests.tests.CacheSessionTests) ... ok test_custom_expiry_reset (sessions_tests.tests.CacheSessionTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.CacheSessionTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.CacheSessionTests) ... ok test_cycle (sessions_tests.tests.CacheSessionTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.CacheSessionTests) ... ok test_decode (sessions_tests.tests.CacheSessionTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.CacheSessionTests) ... ok test_default_cache (sessions_tests.tests.CacheSessionTests) ... ok test_default_expiry (sessions_tests.tests.CacheSessionTests) ... ok test_delete (sessions_tests.tests.CacheSessionTests) ... ok test_flush (sessions_tests.tests.CacheSessionTests) ... ok test_get_empty (sessions_tests.tests.CacheSessionTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.CacheSessionTests) ... ok test_has_key (sessions_tests.tests.CacheSessionTests) ... ok test_invalid_key (sessions_tests.tests.CacheSessionTests) ... ok test_items (sessions_tests.tests.CacheSessionTests) ... ok test_keys (sessions_tests.tests.CacheSessionTests) ... ok test_load_overlong_key (sessions_tests.tests.CacheSessionTests) ... ok test_new_session (sessions_tests.tests.CacheSessionTests) ... ok test_non_default_cache (sessions_tests.tests.CacheSessionTests) ... ok test_pop (sessions_tests.tests.CacheSessionTests) ... ok test_pop_default (sessions_tests.tests.CacheSessionTests) ... ok test_pop_default_named_argument (sessions_tests.tests.CacheSessionTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.CacheSessionTests) ... ok test_save (sessions_tests.tests.CacheSessionTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.CacheSessionTests) ... ok test_session_key_empty_string_invalid (sessions_tests.tests.CacheSessionTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.CacheSessionTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.CacheSessionTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.CacheSessionTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.CacheSessionTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.CacheSessionTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_setdefault (sessions_tests.tests.CacheSessionTests) ... ok test_store (sessions_tests.tests.CacheSessionTests) ... ok test_update (sessions_tests.tests.CacheSessionTests) ... ok test_values (sessions_tests.tests.CacheSessionTests) ... ok test_actual_expiry (sessions_tests.tests.CookieSessionTests) ... expected failure test_clear (sessions_tests.tests.CookieSessionTests) ... ok test_custom_expiry_datetime (sessions_tests.tests.CookieSessionTests) ... ok test_custom_expiry_reset (sessions_tests.tests.CookieSessionTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.CookieSessionTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.CookieSessionTests) ... ok test_cycle (sessions_tests.tests.CookieSessionTests) This test tested cycle_key() which would create a new session ... ok test_cycle_with_no_session_cache (sessions_tests.tests.CookieSessionTests) ... ok test_decode (sessions_tests.tests.CookieSessionTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.CookieSessionTests) ... ok test_default_expiry (sessions_tests.tests.CookieSessionTests) ... ok test_delete (sessions_tests.tests.CookieSessionTests) ... ok test_flush (sessions_tests.tests.CookieSessionTests) ... ok test_get_empty (sessions_tests.tests.CookieSessionTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.CookieSessionTests) ... ok test_has_key (sessions_tests.tests.CookieSessionTests) ... ok test_invalid_key (sessions_tests.tests.CookieSessionTests) ... ok test_items (sessions_tests.tests.CookieSessionTests) ... ok test_keys (sessions_tests.tests.CookieSessionTests) ... ok test_new_session (sessions_tests.tests.CookieSessionTests) ... ok test_pop (sessions_tests.tests.CookieSessionTests) ... ok test_pop_default (sessions_tests.tests.CookieSessionTests) ... ok test_pop_default_named_argument (sessions_tests.tests.CookieSessionTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.CookieSessionTests) ... ok test_save (sessions_tests.tests.CookieSessionTests) This test tested exists() in the other session backends, but that ... ok test_save_doesnt_clear_data (sessions_tests.tests.CookieSessionTests) ... ok test_session_key_empty_string_invalid (sessions_tests.tests.CookieSessionTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.CookieSessionTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.CookieSessionTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.CookieSessionTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.CookieSessionTests) ... skipped "Cookie backend doesn't have an external store to create records in." test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.CookieSessionTests) ... skipped 'CookieSession is stored in the client and there is no way to query it.' test_setdefault (sessions_tests.tests.CookieSessionTests) ... ok test_store (sessions_tests.tests.CookieSessionTests) ... ok test_unpickling_exception (sessions_tests.tests.CookieSessionTests) ... ok test_update (sessions_tests.tests.CookieSessionTests) ... ok test_values (sessions_tests.tests.CookieSessionTests) ... ok test_actual_expiry (sessions_tests.tests.FileSessionTests) ... ok test_clear (sessions_tests.tests.FileSessionTests) ... ok test_clearsessions_command (sessions_tests.tests.FileSessionTests) Test clearsessions command for clearing expired sessions. ... ok test_configuration_check (sessions_tests.tests.FileSessionTests) ... ok test_custom_expiry_datetime (sessions_tests.tests.FileSessionTests) ... ok test_custom_expiry_reset (sessions_tests.tests.FileSessionTests) ... ok test_custom_expiry_seconds (sessions_tests.tests.FileSessionTests) ... ok test_custom_expiry_timedelta (sessions_tests.tests.FileSessionTests) ... ok test_cycle (sessions_tests.tests.FileSessionTests) ... ok test_cycle_with_no_session_cache (sessions_tests.tests.FileSessionTests) ... ok test_decode (sessions_tests.tests.FileSessionTests) ... ok test_decode_failure_logged_to_security (sessions_tests.tests.FileSessionTests) ... ok test_default_expiry (sessions_tests.tests.FileSessionTests) ... ok test_delete (sessions_tests.tests.FileSessionTests) ... ok test_flush (sessions_tests.tests.FileSessionTests) ... ok test_get_empty (sessions_tests.tests.FileSessionTests) ... ok test_get_expire_at_browser_close (sessions_tests.tests.FileSessionTests) ... ok test_has_key (sessions_tests.tests.FileSessionTests) ... ok test_invalid_key (sessions_tests.tests.FileSessionTests) ... ok test_invalid_key_backslash (sessions_tests.tests.FileSessionTests) ... ok test_invalid_key_forwardslash (sessions_tests.tests.FileSessionTests) ... ok test_items (sessions_tests.tests.FileSessionTests) ... ok test_keys (sessions_tests.tests.FileSessionTests) ... ok test_new_session (sessions_tests.tests.FileSessionTests) ... ok test_pop (sessions_tests.tests.FileSessionTests) ... ok test_pop_default (sessions_tests.tests.FileSessionTests) ... ok test_pop_default_named_argument (sessions_tests.tests.FileSessionTests) ... ok test_pop_no_default_keyerror_raised (sessions_tests.tests.FileSessionTests) ... ok test_save (sessions_tests.tests.FileSessionTests) ... ok test_save_doesnt_clear_data (sessions_tests.tests.FileSessionTests) ... ok test_session_key_empty_string_invalid (sessions_tests.tests.FileSessionTests) Falsey values (Such as an empty string) are rejected. ... ok test_session_key_is_read_only (sessions_tests.tests.FileSessionTests) ... ok test_session_key_too_short_invalid (sessions_tests.tests.FileSessionTests) Strings shorter than 8 characters are rejected. ... ok test_session_key_valid_string_saved (sessions_tests.tests.FileSessionTests) Strings of length 8 and up are accepted and stored. ... ok test_session_load_does_not_create_record (sessions_tests.tests.FileSessionTests) Loading an unknown session key does not create a session record. ... ok test_session_save_does_not_resurrect_session_logged_out_in_other_context (sessions_tests.tests.FileSessionTests) Sessions shouldn't be resurrected by a concurrent request. ... ok test_setdefault (sessions_tests.tests.FileSessionTests) ... ok test_store (sessions_tests.tests.FileSessionTests) ... ok test_update (sessions_tests.tests.FileSessionTests) ... ok test_values (sessions_tests.tests.FileSessionTests) ... ok test_annotated_ordering (queries.tests.QuerysetOrderedTests) ... ok test_cleared_default_ordering (queries.tests.QuerysetOrderedTests) ... ok test_empty_queryset (queries.tests.QuerysetOrderedTests) ... ok test_explicit_ordering (queries.tests.QuerysetOrderedTests) ... ok test_no_default_or_explicit_ordering (queries.tests.QuerysetOrderedTests) ... ok test_order_by_extra (queries.tests.QuerysetOrderedTests) ... ok test_AB_ACB (queries.tests.UnionTests) ... ok test_A_AB (queries.tests.UnionTests) ... ok test_A_AB2 (queries.tests.UnionTests) ... ok test_BAB_BAC (queries.tests.UnionTests) ... ok test_BAB_BACB (queries.tests.UnionTests) ... ok test_BA_BCA__BAB_BAC_BCA (queries.tests.UnionTests) ... ok test_app_completion (bash_completion.tests.BashCompletionTests) Application names will be autocompleted for an AppCommand ... ok test_completed_subcommand (bash_completion.tests.BashCompletionTests) Show option flags in case a subcommand is completed ... ok test_custom_command (bash_completion.tests.BashCompletionTests) A custom command can autocomplete option flags ... ok test_django_admin_py (bash_completion.tests.BashCompletionTests) django_admin.py will autocomplete option flags ... ok test_help (bash_completion.tests.BashCompletionTests) No errors, just an empty list if there are no autocomplete options ... ok test_manage_py (bash_completion.tests.BashCompletionTests) manage.py will autocomplete option flags ... ok test_subcommands (bash_completion.tests.BashCompletionTests) Subcommands can be autocompleted ... ok test_messages_concatenates_error_dict_values (test_exceptions.test_validation_error.TestValidationError) ... ok test_was_modified_since_fp (view_tests.tests.test_static.StaticUtilsTests) A floating point mtime does not disturb was_modified_since (#18675). ... ok test_autofield_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_boolean_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_date_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_datetime_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_decimal_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_float_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_integer_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_null_boolean_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_nullable_boolean_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_time_field_raises_error_message (validation.test_error_messages.ValidationMessagesTest) ... ok test_validationerror_is_picklable (validation.test_picklable.PickableValidationErrorTestCase) ... ok test_primary_key_is_considered_unique (validation.test_unique.GetUniqueCheckTests) ... ok test_unique_fields_get_collected (validation.test_unique.GetUniqueCheckTests) ... ok test_unique_for_date_exclusion (validation.test_unique.GetUniqueCheckTests) ... ok test_unique_for_date_gets_picked_up (validation.test_unique.GetUniqueCheckTests) ... ok test_unique_together_gets_picked_up_and_converted_to_tuple (validation.test_unique.GetUniqueCheckTests) ... ok test_unique_together_normalization (validation.test_unique.GetUniqueCheckTests) Test the Meta.unique_together normalization with different sorts of ... ok test_custom_max_lengths (max_lengths.tests.MaxLengthArgumentsTests) ... ok test_default_max_lengths (max_lengths.tests.MaxLengthArgumentsTests) ... ok test_tuple_settings (settings_tests.tests.TestListSettings) ... ok test_attributes (decorators.tests.DecoratorsTest) Built-in decorators set certain attributes of the wrapped function. ... ok test_cache_page (decorators.tests.DecoratorsTest) ... ok test_require_safe_accepts_only_safe_methods (decorators.tests.DecoratorsTest) Test for the require_safe decorator. ... ok test_user_passes_test_composition (decorators.tests.DecoratorsTest) The user_passes_test decorator can be applied multiple times (#9474). ... ok test_never_cache_decorator (decorators.tests.NeverCacheDecoratorTest) ... ok test_deny_decorator (decorators.tests.XFrameOptionsDecoratorsTests) Ensures @xframe_options_deny properly sets the X-Frame-Options header. ... ok test_exempt_decorator (decorators.tests.XFrameOptionsDecoratorsTests) Ensures @xframe_options_exempt properly instructs the ... ok test_sameorigin_decorator (decorators.tests.XFrameOptionsDecoratorsTests) Ensures @xframe_options_sameorigin properly sets the X-Frame-Options ... ok ---------------------------------------------------------------------- Ran 13146 tests in 842.375s OK (skipped=973, expected failures=4) Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')... Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')... Creating table admin_filters_bookmark Creating table m2m_recursive_person Creating table m2m_recursive_colleague Creating table generic_inline_admin_episode Creating table generic_inline_admin_media Creating table generic_inline_admin_category Creating table generic_inline_admin_phonenumber Creating table generic_inline_admin_contact Creating table generic_inline_admin_episodepermanent Creating table migrations_modelwithcustombase Creating table migrations_unmigratedmodel Creating table expressions_manager Creating table expressions_employee Creating table expressions_remoteemployee Creating table expressions_company Creating table expressions_number Creating table expressions_ExPeRiMeNt Creating table expressions_result Creating table expressions_time Creating table expressions_simulationrun Creating table expressions_uuidpk Creating table expressions_uuid Creating table generic_views_artist Creating table generic_views_author Creating table generic_views_book Creating table generic_views_page Creating table generic_views_booksigning Creating table model_options_author Creating table model_options_editor Creating table model_options_book Creating table model_options_bookstore Creating table model_options_editorstore Creating table model_options_scientistref Creating table model_options_articleref Creating table from_db_value_cashmodel Creating table model_package_site Creating table model_package_article Creating table model_package_publication Creating table model_package_advertisement Creating table mutually_referential_parent Creating table mutually_referential_child Creating table fixtures_model_package_article Running deferred SQL... Running migrations: Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying db_functions.0001_setup_extensions... OK Applying db_functions.0002_create_test_models... OK Applying sites.0001_initial... OK Applying flatpages.0001_initial... OK Applying migration_test_data_persistence.0001_initial... OK Applying migration_test_data_persistence.0002_add_book... OK Applying postgres_tests.0001_setup_extensions... OK Applying postgres_tests.0002_create_test_models... OK Applying redirects.0001_initial... OK Applying sites.0002_alter_domain_unique... OK Applying sites_framework.0001_initial... OK System check identified no issues (14 silenced). + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python-django-bash-completion-3.0.7-1.fc33.noarch Provides: python-django-bash-completion = 3.0.7-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-django-doc-3.0.7-1.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NNcYBl + umask 022 + cd /builddir/build/BUILD + cd Django-3.0.7 + DOCDIR=/builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django-doc + cp -pr docs/_build/html/_images docs/_build/html/_modules docs/_build/html/_sources docs/_build/html/_static docs/_build/html/contents.html docs/_build/html/faq docs/_build/html/genindex.html docs/_build/html/glossary.html docs/_build/html/howto docs/_build/html/index.html docs/_build/html/internals docs/_build/html/intro docs/_build/html/misc docs/_build/html/objects.inv docs/_build/html/py-modindex.html docs/_build/html/ref docs/_build/html/releases docs/_build/html/search.html docs/_build/html/searchindex.js docs/_build/html/templatebuiltins.js docs/_build/html/topics /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-django-doc = 3.0.7-1.fc33 python3-django-doc = 3.0.7-1.fc33 python3.9-django-doc = 3.0.7-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: python-django-doc < 3.0.7-1.fc33 Suggests: python3-django = 3.0.7-1.fc33 Processing files: python3-django-3.0.7-1.fc33.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ICU7Am + umask 022 + cd /builddir/build/BUILD + cd Django-3.0.7 + DOCDIR=/builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django + cp -pr AUTHORS /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django + cp -pr README.rst /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/doc/python3-django + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.FztF5k + umask 022 + cd /builddir/build/BUILD + cd Django-3.0.7 + LICENSEDIR=/builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/licenses/python3-django + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/licenses/python3-django + cp -pr LICENSE /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch/usr/share/licenses/python3-django + RPM_EC=0 ++ jobs -p + exit 0 Provides: bundled(jquery) = 2.2.3 bundled(xregexp) = 2.0.0 python-django = 3.0.7-1.fc33 python3-django = 3.0.7-1.fc33 python3.9-django = 3.0.7-1.fc33 python3.9dist(django) = 3.0.7 python3dist(django) = 3.0.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(asgiref) >= 3.2 python3.9dist(pytz) python3.9dist(setuptools) python3.9dist(sqlparse) >= 0.2.2 Obsoletes: python-django < 3.0.7-1.fc33 Recommends: (python-django-bash-completion = 3.0.7-1.fc33 if bash) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch Wrote: /builddir/build/RPMS/python-django-bash-completion-3.0.7-1.fc33.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-3.0.7-1.fc33.noarch.rpm Wrote: /builddir/build/RPMS/python3-django-doc-3.0.7-1.fc33.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W21qvo + umask 022 + cd /builddir/build/BUILD + cd Django-3.0.7 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-django-3.0.7-1.fc33.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0