pkgsrc/www/py-django3/PLIST

5233 lines
302 KiB
Text
Raw Normal View History

py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
@comment $NetBSD: PLIST,v 1.3 2021/05/05 07:06:29 adam Exp $
bin/django-admin-${PYVERSSUFFIX}
bin/django-admin-${PYVERSSUFFIX}.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/django/__init__.py
${PYSITELIB}/django/__init__.pyc
${PYSITELIB}/django/__init__.pyo
${PYSITELIB}/django/__main__.py
${PYSITELIB}/django/__main__.pyc
${PYSITELIB}/django/__main__.pyo
${PYSITELIB}/django/apps/__init__.py
${PYSITELIB}/django/apps/__init__.pyc
${PYSITELIB}/django/apps/__init__.pyo
${PYSITELIB}/django/apps/config.py
${PYSITELIB}/django/apps/config.pyc
${PYSITELIB}/django/apps/config.pyo
${PYSITELIB}/django/apps/registry.py
${PYSITELIB}/django/apps/registry.pyc
${PYSITELIB}/django/apps/registry.pyo
${PYSITELIB}/django/bin/django-admin.py
${PYSITELIB}/django/bin/django-admin.pyc
${PYSITELIB}/django/bin/django-admin.pyo
${PYSITELIB}/django/conf/__init__.py
${PYSITELIB}/django/conf/__init__.pyc
${PYSITELIB}/django/conf/__init__.pyo
${PYSITELIB}/django/conf/app_template/__init__.py-tpl
${PYSITELIB}/django/conf/app_template/admin.py-tpl
${PYSITELIB}/django/conf/app_template/apps.py-tpl
${PYSITELIB}/django/conf/app_template/migrations/__init__.py-tpl
${PYSITELIB}/django/conf/app_template/models.py-tpl
${PYSITELIB}/django/conf/app_template/tests.py-tpl
${PYSITELIB}/django/conf/app_template/views.py-tpl
${PYSITELIB}/django/conf/global_settings.py
${PYSITELIB}/django/conf/global_settings.pyc
${PYSITELIB}/django/conf/global_settings.pyo
${PYSITELIB}/django/conf/locale/__init__.py
${PYSITELIB}/django/conf/locale/__init__.pyc
${PYSITELIB}/django/conf/locale/__init__.pyo
${PYSITELIB}/django/conf/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ar/__init__.py
${PYSITELIB}/django/conf/locale/ar/__init__.pyc
${PYSITELIB}/django/conf/locale/ar/__init__.pyo
${PYSITELIB}/django/conf/locale/ar/formats.py
${PYSITELIB}/django/conf/locale/ar/formats.pyc
${PYSITELIB}/django/conf/locale/ar/formats.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/conf/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ar_DZ/__init__.py
${PYSITELIB}/django/conf/locale/ar_DZ/__init__.pyc
${PYSITELIB}/django/conf/locale/ar_DZ/__init__.pyo
${PYSITELIB}/django/conf/locale/ar_DZ/formats.py
${PYSITELIB}/django/conf/locale/ar_DZ/formats.pyc
${PYSITELIB}/django/conf/locale/ar_DZ/formats.pyo
${PYSITELIB}/django/conf/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/az/__init__.py
${PYSITELIB}/django/conf/locale/az/__init__.pyc
${PYSITELIB}/django/conf/locale/az/__init__.pyo
${PYSITELIB}/django/conf/locale/az/formats.py
${PYSITELIB}/django/conf/locale/az/formats.pyc
${PYSITELIB}/django/conf/locale/az/formats.pyo
${PYSITELIB}/django/conf/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/bg/__init__.py
${PYSITELIB}/django/conf/locale/bg/__init__.pyc
${PYSITELIB}/django/conf/locale/bg/__init__.pyo
${PYSITELIB}/django/conf/locale/bg/formats.py
${PYSITELIB}/django/conf/locale/bg/formats.pyc
${PYSITELIB}/django/conf/locale/bg/formats.pyo
${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/bn/__init__.py
${PYSITELIB}/django/conf/locale/bn/__init__.pyc
${PYSITELIB}/django/conf/locale/bn/__init__.pyo
${PYSITELIB}/django/conf/locale/bn/formats.py
${PYSITELIB}/django/conf/locale/bn/formats.pyc
${PYSITELIB}/django/conf/locale/bn/formats.pyo
${PYSITELIB}/django/conf/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/bs/__init__.py
${PYSITELIB}/django/conf/locale/bs/__init__.pyc
${PYSITELIB}/django/conf/locale/bs/__init__.pyo
${PYSITELIB}/django/conf/locale/bs/formats.py
${PYSITELIB}/django/conf/locale/bs/formats.pyc
${PYSITELIB}/django/conf/locale/bs/formats.pyo
${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ca/__init__.py
${PYSITELIB}/django/conf/locale/ca/__init__.pyc
${PYSITELIB}/django/conf/locale/ca/__init__.pyo
${PYSITELIB}/django/conf/locale/ca/formats.py
${PYSITELIB}/django/conf/locale/ca/formats.pyc
${PYSITELIB}/django/conf/locale/ca/formats.pyo
${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/cs/__init__.py
${PYSITELIB}/django/conf/locale/cs/__init__.pyc
${PYSITELIB}/django/conf/locale/cs/__init__.pyo
${PYSITELIB}/django/conf/locale/cs/formats.py
${PYSITELIB}/django/conf/locale/cs/formats.pyc
${PYSITELIB}/django/conf/locale/cs/formats.pyo
${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/cy/__init__.py
${PYSITELIB}/django/conf/locale/cy/__init__.pyc
${PYSITELIB}/django/conf/locale/cy/__init__.pyo
${PYSITELIB}/django/conf/locale/cy/formats.py
${PYSITELIB}/django/conf/locale/cy/formats.pyc
${PYSITELIB}/django/conf/locale/cy/formats.pyo
${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/da/__init__.py
${PYSITELIB}/django/conf/locale/da/__init__.pyc
${PYSITELIB}/django/conf/locale/da/__init__.pyo
${PYSITELIB}/django/conf/locale/da/formats.py
${PYSITELIB}/django/conf/locale/da/formats.pyc
${PYSITELIB}/django/conf/locale/da/formats.pyo
${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/de/__init__.py
${PYSITELIB}/django/conf/locale/de/__init__.pyc
${PYSITELIB}/django/conf/locale/de/__init__.pyo
${PYSITELIB}/django/conf/locale/de/formats.py
${PYSITELIB}/django/conf/locale/de/formats.pyc
${PYSITELIB}/django/conf/locale/de/formats.pyo
${PYSITELIB}/django/conf/locale/de_CH/__init__.py
${PYSITELIB}/django/conf/locale/de_CH/__init__.pyc
${PYSITELIB}/django/conf/locale/de_CH/__init__.pyo
${PYSITELIB}/django/conf/locale/de_CH/formats.py
${PYSITELIB}/django/conf/locale/de_CH/formats.pyc
${PYSITELIB}/django/conf/locale/de_CH/formats.pyo
${PYSITELIB}/django/conf/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/el/__init__.py
${PYSITELIB}/django/conf/locale/el/__init__.pyc
${PYSITELIB}/django/conf/locale/el/__init__.pyo
${PYSITELIB}/django/conf/locale/el/formats.py
${PYSITELIB}/django/conf/locale/el/formats.pyc
${PYSITELIB}/django/conf/locale/el/formats.pyo
${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/en/__init__.py
${PYSITELIB}/django/conf/locale/en/__init__.pyc
${PYSITELIB}/django/conf/locale/en/__init__.pyo
${PYSITELIB}/django/conf/locale/en/formats.py
${PYSITELIB}/django/conf/locale/en/formats.pyc
${PYSITELIB}/django/conf/locale/en/formats.pyo
${PYSITELIB}/django/conf/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/en_AU/__init__.py
${PYSITELIB}/django/conf/locale/en_AU/__init__.pyc
${PYSITELIB}/django/conf/locale/en_AU/__init__.pyo
${PYSITELIB}/django/conf/locale/en_AU/formats.py
${PYSITELIB}/django/conf/locale/en_AU/formats.pyc
${PYSITELIB}/django/conf/locale/en_AU/formats.pyo
${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/en_GB/__init__.py
${PYSITELIB}/django/conf/locale/en_GB/__init__.pyc
${PYSITELIB}/django/conf/locale/en_GB/__init__.pyo
${PYSITELIB}/django/conf/locale/en_GB/formats.py
${PYSITELIB}/django/conf/locale/en_GB/formats.pyc
${PYSITELIB}/django/conf/locale/en_GB/formats.pyo
${PYSITELIB}/django/conf/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/eo/__init__.py
${PYSITELIB}/django/conf/locale/eo/__init__.pyc
${PYSITELIB}/django/conf/locale/eo/__init__.pyo
${PYSITELIB}/django/conf/locale/eo/formats.py
${PYSITELIB}/django/conf/locale/eo/formats.pyc
${PYSITELIB}/django/conf/locale/eo/formats.pyo
${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/es/__init__.py
${PYSITELIB}/django/conf/locale/es/__init__.pyc
${PYSITELIB}/django/conf/locale/es/__init__.pyo
${PYSITELIB}/django/conf/locale/es/formats.py
${PYSITELIB}/django/conf/locale/es/formats.pyc
${PYSITELIB}/django/conf/locale/es/formats.pyo
${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/es_AR/__init__.py
${PYSITELIB}/django/conf/locale/es_AR/__init__.pyc
${PYSITELIB}/django/conf/locale/es_AR/__init__.pyo
${PYSITELIB}/django/conf/locale/es_AR/formats.py
${PYSITELIB}/django/conf/locale/es_AR/formats.pyc
${PYSITELIB}/django/conf/locale/es_AR/formats.pyo
${PYSITELIB}/django/conf/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/es_CO/__init__.py
${PYSITELIB}/django/conf/locale/es_CO/__init__.pyc
${PYSITELIB}/django/conf/locale/es_CO/__init__.pyo
${PYSITELIB}/django/conf/locale/es_CO/formats.py
${PYSITELIB}/django/conf/locale/es_CO/formats.pyc
${PYSITELIB}/django/conf/locale/es_CO/formats.pyo
${PYSITELIB}/django/conf/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/es_MX/__init__.py
${PYSITELIB}/django/conf/locale/es_MX/__init__.pyc
${PYSITELIB}/django/conf/locale/es_MX/__init__.pyo
${PYSITELIB}/django/conf/locale/es_MX/formats.py
${PYSITELIB}/django/conf/locale/es_MX/formats.pyc
${PYSITELIB}/django/conf/locale/es_MX/formats.pyo
${PYSITELIB}/django/conf/locale/es_NI/__init__.py
${PYSITELIB}/django/conf/locale/es_NI/__init__.pyc
${PYSITELIB}/django/conf/locale/es_NI/__init__.pyo
${PYSITELIB}/django/conf/locale/es_NI/formats.py
${PYSITELIB}/django/conf/locale/es_NI/formats.pyc
${PYSITELIB}/django/conf/locale/es_NI/formats.pyo
${PYSITELIB}/django/conf/locale/es_PR/__init__.py
${PYSITELIB}/django/conf/locale/es_PR/__init__.pyc
${PYSITELIB}/django/conf/locale/es_PR/__init__.pyo
${PYSITELIB}/django/conf/locale/es_PR/formats.py
${PYSITELIB}/django/conf/locale/es_PR/formats.pyc
${PYSITELIB}/django/conf/locale/es_PR/formats.pyo
${PYSITELIB}/django/conf/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/et/__init__.py
${PYSITELIB}/django/conf/locale/et/__init__.pyc
${PYSITELIB}/django/conf/locale/et/__init__.pyo
${PYSITELIB}/django/conf/locale/et/formats.py
${PYSITELIB}/django/conf/locale/et/formats.pyc
${PYSITELIB}/django/conf/locale/et/formats.pyo
${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/eu/__init__.py
${PYSITELIB}/django/conf/locale/eu/__init__.pyc
${PYSITELIB}/django/conf/locale/eu/__init__.pyo
${PYSITELIB}/django/conf/locale/eu/formats.py
${PYSITELIB}/django/conf/locale/eu/formats.pyc
${PYSITELIB}/django/conf/locale/eu/formats.pyo
${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/fa/__init__.py
${PYSITELIB}/django/conf/locale/fa/__init__.pyc
${PYSITELIB}/django/conf/locale/fa/__init__.pyo
${PYSITELIB}/django/conf/locale/fa/formats.py
${PYSITELIB}/django/conf/locale/fa/formats.pyc
${PYSITELIB}/django/conf/locale/fa/formats.pyo
${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/fi/__init__.py
${PYSITELIB}/django/conf/locale/fi/__init__.pyc
${PYSITELIB}/django/conf/locale/fi/__init__.pyo
${PYSITELIB}/django/conf/locale/fi/formats.py
${PYSITELIB}/django/conf/locale/fi/formats.pyc
${PYSITELIB}/django/conf/locale/fi/formats.pyo
${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/fr/__init__.py
${PYSITELIB}/django/conf/locale/fr/__init__.pyc
${PYSITELIB}/django/conf/locale/fr/__init__.pyo
${PYSITELIB}/django/conf/locale/fr/formats.py
${PYSITELIB}/django/conf/locale/fr/formats.pyc
${PYSITELIB}/django/conf/locale/fr/formats.pyo
${PYSITELIB}/django/conf/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/fy/__init__.py
${PYSITELIB}/django/conf/locale/fy/__init__.pyc
${PYSITELIB}/django/conf/locale/fy/__init__.pyo
${PYSITELIB}/django/conf/locale/fy/formats.py
${PYSITELIB}/django/conf/locale/fy/formats.pyc
${PYSITELIB}/django/conf/locale/fy/formats.pyo
${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ga/__init__.py
${PYSITELIB}/django/conf/locale/ga/__init__.pyc
${PYSITELIB}/django/conf/locale/ga/__init__.pyo
${PYSITELIB}/django/conf/locale/ga/formats.py
${PYSITELIB}/django/conf/locale/ga/formats.pyc
${PYSITELIB}/django/conf/locale/ga/formats.pyo
${PYSITELIB}/django/conf/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/gd/__init__.py
${PYSITELIB}/django/conf/locale/gd/__init__.pyc
${PYSITELIB}/django/conf/locale/gd/__init__.pyo
${PYSITELIB}/django/conf/locale/gd/formats.py
${PYSITELIB}/django/conf/locale/gd/formats.pyc
${PYSITELIB}/django/conf/locale/gd/formats.pyo
${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/gl/__init__.py
${PYSITELIB}/django/conf/locale/gl/__init__.pyc
${PYSITELIB}/django/conf/locale/gl/__init__.pyo
${PYSITELIB}/django/conf/locale/gl/formats.py
${PYSITELIB}/django/conf/locale/gl/formats.pyc
${PYSITELIB}/django/conf/locale/gl/formats.pyo
${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/he/__init__.py
${PYSITELIB}/django/conf/locale/he/__init__.pyc
${PYSITELIB}/django/conf/locale/he/__init__.pyo
${PYSITELIB}/django/conf/locale/he/formats.py
${PYSITELIB}/django/conf/locale/he/formats.pyc
${PYSITELIB}/django/conf/locale/he/formats.pyo
${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/hi/__init__.py
${PYSITELIB}/django/conf/locale/hi/__init__.pyc
${PYSITELIB}/django/conf/locale/hi/__init__.pyo
${PYSITELIB}/django/conf/locale/hi/formats.py
${PYSITELIB}/django/conf/locale/hi/formats.pyc
${PYSITELIB}/django/conf/locale/hi/formats.pyo
${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/hr/__init__.py
${PYSITELIB}/django/conf/locale/hr/__init__.pyc
${PYSITELIB}/django/conf/locale/hr/__init__.pyo
${PYSITELIB}/django/conf/locale/hr/formats.py
${PYSITELIB}/django/conf/locale/hr/formats.pyc
${PYSITELIB}/django/conf/locale/hr/formats.pyo
${PYSITELIB}/django/conf/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/hu/__init__.py
${PYSITELIB}/django/conf/locale/hu/__init__.pyc
${PYSITELIB}/django/conf/locale/hu/__init__.pyo
${PYSITELIB}/django/conf/locale/hu/formats.py
${PYSITELIB}/django/conf/locale/hu/formats.pyc
${PYSITELIB}/django/conf/locale/hu/formats.pyo
${PYSITELIB}/django/conf/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/id/__init__.py
${PYSITELIB}/django/conf/locale/id/__init__.pyc
${PYSITELIB}/django/conf/locale/id/__init__.pyo
${PYSITELIB}/django/conf/locale/id/formats.py
${PYSITELIB}/django/conf/locale/id/formats.pyc
${PYSITELIB}/django/conf/locale/id/formats.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/conf/locale/ig/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ig/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ig/__init__.py
${PYSITELIB}/django/conf/locale/ig/__init__.pyc
${PYSITELIB}/django/conf/locale/ig/__init__.pyo
${PYSITELIB}/django/conf/locale/ig/formats.py
${PYSITELIB}/django/conf/locale/ig/formats.pyc
${PYSITELIB}/django/conf/locale/ig/formats.pyo
${PYSITELIB}/django/conf/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/is/__init__.py
${PYSITELIB}/django/conf/locale/is/__init__.pyc
${PYSITELIB}/django/conf/locale/is/__init__.pyo
${PYSITELIB}/django/conf/locale/is/formats.py
${PYSITELIB}/django/conf/locale/is/formats.pyc
${PYSITELIB}/django/conf/locale/is/formats.pyo
${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/it/__init__.py
${PYSITELIB}/django/conf/locale/it/__init__.pyc
${PYSITELIB}/django/conf/locale/it/__init__.pyo
${PYSITELIB}/django/conf/locale/it/formats.py
${PYSITELIB}/django/conf/locale/it/formats.pyc
${PYSITELIB}/django/conf/locale/it/formats.pyo
${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ja/__init__.py
${PYSITELIB}/django/conf/locale/ja/__init__.pyc
${PYSITELIB}/django/conf/locale/ja/__init__.pyo
${PYSITELIB}/django/conf/locale/ja/formats.py
${PYSITELIB}/django/conf/locale/ja/formats.pyc
${PYSITELIB}/django/conf/locale/ja/formats.pyo
${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ka/__init__.py
${PYSITELIB}/django/conf/locale/ka/__init__.pyc
${PYSITELIB}/django/conf/locale/ka/__init__.pyo
${PYSITELIB}/django/conf/locale/ka/formats.py
${PYSITELIB}/django/conf/locale/ka/formats.pyc
${PYSITELIB}/django/conf/locale/ka/formats.pyo
${PYSITELIB}/django/conf/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/km/__init__.py
${PYSITELIB}/django/conf/locale/km/__init__.pyc
${PYSITELIB}/django/conf/locale/km/__init__.pyo
${PYSITELIB}/django/conf/locale/km/formats.py
${PYSITELIB}/django/conf/locale/km/formats.pyc
${PYSITELIB}/django/conf/locale/km/formats.pyo
${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/kn/__init__.py
${PYSITELIB}/django/conf/locale/kn/__init__.pyc
${PYSITELIB}/django/conf/locale/kn/__init__.pyo
${PYSITELIB}/django/conf/locale/kn/formats.py
${PYSITELIB}/django/conf/locale/kn/formats.pyc
${PYSITELIB}/django/conf/locale/kn/formats.pyo
${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ko/__init__.py
${PYSITELIB}/django/conf/locale/ko/__init__.pyc
${PYSITELIB}/django/conf/locale/ko/__init__.pyo
${PYSITELIB}/django/conf/locale/ko/formats.py
${PYSITELIB}/django/conf/locale/ko/formats.pyc
${PYSITELIB}/django/conf/locale/ko/formats.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/conf/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ky/__init__.py
${PYSITELIB}/django/conf/locale/ky/__init__.pyc
${PYSITELIB}/django/conf/locale/ky/__init__.pyo
${PYSITELIB}/django/conf/locale/ky/formats.py
${PYSITELIB}/django/conf/locale/ky/formats.pyc
${PYSITELIB}/django/conf/locale/ky/formats.pyo
${PYSITELIB}/django/conf/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/lt/__init__.py
${PYSITELIB}/django/conf/locale/lt/__init__.pyc
${PYSITELIB}/django/conf/locale/lt/__init__.pyo
${PYSITELIB}/django/conf/locale/lt/formats.py
${PYSITELIB}/django/conf/locale/lt/formats.pyc
${PYSITELIB}/django/conf/locale/lt/formats.pyo
${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/lv/__init__.py
${PYSITELIB}/django/conf/locale/lv/__init__.pyc
${PYSITELIB}/django/conf/locale/lv/__init__.pyo
${PYSITELIB}/django/conf/locale/lv/formats.py
${PYSITELIB}/django/conf/locale/lv/formats.pyc
${PYSITELIB}/django/conf/locale/lv/formats.pyo
${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/mk/__init__.py
${PYSITELIB}/django/conf/locale/mk/__init__.pyc
${PYSITELIB}/django/conf/locale/mk/__init__.pyo
${PYSITELIB}/django/conf/locale/mk/formats.py
${PYSITELIB}/django/conf/locale/mk/formats.pyc
${PYSITELIB}/django/conf/locale/mk/formats.pyo
${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ml/__init__.py
${PYSITELIB}/django/conf/locale/ml/__init__.pyc
${PYSITELIB}/django/conf/locale/ml/__init__.pyo
${PYSITELIB}/django/conf/locale/ml/formats.py
${PYSITELIB}/django/conf/locale/ml/formats.pyc
${PYSITELIB}/django/conf/locale/ml/formats.pyo
${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/mn/__init__.py
${PYSITELIB}/django/conf/locale/mn/__init__.pyc
${PYSITELIB}/django/conf/locale/mn/__init__.pyo
${PYSITELIB}/django/conf/locale/mn/formats.py
${PYSITELIB}/django/conf/locale/mn/formats.pyc
${PYSITELIB}/django/conf/locale/mn/formats.pyo
${PYSITELIB}/django/conf/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/nb/__init__.py
${PYSITELIB}/django/conf/locale/nb/__init__.pyc
${PYSITELIB}/django/conf/locale/nb/__init__.pyo
${PYSITELIB}/django/conf/locale/nb/formats.py
${PYSITELIB}/django/conf/locale/nb/formats.pyc
${PYSITELIB}/django/conf/locale/nb/formats.pyo
${PYSITELIB}/django/conf/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/nl/__init__.py
${PYSITELIB}/django/conf/locale/nl/__init__.pyc
${PYSITELIB}/django/conf/locale/nl/__init__.pyo
${PYSITELIB}/django/conf/locale/nl/formats.py
${PYSITELIB}/django/conf/locale/nl/formats.pyc
${PYSITELIB}/django/conf/locale/nl/formats.pyo
${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/nn/__init__.py
${PYSITELIB}/django/conf/locale/nn/__init__.pyc
${PYSITELIB}/django/conf/locale/nn/__init__.pyo
${PYSITELIB}/django/conf/locale/nn/formats.py
${PYSITELIB}/django/conf/locale/nn/formats.pyc
${PYSITELIB}/django/conf/locale/nn/formats.pyo
${PYSITELIB}/django/conf/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/pl/__init__.py
${PYSITELIB}/django/conf/locale/pl/__init__.pyc
${PYSITELIB}/django/conf/locale/pl/__init__.pyo
${PYSITELIB}/django/conf/locale/pl/formats.py
${PYSITELIB}/django/conf/locale/pl/formats.pyc
${PYSITELIB}/django/conf/locale/pl/formats.pyo
${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/pt/__init__.py
${PYSITELIB}/django/conf/locale/pt/__init__.pyc
${PYSITELIB}/django/conf/locale/pt/__init__.pyo
${PYSITELIB}/django/conf/locale/pt/formats.py
${PYSITELIB}/django/conf/locale/pt/formats.pyc
${PYSITELIB}/django/conf/locale/pt/formats.pyo
${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/pt_BR/__init__.py
${PYSITELIB}/django/conf/locale/pt_BR/__init__.pyc
${PYSITELIB}/django/conf/locale/pt_BR/__init__.pyo
${PYSITELIB}/django/conf/locale/pt_BR/formats.py
${PYSITELIB}/django/conf/locale/pt_BR/formats.pyc
${PYSITELIB}/django/conf/locale/pt_BR/formats.pyo
${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ro/__init__.py
${PYSITELIB}/django/conf/locale/ro/__init__.pyc
${PYSITELIB}/django/conf/locale/ro/__init__.pyo
${PYSITELIB}/django/conf/locale/ro/formats.py
${PYSITELIB}/django/conf/locale/ro/formats.pyc
${PYSITELIB}/django/conf/locale/ro/formats.pyo
${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ru/__init__.py
${PYSITELIB}/django/conf/locale/ru/__init__.pyc
${PYSITELIB}/django/conf/locale/ru/__init__.pyo
${PYSITELIB}/django/conf/locale/ru/formats.py
${PYSITELIB}/django/conf/locale/ru/formats.pyc
${PYSITELIB}/django/conf/locale/ru/formats.pyo
${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/sk/__init__.py
${PYSITELIB}/django/conf/locale/sk/__init__.pyc
${PYSITELIB}/django/conf/locale/sk/__init__.pyo
${PYSITELIB}/django/conf/locale/sk/formats.py
${PYSITELIB}/django/conf/locale/sk/formats.pyc
${PYSITELIB}/django/conf/locale/sk/formats.pyo
${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/sl/__init__.py
${PYSITELIB}/django/conf/locale/sl/__init__.pyc
${PYSITELIB}/django/conf/locale/sl/__init__.pyo
${PYSITELIB}/django/conf/locale/sl/formats.py
${PYSITELIB}/django/conf/locale/sl/formats.pyc
${PYSITELIB}/django/conf/locale/sl/formats.pyo
${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/sq/__init__.py
${PYSITELIB}/django/conf/locale/sq/__init__.pyc
${PYSITELIB}/django/conf/locale/sq/__init__.pyo
${PYSITELIB}/django/conf/locale/sq/formats.py
${PYSITELIB}/django/conf/locale/sq/formats.pyc
${PYSITELIB}/django/conf/locale/sq/formats.pyo
${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/sr/__init__.py
${PYSITELIB}/django/conf/locale/sr/__init__.pyc
${PYSITELIB}/django/conf/locale/sr/__init__.pyo
${PYSITELIB}/django/conf/locale/sr/formats.py
${PYSITELIB}/django/conf/locale/sr/formats.pyc
${PYSITELIB}/django/conf/locale/sr/formats.pyo
${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/sr_Latn/__init__.py
${PYSITELIB}/django/conf/locale/sr_Latn/__init__.pyc
${PYSITELIB}/django/conf/locale/sr_Latn/__init__.pyo
${PYSITELIB}/django/conf/locale/sr_Latn/formats.py
${PYSITELIB}/django/conf/locale/sr_Latn/formats.pyc
${PYSITELIB}/django/conf/locale/sr_Latn/formats.pyo
${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/sv/__init__.py
${PYSITELIB}/django/conf/locale/sv/__init__.pyc
${PYSITELIB}/django/conf/locale/sv/__init__.pyo
${PYSITELIB}/django/conf/locale/sv/formats.py
${PYSITELIB}/django/conf/locale/sv/formats.pyc
${PYSITELIB}/django/conf/locale/sv/formats.pyo
${PYSITELIB}/django/conf/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/ta/__init__.py
${PYSITELIB}/django/conf/locale/ta/__init__.pyc
${PYSITELIB}/django/conf/locale/ta/__init__.pyo
${PYSITELIB}/django/conf/locale/ta/formats.py
${PYSITELIB}/django/conf/locale/ta/formats.pyc
${PYSITELIB}/django/conf/locale/ta/formats.pyo
${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/te/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/te/__init__.py
${PYSITELIB}/django/conf/locale/te/__init__.pyc
${PYSITELIB}/django/conf/locale/te/__init__.pyo
${PYSITELIB}/django/conf/locale/te/formats.py
${PYSITELIB}/django/conf/locale/te/formats.pyc
${PYSITELIB}/django/conf/locale/te/formats.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/conf/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/tg/__init__.py
${PYSITELIB}/django/conf/locale/tg/__init__.pyc
${PYSITELIB}/django/conf/locale/tg/__init__.pyo
${PYSITELIB}/django/conf/locale/tg/formats.py
${PYSITELIB}/django/conf/locale/tg/formats.pyc
${PYSITELIB}/django/conf/locale/tg/formats.pyo
${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/th/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/th/__init__.py
${PYSITELIB}/django/conf/locale/th/__init__.pyc
${PYSITELIB}/django/conf/locale/th/__init__.pyo
${PYSITELIB}/django/conf/locale/th/formats.py
${PYSITELIB}/django/conf/locale/th/formats.pyc
${PYSITELIB}/django/conf/locale/th/formats.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/conf/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/tk/__init__.py
${PYSITELIB}/django/conf/locale/tk/__init__.pyc
${PYSITELIB}/django/conf/locale/tk/__init__.pyo
${PYSITELIB}/django/conf/locale/tk/formats.py
${PYSITELIB}/django/conf/locale/tk/formats.pyc
${PYSITELIB}/django/conf/locale/tk/formats.pyo
${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/tr/__init__.py
${PYSITELIB}/django/conf/locale/tr/__init__.pyc
${PYSITELIB}/django/conf/locale/tr/__init__.pyo
${PYSITELIB}/django/conf/locale/tr/formats.py
${PYSITELIB}/django/conf/locale/tr/formats.pyc
${PYSITELIB}/django/conf/locale/tr/formats.pyo
${PYSITELIB}/django/conf/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/uk/__init__.py
${PYSITELIB}/django/conf/locale/uk/__init__.pyc
${PYSITELIB}/django/conf/locale/uk/__init__.pyo
${PYSITELIB}/django/conf/locale/uk/formats.py
${PYSITELIB}/django/conf/locale/uk/formats.pyc
${PYSITELIB}/django/conf/locale/uk/formats.pyo
${PYSITELIB}/django/conf/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/uz/__init__.py
${PYSITELIB}/django/conf/locale/uz/__init__.pyc
${PYSITELIB}/django/conf/locale/uz/__init__.pyo
${PYSITELIB}/django/conf/locale/uz/formats.py
${PYSITELIB}/django/conf/locale/uz/formats.pyc
${PYSITELIB}/django/conf/locale/uz/formats.pyo
${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/vi/__init__.py
${PYSITELIB}/django/conf/locale/vi/__init__.pyc
${PYSITELIB}/django/conf/locale/vi/__init__.pyo
${PYSITELIB}/django/conf/locale/vi/formats.py
${PYSITELIB}/django/conf/locale/vi/formats.pyc
${PYSITELIB}/django/conf/locale/vi/formats.pyo
${PYSITELIB}/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/zh_Hans/__init__.py
${PYSITELIB}/django/conf/locale/zh_Hans/__init__.pyc
${PYSITELIB}/django/conf/locale/zh_Hans/__init__.pyo
${PYSITELIB}/django/conf/locale/zh_Hans/formats.py
${PYSITELIB}/django/conf/locale/zh_Hans/formats.pyc
${PYSITELIB}/django/conf/locale/zh_Hans/formats.pyo
${PYSITELIB}/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/conf/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/conf/locale/zh_Hant/__init__.py
${PYSITELIB}/django/conf/locale/zh_Hant/__init__.pyc
${PYSITELIB}/django/conf/locale/zh_Hant/__init__.pyo
${PYSITELIB}/django/conf/locale/zh_Hant/formats.py
${PYSITELIB}/django/conf/locale/zh_Hant/formats.pyc
${PYSITELIB}/django/conf/locale/zh_Hant/formats.pyo
${PYSITELIB}/django/conf/project_template/manage.py-tpl
${PYSITELIB}/django/conf/project_template/project_name/__init__.py-tpl
${PYSITELIB}/django/conf/project_template/project_name/asgi.py-tpl
${PYSITELIB}/django/conf/project_template/project_name/settings.py-tpl
${PYSITELIB}/django/conf/project_template/project_name/urls.py-tpl
${PYSITELIB}/django/conf/project_template/project_name/wsgi.py-tpl
${PYSITELIB}/django/conf/urls/__init__.py
${PYSITELIB}/django/conf/urls/__init__.pyc
${PYSITELIB}/django/conf/urls/__init__.pyo
${PYSITELIB}/django/conf/urls/i18n.py
${PYSITELIB}/django/conf/urls/i18n.pyc
${PYSITELIB}/django/conf/urls/i18n.pyo
${PYSITELIB}/django/conf/urls/static.py
${PYSITELIB}/django/conf/urls/static.pyc
${PYSITELIB}/django/conf/urls/static.pyo
${PYSITELIB}/django/contrib/__init__.py
${PYSITELIB}/django/contrib/__init__.pyc
${PYSITELIB}/django/contrib/__init__.pyo
${PYSITELIB}/django/contrib/admin/__init__.py
${PYSITELIB}/django/contrib/admin/__init__.pyc
${PYSITELIB}/django/contrib/admin/__init__.pyo
${PYSITELIB}/django/contrib/admin/actions.py
${PYSITELIB}/django/contrib/admin/actions.pyc
${PYSITELIB}/django/contrib/admin/actions.pyo
${PYSITELIB}/django/contrib/admin/apps.py
${PYSITELIB}/django/contrib/admin/apps.pyc
${PYSITELIB}/django/contrib/admin/apps.pyo
${PYSITELIB}/django/contrib/admin/checks.py
${PYSITELIB}/django/contrib/admin/checks.pyc
${PYSITELIB}/django/contrib/admin/checks.pyo
${PYSITELIB}/django/contrib/admin/decorators.py
${PYSITELIB}/django/contrib/admin/decorators.pyc
${PYSITELIB}/django/contrib/admin/decorators.pyo
${PYSITELIB}/django/contrib/admin/exceptions.py
${PYSITELIB}/django/contrib/admin/exceptions.pyc
${PYSITELIB}/django/contrib/admin/exceptions.pyo
${PYSITELIB}/django/contrib/admin/filters.py
${PYSITELIB}/django/contrib/admin/filters.pyc
${PYSITELIB}/django/contrib/admin/filters.pyo
${PYSITELIB}/django/contrib/admin/forms.py
${PYSITELIB}/django/contrib/admin/forms.pyc
${PYSITELIB}/django/contrib/admin/forms.pyo
${PYSITELIB}/django/contrib/admin/helpers.py
${PYSITELIB}/django/contrib/admin/helpers.pyc
${PYSITELIB}/django/contrib/admin/helpers.pyo
${PYSITELIB}/django/contrib/admin/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/am/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/am/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo
${PYSITELIB}/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po
${PYSITELIB}/django/contrib/admin/migrations/0001_initial.py
${PYSITELIB}/django/contrib/admin/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/admin/migrations/0001_initial.pyo
${PYSITELIB}/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py
${PYSITELIB}/django/contrib/admin/migrations/0002_logentry_remove_auto_add.pyc
${PYSITELIB}/django/contrib/admin/migrations/0002_logentry_remove_auto_add.pyo
${PYSITELIB}/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py
${PYSITELIB}/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.pyc
${PYSITELIB}/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.pyo
${PYSITELIB}/django/contrib/admin/migrations/__init__.py
${PYSITELIB}/django/contrib/admin/migrations/__init__.pyc
${PYSITELIB}/django/contrib/admin/migrations/__init__.pyo
${PYSITELIB}/django/contrib/admin/models.py
${PYSITELIB}/django/contrib/admin/models.pyc
${PYSITELIB}/django/contrib/admin/models.pyo
${PYSITELIB}/django/contrib/admin/options.py
${PYSITELIB}/django/contrib/admin/options.pyc
${PYSITELIB}/django/contrib/admin/options.pyo
${PYSITELIB}/django/contrib/admin/sites.py
${PYSITELIB}/django/contrib/admin/sites.pyc
${PYSITELIB}/django/contrib/admin/sites.pyo
${PYSITELIB}/django/contrib/admin/static/admin/css/autocomplete.css
${PYSITELIB}/django/contrib/admin/static/admin/css/base.css
${PYSITELIB}/django/contrib/admin/static/admin/css/changelists.css
${PYSITELIB}/django/contrib/admin/static/admin/css/dashboard.css
${PYSITELIB}/django/contrib/admin/static/admin/css/fonts.css
${PYSITELIB}/django/contrib/admin/static/admin/css/forms.css
${PYSITELIB}/django/contrib/admin/static/admin/css/login.css
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/static/admin/css/nav_sidebar.css
${PYSITELIB}/django/contrib/admin/static/admin/css/responsive.css
${PYSITELIB}/django/contrib/admin/static/admin/css/responsive_rtl.css
${PYSITELIB}/django/contrib/admin/static/admin/css/rtl.css
${PYSITELIB}/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
${PYSITELIB}/django/contrib/admin/static/admin/css/vendor/select2/select2.css
${PYSITELIB}/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css
${PYSITELIB}/django/contrib/admin/static/admin/css/widgets.css
${PYSITELIB}/django/contrib/admin/static/admin/fonts/LICENSE.txt
${PYSITELIB}/django/contrib/admin/static/admin/fonts/README.txt
${PYSITELIB}/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff
${PYSITELIB}/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff
${PYSITELIB}/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff
${PYSITELIB}/django/contrib/admin/static/admin/img/LICENSE
${PYSITELIB}/django/contrib/admin/static/admin/img/README.txt
${PYSITELIB}/django/contrib/admin/static/admin/img/calendar-icons.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-addlink.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-alert.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-calendar.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-changelink.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-clock.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-deletelink.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-no.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-unknown-alt.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-unknown.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-viewlink.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/icon-yes.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/inline-delete.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/search.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/selector-icons.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/sorting-icons.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/tooltag-add.svg
${PYSITELIB}/django/contrib/admin/static/admin/img/tooltag-arrowright.svg
${PYSITELIB}/django/contrib/admin/static/admin/js/SelectBox.js
${PYSITELIB}/django/contrib/admin/static/admin/js/SelectFilter2.js
${PYSITELIB}/django/contrib/admin/static/admin/js/actions.js
${PYSITELIB}/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js
${PYSITELIB}/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js
${PYSITELIB}/django/contrib/admin/static/admin/js/autocomplete.js
${PYSITELIB}/django/contrib/admin/static/admin/js/calendar.js
${PYSITELIB}/django/contrib/admin/static/admin/js/cancel.js
${PYSITELIB}/django/contrib/admin/static/admin/js/change_form.js
${PYSITELIB}/django/contrib/admin/static/admin/js/collapse.js
${PYSITELIB}/django/contrib/admin/static/admin/js/core.js
${PYSITELIB}/django/contrib/admin/static/admin/js/inlines.js
${PYSITELIB}/django/contrib/admin/static/admin/js/jquery.init.js
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/static/admin/js/nav_sidebar.js
${PYSITELIB}/django/contrib/admin/static/admin/js/popup_response.js
${PYSITELIB}/django/contrib/admin/static/admin/js/prepopulate.js
${PYSITELIB}/django/contrib/admin/static/admin/js/prepopulate_init.js
${PYSITELIB}/django/contrib/admin/static/admin/js/urlify.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js
${PYSITELIB}/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js
${PYSITELIB}/django/contrib/admin/templates/admin/404.html
${PYSITELIB}/django/contrib/admin/templates/admin/500.html
${PYSITELIB}/django/contrib/admin/templates/admin/actions.html
${PYSITELIB}/django/contrib/admin/templates/admin/app_index.html
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/templates/admin/app_list.html
${PYSITELIB}/django/contrib/admin/templates/admin/auth/user/add_form.html
${PYSITELIB}/django/contrib/admin/templates/admin/auth/user/change_password.html
${PYSITELIB}/django/contrib/admin/templates/admin/base.html
${PYSITELIB}/django/contrib/admin/templates/admin/base_site.html
${PYSITELIB}/django/contrib/admin/templates/admin/change_form.html
${PYSITELIB}/django/contrib/admin/templates/admin/change_form_object_tools.html
${PYSITELIB}/django/contrib/admin/templates/admin/change_list.html
${PYSITELIB}/django/contrib/admin/templates/admin/change_list_object_tools.html
${PYSITELIB}/django/contrib/admin/templates/admin/change_list_results.html
${PYSITELIB}/django/contrib/admin/templates/admin/date_hierarchy.html
${PYSITELIB}/django/contrib/admin/templates/admin/delete_confirmation.html
${PYSITELIB}/django/contrib/admin/templates/admin/delete_selected_confirmation.html
${PYSITELIB}/django/contrib/admin/templates/admin/edit_inline/stacked.html
${PYSITELIB}/django/contrib/admin/templates/admin/edit_inline/tabular.html
${PYSITELIB}/django/contrib/admin/templates/admin/filter.html
${PYSITELIB}/django/contrib/admin/templates/admin/includes/fieldset.html
${PYSITELIB}/django/contrib/admin/templates/admin/includes/object_delete_summary.html
${PYSITELIB}/django/contrib/admin/templates/admin/index.html
${PYSITELIB}/django/contrib/admin/templates/admin/invalid_setup.html
${PYSITELIB}/django/contrib/admin/templates/admin/login.html
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admin/templates/admin/nav_sidebar.html
${PYSITELIB}/django/contrib/admin/templates/admin/object_history.html
${PYSITELIB}/django/contrib/admin/templates/admin/pagination.html
${PYSITELIB}/django/contrib/admin/templates/admin/popup_response.html
${PYSITELIB}/django/contrib/admin/templates/admin/prepopulated_fields_js.html
${PYSITELIB}/django/contrib/admin/templates/admin/search_form.html
${PYSITELIB}/django/contrib/admin/templates/admin/submit_line.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/clearable_file_input.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/radio.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/split_datetime.html
${PYSITELIB}/django/contrib/admin/templates/admin/widgets/url.html
${PYSITELIB}/django/contrib/admin/templates/registration/logged_out.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_change_done.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_change_form.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_reset_complete.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_reset_confirm.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_reset_done.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_reset_email.html
${PYSITELIB}/django/contrib/admin/templates/registration/password_reset_form.html
${PYSITELIB}/django/contrib/admin/templatetags/__init__.py
${PYSITELIB}/django/contrib/admin/templatetags/__init__.pyc
${PYSITELIB}/django/contrib/admin/templatetags/__init__.pyo
${PYSITELIB}/django/contrib/admin/templatetags/admin_list.py
${PYSITELIB}/django/contrib/admin/templatetags/admin_list.pyc
${PYSITELIB}/django/contrib/admin/templatetags/admin_list.pyo
${PYSITELIB}/django/contrib/admin/templatetags/admin_modify.py
${PYSITELIB}/django/contrib/admin/templatetags/admin_modify.pyc
${PYSITELIB}/django/contrib/admin/templatetags/admin_modify.pyo
${PYSITELIB}/django/contrib/admin/templatetags/admin_urls.py
${PYSITELIB}/django/contrib/admin/templatetags/admin_urls.pyc
${PYSITELIB}/django/contrib/admin/templatetags/admin_urls.pyo
${PYSITELIB}/django/contrib/admin/templatetags/base.py
${PYSITELIB}/django/contrib/admin/templatetags/base.pyc
${PYSITELIB}/django/contrib/admin/templatetags/base.pyo
${PYSITELIB}/django/contrib/admin/templatetags/log.py
${PYSITELIB}/django/contrib/admin/templatetags/log.pyc
${PYSITELIB}/django/contrib/admin/templatetags/log.pyo
${PYSITELIB}/django/contrib/admin/tests.py
${PYSITELIB}/django/contrib/admin/tests.pyc
${PYSITELIB}/django/contrib/admin/tests.pyo
${PYSITELIB}/django/contrib/admin/utils.py
${PYSITELIB}/django/contrib/admin/utils.pyc
${PYSITELIB}/django/contrib/admin/utils.pyo
${PYSITELIB}/django/contrib/admin/views/__init__.py
${PYSITELIB}/django/contrib/admin/views/__init__.pyc
${PYSITELIB}/django/contrib/admin/views/__init__.pyo
${PYSITELIB}/django/contrib/admin/views/autocomplete.py
${PYSITELIB}/django/contrib/admin/views/autocomplete.pyc
${PYSITELIB}/django/contrib/admin/views/autocomplete.pyo
${PYSITELIB}/django/contrib/admin/views/decorators.py
${PYSITELIB}/django/contrib/admin/views/decorators.pyc
${PYSITELIB}/django/contrib/admin/views/decorators.pyo
${PYSITELIB}/django/contrib/admin/views/main.py
${PYSITELIB}/django/contrib/admin/views/main.pyc
${PYSITELIB}/django/contrib/admin/views/main.pyo
${PYSITELIB}/django/contrib/admin/widgets.py
${PYSITELIB}/django/contrib/admin/widgets.pyc
${PYSITELIB}/django/contrib/admin/widgets.pyo
${PYSITELIB}/django/contrib/admindocs/__init__.py
${PYSITELIB}/django/contrib/admindocs/__init__.pyc
${PYSITELIB}/django/contrib/admindocs/__init__.pyo
${PYSITELIB}/django/contrib/admindocs/apps.py
${PYSITELIB}/django/contrib/admindocs/apps.pyc
${PYSITELIB}/django/contrib/admindocs/apps.pyo
${PYSITELIB}/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/admindocs/middleware.py
${PYSITELIB}/django/contrib/admindocs/middleware.pyc
${PYSITELIB}/django/contrib/admindocs/middleware.pyo
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/bookmarklets.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/index.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/missing_docutils.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/model_detail.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/model_index.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_detail.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_filter_index.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/template_tag_index.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_detail.html
${PYSITELIB}/django/contrib/admindocs/templates/admin_doc/view_index.html
${PYSITELIB}/django/contrib/admindocs/urls.py
${PYSITELIB}/django/contrib/admindocs/urls.pyc
${PYSITELIB}/django/contrib/admindocs/urls.pyo
${PYSITELIB}/django/contrib/admindocs/utils.py
${PYSITELIB}/django/contrib/admindocs/utils.pyc
${PYSITELIB}/django/contrib/admindocs/utils.pyo
${PYSITELIB}/django/contrib/admindocs/views.py
${PYSITELIB}/django/contrib/admindocs/views.pyc
${PYSITELIB}/django/contrib/admindocs/views.pyo
${PYSITELIB}/django/contrib/auth/__init__.py
${PYSITELIB}/django/contrib/auth/__init__.pyc
${PYSITELIB}/django/contrib/auth/__init__.pyo
${PYSITELIB}/django/contrib/auth/admin.py
${PYSITELIB}/django/contrib/auth/admin.pyc
${PYSITELIB}/django/contrib/auth/admin.pyo
${PYSITELIB}/django/contrib/auth/apps.py
${PYSITELIB}/django/contrib/auth/apps.pyc
${PYSITELIB}/django/contrib/auth/apps.pyo
${PYSITELIB}/django/contrib/auth/backends.py
${PYSITELIB}/django/contrib/auth/backends.pyc
${PYSITELIB}/django/contrib/auth/backends.pyo
${PYSITELIB}/django/contrib/auth/base_user.py
${PYSITELIB}/django/contrib/auth/base_user.pyc
${PYSITELIB}/django/contrib/auth/base_user.pyo
${PYSITELIB}/django/contrib/auth/checks.py
${PYSITELIB}/django/contrib/auth/checks.pyc
${PYSITELIB}/django/contrib/auth/checks.pyo
${PYSITELIB}/django/contrib/auth/common-passwords.txt.gz
${PYSITELIB}/django/contrib/auth/context_processors.py
${PYSITELIB}/django/contrib/auth/context_processors.pyc
${PYSITELIB}/django/contrib/auth/context_processors.pyo
${PYSITELIB}/django/contrib/auth/decorators.py
${PYSITELIB}/django/contrib/auth/decorators.pyc
${PYSITELIB}/django/contrib/auth/decorators.pyo
${PYSITELIB}/django/contrib/auth/forms.py
${PYSITELIB}/django/contrib/auth/forms.pyc
${PYSITELIB}/django/contrib/auth/forms.pyo
${PYSITELIB}/django/contrib/auth/handlers/__init__.py
${PYSITELIB}/django/contrib/auth/handlers/__init__.pyc
${PYSITELIB}/django/contrib/auth/handlers/__init__.pyo
${PYSITELIB}/django/contrib/auth/handlers/modwsgi.py
${PYSITELIB}/django/contrib/auth/handlers/modwsgi.pyc
${PYSITELIB}/django/contrib/auth/handlers/modwsgi.pyo
${PYSITELIB}/django/contrib/auth/hashers.py
${PYSITELIB}/django/contrib/auth/hashers.pyc
${PYSITELIB}/django/contrib/auth/hashers.pyo
${PYSITELIB}/django/contrib/auth/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/auth/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/auth/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/th/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/auth/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/auth/management/__init__.py
${PYSITELIB}/django/contrib/auth/management/__init__.pyc
${PYSITELIB}/django/contrib/auth/management/__init__.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/auth/management/commands/__init__.py
${PYSITELIB}/django/contrib/auth/management/commands/__init__.pyc
${PYSITELIB}/django/contrib/auth/management/commands/__init__.pyo
${PYSITELIB}/django/contrib/auth/management/commands/changepassword.py
${PYSITELIB}/django/contrib/auth/management/commands/changepassword.pyc
${PYSITELIB}/django/contrib/auth/management/commands/changepassword.pyo
${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.py
${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.pyc
${PYSITELIB}/django/contrib/auth/management/commands/createsuperuser.pyo
${PYSITELIB}/django/contrib/auth/middleware.py
${PYSITELIB}/django/contrib/auth/middleware.pyc
${PYSITELIB}/django/contrib/auth/middleware.pyo
${PYSITELIB}/django/contrib/auth/migrations/0001_initial.py
${PYSITELIB}/django/contrib/auth/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/auth/migrations/0001_initial.pyo
${PYSITELIB}/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py
${PYSITELIB}/django/contrib/auth/migrations/0002_alter_permission_name_max_length.pyc
${PYSITELIB}/django/contrib/auth/migrations/0002_alter_permission_name_max_length.pyo
${PYSITELIB}/django/contrib/auth/migrations/0003_alter_user_email_max_length.py
${PYSITELIB}/django/contrib/auth/migrations/0003_alter_user_email_max_length.pyc
${PYSITELIB}/django/contrib/auth/migrations/0003_alter_user_email_max_length.pyo
${PYSITELIB}/django/contrib/auth/migrations/0004_alter_user_username_opts.py
${PYSITELIB}/django/contrib/auth/migrations/0004_alter_user_username_opts.pyc
${PYSITELIB}/django/contrib/auth/migrations/0004_alter_user_username_opts.pyo
${PYSITELIB}/django/contrib/auth/migrations/0005_alter_user_last_login_null.py
${PYSITELIB}/django/contrib/auth/migrations/0005_alter_user_last_login_null.pyc
${PYSITELIB}/django/contrib/auth/migrations/0005_alter_user_last_login_null.pyo
${PYSITELIB}/django/contrib/auth/migrations/0006_require_contenttypes_0002.py
${PYSITELIB}/django/contrib/auth/migrations/0006_require_contenttypes_0002.pyc
${PYSITELIB}/django/contrib/auth/migrations/0006_require_contenttypes_0002.pyo
${PYSITELIB}/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py
${PYSITELIB}/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.pyc
${PYSITELIB}/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.pyo
${PYSITELIB}/django/contrib/auth/migrations/0008_alter_user_username_max_length.py
${PYSITELIB}/django/contrib/auth/migrations/0008_alter_user_username_max_length.pyc
${PYSITELIB}/django/contrib/auth/migrations/0008_alter_user_username_max_length.pyo
${PYSITELIB}/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py
${PYSITELIB}/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.pyc
${PYSITELIB}/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.pyo
${PYSITELIB}/django/contrib/auth/migrations/0010_alter_group_name_max_length.py
${PYSITELIB}/django/contrib/auth/migrations/0010_alter_group_name_max_length.pyc
${PYSITELIB}/django/contrib/auth/migrations/0010_alter_group_name_max_length.pyo
${PYSITELIB}/django/contrib/auth/migrations/0011_update_proxy_permissions.py
${PYSITELIB}/django/contrib/auth/migrations/0011_update_proxy_permissions.pyc
${PYSITELIB}/django/contrib/auth/migrations/0011_update_proxy_permissions.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py
${PYSITELIB}/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.pyc
${PYSITELIB}/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.pyo
${PYSITELIB}/django/contrib/auth/migrations/__init__.py
${PYSITELIB}/django/contrib/auth/migrations/__init__.pyc
${PYSITELIB}/django/contrib/auth/migrations/__init__.pyo
${PYSITELIB}/django/contrib/auth/mixins.py
${PYSITELIB}/django/contrib/auth/mixins.pyc
${PYSITELIB}/django/contrib/auth/mixins.pyo
${PYSITELIB}/django/contrib/auth/models.py
${PYSITELIB}/django/contrib/auth/models.pyc
${PYSITELIB}/django/contrib/auth/models.pyo
${PYSITELIB}/django/contrib/auth/password_validation.py
${PYSITELIB}/django/contrib/auth/password_validation.pyc
${PYSITELIB}/django/contrib/auth/password_validation.pyo
${PYSITELIB}/django/contrib/auth/signals.py
${PYSITELIB}/django/contrib/auth/signals.pyc
${PYSITELIB}/django/contrib/auth/signals.pyo
${PYSITELIB}/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html
${PYSITELIB}/django/contrib/auth/templates/registration/password_reset_subject.txt
${PYSITELIB}/django/contrib/auth/tokens.py
${PYSITELIB}/django/contrib/auth/tokens.pyc
${PYSITELIB}/django/contrib/auth/tokens.pyo
${PYSITELIB}/django/contrib/auth/urls.py
${PYSITELIB}/django/contrib/auth/urls.pyc
${PYSITELIB}/django/contrib/auth/urls.pyo
${PYSITELIB}/django/contrib/auth/validators.py
${PYSITELIB}/django/contrib/auth/validators.pyc
${PYSITELIB}/django/contrib/auth/validators.pyo
${PYSITELIB}/django/contrib/auth/views.py
${PYSITELIB}/django/contrib/auth/views.pyc
${PYSITELIB}/django/contrib/auth/views.pyo
${PYSITELIB}/django/contrib/contenttypes/__init__.py
${PYSITELIB}/django/contrib/contenttypes/__init__.pyc
${PYSITELIB}/django/contrib/contenttypes/__init__.pyo
${PYSITELIB}/django/contrib/contenttypes/admin.py
${PYSITELIB}/django/contrib/contenttypes/admin.pyc
${PYSITELIB}/django/contrib/contenttypes/admin.pyo
${PYSITELIB}/django/contrib/contenttypes/apps.py
${PYSITELIB}/django/contrib/contenttypes/apps.pyc
${PYSITELIB}/django/contrib/contenttypes/apps.pyo
${PYSITELIB}/django/contrib/contenttypes/checks.py
${PYSITELIB}/django/contrib/contenttypes/checks.pyc
${PYSITELIB}/django/contrib/contenttypes/checks.pyo
${PYSITELIB}/django/contrib/contenttypes/fields.py
${PYSITELIB}/django/contrib/contenttypes/fields.pyc
${PYSITELIB}/django/contrib/contenttypes/fields.pyo
${PYSITELIB}/django/contrib/contenttypes/forms.py
${PYSITELIB}/django/contrib/contenttypes/forms.pyc
${PYSITELIB}/django/contrib/contenttypes/forms.pyo
${PYSITELIB}/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/contenttypes/management/__init__.py
${PYSITELIB}/django/contrib/contenttypes/management/__init__.pyc
${PYSITELIB}/django/contrib/contenttypes/management/__init__.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.py
${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.pyc
${PYSITELIB}/django/contrib/contenttypes/management/commands/__init__.pyo
${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py
${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyc
${PYSITELIB}/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyo
${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.py
${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/contenttypes/migrations/0001_initial.pyo
${PYSITELIB}/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py
${PYSITELIB}/django/contrib/contenttypes/migrations/0002_remove_content_type_name.pyc
${PYSITELIB}/django/contrib/contenttypes/migrations/0002_remove_content_type_name.pyo
${PYSITELIB}/django/contrib/contenttypes/migrations/__init__.py
${PYSITELIB}/django/contrib/contenttypes/migrations/__init__.pyc
${PYSITELIB}/django/contrib/contenttypes/migrations/__init__.pyo
${PYSITELIB}/django/contrib/contenttypes/models.py
${PYSITELIB}/django/contrib/contenttypes/models.pyc
${PYSITELIB}/django/contrib/contenttypes/models.pyo
${PYSITELIB}/django/contrib/contenttypes/views.py
${PYSITELIB}/django/contrib/contenttypes/views.pyc
${PYSITELIB}/django/contrib/contenttypes/views.pyo
${PYSITELIB}/django/contrib/flatpages/__init__.py
${PYSITELIB}/django/contrib/flatpages/__init__.pyc
${PYSITELIB}/django/contrib/flatpages/__init__.pyo
${PYSITELIB}/django/contrib/flatpages/admin.py
${PYSITELIB}/django/contrib/flatpages/admin.pyc
${PYSITELIB}/django/contrib/flatpages/admin.pyo
${PYSITELIB}/django/contrib/flatpages/apps.py
${PYSITELIB}/django/contrib/flatpages/apps.pyc
${PYSITELIB}/django/contrib/flatpages/apps.pyo
${PYSITELIB}/django/contrib/flatpages/forms.py
${PYSITELIB}/django/contrib/flatpages/forms.pyc
${PYSITELIB}/django/contrib/flatpages/forms.pyo
${PYSITELIB}/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/flatpages/middleware.py
${PYSITELIB}/django/contrib/flatpages/middleware.pyc
${PYSITELIB}/django/contrib/flatpages/middleware.pyo
${PYSITELIB}/django/contrib/flatpages/migrations/0001_initial.py
${PYSITELIB}/django/contrib/flatpages/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/flatpages/migrations/0001_initial.pyo
${PYSITELIB}/django/contrib/flatpages/migrations/__init__.py
${PYSITELIB}/django/contrib/flatpages/migrations/__init__.pyc
${PYSITELIB}/django/contrib/flatpages/migrations/__init__.pyo
${PYSITELIB}/django/contrib/flatpages/models.py
${PYSITELIB}/django/contrib/flatpages/models.pyc
${PYSITELIB}/django/contrib/flatpages/models.pyo
${PYSITELIB}/django/contrib/flatpages/sitemaps.py
${PYSITELIB}/django/contrib/flatpages/sitemaps.pyc
${PYSITELIB}/django/contrib/flatpages/sitemaps.pyo
${PYSITELIB}/django/contrib/flatpages/templatetags/__init__.py
${PYSITELIB}/django/contrib/flatpages/templatetags/__init__.pyc
${PYSITELIB}/django/contrib/flatpages/templatetags/__init__.pyo
${PYSITELIB}/django/contrib/flatpages/templatetags/flatpages.py
${PYSITELIB}/django/contrib/flatpages/templatetags/flatpages.pyc
${PYSITELIB}/django/contrib/flatpages/templatetags/flatpages.pyo
${PYSITELIB}/django/contrib/flatpages/urls.py
${PYSITELIB}/django/contrib/flatpages/urls.pyc
${PYSITELIB}/django/contrib/flatpages/urls.pyo
${PYSITELIB}/django/contrib/flatpages/views.py
${PYSITELIB}/django/contrib/flatpages/views.pyc
${PYSITELIB}/django/contrib/flatpages/views.pyo
${PYSITELIB}/django/contrib/gis/__init__.py
${PYSITELIB}/django/contrib/gis/__init__.pyc
${PYSITELIB}/django/contrib/gis/__init__.pyo
${PYSITELIB}/django/contrib/gis/admin/__init__.py
${PYSITELIB}/django/contrib/gis/admin/__init__.pyc
${PYSITELIB}/django/contrib/gis/admin/__init__.pyo
${PYSITELIB}/django/contrib/gis/admin/options.py
${PYSITELIB}/django/contrib/gis/admin/options.pyc
${PYSITELIB}/django/contrib/gis/admin/options.pyo
${PYSITELIB}/django/contrib/gis/admin/widgets.py
${PYSITELIB}/django/contrib/gis/admin/widgets.pyc
${PYSITELIB}/django/contrib/gis/admin/widgets.pyo
${PYSITELIB}/django/contrib/gis/apps.py
${PYSITELIB}/django/contrib/gis/apps.pyc
${PYSITELIB}/django/contrib/gis/apps.pyo
${PYSITELIB}/django/contrib/gis/db/__init__.py
${PYSITELIB}/django/contrib/gis/db/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/__init__.py
${PYSITELIB}/django/contrib/gis/db/backends/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/backends/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/base/__init__.py
${PYSITELIB}/django/contrib/gis/db/backends/base/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/backends/base/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/base/adapter.py
${PYSITELIB}/django/contrib/gis/db/backends/base/adapter.pyc
${PYSITELIB}/django/contrib/gis/db/backends/base/adapter.pyo
${PYSITELIB}/django/contrib/gis/db/backends/base/features.py
${PYSITELIB}/django/contrib/gis/db/backends/base/features.pyc
${PYSITELIB}/django/contrib/gis/db/backends/base/features.pyo
${PYSITELIB}/django/contrib/gis/db/backends/base/models.py
${PYSITELIB}/django/contrib/gis/db/backends/base/models.pyc
${PYSITELIB}/django/contrib/gis/db/backends/base/models.pyo
${PYSITELIB}/django/contrib/gis/db/backends/base/operations.py
${PYSITELIB}/django/contrib/gis/db/backends/base/operations.pyc
${PYSITELIB}/django/contrib/gis/db/backends/base/operations.pyo
${PYSITELIB}/django/contrib/gis/db/backends/mysql/__init__.py
${PYSITELIB}/django/contrib/gis/db/backends/mysql/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/backends/mysql/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/mysql/base.py
${PYSITELIB}/django/contrib/gis/db/backends/mysql/base.pyc
${PYSITELIB}/django/contrib/gis/db/backends/mysql/base.pyo
${PYSITELIB}/django/contrib/gis/db/backends/mysql/features.py
${PYSITELIB}/django/contrib/gis/db/backends/mysql/features.pyc
${PYSITELIB}/django/contrib/gis/db/backends/mysql/features.pyo
${PYSITELIB}/django/contrib/gis/db/backends/mysql/introspection.py
${PYSITELIB}/django/contrib/gis/db/backends/mysql/introspection.pyc
${PYSITELIB}/django/contrib/gis/db/backends/mysql/introspection.pyo
${PYSITELIB}/django/contrib/gis/db/backends/mysql/operations.py
${PYSITELIB}/django/contrib/gis/db/backends/mysql/operations.pyc
${PYSITELIB}/django/contrib/gis/db/backends/mysql/operations.pyo
${PYSITELIB}/django/contrib/gis/db/backends/mysql/schema.py
${PYSITELIB}/django/contrib/gis/db/backends/mysql/schema.pyc
${PYSITELIB}/django/contrib/gis/db/backends/mysql/schema.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/__init__.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/adapter.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/adapter.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/adapter.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/base.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/base.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/base.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/features.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/features.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/features.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/introspection.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/introspection.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/introspection.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/models.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/models.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/models.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/operations.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/operations.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/operations.pyo
${PYSITELIB}/django/contrib/gis/db/backends/oracle/schema.py
${PYSITELIB}/django/contrib/gis/db/backends/oracle/schema.pyc
${PYSITELIB}/django/contrib/gis/db/backends/oracle/schema.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/__init__.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/adapter.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/adapter.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/adapter.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/base.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/base.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/base.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/const.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/const.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/const.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/features.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/features.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/features.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/introspection.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/introspection.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/introspection.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/models.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/models.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/models.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/operations.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/operations.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/operations.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/pgraster.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/pgraster.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/pgraster.pyo
${PYSITELIB}/django/contrib/gis/db/backends/postgis/schema.py
${PYSITELIB}/django/contrib/gis/db/backends/postgis/schema.pyc
${PYSITELIB}/django/contrib/gis/db/backends/postgis/schema.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/__init__.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/adapter.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/adapter.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/adapter.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/base.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/base.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/base.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/client.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/client.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/client.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/features.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/features.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/features.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/introspection.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/introspection.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/introspection.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/models.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/models.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/models.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/operations.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/operations.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/operations.pyo
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/schema.py
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/schema.pyc
${PYSITELIB}/django/contrib/gis/db/backends/spatialite/schema.pyo
${PYSITELIB}/django/contrib/gis/db/backends/utils.py
${PYSITELIB}/django/contrib/gis/db/backends/utils.pyc
${PYSITELIB}/django/contrib/gis/db/backends/utils.pyo
${PYSITELIB}/django/contrib/gis/db/models/__init__.py
${PYSITELIB}/django/contrib/gis/db/models/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/models/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/models/aggregates.py
${PYSITELIB}/django/contrib/gis/db/models/aggregates.pyc
${PYSITELIB}/django/contrib/gis/db/models/aggregates.pyo
${PYSITELIB}/django/contrib/gis/db/models/fields.py
${PYSITELIB}/django/contrib/gis/db/models/fields.pyc
${PYSITELIB}/django/contrib/gis/db/models/fields.pyo
${PYSITELIB}/django/contrib/gis/db/models/functions.py
${PYSITELIB}/django/contrib/gis/db/models/functions.pyc
${PYSITELIB}/django/contrib/gis/db/models/functions.pyo
${PYSITELIB}/django/contrib/gis/db/models/lookups.py
${PYSITELIB}/django/contrib/gis/db/models/lookups.pyc
${PYSITELIB}/django/contrib/gis/db/models/lookups.pyo
${PYSITELIB}/django/contrib/gis/db/models/proxy.py
${PYSITELIB}/django/contrib/gis/db/models/proxy.pyc
${PYSITELIB}/django/contrib/gis/db/models/proxy.pyo
${PYSITELIB}/django/contrib/gis/db/models/sql/__init__.py
${PYSITELIB}/django/contrib/gis/db/models/sql/__init__.pyc
${PYSITELIB}/django/contrib/gis/db/models/sql/__init__.pyo
${PYSITELIB}/django/contrib/gis/db/models/sql/conversion.py
${PYSITELIB}/django/contrib/gis/db/models/sql/conversion.pyc
${PYSITELIB}/django/contrib/gis/db/models/sql/conversion.pyo
${PYSITELIB}/django/contrib/gis/feeds.py
${PYSITELIB}/django/contrib/gis/feeds.pyc
${PYSITELIB}/django/contrib/gis/feeds.pyo
${PYSITELIB}/django/contrib/gis/forms/__init__.py
${PYSITELIB}/django/contrib/gis/forms/__init__.pyc
${PYSITELIB}/django/contrib/gis/forms/__init__.pyo
${PYSITELIB}/django/contrib/gis/forms/fields.py
${PYSITELIB}/django/contrib/gis/forms/fields.pyc
${PYSITELIB}/django/contrib/gis/forms/fields.pyo
${PYSITELIB}/django/contrib/gis/forms/widgets.py
${PYSITELIB}/django/contrib/gis/forms/widgets.pyc
${PYSITELIB}/django/contrib/gis/forms/widgets.pyo
${PYSITELIB}/django/contrib/gis/gdal/LICENSE
${PYSITELIB}/django/contrib/gis/gdal/__init__.py
${PYSITELIB}/django/contrib/gis/gdal/__init__.pyc
${PYSITELIB}/django/contrib/gis/gdal/__init__.pyo
${PYSITELIB}/django/contrib/gis/gdal/base.py
${PYSITELIB}/django/contrib/gis/gdal/base.pyc
${PYSITELIB}/django/contrib/gis/gdal/base.pyo
${PYSITELIB}/django/contrib/gis/gdal/datasource.py
${PYSITELIB}/django/contrib/gis/gdal/datasource.pyc
${PYSITELIB}/django/contrib/gis/gdal/datasource.pyo
${PYSITELIB}/django/contrib/gis/gdal/driver.py
${PYSITELIB}/django/contrib/gis/gdal/driver.pyc
${PYSITELIB}/django/contrib/gis/gdal/driver.pyo
${PYSITELIB}/django/contrib/gis/gdal/envelope.py
${PYSITELIB}/django/contrib/gis/gdal/envelope.pyc
${PYSITELIB}/django/contrib/gis/gdal/envelope.pyo
${PYSITELIB}/django/contrib/gis/gdal/error.py
${PYSITELIB}/django/contrib/gis/gdal/error.pyc
${PYSITELIB}/django/contrib/gis/gdal/error.pyo
${PYSITELIB}/django/contrib/gis/gdal/feature.py
${PYSITELIB}/django/contrib/gis/gdal/feature.pyc
${PYSITELIB}/django/contrib/gis/gdal/feature.pyo
${PYSITELIB}/django/contrib/gis/gdal/field.py
${PYSITELIB}/django/contrib/gis/gdal/field.pyc
${PYSITELIB}/django/contrib/gis/gdal/field.pyo
${PYSITELIB}/django/contrib/gis/gdal/geometries.py
${PYSITELIB}/django/contrib/gis/gdal/geometries.pyc
${PYSITELIB}/django/contrib/gis/gdal/geometries.pyo
${PYSITELIB}/django/contrib/gis/gdal/geomtype.py
${PYSITELIB}/django/contrib/gis/gdal/geomtype.pyc
${PYSITELIB}/django/contrib/gis/gdal/geomtype.pyo
${PYSITELIB}/django/contrib/gis/gdal/layer.py
${PYSITELIB}/django/contrib/gis/gdal/layer.pyc
${PYSITELIB}/django/contrib/gis/gdal/layer.pyo
${PYSITELIB}/django/contrib/gis/gdal/libgdal.py
${PYSITELIB}/django/contrib/gis/gdal/libgdal.pyc
${PYSITELIB}/django/contrib/gis/gdal/libgdal.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/__init__.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/__init__.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/__init__.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/ds.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/ds.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/ds.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/errcheck.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/errcheck.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/errcheck.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/generation.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/generation.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/generation.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/geom.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/geom.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/geom.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/raster.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/raster.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/raster.pyo
${PYSITELIB}/django/contrib/gis/gdal/prototypes/srs.py
${PYSITELIB}/django/contrib/gis/gdal/prototypes/srs.pyc
${PYSITELIB}/django/contrib/gis/gdal/prototypes/srs.pyo
${PYSITELIB}/django/contrib/gis/gdal/raster/__init__.py
${PYSITELIB}/django/contrib/gis/gdal/raster/__init__.pyc
${PYSITELIB}/django/contrib/gis/gdal/raster/__init__.pyo
${PYSITELIB}/django/contrib/gis/gdal/raster/band.py
${PYSITELIB}/django/contrib/gis/gdal/raster/band.pyc
${PYSITELIB}/django/contrib/gis/gdal/raster/band.pyo
${PYSITELIB}/django/contrib/gis/gdal/raster/base.py
${PYSITELIB}/django/contrib/gis/gdal/raster/base.pyc
${PYSITELIB}/django/contrib/gis/gdal/raster/base.pyo
${PYSITELIB}/django/contrib/gis/gdal/raster/const.py
${PYSITELIB}/django/contrib/gis/gdal/raster/const.pyc
${PYSITELIB}/django/contrib/gis/gdal/raster/const.pyo
${PYSITELIB}/django/contrib/gis/gdal/raster/source.py
${PYSITELIB}/django/contrib/gis/gdal/raster/source.pyc
${PYSITELIB}/django/contrib/gis/gdal/raster/source.pyo
${PYSITELIB}/django/contrib/gis/gdal/srs.py
${PYSITELIB}/django/contrib/gis/gdal/srs.pyc
${PYSITELIB}/django/contrib/gis/gdal/srs.pyo
${PYSITELIB}/django/contrib/gis/geoip2/__init__.py
${PYSITELIB}/django/contrib/gis/geoip2/__init__.pyc
${PYSITELIB}/django/contrib/gis/geoip2/__init__.pyo
${PYSITELIB}/django/contrib/gis/geoip2/base.py
${PYSITELIB}/django/contrib/gis/geoip2/base.pyc
${PYSITELIB}/django/contrib/gis/geoip2/base.pyo
${PYSITELIB}/django/contrib/gis/geoip2/resources.py
${PYSITELIB}/django/contrib/gis/geoip2/resources.pyc
${PYSITELIB}/django/contrib/gis/geoip2/resources.pyo
${PYSITELIB}/django/contrib/gis/geometry.py
${PYSITELIB}/django/contrib/gis/geometry.pyc
${PYSITELIB}/django/contrib/gis/geometry.pyo
${PYSITELIB}/django/contrib/gis/geos/LICENSE
${PYSITELIB}/django/contrib/gis/geos/__init__.py
${PYSITELIB}/django/contrib/gis/geos/__init__.pyc
${PYSITELIB}/django/contrib/gis/geos/__init__.pyo
${PYSITELIB}/django/contrib/gis/geos/base.py
${PYSITELIB}/django/contrib/gis/geos/base.pyc
${PYSITELIB}/django/contrib/gis/geos/base.pyo
${PYSITELIB}/django/contrib/gis/geos/collections.py
${PYSITELIB}/django/contrib/gis/geos/collections.pyc
${PYSITELIB}/django/contrib/gis/geos/collections.pyo
${PYSITELIB}/django/contrib/gis/geos/coordseq.py
${PYSITELIB}/django/contrib/gis/geos/coordseq.pyc
${PYSITELIB}/django/contrib/gis/geos/coordseq.pyo
${PYSITELIB}/django/contrib/gis/geos/error.py
${PYSITELIB}/django/contrib/gis/geos/error.pyc
${PYSITELIB}/django/contrib/gis/geos/error.pyo
${PYSITELIB}/django/contrib/gis/geos/factory.py
${PYSITELIB}/django/contrib/gis/geos/factory.pyc
${PYSITELIB}/django/contrib/gis/geos/factory.pyo
${PYSITELIB}/django/contrib/gis/geos/geometry.py
${PYSITELIB}/django/contrib/gis/geos/geometry.pyc
${PYSITELIB}/django/contrib/gis/geos/geometry.pyo
${PYSITELIB}/django/contrib/gis/geos/io.py
${PYSITELIB}/django/contrib/gis/geos/io.pyc
${PYSITELIB}/django/contrib/gis/geos/io.pyo
${PYSITELIB}/django/contrib/gis/geos/libgeos.py
${PYSITELIB}/django/contrib/gis/geos/libgeos.pyc
${PYSITELIB}/django/contrib/gis/geos/libgeos.pyo
${PYSITELIB}/django/contrib/gis/geos/linestring.py
${PYSITELIB}/django/contrib/gis/geos/linestring.pyc
${PYSITELIB}/django/contrib/gis/geos/linestring.pyo
${PYSITELIB}/django/contrib/gis/geos/mutable_list.py
${PYSITELIB}/django/contrib/gis/geos/mutable_list.pyc
${PYSITELIB}/django/contrib/gis/geos/mutable_list.pyo
${PYSITELIB}/django/contrib/gis/geos/point.py
${PYSITELIB}/django/contrib/gis/geos/point.pyc
${PYSITELIB}/django/contrib/gis/geos/point.pyo
${PYSITELIB}/django/contrib/gis/geos/polygon.py
${PYSITELIB}/django/contrib/gis/geos/polygon.pyc
${PYSITELIB}/django/contrib/gis/geos/polygon.pyo
${PYSITELIB}/django/contrib/gis/geos/prepared.py
${PYSITELIB}/django/contrib/gis/geos/prepared.pyc
${PYSITELIB}/django/contrib/gis/geos/prepared.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/__init__.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/__init__.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/__init__.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/coordseq.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/coordseq.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/coordseq.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/errcheck.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/errcheck.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/errcheck.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/geom.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/geom.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/geom.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/io.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/io.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/io.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/misc.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/misc.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/misc.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/predicates.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/predicates.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/predicates.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/prepared.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/prepared.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/prepared.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/threadsafe.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/threadsafe.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/threadsafe.pyo
${PYSITELIB}/django/contrib/gis/geos/prototypes/topology.py
${PYSITELIB}/django/contrib/gis/geos/prototypes/topology.pyc
${PYSITELIB}/django/contrib/gis/geos/prototypes/topology.pyo
${PYSITELIB}/django/contrib/gis/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/gis/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/gis/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/th/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/gis/management/__init__.py
${PYSITELIB}/django/contrib/gis/management/__init__.pyc
${PYSITELIB}/django/contrib/gis/management/__init__.pyo
${PYSITELIB}/django/contrib/gis/management/commands/__init__.py
${PYSITELIB}/django/contrib/gis/management/commands/__init__.pyc
${PYSITELIB}/django/contrib/gis/management/commands/__init__.pyo
${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.py
${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.pyc
${PYSITELIB}/django/contrib/gis/management/commands/inspectdb.pyo
${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.py
${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.pyc
${PYSITELIB}/django/contrib/gis/management/commands/ogrinspect.pyo
${PYSITELIB}/django/contrib/gis/measure.py
${PYSITELIB}/django/contrib/gis/measure.pyc
${PYSITELIB}/django/contrib/gis/measure.pyo
${PYSITELIB}/django/contrib/gis/ptr.py
${PYSITELIB}/django/contrib/gis/ptr.pyc
${PYSITELIB}/django/contrib/gis/ptr.pyo
${PYSITELIB}/django/contrib/gis/serializers/__init__.py
${PYSITELIB}/django/contrib/gis/serializers/__init__.pyc
${PYSITELIB}/django/contrib/gis/serializers/__init__.pyo
${PYSITELIB}/django/contrib/gis/serializers/geojson.py
${PYSITELIB}/django/contrib/gis/serializers/geojson.pyc
${PYSITELIB}/django/contrib/gis/serializers/geojson.pyo
${PYSITELIB}/django/contrib/gis/shortcuts.py
${PYSITELIB}/django/contrib/gis/shortcuts.pyc
${PYSITELIB}/django/contrib/gis/shortcuts.pyo
${PYSITELIB}/django/contrib/gis/sitemaps/__init__.py
${PYSITELIB}/django/contrib/gis/sitemaps/__init__.pyc
${PYSITELIB}/django/contrib/gis/sitemaps/__init__.pyo
${PYSITELIB}/django/contrib/gis/sitemaps/kml.py
${PYSITELIB}/django/contrib/gis/sitemaps/kml.pyc
${PYSITELIB}/django/contrib/gis/sitemaps/kml.pyo
${PYSITELIB}/django/contrib/gis/sitemaps/views.py
${PYSITELIB}/django/contrib/gis/sitemaps/views.pyc
${PYSITELIB}/django/contrib/gis/sitemaps/views.pyo
${PYSITELIB}/django/contrib/gis/static/gis/css/ol3.css
${PYSITELIB}/django/contrib/gis/static/gis/img/draw_line_off.svg
${PYSITELIB}/django/contrib/gis/static/gis/img/draw_line_on.svg
${PYSITELIB}/django/contrib/gis/static/gis/img/draw_point_off.svg
${PYSITELIB}/django/contrib/gis/static/gis/img/draw_point_on.svg
${PYSITELIB}/django/contrib/gis/static/gis/img/draw_polygon_off.svg
${PYSITELIB}/django/contrib/gis/static/gis/img/draw_polygon_on.svg
${PYSITELIB}/django/contrib/gis/static/gis/js/OLMapWidget.js
${PYSITELIB}/django/contrib/gis/templates/gis/admin/openlayers.html
${PYSITELIB}/django/contrib/gis/templates/gis/admin/openlayers.js
${PYSITELIB}/django/contrib/gis/templates/gis/admin/osm.html
${PYSITELIB}/django/contrib/gis/templates/gis/admin/osm.js
${PYSITELIB}/django/contrib/gis/templates/gis/kml/base.kml
${PYSITELIB}/django/contrib/gis/templates/gis/kml/placemarks.kml
${PYSITELIB}/django/contrib/gis/templates/gis/openlayers-osm.html
${PYSITELIB}/django/contrib/gis/templates/gis/openlayers.html
${PYSITELIB}/django/contrib/gis/utils/__init__.py
${PYSITELIB}/django/contrib/gis/utils/__init__.pyc
${PYSITELIB}/django/contrib/gis/utils/__init__.pyo
${PYSITELIB}/django/contrib/gis/utils/layermapping.py
${PYSITELIB}/django/contrib/gis/utils/layermapping.pyc
${PYSITELIB}/django/contrib/gis/utils/layermapping.pyo
${PYSITELIB}/django/contrib/gis/utils/ogrinfo.py
${PYSITELIB}/django/contrib/gis/utils/ogrinfo.pyc
${PYSITELIB}/django/contrib/gis/utils/ogrinfo.pyo
${PYSITELIB}/django/contrib/gis/utils/ogrinspect.py
${PYSITELIB}/django/contrib/gis/utils/ogrinspect.pyc
${PYSITELIB}/django/contrib/gis/utils/ogrinspect.pyo
${PYSITELIB}/django/contrib/gis/utils/srs.py
${PYSITELIB}/django/contrib/gis/utils/srs.pyc
${PYSITELIB}/django/contrib/gis/utils/srs.pyo
${PYSITELIB}/django/contrib/gis/views.py
${PYSITELIB}/django/contrib/gis/views.pyc
${PYSITELIB}/django/contrib/gis/views.pyo
${PYSITELIB}/django/contrib/humanize/__init__.py
${PYSITELIB}/django/contrib/humanize/__init__.pyc
${PYSITELIB}/django/contrib/humanize/__init__.pyo
${PYSITELIB}/django/contrib/humanize/apps.py
${PYSITELIB}/django/contrib/humanize/apps.pyc
${PYSITELIB}/django/contrib/humanize/apps.pyo
${PYSITELIB}/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/humanize/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ms/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/humanize/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/th/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/humanize/templatetags/__init__.py
${PYSITELIB}/django/contrib/humanize/templatetags/__init__.pyc
${PYSITELIB}/django/contrib/humanize/templatetags/__init__.pyo
${PYSITELIB}/django/contrib/humanize/templatetags/humanize.py
${PYSITELIB}/django/contrib/humanize/templatetags/humanize.pyc
${PYSITELIB}/django/contrib/humanize/templatetags/humanize.pyo
${PYSITELIB}/django/contrib/messages/__init__.py
${PYSITELIB}/django/contrib/messages/__init__.pyc
${PYSITELIB}/django/contrib/messages/__init__.pyo
${PYSITELIB}/django/contrib/messages/api.py
${PYSITELIB}/django/contrib/messages/api.pyc
${PYSITELIB}/django/contrib/messages/api.pyo
${PYSITELIB}/django/contrib/messages/apps.py
${PYSITELIB}/django/contrib/messages/apps.pyc
${PYSITELIB}/django/contrib/messages/apps.pyo
${PYSITELIB}/django/contrib/messages/constants.py
${PYSITELIB}/django/contrib/messages/constants.pyc
${PYSITELIB}/django/contrib/messages/constants.pyo
${PYSITELIB}/django/contrib/messages/context_processors.py
${PYSITELIB}/django/contrib/messages/context_processors.pyc
${PYSITELIB}/django/contrib/messages/context_processors.pyo
${PYSITELIB}/django/contrib/messages/middleware.py
${PYSITELIB}/django/contrib/messages/middleware.pyc
${PYSITELIB}/django/contrib/messages/middleware.pyo
${PYSITELIB}/django/contrib/messages/storage/__init__.py
${PYSITELIB}/django/contrib/messages/storage/__init__.pyc
${PYSITELIB}/django/contrib/messages/storage/__init__.pyo
${PYSITELIB}/django/contrib/messages/storage/base.py
${PYSITELIB}/django/contrib/messages/storage/base.pyc
${PYSITELIB}/django/contrib/messages/storage/base.pyo
${PYSITELIB}/django/contrib/messages/storage/cookie.py
${PYSITELIB}/django/contrib/messages/storage/cookie.pyc
${PYSITELIB}/django/contrib/messages/storage/cookie.pyo
${PYSITELIB}/django/contrib/messages/storage/fallback.py
${PYSITELIB}/django/contrib/messages/storage/fallback.pyc
${PYSITELIB}/django/contrib/messages/storage/fallback.pyo
${PYSITELIB}/django/contrib/messages/storage/session.py
${PYSITELIB}/django/contrib/messages/storage/session.pyc
${PYSITELIB}/django/contrib/messages/storage/session.pyo
${PYSITELIB}/django/contrib/messages/utils.py
${PYSITELIB}/django/contrib/messages/utils.pyc
${PYSITELIB}/django/contrib/messages/utils.pyo
${PYSITELIB}/django/contrib/messages/views.py
${PYSITELIB}/django/contrib/messages/views.pyc
${PYSITELIB}/django/contrib/messages/views.pyo
${PYSITELIB}/django/contrib/postgres/__init__.py
${PYSITELIB}/django/contrib/postgres/__init__.pyc
${PYSITELIB}/django/contrib/postgres/__init__.pyo
${PYSITELIB}/django/contrib/postgres/aggregates/__init__.py
${PYSITELIB}/django/contrib/postgres/aggregates/__init__.pyc
${PYSITELIB}/django/contrib/postgres/aggregates/__init__.pyo
${PYSITELIB}/django/contrib/postgres/aggregates/general.py
${PYSITELIB}/django/contrib/postgres/aggregates/general.pyc
${PYSITELIB}/django/contrib/postgres/aggregates/general.pyo
${PYSITELIB}/django/contrib/postgres/aggregates/mixins.py
${PYSITELIB}/django/contrib/postgres/aggregates/mixins.pyc
${PYSITELIB}/django/contrib/postgres/aggregates/mixins.pyo
${PYSITELIB}/django/contrib/postgres/aggregates/statistics.py
${PYSITELIB}/django/contrib/postgres/aggregates/statistics.pyc
${PYSITELIB}/django/contrib/postgres/aggregates/statistics.pyo
${PYSITELIB}/django/contrib/postgres/apps.py
${PYSITELIB}/django/contrib/postgres/apps.pyc
${PYSITELIB}/django/contrib/postgres/apps.pyo
${PYSITELIB}/django/contrib/postgres/constraints.py
${PYSITELIB}/django/contrib/postgres/constraints.pyc
${PYSITELIB}/django/contrib/postgres/constraints.pyo
${PYSITELIB}/django/contrib/postgres/fields/__init__.py
${PYSITELIB}/django/contrib/postgres/fields/__init__.pyc
${PYSITELIB}/django/contrib/postgres/fields/__init__.pyo
${PYSITELIB}/django/contrib/postgres/fields/array.py
${PYSITELIB}/django/contrib/postgres/fields/array.pyc
${PYSITELIB}/django/contrib/postgres/fields/array.pyo
${PYSITELIB}/django/contrib/postgres/fields/citext.py
${PYSITELIB}/django/contrib/postgres/fields/citext.pyc
${PYSITELIB}/django/contrib/postgres/fields/citext.pyo
${PYSITELIB}/django/contrib/postgres/fields/hstore.py
${PYSITELIB}/django/contrib/postgres/fields/hstore.pyc
${PYSITELIB}/django/contrib/postgres/fields/hstore.pyo
${PYSITELIB}/django/contrib/postgres/fields/jsonb.py
${PYSITELIB}/django/contrib/postgres/fields/jsonb.pyc
${PYSITELIB}/django/contrib/postgres/fields/jsonb.pyo
${PYSITELIB}/django/contrib/postgres/fields/ranges.py
${PYSITELIB}/django/contrib/postgres/fields/ranges.pyc
${PYSITELIB}/django/contrib/postgres/fields/ranges.pyo
${PYSITELIB}/django/contrib/postgres/fields/utils.py
${PYSITELIB}/django/contrib/postgres/fields/utils.pyc
${PYSITELIB}/django/contrib/postgres/fields/utils.pyo
${PYSITELIB}/django/contrib/postgres/forms/__init__.py
${PYSITELIB}/django/contrib/postgres/forms/__init__.pyc
${PYSITELIB}/django/contrib/postgres/forms/__init__.pyo
${PYSITELIB}/django/contrib/postgres/forms/array.py
${PYSITELIB}/django/contrib/postgres/forms/array.pyc
${PYSITELIB}/django/contrib/postgres/forms/array.pyo
${PYSITELIB}/django/contrib/postgres/forms/hstore.py
${PYSITELIB}/django/contrib/postgres/forms/hstore.pyc
${PYSITELIB}/django/contrib/postgres/forms/hstore.pyo
${PYSITELIB}/django/contrib/postgres/forms/jsonb.py
${PYSITELIB}/django/contrib/postgres/forms/jsonb.pyc
${PYSITELIB}/django/contrib/postgres/forms/jsonb.pyo
${PYSITELIB}/django/contrib/postgres/forms/ranges.py
${PYSITELIB}/django/contrib/postgres/forms/ranges.pyc
${PYSITELIB}/django/contrib/postgres/forms/ranges.pyo
${PYSITELIB}/django/contrib/postgres/functions.py
${PYSITELIB}/django/contrib/postgres/functions.pyc
${PYSITELIB}/django/contrib/postgres/functions.pyo
${PYSITELIB}/django/contrib/postgres/indexes.py
${PYSITELIB}/django/contrib/postgres/indexes.pyc
${PYSITELIB}/django/contrib/postgres/indexes.pyo
${PYSITELIB}/django/contrib/postgres/jinja2/postgres/widgets/split_array.html
${PYSITELIB}/django/contrib/postgres/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/postgres/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/postgres/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/postgres/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/postgres/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/postgres/lookups.py
${PYSITELIB}/django/contrib/postgres/lookups.pyc
${PYSITELIB}/django/contrib/postgres/lookups.pyo
${PYSITELIB}/django/contrib/postgres/operations.py
${PYSITELIB}/django/contrib/postgres/operations.pyc
${PYSITELIB}/django/contrib/postgres/operations.pyo
${PYSITELIB}/django/contrib/postgres/search.py
${PYSITELIB}/django/contrib/postgres/search.pyc
${PYSITELIB}/django/contrib/postgres/search.pyo
${PYSITELIB}/django/contrib/postgres/serializers.py
${PYSITELIB}/django/contrib/postgres/serializers.pyc
${PYSITELIB}/django/contrib/postgres/serializers.pyo
${PYSITELIB}/django/contrib/postgres/signals.py
${PYSITELIB}/django/contrib/postgres/signals.pyc
${PYSITELIB}/django/contrib/postgres/signals.pyo
${PYSITELIB}/django/contrib/postgres/templates/postgres/widgets/split_array.html
${PYSITELIB}/django/contrib/postgres/utils.py
${PYSITELIB}/django/contrib/postgres/utils.pyc
${PYSITELIB}/django/contrib/postgres/utils.pyo
${PYSITELIB}/django/contrib/postgres/validators.py
${PYSITELIB}/django/contrib/postgres/validators.pyc
${PYSITELIB}/django/contrib/postgres/validators.pyo
${PYSITELIB}/django/contrib/redirects/__init__.py
${PYSITELIB}/django/contrib/redirects/__init__.pyc
${PYSITELIB}/django/contrib/redirects/__init__.pyo
${PYSITELIB}/django/contrib/redirects/admin.py
${PYSITELIB}/django/contrib/redirects/admin.pyc
${PYSITELIB}/django/contrib/redirects/admin.pyo
${PYSITELIB}/django/contrib/redirects/apps.py
${PYSITELIB}/django/contrib/redirects/apps.pyc
${PYSITELIB}/django/contrib/redirects/apps.pyo
${PYSITELIB}/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/redirects/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/th/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/redirects/middleware.py
${PYSITELIB}/django/contrib/redirects/middleware.pyc
${PYSITELIB}/django/contrib/redirects/middleware.pyo
${PYSITELIB}/django/contrib/redirects/migrations/0001_initial.py
${PYSITELIB}/django/contrib/redirects/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/redirects/migrations/0001_initial.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py
${PYSITELIB}/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.pyc
${PYSITELIB}/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.pyo
${PYSITELIB}/django/contrib/redirects/migrations/__init__.py
${PYSITELIB}/django/contrib/redirects/migrations/__init__.pyc
${PYSITELIB}/django/contrib/redirects/migrations/__init__.pyo
${PYSITELIB}/django/contrib/redirects/models.py
${PYSITELIB}/django/contrib/redirects/models.pyc
${PYSITELIB}/django/contrib/redirects/models.pyo
${PYSITELIB}/django/contrib/sessions/__init__.py
${PYSITELIB}/django/contrib/sessions/__init__.pyc
${PYSITELIB}/django/contrib/sessions/__init__.pyo
${PYSITELIB}/django/contrib/sessions/apps.py
${PYSITELIB}/django/contrib/sessions/apps.pyc
${PYSITELIB}/django/contrib/sessions/apps.pyo
${PYSITELIB}/django/contrib/sessions/backends/__init__.py
${PYSITELIB}/django/contrib/sessions/backends/__init__.pyc
${PYSITELIB}/django/contrib/sessions/backends/__init__.pyo
${PYSITELIB}/django/contrib/sessions/backends/base.py
${PYSITELIB}/django/contrib/sessions/backends/base.pyc
${PYSITELIB}/django/contrib/sessions/backends/base.pyo
${PYSITELIB}/django/contrib/sessions/backends/cache.py
${PYSITELIB}/django/contrib/sessions/backends/cache.pyc
${PYSITELIB}/django/contrib/sessions/backends/cache.pyo
${PYSITELIB}/django/contrib/sessions/backends/cached_db.py
${PYSITELIB}/django/contrib/sessions/backends/cached_db.pyc
${PYSITELIB}/django/contrib/sessions/backends/cached_db.pyo
${PYSITELIB}/django/contrib/sessions/backends/db.py
${PYSITELIB}/django/contrib/sessions/backends/db.pyc
${PYSITELIB}/django/contrib/sessions/backends/db.pyo
${PYSITELIB}/django/contrib/sessions/backends/file.py
${PYSITELIB}/django/contrib/sessions/backends/file.pyc
${PYSITELIB}/django/contrib/sessions/backends/file.pyo
${PYSITELIB}/django/contrib/sessions/backends/signed_cookies.py
${PYSITELIB}/django/contrib/sessions/backends/signed_cookies.pyc
${PYSITELIB}/django/contrib/sessions/backends/signed_cookies.pyo
${PYSITELIB}/django/contrib/sessions/base_session.py
${PYSITELIB}/django/contrib/sessions/base_session.pyc
${PYSITELIB}/django/contrib/sessions/base_session.pyo
${PYSITELIB}/django/contrib/sessions/exceptions.py
${PYSITELIB}/django/contrib/sessions/exceptions.pyc
${PYSITELIB}/django/contrib/sessions/exceptions.pyo
${PYSITELIB}/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sessions/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/th/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/sessions/management/__init__.py
${PYSITELIB}/django/contrib/sessions/management/__init__.pyc
${PYSITELIB}/django/contrib/sessions/management/__init__.pyo
${PYSITELIB}/django/contrib/sessions/management/commands/__init__.py
${PYSITELIB}/django/contrib/sessions/management/commands/__init__.pyc
${PYSITELIB}/django/contrib/sessions/management/commands/__init__.pyo
${PYSITELIB}/django/contrib/sessions/management/commands/clearsessions.py
${PYSITELIB}/django/contrib/sessions/management/commands/clearsessions.pyc
${PYSITELIB}/django/contrib/sessions/management/commands/clearsessions.pyo
${PYSITELIB}/django/contrib/sessions/middleware.py
${PYSITELIB}/django/contrib/sessions/middleware.pyc
${PYSITELIB}/django/contrib/sessions/middleware.pyo
${PYSITELIB}/django/contrib/sessions/migrations/0001_initial.py
${PYSITELIB}/django/contrib/sessions/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/sessions/migrations/0001_initial.pyo
${PYSITELIB}/django/contrib/sessions/migrations/__init__.py
${PYSITELIB}/django/contrib/sessions/migrations/__init__.pyc
${PYSITELIB}/django/contrib/sessions/migrations/__init__.pyo
${PYSITELIB}/django/contrib/sessions/models.py
${PYSITELIB}/django/contrib/sessions/models.pyc
${PYSITELIB}/django/contrib/sessions/models.pyo
${PYSITELIB}/django/contrib/sessions/serializers.py
${PYSITELIB}/django/contrib/sessions/serializers.pyc
${PYSITELIB}/django/contrib/sessions/serializers.pyo
${PYSITELIB}/django/contrib/sitemaps/__init__.py
${PYSITELIB}/django/contrib/sitemaps/__init__.pyc
${PYSITELIB}/django/contrib/sitemaps/__init__.pyo
${PYSITELIB}/django/contrib/sitemaps/apps.py
${PYSITELIB}/django/contrib/sitemaps/apps.pyc
${PYSITELIB}/django/contrib/sitemaps/apps.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/sitemaps/management/__init__.py
${PYSITELIB}/django/contrib/sitemaps/management/__init__.pyc
${PYSITELIB}/django/contrib/sitemaps/management/__init__.pyo
${PYSITELIB}/django/contrib/sitemaps/management/commands/__init__.py
${PYSITELIB}/django/contrib/sitemaps/management/commands/__init__.pyc
${PYSITELIB}/django/contrib/sitemaps/management/commands/__init__.pyo
${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.py
${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.pyc
${PYSITELIB}/django/contrib/sitemaps/management/commands/ping_google.pyo
${PYSITELIB}/django/contrib/sitemaps/templates/sitemap.xml
${PYSITELIB}/django/contrib/sitemaps/templates/sitemap_index.xml
${PYSITELIB}/django/contrib/sitemaps/views.py
${PYSITELIB}/django/contrib/sitemaps/views.pyc
${PYSITELIB}/django/contrib/sitemaps/views.pyo
${PYSITELIB}/django/contrib/sites/__init__.py
${PYSITELIB}/django/contrib/sites/__init__.pyc
${PYSITELIB}/django/contrib/sites/__init__.pyo
${PYSITELIB}/django/contrib/sites/admin.py
${PYSITELIB}/django/contrib/sites/admin.pyc
${PYSITELIB}/django/contrib/sites/admin.pyo
${PYSITELIB}/django/contrib/sites/apps.py
${PYSITELIB}/django/contrib/sites/apps.pyc
${PYSITELIB}/django/contrib/sites/apps.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/sites/checks.py
${PYSITELIB}/django/contrib/sites/checks.pyc
${PYSITELIB}/django/contrib/sites/checks.pyo
${PYSITELIB}/django/contrib/sites/locale/af/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ar/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ast/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/az/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/az/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/br/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/br/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/bs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/cy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/da/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/da/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/el/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/el/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/eu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/fy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ga/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/gd/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/gl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/he/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/he/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/hr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/hy/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ia/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/id/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/id/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/io/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/io/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/is/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/is/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ja/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ka/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/kab/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/kab/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/kk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/km/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/km/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/kn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ko/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sites/locale/ky/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ky/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/lb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/lt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/lv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/mk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ml/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/mn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/mr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/my/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/my/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ne/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/nl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/nn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/os/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/os/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/pa/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/pt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ro/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sq/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/sw/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/te/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/te/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sites/locale/tg/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/tg/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/th/LC_MESSAGES/django.po
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/contrib/sites/locale/tk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/tk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/tt/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/udm/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/ur/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/uz/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/uz/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/vi/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po
${PYSITELIB}/django/contrib/sites/management.py
${PYSITELIB}/django/contrib/sites/management.pyc
${PYSITELIB}/django/contrib/sites/management.pyo
${PYSITELIB}/django/contrib/sites/managers.py
${PYSITELIB}/django/contrib/sites/managers.pyc
${PYSITELIB}/django/contrib/sites/managers.pyo
${PYSITELIB}/django/contrib/sites/middleware.py
${PYSITELIB}/django/contrib/sites/middleware.pyc
${PYSITELIB}/django/contrib/sites/middleware.pyo
${PYSITELIB}/django/contrib/sites/migrations/0001_initial.py
${PYSITELIB}/django/contrib/sites/migrations/0001_initial.pyc
${PYSITELIB}/django/contrib/sites/migrations/0001_initial.pyo
${PYSITELIB}/django/contrib/sites/migrations/0002_alter_domain_unique.py
${PYSITELIB}/django/contrib/sites/migrations/0002_alter_domain_unique.pyc
${PYSITELIB}/django/contrib/sites/migrations/0002_alter_domain_unique.pyo
${PYSITELIB}/django/contrib/sites/migrations/__init__.py
${PYSITELIB}/django/contrib/sites/migrations/__init__.pyc
${PYSITELIB}/django/contrib/sites/migrations/__init__.pyo
${PYSITELIB}/django/contrib/sites/models.py
${PYSITELIB}/django/contrib/sites/models.pyc
${PYSITELIB}/django/contrib/sites/models.pyo
${PYSITELIB}/django/contrib/sites/requests.py
${PYSITELIB}/django/contrib/sites/requests.pyc
${PYSITELIB}/django/contrib/sites/requests.pyo
${PYSITELIB}/django/contrib/sites/shortcuts.py
${PYSITELIB}/django/contrib/sites/shortcuts.pyc
${PYSITELIB}/django/contrib/sites/shortcuts.pyo
${PYSITELIB}/django/contrib/staticfiles/__init__.py
${PYSITELIB}/django/contrib/staticfiles/__init__.pyc
${PYSITELIB}/django/contrib/staticfiles/__init__.pyo
${PYSITELIB}/django/contrib/staticfiles/apps.py
${PYSITELIB}/django/contrib/staticfiles/apps.pyc
${PYSITELIB}/django/contrib/staticfiles/apps.pyo
${PYSITELIB}/django/contrib/staticfiles/checks.py
${PYSITELIB}/django/contrib/staticfiles/checks.pyc
${PYSITELIB}/django/contrib/staticfiles/checks.pyo
${PYSITELIB}/django/contrib/staticfiles/finders.py
${PYSITELIB}/django/contrib/staticfiles/finders.pyc
${PYSITELIB}/django/contrib/staticfiles/finders.pyo
${PYSITELIB}/django/contrib/staticfiles/handlers.py
${PYSITELIB}/django/contrib/staticfiles/handlers.pyc
${PYSITELIB}/django/contrib/staticfiles/handlers.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/contrib/staticfiles/management/__init__.py
${PYSITELIB}/django/contrib/staticfiles/management/__init__.pyc
${PYSITELIB}/django/contrib/staticfiles/management/__init__.pyo
${PYSITELIB}/django/contrib/staticfiles/management/commands/__init__.py
${PYSITELIB}/django/contrib/staticfiles/management/commands/__init__.pyc
${PYSITELIB}/django/contrib/staticfiles/management/commands/__init__.pyo
${PYSITELIB}/django/contrib/staticfiles/management/commands/collectstatic.py
${PYSITELIB}/django/contrib/staticfiles/management/commands/collectstatic.pyc
${PYSITELIB}/django/contrib/staticfiles/management/commands/collectstatic.pyo
${PYSITELIB}/django/contrib/staticfiles/management/commands/findstatic.py
${PYSITELIB}/django/contrib/staticfiles/management/commands/findstatic.pyc
${PYSITELIB}/django/contrib/staticfiles/management/commands/findstatic.pyo
${PYSITELIB}/django/contrib/staticfiles/management/commands/runserver.py
${PYSITELIB}/django/contrib/staticfiles/management/commands/runserver.pyc
${PYSITELIB}/django/contrib/staticfiles/management/commands/runserver.pyo
${PYSITELIB}/django/contrib/staticfiles/storage.py
${PYSITELIB}/django/contrib/staticfiles/storage.pyc
${PYSITELIB}/django/contrib/staticfiles/storage.pyo
${PYSITELIB}/django/contrib/staticfiles/testing.py
${PYSITELIB}/django/contrib/staticfiles/testing.pyc
${PYSITELIB}/django/contrib/staticfiles/testing.pyo
${PYSITELIB}/django/contrib/staticfiles/urls.py
${PYSITELIB}/django/contrib/staticfiles/urls.pyc
${PYSITELIB}/django/contrib/staticfiles/urls.pyo
${PYSITELIB}/django/contrib/staticfiles/utils.py
${PYSITELIB}/django/contrib/staticfiles/utils.pyc
${PYSITELIB}/django/contrib/staticfiles/utils.pyo
${PYSITELIB}/django/contrib/staticfiles/views.py
${PYSITELIB}/django/contrib/staticfiles/views.pyc
${PYSITELIB}/django/contrib/staticfiles/views.pyo
${PYSITELIB}/django/contrib/syndication/__init__.py
${PYSITELIB}/django/contrib/syndication/__init__.pyc
${PYSITELIB}/django/contrib/syndication/__init__.pyo
${PYSITELIB}/django/contrib/syndication/apps.py
${PYSITELIB}/django/contrib/syndication/apps.pyc
${PYSITELIB}/django/contrib/syndication/apps.pyo
${PYSITELIB}/django/contrib/syndication/views.py
${PYSITELIB}/django/contrib/syndication/views.pyc
${PYSITELIB}/django/contrib/syndication/views.pyo
${PYSITELIB}/django/core/__init__.py
${PYSITELIB}/django/core/__init__.pyc
${PYSITELIB}/django/core/__init__.pyo
${PYSITELIB}/django/core/asgi.py
${PYSITELIB}/django/core/asgi.pyc
${PYSITELIB}/django/core/asgi.pyo
${PYSITELIB}/django/core/cache/__init__.py
${PYSITELIB}/django/core/cache/__init__.pyc
${PYSITELIB}/django/core/cache/__init__.pyo
${PYSITELIB}/django/core/cache/backends/__init__.py
${PYSITELIB}/django/core/cache/backends/__init__.pyc
${PYSITELIB}/django/core/cache/backends/__init__.pyo
${PYSITELIB}/django/core/cache/backends/base.py
${PYSITELIB}/django/core/cache/backends/base.pyc
${PYSITELIB}/django/core/cache/backends/base.pyo
${PYSITELIB}/django/core/cache/backends/db.py
${PYSITELIB}/django/core/cache/backends/db.pyc
${PYSITELIB}/django/core/cache/backends/db.pyo
${PYSITELIB}/django/core/cache/backends/dummy.py
${PYSITELIB}/django/core/cache/backends/dummy.pyc
${PYSITELIB}/django/core/cache/backends/dummy.pyo
${PYSITELIB}/django/core/cache/backends/filebased.py
${PYSITELIB}/django/core/cache/backends/filebased.pyc
${PYSITELIB}/django/core/cache/backends/filebased.pyo
${PYSITELIB}/django/core/cache/backends/locmem.py
${PYSITELIB}/django/core/cache/backends/locmem.pyc
${PYSITELIB}/django/core/cache/backends/locmem.pyo
${PYSITELIB}/django/core/cache/backends/memcached.py
${PYSITELIB}/django/core/cache/backends/memcached.pyc
${PYSITELIB}/django/core/cache/backends/memcached.pyo
${PYSITELIB}/django/core/cache/utils.py
${PYSITELIB}/django/core/cache/utils.pyc
${PYSITELIB}/django/core/cache/utils.pyo
${PYSITELIB}/django/core/checks/__init__.py
${PYSITELIB}/django/core/checks/__init__.pyc
${PYSITELIB}/django/core/checks/__init__.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/core/checks/async_checks.py
${PYSITELIB}/django/core/checks/async_checks.pyc
${PYSITELIB}/django/core/checks/async_checks.pyo
${PYSITELIB}/django/core/checks/caches.py
${PYSITELIB}/django/core/checks/caches.pyc
${PYSITELIB}/django/core/checks/caches.pyo
${PYSITELIB}/django/core/checks/compatibility/__init__.py
${PYSITELIB}/django/core/checks/compatibility/__init__.pyc
${PYSITELIB}/django/core/checks/compatibility/__init__.pyo
${PYSITELIB}/django/core/checks/database.py
${PYSITELIB}/django/core/checks/database.pyc
${PYSITELIB}/django/core/checks/database.pyo
${PYSITELIB}/django/core/checks/messages.py
${PYSITELIB}/django/core/checks/messages.pyc
${PYSITELIB}/django/core/checks/messages.pyo
${PYSITELIB}/django/core/checks/model_checks.py
${PYSITELIB}/django/core/checks/model_checks.pyc
${PYSITELIB}/django/core/checks/model_checks.pyo
${PYSITELIB}/django/core/checks/registry.py
${PYSITELIB}/django/core/checks/registry.pyc
${PYSITELIB}/django/core/checks/registry.pyo
${PYSITELIB}/django/core/checks/security/__init__.py
${PYSITELIB}/django/core/checks/security/__init__.pyc
${PYSITELIB}/django/core/checks/security/__init__.pyo
${PYSITELIB}/django/core/checks/security/base.py
${PYSITELIB}/django/core/checks/security/base.pyc
${PYSITELIB}/django/core/checks/security/base.pyo
${PYSITELIB}/django/core/checks/security/csrf.py
${PYSITELIB}/django/core/checks/security/csrf.pyc
${PYSITELIB}/django/core/checks/security/csrf.pyo
${PYSITELIB}/django/core/checks/security/sessions.py
${PYSITELIB}/django/core/checks/security/sessions.pyc
${PYSITELIB}/django/core/checks/security/sessions.pyo
${PYSITELIB}/django/core/checks/templates.py
${PYSITELIB}/django/core/checks/templates.pyc
${PYSITELIB}/django/core/checks/templates.pyo
${PYSITELIB}/django/core/checks/translation.py
${PYSITELIB}/django/core/checks/translation.pyc
${PYSITELIB}/django/core/checks/translation.pyo
${PYSITELIB}/django/core/checks/urls.py
${PYSITELIB}/django/core/checks/urls.pyc
${PYSITELIB}/django/core/checks/urls.pyo
${PYSITELIB}/django/core/exceptions.py
${PYSITELIB}/django/core/exceptions.pyc
${PYSITELIB}/django/core/exceptions.pyo
${PYSITELIB}/django/core/files/__init__.py
${PYSITELIB}/django/core/files/__init__.pyc
${PYSITELIB}/django/core/files/__init__.pyo
${PYSITELIB}/django/core/files/base.py
${PYSITELIB}/django/core/files/base.pyc
${PYSITELIB}/django/core/files/base.pyo
${PYSITELIB}/django/core/files/images.py
${PYSITELIB}/django/core/files/images.pyc
${PYSITELIB}/django/core/files/images.pyo
${PYSITELIB}/django/core/files/locks.py
${PYSITELIB}/django/core/files/locks.pyc
${PYSITELIB}/django/core/files/locks.pyo
${PYSITELIB}/django/core/files/move.py
${PYSITELIB}/django/core/files/move.pyc
${PYSITELIB}/django/core/files/move.pyo
${PYSITELIB}/django/core/files/storage.py
${PYSITELIB}/django/core/files/storage.pyc
${PYSITELIB}/django/core/files/storage.pyo
${PYSITELIB}/django/core/files/temp.py
${PYSITELIB}/django/core/files/temp.pyc
${PYSITELIB}/django/core/files/temp.pyo
${PYSITELIB}/django/core/files/uploadedfile.py
${PYSITELIB}/django/core/files/uploadedfile.pyc
${PYSITELIB}/django/core/files/uploadedfile.pyo
${PYSITELIB}/django/core/files/uploadhandler.py
${PYSITELIB}/django/core/files/uploadhandler.pyc
${PYSITELIB}/django/core/files/uploadhandler.pyo
${PYSITELIB}/django/core/files/utils.py
${PYSITELIB}/django/core/files/utils.pyc
${PYSITELIB}/django/core/files/utils.pyo
${PYSITELIB}/django/core/handlers/__init__.py
${PYSITELIB}/django/core/handlers/__init__.pyc
${PYSITELIB}/django/core/handlers/__init__.pyo
${PYSITELIB}/django/core/handlers/asgi.py
${PYSITELIB}/django/core/handlers/asgi.pyc
${PYSITELIB}/django/core/handlers/asgi.pyo
${PYSITELIB}/django/core/handlers/base.py
${PYSITELIB}/django/core/handlers/base.pyc
${PYSITELIB}/django/core/handlers/base.pyo
${PYSITELIB}/django/core/handlers/exception.py
${PYSITELIB}/django/core/handlers/exception.pyc
${PYSITELIB}/django/core/handlers/exception.pyo
${PYSITELIB}/django/core/handlers/wsgi.py
${PYSITELIB}/django/core/handlers/wsgi.pyc
${PYSITELIB}/django/core/handlers/wsgi.pyo
${PYSITELIB}/django/core/mail/__init__.py
${PYSITELIB}/django/core/mail/__init__.pyc
${PYSITELIB}/django/core/mail/__init__.pyo
${PYSITELIB}/django/core/mail/backends/__init__.py
${PYSITELIB}/django/core/mail/backends/__init__.pyc
${PYSITELIB}/django/core/mail/backends/__init__.pyo
${PYSITELIB}/django/core/mail/backends/base.py
${PYSITELIB}/django/core/mail/backends/base.pyc
${PYSITELIB}/django/core/mail/backends/base.pyo
${PYSITELIB}/django/core/mail/backends/console.py
${PYSITELIB}/django/core/mail/backends/console.pyc
${PYSITELIB}/django/core/mail/backends/console.pyo
${PYSITELIB}/django/core/mail/backends/dummy.py
${PYSITELIB}/django/core/mail/backends/dummy.pyc
${PYSITELIB}/django/core/mail/backends/dummy.pyo
${PYSITELIB}/django/core/mail/backends/filebased.py
${PYSITELIB}/django/core/mail/backends/filebased.pyc
${PYSITELIB}/django/core/mail/backends/filebased.pyo
${PYSITELIB}/django/core/mail/backends/locmem.py
${PYSITELIB}/django/core/mail/backends/locmem.pyc
${PYSITELIB}/django/core/mail/backends/locmem.pyo
${PYSITELIB}/django/core/mail/backends/smtp.py
${PYSITELIB}/django/core/mail/backends/smtp.pyc
${PYSITELIB}/django/core/mail/backends/smtp.pyo
${PYSITELIB}/django/core/mail/message.py
${PYSITELIB}/django/core/mail/message.pyc
${PYSITELIB}/django/core/mail/message.pyo
${PYSITELIB}/django/core/mail/utils.py
${PYSITELIB}/django/core/mail/utils.pyc
${PYSITELIB}/django/core/mail/utils.pyo
${PYSITELIB}/django/core/management/__init__.py
${PYSITELIB}/django/core/management/__init__.pyc
${PYSITELIB}/django/core/management/__init__.pyo
${PYSITELIB}/django/core/management/base.py
${PYSITELIB}/django/core/management/base.pyc
${PYSITELIB}/django/core/management/base.pyo
${PYSITELIB}/django/core/management/color.py
${PYSITELIB}/django/core/management/color.pyc
${PYSITELIB}/django/core/management/color.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/core/management/commands/__init__.py
${PYSITELIB}/django/core/management/commands/__init__.pyc
${PYSITELIB}/django/core/management/commands/__init__.pyo
${PYSITELIB}/django/core/management/commands/check.py
${PYSITELIB}/django/core/management/commands/check.pyc
${PYSITELIB}/django/core/management/commands/check.pyo
${PYSITELIB}/django/core/management/commands/compilemessages.py
${PYSITELIB}/django/core/management/commands/compilemessages.pyc
${PYSITELIB}/django/core/management/commands/compilemessages.pyo
${PYSITELIB}/django/core/management/commands/createcachetable.py
${PYSITELIB}/django/core/management/commands/createcachetable.pyc
${PYSITELIB}/django/core/management/commands/createcachetable.pyo
${PYSITELIB}/django/core/management/commands/dbshell.py
${PYSITELIB}/django/core/management/commands/dbshell.pyc
${PYSITELIB}/django/core/management/commands/dbshell.pyo
${PYSITELIB}/django/core/management/commands/diffsettings.py
${PYSITELIB}/django/core/management/commands/diffsettings.pyc
${PYSITELIB}/django/core/management/commands/diffsettings.pyo
${PYSITELIB}/django/core/management/commands/dumpdata.py
${PYSITELIB}/django/core/management/commands/dumpdata.pyc
${PYSITELIB}/django/core/management/commands/dumpdata.pyo
${PYSITELIB}/django/core/management/commands/flush.py
${PYSITELIB}/django/core/management/commands/flush.pyc
${PYSITELIB}/django/core/management/commands/flush.pyo
${PYSITELIB}/django/core/management/commands/inspectdb.py
${PYSITELIB}/django/core/management/commands/inspectdb.pyc
${PYSITELIB}/django/core/management/commands/inspectdb.pyo
${PYSITELIB}/django/core/management/commands/loaddata.py
${PYSITELIB}/django/core/management/commands/loaddata.pyc
${PYSITELIB}/django/core/management/commands/loaddata.pyo
${PYSITELIB}/django/core/management/commands/makemessages.py
${PYSITELIB}/django/core/management/commands/makemessages.pyc
${PYSITELIB}/django/core/management/commands/makemessages.pyo
${PYSITELIB}/django/core/management/commands/makemigrations.py
${PYSITELIB}/django/core/management/commands/makemigrations.pyc
${PYSITELIB}/django/core/management/commands/makemigrations.pyo
${PYSITELIB}/django/core/management/commands/migrate.py
${PYSITELIB}/django/core/management/commands/migrate.pyc
${PYSITELIB}/django/core/management/commands/migrate.pyo
${PYSITELIB}/django/core/management/commands/runserver.py
${PYSITELIB}/django/core/management/commands/runserver.pyc
${PYSITELIB}/django/core/management/commands/runserver.pyo
${PYSITELIB}/django/core/management/commands/sendtestemail.py
${PYSITELIB}/django/core/management/commands/sendtestemail.pyc
${PYSITELIB}/django/core/management/commands/sendtestemail.pyo
${PYSITELIB}/django/core/management/commands/shell.py
${PYSITELIB}/django/core/management/commands/shell.pyc
${PYSITELIB}/django/core/management/commands/shell.pyo
${PYSITELIB}/django/core/management/commands/showmigrations.py
${PYSITELIB}/django/core/management/commands/showmigrations.pyc
${PYSITELIB}/django/core/management/commands/showmigrations.pyo
${PYSITELIB}/django/core/management/commands/sqlflush.py
${PYSITELIB}/django/core/management/commands/sqlflush.pyc
${PYSITELIB}/django/core/management/commands/sqlflush.pyo
${PYSITELIB}/django/core/management/commands/sqlmigrate.py
${PYSITELIB}/django/core/management/commands/sqlmigrate.pyc
${PYSITELIB}/django/core/management/commands/sqlmigrate.pyo
${PYSITELIB}/django/core/management/commands/sqlsequencereset.py
${PYSITELIB}/django/core/management/commands/sqlsequencereset.pyc
${PYSITELIB}/django/core/management/commands/sqlsequencereset.pyo
${PYSITELIB}/django/core/management/commands/squashmigrations.py
${PYSITELIB}/django/core/management/commands/squashmigrations.pyc
${PYSITELIB}/django/core/management/commands/squashmigrations.pyo
${PYSITELIB}/django/core/management/commands/startapp.py
${PYSITELIB}/django/core/management/commands/startapp.pyc
${PYSITELIB}/django/core/management/commands/startapp.pyo
${PYSITELIB}/django/core/management/commands/startproject.py
${PYSITELIB}/django/core/management/commands/startproject.pyc
${PYSITELIB}/django/core/management/commands/startproject.pyo
${PYSITELIB}/django/core/management/commands/test.py
${PYSITELIB}/django/core/management/commands/test.pyc
${PYSITELIB}/django/core/management/commands/test.pyo
${PYSITELIB}/django/core/management/commands/testserver.py
${PYSITELIB}/django/core/management/commands/testserver.pyc
${PYSITELIB}/django/core/management/commands/testserver.pyo
${PYSITELIB}/django/core/management/sql.py
${PYSITELIB}/django/core/management/sql.pyc
${PYSITELIB}/django/core/management/sql.pyo
${PYSITELIB}/django/core/management/templates.py
${PYSITELIB}/django/core/management/templates.pyc
${PYSITELIB}/django/core/management/templates.pyo
${PYSITELIB}/django/core/management/utils.py
${PYSITELIB}/django/core/management/utils.pyc
${PYSITELIB}/django/core/management/utils.pyo
${PYSITELIB}/django/core/paginator.py
${PYSITELIB}/django/core/paginator.pyc
${PYSITELIB}/django/core/paginator.pyo
${PYSITELIB}/django/core/serializers/__init__.py
${PYSITELIB}/django/core/serializers/__init__.pyc
${PYSITELIB}/django/core/serializers/__init__.pyo
${PYSITELIB}/django/core/serializers/base.py
${PYSITELIB}/django/core/serializers/base.pyc
${PYSITELIB}/django/core/serializers/base.pyo
${PYSITELIB}/django/core/serializers/json.py
${PYSITELIB}/django/core/serializers/json.pyc
${PYSITELIB}/django/core/serializers/json.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/core/serializers/jsonl.py
${PYSITELIB}/django/core/serializers/jsonl.pyc
${PYSITELIB}/django/core/serializers/jsonl.pyo
${PYSITELIB}/django/core/serializers/python.py
${PYSITELIB}/django/core/serializers/python.pyc
${PYSITELIB}/django/core/serializers/python.pyo
${PYSITELIB}/django/core/serializers/pyyaml.py
${PYSITELIB}/django/core/serializers/pyyaml.pyc
${PYSITELIB}/django/core/serializers/pyyaml.pyo
${PYSITELIB}/django/core/serializers/xml_serializer.py
${PYSITELIB}/django/core/serializers/xml_serializer.pyc
${PYSITELIB}/django/core/serializers/xml_serializer.pyo
${PYSITELIB}/django/core/servers/__init__.py
${PYSITELIB}/django/core/servers/__init__.pyc
${PYSITELIB}/django/core/servers/__init__.pyo
${PYSITELIB}/django/core/servers/basehttp.py
${PYSITELIB}/django/core/servers/basehttp.pyc
${PYSITELIB}/django/core/servers/basehttp.pyo
${PYSITELIB}/django/core/signals.py
${PYSITELIB}/django/core/signals.pyc
${PYSITELIB}/django/core/signals.pyo
${PYSITELIB}/django/core/signing.py
${PYSITELIB}/django/core/signing.pyc
${PYSITELIB}/django/core/signing.pyo
${PYSITELIB}/django/core/validators.py
${PYSITELIB}/django/core/validators.pyc
${PYSITELIB}/django/core/validators.pyo
${PYSITELIB}/django/core/wsgi.py
${PYSITELIB}/django/core/wsgi.pyc
${PYSITELIB}/django/core/wsgi.pyo
${PYSITELIB}/django/db/__init__.py
${PYSITELIB}/django/db/__init__.pyc
${PYSITELIB}/django/db/__init__.pyo
${PYSITELIB}/django/db/backends/__init__.py
${PYSITELIB}/django/db/backends/__init__.pyc
${PYSITELIB}/django/db/backends/__init__.pyo
${PYSITELIB}/django/db/backends/base/__init__.py
${PYSITELIB}/django/db/backends/base/__init__.pyc
${PYSITELIB}/django/db/backends/base/__init__.pyo
${PYSITELIB}/django/db/backends/base/base.py
${PYSITELIB}/django/db/backends/base/base.pyc
${PYSITELIB}/django/db/backends/base/base.pyo
${PYSITELIB}/django/db/backends/base/client.py
${PYSITELIB}/django/db/backends/base/client.pyc
${PYSITELIB}/django/db/backends/base/client.pyo
${PYSITELIB}/django/db/backends/base/creation.py
${PYSITELIB}/django/db/backends/base/creation.pyc
${PYSITELIB}/django/db/backends/base/creation.pyo
${PYSITELIB}/django/db/backends/base/features.py
${PYSITELIB}/django/db/backends/base/features.pyc
${PYSITELIB}/django/db/backends/base/features.pyo
${PYSITELIB}/django/db/backends/base/introspection.py
${PYSITELIB}/django/db/backends/base/introspection.pyc
${PYSITELIB}/django/db/backends/base/introspection.pyo
${PYSITELIB}/django/db/backends/base/operations.py
${PYSITELIB}/django/db/backends/base/operations.pyc
${PYSITELIB}/django/db/backends/base/operations.pyo
${PYSITELIB}/django/db/backends/base/schema.py
${PYSITELIB}/django/db/backends/base/schema.pyc
${PYSITELIB}/django/db/backends/base/schema.pyo
${PYSITELIB}/django/db/backends/base/validation.py
${PYSITELIB}/django/db/backends/base/validation.pyc
${PYSITELIB}/django/db/backends/base/validation.pyo
${PYSITELIB}/django/db/backends/ddl_references.py
${PYSITELIB}/django/db/backends/ddl_references.pyc
${PYSITELIB}/django/db/backends/ddl_references.pyo
${PYSITELIB}/django/db/backends/dummy/__init__.py
${PYSITELIB}/django/db/backends/dummy/__init__.pyc
${PYSITELIB}/django/db/backends/dummy/__init__.pyo
${PYSITELIB}/django/db/backends/dummy/base.py
${PYSITELIB}/django/db/backends/dummy/base.pyc
${PYSITELIB}/django/db/backends/dummy/base.pyo
${PYSITELIB}/django/db/backends/dummy/features.py
${PYSITELIB}/django/db/backends/dummy/features.pyc
${PYSITELIB}/django/db/backends/dummy/features.pyo
${PYSITELIB}/django/db/backends/mysql/__init__.py
${PYSITELIB}/django/db/backends/mysql/__init__.pyc
${PYSITELIB}/django/db/backends/mysql/__init__.pyo
${PYSITELIB}/django/db/backends/mysql/base.py
${PYSITELIB}/django/db/backends/mysql/base.pyc
${PYSITELIB}/django/db/backends/mysql/base.pyo
${PYSITELIB}/django/db/backends/mysql/client.py
${PYSITELIB}/django/db/backends/mysql/client.pyc
${PYSITELIB}/django/db/backends/mysql/client.pyo
${PYSITELIB}/django/db/backends/mysql/compiler.py
${PYSITELIB}/django/db/backends/mysql/compiler.pyc
${PYSITELIB}/django/db/backends/mysql/compiler.pyo
${PYSITELIB}/django/db/backends/mysql/creation.py
${PYSITELIB}/django/db/backends/mysql/creation.pyc
${PYSITELIB}/django/db/backends/mysql/creation.pyo
${PYSITELIB}/django/db/backends/mysql/features.py
${PYSITELIB}/django/db/backends/mysql/features.pyc
${PYSITELIB}/django/db/backends/mysql/features.pyo
${PYSITELIB}/django/db/backends/mysql/introspection.py
${PYSITELIB}/django/db/backends/mysql/introspection.pyc
${PYSITELIB}/django/db/backends/mysql/introspection.pyo
${PYSITELIB}/django/db/backends/mysql/operations.py
${PYSITELIB}/django/db/backends/mysql/operations.pyc
${PYSITELIB}/django/db/backends/mysql/operations.pyo
${PYSITELIB}/django/db/backends/mysql/schema.py
${PYSITELIB}/django/db/backends/mysql/schema.pyc
${PYSITELIB}/django/db/backends/mysql/schema.pyo
${PYSITELIB}/django/db/backends/mysql/validation.py
${PYSITELIB}/django/db/backends/mysql/validation.pyc
${PYSITELIB}/django/db/backends/mysql/validation.pyo
${PYSITELIB}/django/db/backends/oracle/__init__.py
${PYSITELIB}/django/db/backends/oracle/__init__.pyc
${PYSITELIB}/django/db/backends/oracle/__init__.pyo
${PYSITELIB}/django/db/backends/oracle/base.py
${PYSITELIB}/django/db/backends/oracle/base.pyc
${PYSITELIB}/django/db/backends/oracle/base.pyo
${PYSITELIB}/django/db/backends/oracle/client.py
${PYSITELIB}/django/db/backends/oracle/client.pyc
${PYSITELIB}/django/db/backends/oracle/client.pyo
${PYSITELIB}/django/db/backends/oracle/creation.py
${PYSITELIB}/django/db/backends/oracle/creation.pyc
${PYSITELIB}/django/db/backends/oracle/creation.pyo
${PYSITELIB}/django/db/backends/oracle/features.py
${PYSITELIB}/django/db/backends/oracle/features.pyc
${PYSITELIB}/django/db/backends/oracle/features.pyo
${PYSITELIB}/django/db/backends/oracle/functions.py
${PYSITELIB}/django/db/backends/oracle/functions.pyc
${PYSITELIB}/django/db/backends/oracle/functions.pyo
${PYSITELIB}/django/db/backends/oracle/introspection.py
${PYSITELIB}/django/db/backends/oracle/introspection.pyc
${PYSITELIB}/django/db/backends/oracle/introspection.pyo
${PYSITELIB}/django/db/backends/oracle/operations.py
${PYSITELIB}/django/db/backends/oracle/operations.pyc
${PYSITELIB}/django/db/backends/oracle/operations.pyo
${PYSITELIB}/django/db/backends/oracle/schema.py
${PYSITELIB}/django/db/backends/oracle/schema.pyc
${PYSITELIB}/django/db/backends/oracle/schema.pyo
${PYSITELIB}/django/db/backends/oracle/utils.py
${PYSITELIB}/django/db/backends/oracle/utils.pyc
${PYSITELIB}/django/db/backends/oracle/utils.pyo
${PYSITELIB}/django/db/backends/oracle/validation.py
${PYSITELIB}/django/db/backends/oracle/validation.pyc
${PYSITELIB}/django/db/backends/oracle/validation.pyo
${PYSITELIB}/django/db/backends/postgresql/__init__.py
${PYSITELIB}/django/db/backends/postgresql/__init__.pyc
${PYSITELIB}/django/db/backends/postgresql/__init__.pyo
${PYSITELIB}/django/db/backends/postgresql/base.py
${PYSITELIB}/django/db/backends/postgresql/base.pyc
${PYSITELIB}/django/db/backends/postgresql/base.pyo
${PYSITELIB}/django/db/backends/postgresql/client.py
${PYSITELIB}/django/db/backends/postgresql/client.pyc
${PYSITELIB}/django/db/backends/postgresql/client.pyo
${PYSITELIB}/django/db/backends/postgresql/creation.py
${PYSITELIB}/django/db/backends/postgresql/creation.pyc
${PYSITELIB}/django/db/backends/postgresql/creation.pyo
${PYSITELIB}/django/db/backends/postgresql/features.py
${PYSITELIB}/django/db/backends/postgresql/features.pyc
${PYSITELIB}/django/db/backends/postgresql/features.pyo
${PYSITELIB}/django/db/backends/postgresql/introspection.py
${PYSITELIB}/django/db/backends/postgresql/introspection.pyc
${PYSITELIB}/django/db/backends/postgresql/introspection.pyo
${PYSITELIB}/django/db/backends/postgresql/operations.py
${PYSITELIB}/django/db/backends/postgresql/operations.pyc
${PYSITELIB}/django/db/backends/postgresql/operations.pyo
${PYSITELIB}/django/db/backends/postgresql/schema.py
${PYSITELIB}/django/db/backends/postgresql/schema.pyc
${PYSITELIB}/django/db/backends/postgresql/schema.pyo
${PYSITELIB}/django/db/backends/signals.py
${PYSITELIB}/django/db/backends/signals.pyc
${PYSITELIB}/django/db/backends/signals.pyo
${PYSITELIB}/django/db/backends/sqlite3/__init__.py
${PYSITELIB}/django/db/backends/sqlite3/__init__.pyc
${PYSITELIB}/django/db/backends/sqlite3/__init__.pyo
${PYSITELIB}/django/db/backends/sqlite3/base.py
${PYSITELIB}/django/db/backends/sqlite3/base.pyc
${PYSITELIB}/django/db/backends/sqlite3/base.pyo
${PYSITELIB}/django/db/backends/sqlite3/client.py
${PYSITELIB}/django/db/backends/sqlite3/client.pyc
${PYSITELIB}/django/db/backends/sqlite3/client.pyo
${PYSITELIB}/django/db/backends/sqlite3/creation.py
${PYSITELIB}/django/db/backends/sqlite3/creation.pyc
${PYSITELIB}/django/db/backends/sqlite3/creation.pyo
${PYSITELIB}/django/db/backends/sqlite3/features.py
${PYSITELIB}/django/db/backends/sqlite3/features.pyc
${PYSITELIB}/django/db/backends/sqlite3/features.pyo
${PYSITELIB}/django/db/backends/sqlite3/introspection.py
${PYSITELIB}/django/db/backends/sqlite3/introspection.pyc
${PYSITELIB}/django/db/backends/sqlite3/introspection.pyo
${PYSITELIB}/django/db/backends/sqlite3/operations.py
${PYSITELIB}/django/db/backends/sqlite3/operations.pyc
${PYSITELIB}/django/db/backends/sqlite3/operations.pyo
${PYSITELIB}/django/db/backends/sqlite3/schema.py
${PYSITELIB}/django/db/backends/sqlite3/schema.pyc
${PYSITELIB}/django/db/backends/sqlite3/schema.pyo
${PYSITELIB}/django/db/backends/utils.py
${PYSITELIB}/django/db/backends/utils.pyc
${PYSITELIB}/django/db/backends/utils.pyo
${PYSITELIB}/django/db/migrations/__init__.py
${PYSITELIB}/django/db/migrations/__init__.pyc
${PYSITELIB}/django/db/migrations/__init__.pyo
${PYSITELIB}/django/db/migrations/autodetector.py
${PYSITELIB}/django/db/migrations/autodetector.pyc
${PYSITELIB}/django/db/migrations/autodetector.pyo
${PYSITELIB}/django/db/migrations/exceptions.py
${PYSITELIB}/django/db/migrations/exceptions.pyc
${PYSITELIB}/django/db/migrations/exceptions.pyo
${PYSITELIB}/django/db/migrations/executor.py
${PYSITELIB}/django/db/migrations/executor.pyc
${PYSITELIB}/django/db/migrations/executor.pyo
${PYSITELIB}/django/db/migrations/graph.py
${PYSITELIB}/django/db/migrations/graph.pyc
${PYSITELIB}/django/db/migrations/graph.pyo
${PYSITELIB}/django/db/migrations/loader.py
${PYSITELIB}/django/db/migrations/loader.pyc
${PYSITELIB}/django/db/migrations/loader.pyo
${PYSITELIB}/django/db/migrations/migration.py
${PYSITELIB}/django/db/migrations/migration.pyc
${PYSITELIB}/django/db/migrations/migration.pyo
${PYSITELIB}/django/db/migrations/operations/__init__.py
${PYSITELIB}/django/db/migrations/operations/__init__.pyc
${PYSITELIB}/django/db/migrations/operations/__init__.pyo
${PYSITELIB}/django/db/migrations/operations/base.py
${PYSITELIB}/django/db/migrations/operations/base.pyc
${PYSITELIB}/django/db/migrations/operations/base.pyo
${PYSITELIB}/django/db/migrations/operations/fields.py
${PYSITELIB}/django/db/migrations/operations/fields.pyc
${PYSITELIB}/django/db/migrations/operations/fields.pyo
${PYSITELIB}/django/db/migrations/operations/models.py
${PYSITELIB}/django/db/migrations/operations/models.pyc
${PYSITELIB}/django/db/migrations/operations/models.pyo
${PYSITELIB}/django/db/migrations/operations/special.py
${PYSITELIB}/django/db/migrations/operations/special.pyc
${PYSITELIB}/django/db/migrations/operations/special.pyo
${PYSITELIB}/django/db/migrations/operations/utils.py
${PYSITELIB}/django/db/migrations/operations/utils.pyc
${PYSITELIB}/django/db/migrations/operations/utils.pyo
${PYSITELIB}/django/db/migrations/optimizer.py
${PYSITELIB}/django/db/migrations/optimizer.pyc
${PYSITELIB}/django/db/migrations/optimizer.pyo
${PYSITELIB}/django/db/migrations/questioner.py
${PYSITELIB}/django/db/migrations/questioner.pyc
${PYSITELIB}/django/db/migrations/questioner.pyo
${PYSITELIB}/django/db/migrations/recorder.py
${PYSITELIB}/django/db/migrations/recorder.pyc
${PYSITELIB}/django/db/migrations/recorder.pyo
${PYSITELIB}/django/db/migrations/serializer.py
${PYSITELIB}/django/db/migrations/serializer.pyc
${PYSITELIB}/django/db/migrations/serializer.pyo
${PYSITELIB}/django/db/migrations/state.py
${PYSITELIB}/django/db/migrations/state.pyc
${PYSITELIB}/django/db/migrations/state.pyo
${PYSITELIB}/django/db/migrations/utils.py
${PYSITELIB}/django/db/migrations/utils.pyc
${PYSITELIB}/django/db/migrations/utils.pyo
${PYSITELIB}/django/db/migrations/writer.py
${PYSITELIB}/django/db/migrations/writer.pyc
${PYSITELIB}/django/db/migrations/writer.pyo
${PYSITELIB}/django/db/models/__init__.py
${PYSITELIB}/django/db/models/__init__.pyc
${PYSITELIB}/django/db/models/__init__.pyo
${PYSITELIB}/django/db/models/aggregates.py
${PYSITELIB}/django/db/models/aggregates.pyc
${PYSITELIB}/django/db/models/aggregates.pyo
${PYSITELIB}/django/db/models/base.py
${PYSITELIB}/django/db/models/base.pyc
${PYSITELIB}/django/db/models/base.pyo
${PYSITELIB}/django/db/models/constants.py
${PYSITELIB}/django/db/models/constants.pyc
${PYSITELIB}/django/db/models/constants.pyo
${PYSITELIB}/django/db/models/constraints.py
${PYSITELIB}/django/db/models/constraints.pyc
${PYSITELIB}/django/db/models/constraints.pyo
${PYSITELIB}/django/db/models/deletion.py
${PYSITELIB}/django/db/models/deletion.pyc
${PYSITELIB}/django/db/models/deletion.pyo
${PYSITELIB}/django/db/models/enums.py
${PYSITELIB}/django/db/models/enums.pyc
${PYSITELIB}/django/db/models/enums.pyo
${PYSITELIB}/django/db/models/expressions.py
${PYSITELIB}/django/db/models/expressions.pyc
${PYSITELIB}/django/db/models/expressions.pyo
${PYSITELIB}/django/db/models/fields/__init__.py
${PYSITELIB}/django/db/models/fields/__init__.pyc
${PYSITELIB}/django/db/models/fields/__init__.pyo
${PYSITELIB}/django/db/models/fields/files.py
${PYSITELIB}/django/db/models/fields/files.pyc
${PYSITELIB}/django/db/models/fields/files.pyo
py-django3: updated to 3.1.1 Django 3.1.1 fixes two security issues and several bugs in 3.1. CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+ On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files and to intermediate-level collected static directories when using the collectstatic management command. You should review and manually fix permissions on existing intermediate-level directories. CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+ On Python 3.7+, the intermediate-level directories of the file system cache had the system’s standard umask rather than 0o077 (no group or others permissions). Bugfixes Fixed wrapping of translated action labels in the admin’s navigation sidebar for East Asian languages. Fixed wrapping of long model names in the admin’s navigation sidebar. Fixed encoding session data while upgrading multiple instances of the same project to Django 3.1. Adjusted admin’s navigation sidebar template to reduce debug logging when rendering. Fixed a data loss possibility in the select_for_update(). When using related fields pointing to a proxy model in the of argument, the corresponding model was not locked. Fixed a data loss possibility, following a regression in Django 2.0, when copying model instances with a cached fields value. Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data. Reverted a deprecation in Django 3.1 that caused a crash when passing deprecated keyword arguments to a queryset in TemplateView.get_context_data(). Enforced thread sensitivity of the MiddlewareMixin.process_request() and process_response() hooks when in an async context. Fixed __in lookup on key transforms for JSONField with MariaDB, MySQL, Oracle, and SQLite. Fixed a regression in Django 3.1 that caused permission errors in CommonPasswordValidator and settings.py generated by the startproject command, when user didn’t have permissions to all intermediate directories in a Django installation path. Fixed detecting an async get_response callable in various builtin middlewares. Fixed a QuerySet.order_by() crash on PostgreSQL when ordering and grouping by JSONField with a custom decoder. Fixed a QuerySet.delete() crash on MySQL, following a performance regression in Django 3.1 on MariaDB 10.3.2+, when filtering against an aggregate function. Fixed a django.contrib.admin.EmptyFieldListFilter crash when using on reverse relations. Prevented content overflowing in the admin changelist view when the navigation sidebar is enabled What’s new in Django 3.1 Asynchronous views and middleware support JSONField for all supported database backends DEFAULT_HASHING_ALGORITHM settings
2020-09-10 11:37:17 +02:00
${PYSITELIB}/django/db/models/fields/json.py
${PYSITELIB}/django/db/models/fields/json.pyc
${PYSITELIB}/django/db/models/fields/json.pyo
${PYSITELIB}/django/db/models/fields/mixins.py
${PYSITELIB}/django/db/models/fields/mixins.pyc
${PYSITELIB}/django/db/models/fields/mixins.pyo
${PYSITELIB}/django/db/models/fields/proxy.py
${PYSITELIB}/django/db/models/fields/proxy.pyc
${PYSITELIB}/django/db/models/fields/proxy.pyo
${PYSITELIB}/django/db/models/fields/related.py
${PYSITELIB}/django/db/models/fields/related.pyc
${PYSITELIB}/django/db/models/fields/related.pyo
${PYSITELIB}/django/db/models/fields/related_descriptors.py
${PYSITELIB}/django/db/models/fields/related_descriptors.pyc
${PYSITELIB}/django/db/models/fields/related_descriptors.pyo
${PYSITELIB}/django/db/models/fields/related_lookups.py
${PYSITELIB}/django/db/models/fields/related_lookups.pyc
${PYSITELIB}/django/db/models/fields/related_lookups.pyo
${PYSITELIB}/django/db/models/fields/reverse_related.py
${PYSITELIB}/django/db/models/fields/reverse_related.pyc
${PYSITELIB}/django/db/models/fields/reverse_related.pyo
${PYSITELIB}/django/db/models/functions/__init__.py
${PYSITELIB}/django/db/models/functions/__init__.pyc
${PYSITELIB}/django/db/models/functions/__init__.pyo
${PYSITELIB}/django/db/models/functions/comparison.py
${PYSITELIB}/django/db/models/functions/comparison.pyc
${PYSITELIB}/django/db/models/functions/comparison.pyo
${PYSITELIB}/django/db/models/functions/datetime.py
${PYSITELIB}/django/db/models/functions/datetime.pyc
${PYSITELIB}/django/db/models/functions/datetime.pyo
${PYSITELIB}/django/db/models/functions/math.py
${PYSITELIB}/django/db/models/functions/math.pyc
${PYSITELIB}/django/db/models/functions/math.pyo
${PYSITELIB}/django/db/models/functions/mixins.py
${PYSITELIB}/django/db/models/functions/mixins.pyc
${PYSITELIB}/django/db/models/functions/mixins.pyo
${PYSITELIB}/django/db/models/functions/text.py
${PYSITELIB}/django/db/models/functions/text.pyc
${PYSITELIB}/django/db/models/functions/text.pyo
${PYSITELIB}/django/db/models/functions/window.py
${PYSITELIB}/django/db/models/functions/window.pyc
${PYSITELIB}/django/db/models/functions/window.pyo
${PYSITELIB}/django/db/models/indexes.py
${PYSITELIB}/django/db/models/indexes.pyc
${PYSITELIB}/django/db/models/indexes.pyo
${PYSITELIB}/django/db/models/lookups.py
${PYSITELIB}/django/db/models/lookups.pyc
${PYSITELIB}/django/db/models/lookups.pyo
${PYSITELIB}/django/db/models/manager.py
${PYSITELIB}/django/db/models/manager.pyc
${PYSITELIB}/django/db/models/manager.pyo
${PYSITELIB}/django/db/models/options.py
${PYSITELIB}/django/db/models/options.pyc
${PYSITELIB}/django/db/models/options.pyo
${PYSITELIB}/django/db/models/query.py
${PYSITELIB}/django/db/models/query.pyc
${PYSITELIB}/django/db/models/query.pyo
${PYSITELIB}/django/db/models/query_utils.py
${PYSITELIB}/django/db/models/query_utils.pyc
${PYSITELIB}/django/db/models/query_utils.pyo
${PYSITELIB}/django/db/models/signals.py
${PYSITELIB}/django/db/models/signals.pyc
${PYSITELIB}/django/db/models/signals.pyo
${PYSITELIB}/django/db/models/sql/__init__.py
${PYSITELIB}/django/db/models/sql/__init__.pyc
${PYSITELIB}/django/db/models/sql/__init__.pyo
${PYSITELIB}/django/db/models/sql/compiler.py
${PYSITELIB}/django/db/models/sql/compiler.pyc
${PYSITELIB}/django/db/models/sql/compiler.pyo
${PYSITELIB}/django/db/models/sql/constants.py
${PYSITELIB}/django/db/models/sql/constants.pyc
${PYSITELIB}/django/db/models/sql/constants.pyo
${PYSITELIB}/django/db/models/sql/datastructures.py
${PYSITELIB}/django/db/models/sql/datastructures.pyc
${PYSITELIB}/django/db/models/sql/datastructures.pyo
${PYSITELIB}/django/db/models/sql/query.py
${PYSITELIB}/django/db/models/sql/query.pyc
${PYSITELIB}/django/db/models/sql/query.pyo
${PYSITELIB}/django/db/models/sql/subqueries.py
${PYSITELIB}/django/db/models/sql/subqueries.pyc
${PYSITELIB}/django/db/models/sql/subqueries.pyo
${PYSITELIB}/django/db/models/sql/where.py
${PYSITELIB}/django/db/models/sql/where.pyc
${PYSITELIB}/django/db/models/sql/where.pyo
${PYSITELIB}/django/db/models/utils.py
${PYSITELIB}/django/db/models/utils.pyc
${PYSITELIB}/django/db/models/utils.pyo
${PYSITELIB}/django/db/transaction.py
${PYSITELIB}/django/db/transaction.pyc
${PYSITELIB}/django/db/transaction.pyo
${PYSITELIB}/django/db/utils.py
${PYSITELIB}/django/db/utils.pyc
${PYSITELIB}/django/db/utils.pyo
${PYSITELIB}/django/dispatch/__init__.py
${PYSITELIB}/django/dispatch/__init__.pyc
${PYSITELIB}/django/dispatch/__init__.pyo
${PYSITELIB}/django/dispatch/dispatcher.py
${PYSITELIB}/django/dispatch/dispatcher.pyc
${PYSITELIB}/django/dispatch/dispatcher.pyo
${PYSITELIB}/django/dispatch/license.txt
${PYSITELIB}/django/forms/__init__.py
${PYSITELIB}/django/forms/__init__.pyc
${PYSITELIB}/django/forms/__init__.pyo
${PYSITELIB}/django/forms/boundfield.py
${PYSITELIB}/django/forms/boundfield.pyc
${PYSITELIB}/django/forms/boundfield.pyo
${PYSITELIB}/django/forms/fields.py
${PYSITELIB}/django/forms/fields.pyc
${PYSITELIB}/django/forms/fields.pyo
${PYSITELIB}/django/forms/forms.py
${PYSITELIB}/django/forms/forms.pyc
${PYSITELIB}/django/forms/forms.pyo
${PYSITELIB}/django/forms/formsets.py
${PYSITELIB}/django/forms/formsets.pyc
${PYSITELIB}/django/forms/formsets.pyo
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/attrs.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox_option.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/checkbox_select.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/clearable_file_input.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/date.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/datetime.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/email.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/file.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/hidden.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/input.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/input_option.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiple_hidden.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiple_input.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/multiwidget.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/number.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/password.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/radio.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/radio_option.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select_date.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/select_option.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/splitdatetime.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/text.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/textarea.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/time.html
${PYSITELIB}/django/forms/jinja2/django/forms/widgets/url.html
${PYSITELIB}/django/forms/models.py
${PYSITELIB}/django/forms/models.pyc
${PYSITELIB}/django/forms/models.pyo
${PYSITELIB}/django/forms/renderers.py
${PYSITELIB}/django/forms/renderers.pyc
${PYSITELIB}/django/forms/renderers.pyo
${PYSITELIB}/django/forms/templates/django/forms/widgets/attrs.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox_option.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/checkbox_select.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/clearable_file_input.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/date.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/datetime.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/email.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/file.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/hidden.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/input.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/input_option.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/multiple_hidden.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/multiple_input.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/multiwidget.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/number.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/password.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/radio.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/radio_option.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/select.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/select_date.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/select_option.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/splitdatetime.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/splithiddendatetime.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/text.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/textarea.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/time.html
${PYSITELIB}/django/forms/templates/django/forms/widgets/url.html
${PYSITELIB}/django/forms/utils.py
${PYSITELIB}/django/forms/utils.pyc
${PYSITELIB}/django/forms/utils.pyo
${PYSITELIB}/django/forms/widgets.py
${PYSITELIB}/django/forms/widgets.pyc
${PYSITELIB}/django/forms/widgets.pyo
${PYSITELIB}/django/http/__init__.py
${PYSITELIB}/django/http/__init__.pyc
${PYSITELIB}/django/http/__init__.pyo
${PYSITELIB}/django/http/cookie.py
${PYSITELIB}/django/http/cookie.pyc
${PYSITELIB}/django/http/cookie.pyo
${PYSITELIB}/django/http/multipartparser.py
${PYSITELIB}/django/http/multipartparser.pyc
${PYSITELIB}/django/http/multipartparser.pyo
${PYSITELIB}/django/http/request.py
${PYSITELIB}/django/http/request.pyc
${PYSITELIB}/django/http/request.pyo
${PYSITELIB}/django/http/response.py
${PYSITELIB}/django/http/response.pyc
${PYSITELIB}/django/http/response.pyo
${PYSITELIB}/django/middleware/__init__.py
${PYSITELIB}/django/middleware/__init__.pyc
${PYSITELIB}/django/middleware/__init__.pyo
${PYSITELIB}/django/middleware/cache.py
${PYSITELIB}/django/middleware/cache.pyc
${PYSITELIB}/django/middleware/cache.pyo
${PYSITELIB}/django/middleware/clickjacking.py
${PYSITELIB}/django/middleware/clickjacking.pyc
${PYSITELIB}/django/middleware/clickjacking.pyo
${PYSITELIB}/django/middleware/common.py
${PYSITELIB}/django/middleware/common.pyc
${PYSITELIB}/django/middleware/common.pyo
${PYSITELIB}/django/middleware/csrf.py
${PYSITELIB}/django/middleware/csrf.pyc
${PYSITELIB}/django/middleware/csrf.pyo
${PYSITELIB}/django/middleware/gzip.py
${PYSITELIB}/django/middleware/gzip.pyc
${PYSITELIB}/django/middleware/gzip.pyo
${PYSITELIB}/django/middleware/http.py
${PYSITELIB}/django/middleware/http.pyc
${PYSITELIB}/django/middleware/http.pyo
${PYSITELIB}/django/middleware/locale.py
${PYSITELIB}/django/middleware/locale.pyc
${PYSITELIB}/django/middleware/locale.pyo
${PYSITELIB}/django/middleware/security.py
${PYSITELIB}/django/middleware/security.pyc
${PYSITELIB}/django/middleware/security.pyo
${PYSITELIB}/django/shortcuts.py
${PYSITELIB}/django/shortcuts.pyc
${PYSITELIB}/django/shortcuts.pyo
${PYSITELIB}/django/template/__init__.py
${PYSITELIB}/django/template/__init__.pyc
${PYSITELIB}/django/template/__init__.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/template/autoreload.py
${PYSITELIB}/django/template/autoreload.pyc
${PYSITELIB}/django/template/autoreload.pyo
${PYSITELIB}/django/template/backends/__init__.py
${PYSITELIB}/django/template/backends/__init__.pyc
${PYSITELIB}/django/template/backends/__init__.pyo
${PYSITELIB}/django/template/backends/base.py
${PYSITELIB}/django/template/backends/base.pyc
${PYSITELIB}/django/template/backends/base.pyo
${PYSITELIB}/django/template/backends/django.py
${PYSITELIB}/django/template/backends/django.pyc
${PYSITELIB}/django/template/backends/django.pyo
${PYSITELIB}/django/template/backends/dummy.py
${PYSITELIB}/django/template/backends/dummy.pyc
${PYSITELIB}/django/template/backends/dummy.pyo
${PYSITELIB}/django/template/backends/jinja2.py
${PYSITELIB}/django/template/backends/jinja2.pyc
${PYSITELIB}/django/template/backends/jinja2.pyo
${PYSITELIB}/django/template/backends/utils.py
${PYSITELIB}/django/template/backends/utils.pyc
${PYSITELIB}/django/template/backends/utils.pyo
${PYSITELIB}/django/template/base.py
${PYSITELIB}/django/template/base.pyc
${PYSITELIB}/django/template/base.pyo
${PYSITELIB}/django/template/context.py
${PYSITELIB}/django/template/context.pyc
${PYSITELIB}/django/template/context.pyo
${PYSITELIB}/django/template/context_processors.py
${PYSITELIB}/django/template/context_processors.pyc
${PYSITELIB}/django/template/context_processors.pyo
${PYSITELIB}/django/template/defaultfilters.py
${PYSITELIB}/django/template/defaultfilters.pyc
${PYSITELIB}/django/template/defaultfilters.pyo
${PYSITELIB}/django/template/defaulttags.py
${PYSITELIB}/django/template/defaulttags.pyc
${PYSITELIB}/django/template/defaulttags.pyo
${PYSITELIB}/django/template/engine.py
${PYSITELIB}/django/template/engine.pyc
${PYSITELIB}/django/template/engine.pyo
${PYSITELIB}/django/template/exceptions.py
${PYSITELIB}/django/template/exceptions.pyc
${PYSITELIB}/django/template/exceptions.pyo
${PYSITELIB}/django/template/library.py
${PYSITELIB}/django/template/library.pyc
${PYSITELIB}/django/template/library.pyo
${PYSITELIB}/django/template/loader.py
${PYSITELIB}/django/template/loader.pyc
${PYSITELIB}/django/template/loader.pyo
${PYSITELIB}/django/template/loader_tags.py
${PYSITELIB}/django/template/loader_tags.pyc
${PYSITELIB}/django/template/loader_tags.pyo
${PYSITELIB}/django/template/loaders/__init__.py
${PYSITELIB}/django/template/loaders/__init__.pyc
${PYSITELIB}/django/template/loaders/__init__.pyo
${PYSITELIB}/django/template/loaders/app_directories.py
${PYSITELIB}/django/template/loaders/app_directories.pyc
${PYSITELIB}/django/template/loaders/app_directories.pyo
${PYSITELIB}/django/template/loaders/base.py
${PYSITELIB}/django/template/loaders/base.pyc
${PYSITELIB}/django/template/loaders/base.pyo
${PYSITELIB}/django/template/loaders/cached.py
${PYSITELIB}/django/template/loaders/cached.pyc
${PYSITELIB}/django/template/loaders/cached.pyo
${PYSITELIB}/django/template/loaders/filesystem.py
${PYSITELIB}/django/template/loaders/filesystem.pyc
${PYSITELIB}/django/template/loaders/filesystem.pyo
${PYSITELIB}/django/template/loaders/locmem.py
${PYSITELIB}/django/template/loaders/locmem.pyc
${PYSITELIB}/django/template/loaders/locmem.pyo
${PYSITELIB}/django/template/response.py
${PYSITELIB}/django/template/response.pyc
${PYSITELIB}/django/template/response.pyo
${PYSITELIB}/django/template/smartif.py
${PYSITELIB}/django/template/smartif.pyc
${PYSITELIB}/django/template/smartif.pyo
${PYSITELIB}/django/template/utils.py
${PYSITELIB}/django/template/utils.pyc
${PYSITELIB}/django/template/utils.pyo
${PYSITELIB}/django/templatetags/__init__.py
${PYSITELIB}/django/templatetags/__init__.pyc
${PYSITELIB}/django/templatetags/__init__.pyo
${PYSITELIB}/django/templatetags/cache.py
${PYSITELIB}/django/templatetags/cache.pyc
${PYSITELIB}/django/templatetags/cache.pyo
${PYSITELIB}/django/templatetags/i18n.py
${PYSITELIB}/django/templatetags/i18n.pyc
${PYSITELIB}/django/templatetags/i18n.pyo
${PYSITELIB}/django/templatetags/l10n.py
${PYSITELIB}/django/templatetags/l10n.pyc
${PYSITELIB}/django/templatetags/l10n.pyo
${PYSITELIB}/django/templatetags/static.py
${PYSITELIB}/django/templatetags/static.pyc
${PYSITELIB}/django/templatetags/static.pyo
${PYSITELIB}/django/templatetags/tz.py
${PYSITELIB}/django/templatetags/tz.pyc
${PYSITELIB}/django/templatetags/tz.pyo
${PYSITELIB}/django/test/__init__.py
${PYSITELIB}/django/test/__init__.pyc
${PYSITELIB}/django/test/__init__.pyo
${PYSITELIB}/django/test/client.py
${PYSITELIB}/django/test/client.pyc
${PYSITELIB}/django/test/client.pyo
${PYSITELIB}/django/test/html.py
${PYSITELIB}/django/test/html.pyc
${PYSITELIB}/django/test/html.pyo
${PYSITELIB}/django/test/runner.py
${PYSITELIB}/django/test/runner.pyc
${PYSITELIB}/django/test/runner.pyo
${PYSITELIB}/django/test/selenium.py
${PYSITELIB}/django/test/selenium.pyc
${PYSITELIB}/django/test/selenium.pyo
${PYSITELIB}/django/test/signals.py
${PYSITELIB}/django/test/signals.pyc
${PYSITELIB}/django/test/signals.pyo
${PYSITELIB}/django/test/testcases.py
${PYSITELIB}/django/test/testcases.pyc
${PYSITELIB}/django/test/testcases.pyo
${PYSITELIB}/django/test/utils.py
${PYSITELIB}/django/test/utils.pyc
${PYSITELIB}/django/test/utils.pyo
${PYSITELIB}/django/urls/__init__.py
${PYSITELIB}/django/urls/__init__.pyc
${PYSITELIB}/django/urls/__init__.pyo
${PYSITELIB}/django/urls/base.py
${PYSITELIB}/django/urls/base.pyc
${PYSITELIB}/django/urls/base.pyo
${PYSITELIB}/django/urls/conf.py
${PYSITELIB}/django/urls/conf.pyc
${PYSITELIB}/django/urls/conf.pyo
${PYSITELIB}/django/urls/converters.py
${PYSITELIB}/django/urls/converters.pyc
${PYSITELIB}/django/urls/converters.pyo
${PYSITELIB}/django/urls/exceptions.py
${PYSITELIB}/django/urls/exceptions.pyc
${PYSITELIB}/django/urls/exceptions.pyo
${PYSITELIB}/django/urls/resolvers.py
${PYSITELIB}/django/urls/resolvers.pyc
${PYSITELIB}/django/urls/resolvers.pyo
${PYSITELIB}/django/urls/utils.py
${PYSITELIB}/django/urls/utils.pyc
${PYSITELIB}/django/urls/utils.pyo
${PYSITELIB}/django/utils/__init__.py
${PYSITELIB}/django/utils/__init__.pyc
${PYSITELIB}/django/utils/__init__.pyo
${PYSITELIB}/django/utils/_os.py
${PYSITELIB}/django/utils/_os.pyc
${PYSITELIB}/django/utils/_os.pyo
${PYSITELIB}/django/utils/archive.py
${PYSITELIB}/django/utils/archive.pyc
${PYSITELIB}/django/utils/archive.pyo
${PYSITELIB}/django/utils/asyncio.py
${PYSITELIB}/django/utils/asyncio.pyc
${PYSITELIB}/django/utils/asyncio.pyo
${PYSITELIB}/django/utils/autoreload.py
${PYSITELIB}/django/utils/autoreload.pyc
${PYSITELIB}/django/utils/autoreload.pyo
${PYSITELIB}/django/utils/baseconv.py
${PYSITELIB}/django/utils/baseconv.pyc
${PYSITELIB}/django/utils/baseconv.pyo
${PYSITELIB}/django/utils/cache.py
${PYSITELIB}/django/utils/cache.pyc
${PYSITELIB}/django/utils/cache.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/utils/connection.py
${PYSITELIB}/django/utils/connection.pyc
${PYSITELIB}/django/utils/connection.pyo
${PYSITELIB}/django/utils/crypto.py
${PYSITELIB}/django/utils/crypto.pyc
${PYSITELIB}/django/utils/crypto.pyo
${PYSITELIB}/django/utils/datastructures.py
${PYSITELIB}/django/utils/datastructures.pyc
${PYSITELIB}/django/utils/datastructures.pyo
${PYSITELIB}/django/utils/dateformat.py
${PYSITELIB}/django/utils/dateformat.pyc
${PYSITELIB}/django/utils/dateformat.pyo
${PYSITELIB}/django/utils/dateparse.py
${PYSITELIB}/django/utils/dateparse.pyc
${PYSITELIB}/django/utils/dateparse.pyo
${PYSITELIB}/django/utils/dates.py
${PYSITELIB}/django/utils/dates.pyc
${PYSITELIB}/django/utils/dates.pyo
${PYSITELIB}/django/utils/datetime_safe.py
${PYSITELIB}/django/utils/datetime_safe.pyc
${PYSITELIB}/django/utils/datetime_safe.pyo
${PYSITELIB}/django/utils/deconstruct.py
${PYSITELIB}/django/utils/deconstruct.pyc
${PYSITELIB}/django/utils/deconstruct.pyo
${PYSITELIB}/django/utils/decorators.py
${PYSITELIB}/django/utils/decorators.pyc
${PYSITELIB}/django/utils/decorators.pyo
${PYSITELIB}/django/utils/deprecation.py
${PYSITELIB}/django/utils/deprecation.pyc
${PYSITELIB}/django/utils/deprecation.pyo
${PYSITELIB}/django/utils/duration.py
${PYSITELIB}/django/utils/duration.pyc
${PYSITELIB}/django/utils/duration.pyo
${PYSITELIB}/django/utils/encoding.py
${PYSITELIB}/django/utils/encoding.pyc
${PYSITELIB}/django/utils/encoding.pyo
${PYSITELIB}/django/utils/feedgenerator.py
${PYSITELIB}/django/utils/feedgenerator.pyc
${PYSITELIB}/django/utils/feedgenerator.pyo
${PYSITELIB}/django/utils/formats.py
${PYSITELIB}/django/utils/formats.pyc
${PYSITELIB}/django/utils/formats.pyo
${PYSITELIB}/django/utils/functional.py
${PYSITELIB}/django/utils/functional.pyc
${PYSITELIB}/django/utils/functional.pyo
${PYSITELIB}/django/utils/hashable.py
${PYSITELIB}/django/utils/hashable.pyc
${PYSITELIB}/django/utils/hashable.pyo
${PYSITELIB}/django/utils/html.py
${PYSITELIB}/django/utils/html.pyc
${PYSITELIB}/django/utils/html.pyo
${PYSITELIB}/django/utils/http.py
${PYSITELIB}/django/utils/http.pyc
${PYSITELIB}/django/utils/http.pyo
${PYSITELIB}/django/utils/inspect.py
${PYSITELIB}/django/utils/inspect.pyc
${PYSITELIB}/django/utils/inspect.pyo
${PYSITELIB}/django/utils/ipv6.py
${PYSITELIB}/django/utils/ipv6.pyc
${PYSITELIB}/django/utils/ipv6.pyo
${PYSITELIB}/django/utils/itercompat.py
${PYSITELIB}/django/utils/itercompat.pyc
${PYSITELIB}/django/utils/itercompat.pyo
${PYSITELIB}/django/utils/jslex.py
${PYSITELIB}/django/utils/jslex.pyc
${PYSITELIB}/django/utils/jslex.pyo
${PYSITELIB}/django/utils/log.py
${PYSITELIB}/django/utils/log.pyc
${PYSITELIB}/django/utils/log.pyo
${PYSITELIB}/django/utils/lorem_ipsum.py
${PYSITELIB}/django/utils/lorem_ipsum.pyc
${PYSITELIB}/django/utils/lorem_ipsum.pyo
${PYSITELIB}/django/utils/module_loading.py
${PYSITELIB}/django/utils/module_loading.pyc
${PYSITELIB}/django/utils/module_loading.pyo
${PYSITELIB}/django/utils/numberformat.py
${PYSITELIB}/django/utils/numberformat.pyc
${PYSITELIB}/django/utils/numberformat.pyo
${PYSITELIB}/django/utils/regex_helper.py
${PYSITELIB}/django/utils/regex_helper.pyc
${PYSITELIB}/django/utils/regex_helper.pyo
${PYSITELIB}/django/utils/safestring.py
${PYSITELIB}/django/utils/safestring.pyc
${PYSITELIB}/django/utils/safestring.pyo
${PYSITELIB}/django/utils/termcolors.py
${PYSITELIB}/django/utils/termcolors.pyc
${PYSITELIB}/django/utils/termcolors.pyo
${PYSITELIB}/django/utils/text.py
${PYSITELIB}/django/utils/text.pyc
${PYSITELIB}/django/utils/text.pyo
${PYSITELIB}/django/utils/timesince.py
${PYSITELIB}/django/utils/timesince.pyc
${PYSITELIB}/django/utils/timesince.pyo
${PYSITELIB}/django/utils/timezone.py
${PYSITELIB}/django/utils/timezone.pyc
${PYSITELIB}/django/utils/timezone.pyo
${PYSITELIB}/django/utils/topological_sort.py
${PYSITELIB}/django/utils/topological_sort.pyc
${PYSITELIB}/django/utils/topological_sort.pyo
${PYSITELIB}/django/utils/translation/__init__.py
${PYSITELIB}/django/utils/translation/__init__.pyc
${PYSITELIB}/django/utils/translation/__init__.pyo
${PYSITELIB}/django/utils/translation/reloader.py
${PYSITELIB}/django/utils/translation/reloader.pyc
${PYSITELIB}/django/utils/translation/reloader.pyo
${PYSITELIB}/django/utils/translation/template.py
${PYSITELIB}/django/utils/translation/template.pyc
${PYSITELIB}/django/utils/translation/template.pyo
${PYSITELIB}/django/utils/translation/trans_null.py
${PYSITELIB}/django/utils/translation/trans_null.pyc
${PYSITELIB}/django/utils/translation/trans_null.pyo
${PYSITELIB}/django/utils/translation/trans_real.py
${PYSITELIB}/django/utils/translation/trans_real.pyc
${PYSITELIB}/django/utils/translation/trans_real.pyo
${PYSITELIB}/django/utils/tree.py
${PYSITELIB}/django/utils/tree.pyc
${PYSITELIB}/django/utils/tree.pyo
${PYSITELIB}/django/utils/version.py
${PYSITELIB}/django/utils/version.pyc
${PYSITELIB}/django/utils/version.pyo
${PYSITELIB}/django/utils/xmlutils.py
${PYSITELIB}/django/utils/xmlutils.pyc
${PYSITELIB}/django/utils/xmlutils.pyo
${PYSITELIB}/django/views/__init__.py
${PYSITELIB}/django/views/__init__.pyc
${PYSITELIB}/django/views/__init__.pyo
${PYSITELIB}/django/views/csrf.py
${PYSITELIB}/django/views/csrf.pyc
${PYSITELIB}/django/views/csrf.pyo
${PYSITELIB}/django/views/debug.py
${PYSITELIB}/django/views/debug.pyc
${PYSITELIB}/django/views/debug.pyo
${PYSITELIB}/django/views/decorators/__init__.py
${PYSITELIB}/django/views/decorators/__init__.pyc
${PYSITELIB}/django/views/decorators/__init__.pyo
${PYSITELIB}/django/views/decorators/cache.py
${PYSITELIB}/django/views/decorators/cache.pyc
${PYSITELIB}/django/views/decorators/cache.pyo
${PYSITELIB}/django/views/decorators/clickjacking.py
${PYSITELIB}/django/views/decorators/clickjacking.pyc
${PYSITELIB}/django/views/decorators/clickjacking.pyo
py-django3: updated to 3.2.1 Django 3.2.1 CVE-2021-31542: Potential directory-traversal via uploaded files MultiPartParser, UploadedFile, and FieldFile allowed directory-traversal via uploaded files with suitably crafted file names. In order to mitigate this risk, stricter basename and path sanitation is now applied. Specifically, empty file names and paths with dot segments will be rejected. Bugfixes Corrected detection of GDAL 3.2 on Windows. Fixed a bug in Django 3.2 where subclasses of BigAutoField and SmallAutoField were not allowed for the DEFAULT_AUTO_FIELD setting. Fixed a regression in Django 3.2 that caused a crash of QuerySet.values()/values_list() after QuerySet.union(), intersection(), and difference() when it was ordered by an unannotated field. Restored, following a regression in Django 3.2, displaying an exception message on the technical 404 debug page. Fixed a bug in Django 3.2 where a system check would crash on a reverse one-to-one relationships in CheckConstraint.check or UniqueConstraint.condition. Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.search_fields when searching against phrases with unbalanced quotes. Fixed a bug in Django 3.2 where variable lookup errors were logged rendering the sitemap template if alternates were not defined. Fixed a regression in Django 3.2 that caused a crash when combining Q() objects which contains boolean expressions. Fixed a regression in Django 3.2 that caused a crash of QuerySet.update() on a queryset ordered by inherited or joined fields on MySQL and MariaDB. Fixed a regression in Django 3.2 that caused a crash when decoding a cookie value, used by django.contrib.messages.storage.cookie.CookieStorage, in the pre-Django 3.2 format. Fixed a regression in Django 3.2 that stopped the shift-key modifier selecting multiple rows in the admin changelist. Fixed a bug in Django 3.2 where a system check would crash on the STATICFILES_DIRS setting with a list of 2-tuples of (prefix, path). Fixed a long standing bug involving queryset bitwise combination when used with subqueries that began manifesting in Django 3.2, due to a separate fix using Exists to exclude() multi-valued relationships. Fixed a bug in Django 3.2 where variable lookup errors were logged when rendering some admin templates. Fixed a bug in Django 3.2 where an admin changelist would crash when deleting objects filtered against multi-valued relationships. The admin changelist now uses Exists() instead QuerySet.distinct() because calling delete() after distinct() is not allowed in Django 3.2 to address a data loss possibility. Fixed a regression in Django 3.2 where the calling process environment would not be passed to the dbshell command on PostgreSQL. Fixed a performance regression in Django 3.2 when building complex filters with subqueries. As a side-effect the private API to check django.db.sql.query.Query equality is removed. Django 3.2.0: Automatic AppConfig discovery simplifies configuration of pluggable applications. Customizing the type of auto-created primary keys begins a process of migrating to BigAutoField primary key fields by default. Functional indexes can now be created on expressions and database functions.
2021-05-05 09:06:29 +02:00
${PYSITELIB}/django/views/decorators/common.py
${PYSITELIB}/django/views/decorators/common.pyc
${PYSITELIB}/django/views/decorators/common.pyo
${PYSITELIB}/django/views/decorators/csrf.py
${PYSITELIB}/django/views/decorators/csrf.pyc
${PYSITELIB}/django/views/decorators/csrf.pyo
${PYSITELIB}/django/views/decorators/debug.py
${PYSITELIB}/django/views/decorators/debug.pyc
${PYSITELIB}/django/views/decorators/debug.pyo
${PYSITELIB}/django/views/decorators/gzip.py
${PYSITELIB}/django/views/decorators/gzip.pyc
${PYSITELIB}/django/views/decorators/gzip.pyo
${PYSITELIB}/django/views/decorators/http.py
${PYSITELIB}/django/views/decorators/http.pyc
${PYSITELIB}/django/views/decorators/http.pyo
${PYSITELIB}/django/views/decorators/vary.py
${PYSITELIB}/django/views/decorators/vary.pyc
${PYSITELIB}/django/views/decorators/vary.pyo
${PYSITELIB}/django/views/defaults.py
${PYSITELIB}/django/views/defaults.pyc
${PYSITELIB}/django/views/defaults.pyo
${PYSITELIB}/django/views/generic/__init__.py
${PYSITELIB}/django/views/generic/__init__.pyc
${PYSITELIB}/django/views/generic/__init__.pyo
${PYSITELIB}/django/views/generic/base.py
${PYSITELIB}/django/views/generic/base.pyc
${PYSITELIB}/django/views/generic/base.pyo
${PYSITELIB}/django/views/generic/dates.py
${PYSITELIB}/django/views/generic/dates.pyc
${PYSITELIB}/django/views/generic/dates.pyo
${PYSITELIB}/django/views/generic/detail.py
${PYSITELIB}/django/views/generic/detail.pyc
${PYSITELIB}/django/views/generic/detail.pyo
${PYSITELIB}/django/views/generic/edit.py
${PYSITELIB}/django/views/generic/edit.pyc
${PYSITELIB}/django/views/generic/edit.pyo
${PYSITELIB}/django/views/generic/list.py
${PYSITELIB}/django/views/generic/list.pyc
${PYSITELIB}/django/views/generic/list.pyo
${PYSITELIB}/django/views/i18n.py
${PYSITELIB}/django/views/i18n.pyc
${PYSITELIB}/django/views/i18n.pyo
${PYSITELIB}/django/views/static.py
${PYSITELIB}/django/views/static.pyc
${PYSITELIB}/django/views/static.pyo
${PYSITELIB}/django/views/templates/default_urlconf.html
${PYSITELIB}/django/views/templates/technical_404.html
${PYSITELIB}/django/views/templates/technical_500.html
${PYSITELIB}/django/views/templates/technical_500.txt