Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-django-reversion-5.0.12-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-django-reversion Distribution: openSUSE Tumbleweed
Version: 5.0.12 Vendor: openSUSE
Release: 2.2 Build date: Thu Mar 28 06:47:33 2024
Group: Unspecified Build host: reproducible
Size: 289483 Source RPM: python-django-reversion-5.0.12-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/etianen/django-reversion
Summary: A Django extension that provides version control for model instances
Django-reversion is an extension to the Django web framework that provides
version control for model instances.

-  Roll back to any point in a model instance's history.
-  Recover deleted model instances.
-  Simple admin integration.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Mar 28 2024 Max Lin <mlin@suse.com>
  - Add %{?sle15_python_module_pythons}
* Thu Feb 22 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 5.0.12:
    * Improved the Chinese translation
    * Fix N+1 queries while rendering the ``recover_list.html`` template
    * Fix ``get_deleted``
    * Speed up ``get_deleted``
    * Fix handling case of missing object in admin revert
    * Handling case of missing object in admin revert
  - Switch to pyproject and autosetup macros.
  - Refresh only-sqlite-test-db.patch
* Sat Jan 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 5.0.4:
    * Fix warning log formatting for failed reverts (@tony).
    * A revision will no longer be created if a transaction is marked as
      rollback, as this would otherwise cause an additional database error
    * A warning log is now emitted if a revert fails due to database integrity
      errors, making debugging the final
    ``RevertError`` easier.
    * Fixed doc builds on readthedocs (@etianen).
    * Fix admin detail view in multi-database configuration (@atten).
    * Added support for using django-reversion contexts in ``asyncio`` tasks
    * Improved performance of `createinitialrevisions` management command
* Tue Dec 28 2021 John Vandenberg <jayvdb@gmail.com>
  - Activate test suite using only-sqlite-test-db.patch
  - Remove build dependencies mysqlclient & psycopg2
  - Update to v4.0.1
    * Django 4.0b support
    * Optimized VersionQuerySet.get_deleted
  - from v4.0.0
    * Breaking: The create_revision view decorator and RevisionMiddleware
      no longer roll back the revision and database transaction on
      response status code >= 400. It's the responsibility of the
      view to use transaction.atomic() to roll back any invalid data.
      This can be enabled globally by setting ATOMIC_REQUESTS=True.
    * Fixing gettext plural forms with Django
    * Deprecation removals
    * Documentation fixes
  - from v3.0.9
    * Significant speedup to Version.objects.get_deleted(...)
      database query for PostgreSQL
    * Testing against Django 3.1
    * Django 4.0 compatibility improvements
  - from v3.0.8
    * Added use_natural_foreign_keys option to reversion.register()
    * Documentation improvments and minor fixes
    * Dropped support for Django 1.11 LTS.
* Thu Feb 20 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 3.0.7:
    * Packaging improvements (@michael-k).
    * Removing deprecated usages of force_text (@Tenzer).
    * Documentation fixes (@chicheng).
    * Removing deprecated usages of ugettext_lazy (@François GUÉRIN).
    * Slovenian translation (@Bor Plestenjak).
* Fri Dec 06 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix the requires on the Django as it really works with > 1.11 and
    does not support python 2 anymore
