pkgsrc/www/py-django-reversion/PLIST
adam 2fd6d1b924 Changes 1.8.1:
- Slovak translation (@jbub).
- Deleting a user no longer deletes the associated revisions (@daaray).
- Improving handling of inline models in admin integration (@blueyed).
- Improving error messages for proxy model registration (@blueyed).
- Improvements to using migrations with custom user model (@aivins).
- Removing sys.exit() in deleterevisions management command, allowing it to be used internally by Django projects (@tongwang).
- Fixing some backwards-compatible admin deprecation warnings (Thomas Schreiber).
- Fixing tests if RevisionMiddleware is used as a decorator in the parent project (@jmoldow).
- Derived models, such as those generated by deferred querysets, now work.
- Removed deprecated low-level API methods.
2014-06-09 10:15:44 +00:00

92 lines
4.8 KiB
Text

@comment $NetBSD: PLIST,v 1.4 2014/06/09 10:15:44 adam Exp $
${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/helpers.py
${PYSITELIB}/reversion/helpers.pyc
${PYSITELIB}/reversion/helpers.pyo
${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/reversion/locale/cs/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/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/sk/LC_MESSAGES/django.mo
${PYSITELIB}/reversion/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/reversion/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/reversion/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/reversion/locale/sv/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_initial.py
${PYSITELIB}/reversion/migrations/0001_initial.pyc
${PYSITELIB}/reversion/migrations/0001_initial.pyo
${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.py
${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.pyc
${PYSITELIB}/reversion/migrations/0002_auto__add_field_version_type.pyo
${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.py
${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.pyc
${PYSITELIB}/reversion/migrations/0003_auto__add_field_version_object_id_int.pyo
${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.py
${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.pyc
${PYSITELIB}/reversion/migrations/0004_populate_object_id_int.pyo
${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.py
${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyc
${PYSITELIB}/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyo
${PYSITELIB}/reversion/migrations/0006_remove_delete_revisions.py
${PYSITELIB}/reversion/migrations/0006_remove_delete_revisions.pyc
${PYSITELIB}/reversion/migrations/0006_remove_delete_revisions.pyo
${PYSITELIB}/reversion/migrations/0007_auto__del_field_version_type.py
${PYSITELIB}/reversion/migrations/0007_auto__del_field_version_type.pyc
${PYSITELIB}/reversion/migrations/0007_auto__del_field_version_type.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/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/tests.py
${PYSITELIB}/reversion/tests.pyc
${PYSITELIB}/reversion/tests.pyo
${PYSITELIB}/reversion/version.py
${PYSITELIB}/reversion/version.pyc
${PYSITELIB}/reversion/version.pyo