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

python3-django-reversion-3.0.7-bp153.1.19 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-django-reversion Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.0.7 Vendor: openSUSE
Release: bp153.1.19 Build date: Sat Mar 6 11:49:47 2021
Group: Unspecified Build host: build70
Size: 317986 Source RPM: python-django-reversion-3.0.7-bp153.1.19.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 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
* Mon Mar 11 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix typo python2->python3
* Thu Jan 24 2019 Martin Herkt <9+suse@cirno.systems>
  - Update to version 3.0.3:
    * Improved performance of many reversion database queries using
      `EXISTS` subquery.
    * Added support for Django 2.1 `view` permission.
* Tue Nov 06 2018 Martin Herkt <9+suse@cirno.systems>
  - Update to version 3.0.2:
    * Removed squashed migrations, as they subtly messed up the
      Django migrations framework
* Mon Oct 29 2018 Martin Herkt <9+suse@cirno.systems>
  - Update to version 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
* Fri Jul 20 2018 9+suse@cirno.systems
  - Update to version 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
* Mon May 28 2018 9+suse@cirno.systems
  - Rewrite spec file to current conventions
    * Build documentation
    * lang packages
    * Not running tests as these require configuring MySQL and PostgreSQL
  - Update to version 2.0.13:
    * Years worth of changes, including a breaking major version bump.
      See CHANGELOG.rst in the package documentation path for details.
* Wed Apr 22 2015 mcihar@suse.cz
  - Update to version 1.8.6:
    - Support for MySQL utf8mb4 (@alexhayes).
    - Fixing some Django deprecation warnings (Drew Hubl, @khakulov, @adonm).
    - Versions passed through by reversion.post_revision_commit now contain a primary key (@joelarson).
    - Added support for proxy models (@AgDude, @bourivouh).
    - Allowing registration of models with django-reversion using custom signals (@ErwinJunge).
    - Fixing some Django deprecation warnings (@skipp, @narrowfail).
    - Fixing including legacy south migrations in PyPi package (@GeyseR).
    - Provisional Django 1.7 support (@etianen).
    - Multi-db and multi-manager support to management commands (@marekmalek).
    - Added index on reversion.date_created (@rkojedzinszky).
    - Minor bugfixes and documentation improvements (@coagulant).
    - reversion.register() can now be used as a class decorator (@aquavitae).
    - Danish translation (@Vandborg).
    - Improvements to Travis CI integration (@thedrow).
    - Simplified Chinese translation (@QuantumGhost).
    - Minor bugfixes and documentation improvements (@marekmalek, @dhoffman34, @mauricioabreu, @mark0978).
    - 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.

Files