* Thu Dec 05 2019 Martin Herkt <9+suse@cirno.systems>
  - Update to 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`.
* Wed May 22 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 3.0.4:
    * Various dependency fixes
  - Upstreamed 0000-Remove-django.contrib.admin-dependency.patch
* Sat May 04 2019 Martin Herkt <9+suse@cirno.systems>
  - Add 0000-Remove-django.contrib.admin-dependency.patch
    https://github.com/etianen/django-reversion/issues/744
* Wed Apr 24 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Do not mess around with doc/lang subpackages, the docs are
    all online and the lang split actually breaks as the lang part
    is hard-required for the python to work in most cases

Files

/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/LICENSE
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/METADATA
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/RECORD
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/WHEEL
/usr/lib/python3.10/site-packages/django_reversion-5.0.12.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/reversion
/usr/lib/python3.10/site-packages/reversion/__init__.py
/usr/lib/python3.10/site-packages/reversion/__pycache__
/usr/lib/python3.10/site-packages/reversion/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/admin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/admin.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/apps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/apps.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/middleware.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/middleware.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/revisions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/revisions.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/signals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/signals.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/views.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/__pycache__/views.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/admin.py
/usr/lib/python3.10/site-packages/reversion/apps.py
/usr/lib/python3.10/site-packages/reversion/errors.py
/usr/lib/python3.10/site-packages/reversion/locale
/usr/lib/python3.10/site-packages/reversion/locale/ar
/usr/lib/python3.10/site-packages/reversion/locale/ar/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/ar/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/ar/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/cs
/usr/lib/python3.10/site-packages/reversion/locale/cs/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/cs/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/cs/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/da
/usr/lib/python3.10/site-packages/reversion/locale/da/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/da/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/da/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/de
/usr/lib/python3.10/site-packages/reversion/locale/de/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/de/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/de/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/es
/usr/lib/python3.10/site-packages/reversion/locale/es/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/es/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/es/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/es_AR
/usr/lib/python3.10/site-packages/reversion/locale/es_AR/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/es_AR/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/es_AR/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/fr
/usr/lib/python3.10/site-packages/reversion/locale/fr/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/fr/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/fr/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/he
/usr/lib/python3.10/site-packages/reversion/locale/he/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/he/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/he/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/it
/usr/lib/python3.10/site-packages/reversion/locale/it/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/it/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/it/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/nb
/usr/lib/python3.10/site-packages/reversion/locale/nb/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/nb/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/nb/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/nl
/usr/lib/python3.10/site-packages/reversion/locale/nl/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/nl/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/nl/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/pl
/usr/lib/python3.10/site-packages/reversion/locale/pl/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/pl/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/pl/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/pt_BR
/usr/lib/python3.10/site-packages/reversion/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/pt_BR/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/pt_BR/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/ru
/usr/lib/python3.10/site-packages/reversion/locale/ru/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/ru/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/ru/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/sk
/usr/lib/python3.10/site-packages/reversion/locale/sk/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/sk/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/sk/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/sl_SI
/usr/lib/python3.10/site-packages/reversion/locale/sl_SI/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/sl_SI/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/sl_SI/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/sv
/usr/lib/python3.10/site-packages/reversion/locale/sv/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/sv/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/sv/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/uk
/usr/lib/python3.10/site-packages/reversion/locale/uk/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/uk/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/uk/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/locale/zh_Hans
/usr/lib/python3.10/site-packages/reversion/locale/zh_Hans/LC_MESSAGES
/usr/lib/python3.10/site-packages/reversion/locale/zh_Hans/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/reversion/locale/zh_Hans/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/reversion/management
/usr/lib/python3.10/site-packages/reversion/management/__init__.py
/usr/lib/python3.10/site-packages/reversion/management/__pycache__
/usr/lib/python3.10/site-packages/reversion/management/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/management/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands
/usr/lib/python3.10/site-packages/reversion/management/commands/__init__.py
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__/createinitialrevisions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__/createinitialrevisions.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__/deleterevisions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands/__pycache__/deleterevisions.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/management/commands/createinitialrevisions.py
/usr/lib/python3.10/site-packages/reversion/management/commands/deleterevisions.py
/usr/lib/python3.10/site-packages/reversion/middleware.py
/usr/lib/python3.10/site-packages/reversion/migrations
/usr/lib/python3.10/site-packages/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
/usr/lib/python3.10/site-packages/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.py
/usr/lib/python3.10/site-packages/reversion/migrations/__init__.py
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__/0001_squashed_0004_auto_20160611_1202.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__/0001_squashed_0004_auto_20160611_1202.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__/0002_add_index_on_version_for_content_type_and_db.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__/0002_add_index_on_version_for_content_type_and_db.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/reversion/migrations/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/reversion/models.py
/usr/lib/python3.10/site-packages/reversion/revisions.py
/usr/lib/python3.10/site-packages/reversion/signals.py
/usr/lib/python3.10/site-packages/reversion/templates
/usr/lib/python3.10/site-packages/reversion/templates/reversion
/usr/lib/python3.10/site-packages/reversion/templates/reversion/change_list.html
/usr/lib/python3.10/site-packages/reversion/templates/reversion/object_history.html
/usr/lib/python3.10/site-packages/reversion/templates/reversion/recover_form.html
/usr/lib/python3.10/site-packages/reversion/templates/reversion/recover_list.html
/usr/lib/python3.10/site-packages/reversion/templates/reversion/revision_form.html
/usr/lib/python3.10/site-packages/reversion/views.py
/usr/share/doc/packages/python310-django-reversion
/usr/share/doc/packages/python310-django-reversion/CHANGELOG.rst
/usr/share/doc/packages/python310-django-reversion/README.rst
/usr/share/licenses/python310-django-reversion
/usr/share/licenses/python310-django-reversion/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024