1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/py-django-reversion/pkg-plist
Sunpoet Po-Chuan Hsieh 1ca073f04b - Add py-django-reversion 1.6.1
django-reversion is an extension to the Django web framework that
provides comprehensive version control facilities:

- Roll back to any point in a model's history - an unlimited undo
  facility!
- Recover deleted models - never lose data again!
- Admin integration for maximum usability.
- Group related changes into revisions that can be rolled back in a
  single transaction.
- Automatically save a new version whenever your model changes using
  Django's flexible signalling framework.
- Automate your revision management with easy-to-use middleware.

django-reversion can be easily added to your existing Django project
with an absolute minimum of code changes.

WWW: http://pypi.python.org/pypi/django-reversion/

PR:		ports/169269
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2012-06-28 02:29:01 +00:00

110 lines
6.4 KiB
Plaintext

%%PYTHON_SITELIBDIR%%/reversion/__init__.py
%%PYTHON_SITELIBDIR%%/reversion/__init__.pyc
%%PYTHON_SITELIBDIR%%/reversion/__init__.pyo
%%PYTHON_SITELIBDIR%%/reversion/admin.py
%%PYTHON_SITELIBDIR%%/reversion/admin.pyc
%%PYTHON_SITELIBDIR%%/reversion/admin.pyo
%%PYTHON_SITELIBDIR%%/reversion/helpers.py
%%PYTHON_SITELIBDIR%%/reversion/helpers.pyc
%%PYTHON_SITELIBDIR%%/reversion/helpers.pyo
%%PYTHON_SITELIBDIR%%/reversion/locale/cs/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/cs/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/de/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/de/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/fr/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/fr/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/he/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/he/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/it/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/it/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/nb/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/nb/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/pl/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/pl/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/ru/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/ru/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/locale/sv/LC_MESSAGES/django.mo
%%PYTHON_SITELIBDIR%%/reversion/locale/sv/LC_MESSAGES/django.po
%%PYTHON_SITELIBDIR%%/reversion/management/__init__.py
%%PYTHON_SITELIBDIR%%/reversion/management/__init__.pyc
%%PYTHON_SITELIBDIR%%/reversion/management/__init__.pyo
%%PYTHON_SITELIBDIR%%/reversion/management/commands/__init__.py
%%PYTHON_SITELIBDIR%%/reversion/management/commands/__init__.pyc
%%PYTHON_SITELIBDIR%%/reversion/management/commands/__init__.pyo
%%PYTHON_SITELIBDIR%%/reversion/management/commands/createinitialrevisions.py
%%PYTHON_SITELIBDIR%%/reversion/management/commands/createinitialrevisions.pyc
%%PYTHON_SITELIBDIR%%/reversion/management/commands/createinitialrevisions.pyo
%%PYTHON_SITELIBDIR%%/reversion/management/commands/deleterevisions.py
%%PYTHON_SITELIBDIR%%/reversion/management/commands/deleterevisions.pyc
%%PYTHON_SITELIBDIR%%/reversion/management/commands/deleterevisions.pyo
%%PYTHON_SITELIBDIR%%/reversion/middleware.py
%%PYTHON_SITELIBDIR%%/reversion/middleware.pyc
%%PYTHON_SITELIBDIR%%/reversion/middleware.pyo
%%PYTHON_SITELIBDIR%%/reversion/migrations/0001_initial.py
%%PYTHON_SITELIBDIR%%/reversion/migrations/0001_initial.pyc
%%PYTHON_SITELIBDIR%%/reversion/migrations/0001_initial.pyo
%%PYTHON_SITELIBDIR%%/reversion/migrations/0002_auto__add_field_version_type.py
%%PYTHON_SITELIBDIR%%/reversion/migrations/0002_auto__add_field_version_type.pyc
%%PYTHON_SITELIBDIR%%/reversion/migrations/0002_auto__add_field_version_type.pyo
%%PYTHON_SITELIBDIR%%/reversion/migrations/0003_auto__add_field_version_object_id_int.py
%%PYTHON_SITELIBDIR%%/reversion/migrations/0003_auto__add_field_version_object_id_int.pyc
%%PYTHON_SITELIBDIR%%/reversion/migrations/0003_auto__add_field_version_object_id_int.pyo
%%PYTHON_SITELIBDIR%%/reversion/migrations/0004_populate_object_id_int.py
%%PYTHON_SITELIBDIR%%/reversion/migrations/0004_populate_object_id_int.pyc
%%PYTHON_SITELIBDIR%%/reversion/migrations/0004_populate_object_id_int.pyo
%%PYTHON_SITELIBDIR%%/reversion/migrations/0005_auto__add_field_revision_manager_slug.py
%%PYTHON_SITELIBDIR%%/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyc
%%PYTHON_SITELIBDIR%%/reversion/migrations/0005_auto__add_field_revision_manager_slug.pyo
%%PYTHON_SITELIBDIR%%/reversion/migrations/__init__.py
%%PYTHON_SITELIBDIR%%/reversion/migrations/__init__.pyc
%%PYTHON_SITELIBDIR%%/reversion/migrations/__init__.pyo
%%PYTHON_SITELIBDIR%%/reversion/models.py
%%PYTHON_SITELIBDIR%%/reversion/models.pyc
%%PYTHON_SITELIBDIR%%/reversion/models.pyo
%%PYTHON_SITELIBDIR%%/reversion/revisions.py
%%PYTHON_SITELIBDIR%%/reversion/revisions.pyc
%%PYTHON_SITELIBDIR%%/reversion/revisions.pyo
%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/change_list.html
%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/object_history.html
%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/recover_form.html
%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/recover_list.html
%%PYTHON_SITELIBDIR%%/reversion/templates/reversion/revision_form.html
%%PYTHON_SITELIBDIR%%/reversion/tests.py
%%PYTHON_SITELIBDIR%%/reversion/tests.pyc
%%PYTHON_SITELIBDIR%%/reversion/tests.pyo
%%PYTHON_SITELIBDIR%%/reversion/tests_deprecated.py
%%PYTHON_SITELIBDIR%%/reversion/tests_deprecated.pyc
%%PYTHON_SITELIBDIR%%/reversion/tests_deprecated.pyo
%%PYTHON_SITELIBDIR%%/reversion/version.py
%%PYTHON_SITELIBDIR%%/reversion/version.pyc
%%PYTHON_SITELIBDIR%%/reversion/version.pyo
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/templates/reversion
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/templates
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/migrations
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/management/commands
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/management
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/sv/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/sv
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/ru/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/ru
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pt_BR
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pl/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/pl
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/nb/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/nb
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/it/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/it
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/he/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/he
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/fr/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/fr
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/de/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/de
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/cs/LC_MESSAGES
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale/cs
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion/locale
@dirrmtry %%PYTHON_SITELIBDIR%%/reversion