/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info
/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/django_reversion-3.0.7-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/reversion
/usr/lib/python3.6/site-packages/reversion/__init__.py
/usr/lib/python3.6/site-packages/reversion/__pycache__
/usr/lib/python3.6/site-packages/reversion/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/admin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/admin.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/middleware.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/middleware.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/models.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/models.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/revisions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/revisions.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/signals.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/signals.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/views.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/__pycache__/views.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/admin.py
/usr/lib/python3.6/site-packages/reversion/errors.py
/usr/lib/python3.6/site-packages/reversion/locale
/usr/lib/python3.6/site-packages/reversion/locale/ar
/usr/lib/python3.6/site-packages/reversion/locale/ar/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/ar/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/ar/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/cs
/usr/lib/python3.6/site-packages/reversion/locale/cs/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/cs/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/cs/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/da
/usr/lib/python3.6/site-packages/reversion/locale/da/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/da/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/da/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/de
/usr/lib/python3.6/site-packages/reversion/locale/de/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/de/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/de/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/es
/usr/lib/python3.6/site-packages/reversion/locale/es/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/es/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/es/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/es_AR
/usr/lib/python3.6/site-packages/reversion/locale/es_AR/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/es_AR/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/es_AR/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/fr
/usr/lib/python3.6/site-packages/reversion/locale/fr/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/fr/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/fr/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/he
/usr/lib/python3.6/site-packages/reversion/locale/he/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/he/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/he/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/it
/usr/lib/python3.6/site-packages/reversion/locale/it/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/it/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/it/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/nb
/usr/lib/python3.6/site-packages/reversion/locale/nb/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/nb/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/nb/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/nl
/usr/lib/python3.6/site-packages/reversion/locale/nl/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/nl/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/nl/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/pl
/usr/lib/python3.6/site-packages/reversion/locale/pl/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/pl/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/pl/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/pt_BR
/usr/lib/python3.6/site-packages/reversion/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/pt_BR/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/pt_BR/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/ru
/usr/lib/python3.6/site-packages/reversion/locale/ru/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/ru/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/ru/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/sk
/usr/lib/python3.6/site-packages/reversion/locale/sk/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/sk/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/sk/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/sl_SI
/usr/lib/python3.6/site-packages/reversion/locale/sl_SI/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/sl_SI/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/sl_SI/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/sv
/usr/lib/python3.6/site-packages/reversion/locale/sv/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/sv/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/sv/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/uk
/usr/lib/python3.6/site-packages/reversion/locale/uk/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/uk/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/uk/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/zh_CN
/usr/lib/python3.6/site-packages/reversion/locale/zh_CN/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/zh_CN/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/zh_CN/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/locale/zh_Hans
/usr/lib/python3.6/site-packages/reversion/locale/zh_Hans/LC_MESSAGES
/usr/lib/python3.6/site-packages/reversion/locale/zh_Hans/LC_MESSAGES/django.mo
/usr/lib/python3.6/site-packages/reversion/locale/zh_Hans/LC_MESSAGES/django.po
/usr/lib/python3.6/site-packages/reversion/management
/usr/lib/python3.6/site-packages/reversion/management/__init__.py
/usr/lib/python3.6/site-packages/reversion/management/__pycache__
/usr/lib/python3.6/site-packages/reversion/management/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/management/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands
/usr/lib/python3.6/site-packages/reversion/management/commands/__init__.py
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__/createinitialrevisions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__/createinitialrevisions.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__/deleterevisions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands/__pycache__/deleterevisions.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/management/commands/createinitialrevisions.py
/usr/lib/python3.6/site-packages/reversion/management/commands/deleterevisions.py
/usr/lib/python3.6/site-packages/reversion/middleware.py
/usr/lib/python3.6/site-packages/reversion/migrations
/usr/lib/python3.6/site-packages/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
/usr/lib/python3.6/site-packages/reversion/migrations/__init__.py
/usr/lib/python3.6/site-packages/reversion/migrations/__pycache__
/usr/lib/python3.6/site-packages/reversion/migrations/__pycache__/0001_squashed_0004_auto_20160611_1202.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/migrations/__pycache__/0001_squashed_0004_auto_20160611_1202.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/migrations/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/reversion/migrations/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/reversion/models.py
/usr/lib/python3.6/site-packages/reversion/revisions.py
/usr/lib/python3.6/site-packages/reversion/signals.py
/usr/lib/python3.6/site-packages/reversion/templates
/usr/lib/python3.6/site-packages/reversion/templates/reversion
/usr/lib/python3.6/site-packages/reversion/templates/reversion/change_list.html
/usr/lib/python3.6/site-packages/reversion/templates/reversion/object_history.html
/usr/lib/python3.6/site-packages/reversion/templates/reversion/recover_form.html
/usr/lib/python3.6/site-packages/reversion/templates/reversion/recover_list.html
/usr/lib/python3.6/site-packages/reversion/templates/reversion/revision_form.html
/usr/lib/python3.6/site-packages/reversion/views.py
/usr/share/doc/packages/python3-django-reversion
/usr/share/doc/packages/python3-django-reversion/CHANGELOG.rst
/usr/share/doc/packages/python3-django-reversion/README.rst
/usr/share/licenses/python3-django-reversion
/usr/share/licenses/python3-django-reversion/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024