a07c084088
3.0.7: - Removing deprecated usages of `ugettest_lazy` - Slovenian translation 3.0.6: - Packaging improvements - Removing deprecated usages of `force_text` - Documentation fixes 3.0.5: - Improved performance of `get_deleted` for large datasets - Django 3.0 compatibility - Drops Django < 1.11 compatibility - Fixed errors in manageement commands when `django.contrib.admin` is not in `INSTALLED_APPS` 3.0.4: - Remove `django.contrib.admin` dependency from django-reversion. - README refactor - Testing against Django 2.2 3.0.3: - Improved performance of many reversion database queries using `EXISTS` subquery - Added support for Django 2.1 `view` permission 3.0.2: - Removed squashed migrations, as they subtly messed up the Django migrations framework 3.0.1: - Added squashed migrations back in to allow older installations to upgrade. - Fixed TypeError exception when accessing m2m_data attribute from a field that points to Django’s User model 3.0.0: - **Breaking:** ``Revision.commment`` now contains the raw JSON change message generated by django admin, rather than a string. Accesing ``Revision.comment`` directly is no longer recommended. Instead, use ``Revision.get_comment()``. - **BREAKING:** django-reversion now uses ``_base_manager`` to calculate deleted models, not ``_default_manager``. This change will only affect models that perform default filtering in their ``_default_manager`` - Added ``request_creates_revision`` hook to ``RevisionMiddleware`` and ``views.create_revision``. - Added ``revision_request_creates_revision`` hook to ``views.RevisionMixinView``. - Added ``--meta`` flag to ``./manage.py createrevisions`` - Fixed bug when reverting deleted nested inlines - Added tests for django 2.1
94 lines
4.6 KiB
Text
94 lines
4.6 KiB
Text
@comment $NetBSD: PLIST,v 1.13 2020/06/03 15:27:44 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/reversion/__init__.py
|
|
${PYSITELIB}/reversion/__init__.pyc
|
|
${PYSITELIB}/reversion/__init__.pyo
|
|
${PYSITELIB}/reversion/admin.py
|
|
${PYSITELIB}/reversion/admin.pyc
|
|
${PYSITELIB}/reversion/admin.pyo
|
|
${PYSITELIB}/reversion/errors.py
|
|
${PYSITELIB}/reversion/errors.pyc
|
|
${PYSITELIB}/reversion/errors.pyo
|
|
${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/da/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/da/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/es_AR/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/es_AR/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/fr/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/fr/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/he/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/he/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/it/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/it/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/nb/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/nb/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/nl/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/nl/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/pl/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/pt_BR/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/sl_SI/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/sl_SI/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/uk/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/uk/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/zh_CN/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/zh_CN/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/locale/zh_Hans/LC_MESSAGES/django.mo
|
|
${PYSITELIB}/reversion/locale/zh_Hans/LC_MESSAGES/django.po
|
|
${PYSITELIB}/reversion/management/__init__.py
|
|
${PYSITELIB}/reversion/management/__init__.pyc
|
|
${PYSITELIB}/reversion/management/__init__.pyo
|
|
${PYSITELIB}/reversion/management/commands/__init__.py
|
|
${PYSITELIB}/reversion/management/commands/__init__.pyc
|
|
${PYSITELIB}/reversion/management/commands/__init__.pyo
|
|
${PYSITELIB}/reversion/management/commands/createinitialrevisions.py
|
|
${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyc
|
|
${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyo
|
|
${PYSITELIB}/reversion/management/commands/deleterevisions.py
|
|
${PYSITELIB}/reversion/management/commands/deleterevisions.pyc
|
|
${PYSITELIB}/reversion/management/commands/deleterevisions.pyo
|
|
${PYSITELIB}/reversion/middleware.py
|
|
${PYSITELIB}/reversion/middleware.pyc
|
|
${PYSITELIB}/reversion/middleware.pyo
|
|
${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
|
|
${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyc
|
|
${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyo
|
|
${PYSITELIB}/reversion/migrations/__init__.py
|
|
${PYSITELIB}/reversion/migrations/__init__.pyc
|
|
${PYSITELIB}/reversion/migrations/__init__.pyo
|
|
${PYSITELIB}/reversion/models.py
|
|
${PYSITELIB}/reversion/models.pyc
|
|
${PYSITELIB}/reversion/models.pyo
|
|
${PYSITELIB}/reversion/revisions.py
|
|
${PYSITELIB}/reversion/revisions.pyc
|
|
${PYSITELIB}/reversion/revisions.pyo
|
|
${PYSITELIB}/reversion/signals.py
|
|
${PYSITELIB}/reversion/signals.pyc
|
|
${PYSITELIB}/reversion/signals.pyo
|
|
${PYSITELIB}/reversion/templates/reversion/change_list.html
|
|
${PYSITELIB}/reversion/templates/reversion/object_history.html
|
|
${PYSITELIB}/reversion/templates/reversion/recover_form.html
|
|
${PYSITELIB}/reversion/templates/reversion/recover_list.html
|
|
${PYSITELIB}/reversion/templates/reversion/revision_form.html
|
|
${PYSITELIB}/reversion/views.py
|
|
${PYSITELIB}/reversion/views.pyc
|
|
${PYSITELIB}/reversion/views.pyo
|