Changelog for
python3-django-reversion-3.0.3-2.1.noarch.rpm :
Thu Jan 24 13:00:00 2019 9+suseAATTcirno.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 6 13:00:00 2018 9+suseAATTcirno.systems
- Update to version 3.0.2:
* Removed squashed migrations, as they subtly messed up the
Django migrations framework
Mon Oct 29 13:00:00 2018 9+suseAATTcirno.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 14:00:00 2018 9+suseAATTcirno.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 14:00:00 2018 9+suseAATTcirno.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 14:00:00 2015 mciharAATTsuse.cz
- Update to version 1.8.6:
- Support for MySQL utf8mb4 (AATTalexhayes).
- Fixing some Django deprecation warnings (Drew Hubl, AATTkhakulov, AATTadonm).
- Versions passed through by reversion.post_revision_commit now contain a primary key (AATTjoelarson).
- Added support for proxy models (AATTAgDude, AATTbourivouh).
- Allowing registration of models with django-reversion using custom signals (AATTErwinJunge).
- Fixing some Django deprecation warnings (AATTskipp, AATTnarrowfail).
- Fixing including legacy south migrations in PyPi package (AATTGeyseR).
- Provisional Django 1.7 support (AATTetianen).
- Multi-db and multi-manager support to management commands (AATTmarekmalek).
- Added index on reversion.date_created (AATTrkojedzinszky).
- Minor bugfixes and documentation improvements (AATTcoagulant).
- reversion.register() can now be used as a class decorator (AATTaquavitae).
- Danish translation (AATTVandborg).
- Improvements to Travis CI integration (AATTthedrow).
- Simplified Chinese translation (AATTQuantumGhost).
- Minor bugfixes and documentation improvements (AATTmarekmalek, AATTdhoffman34, AATTmauricioabreu, AATTmark0978).
- Slovak translation (AATTjbub).
- Deleting a user no longer deletes the associated revisions (AATTdaaray).
- Improving handling of inline models in admin integration (AATTblueyed).
- Improving error messages for proxy model registration (AATTblueyed).
- Improvements to using migrations with custom user model (AATTaivins).
- Removing sys.exit() in deleterevisions management command, allowing it to be used internally by Django projects (AATTtongwang).
- Fixing some backwards-compatible admin deprecation warnings (Thomas Schreiber).
- Fixing tests if RevisionMiddleware is used as a decorator in the parent project (AATTjmoldow).
- Derived models, such as those generated by deferred querysets, now work.
Thu Jan 23 13:00:00 2014 mciharAATTsuse.cz
- Update to version 1.8.0:
+ Django 1.6 compatibility (AATTniwibe & AATTmeshy).
+ Removing type flag from Version model.
+ Using bulk_create to speed up revision creation.
+ Including docs in source distribution (AATTpquentin & AATTfladi).
+ Spanish translation (AATTalexander-ae).
+ Fixing edge-case bugs in revision middleware (AATTpricem & AATToppianmatt).
- Improve package description
Sat Sep 28 14:00:00 2013 p.drouandAATTgmail.com
- Update to version 1.7.1
+ Bugfixes when using a custom User model.
+ Minor bugfixes.
- Use download url as source url
- Add documentation from tarball
Wed Dec 12 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.6.5:
- Support for Django 1.4.3.
Mon Oct 29 13:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.6.4:
- Support for Django 1.4.2.
Thu Sep 6 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.6.3:
- Fixing issue with reverting models with unique constraints in
the admin.
- Enforcing permissions in admin views.
Tue Jul 31 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.6.2:
- Batch saving option in createinitialrevisions.
- Suppressing warning for Django 1.4.1.
- Aditional changes from 1.6.1:
- Swedish translation.
- Fixing formating for PyPi readme and license.
- Minor features and bugfixes.
Tue Mar 27 14:00:00 2012 alexandreAATTexatati.com.br
- Update to 1.6.0:
- Django 1.4 compatibility.
Wed Oct 26 14:00:00 2011 alexandreAATTexatati.com.br
- Update to 1.5.1:
- Sorry, no changelog atm.
Mon Sep 5 14:00:00 2011 alexandreAATTexatati.com.br
- Update to 1.5:
- Added in simplified low level API methods, and deprecated old
low level API methods.
- Added in support for multiple revision managers running in the
same project.
- Added in significant speedups for models with integer primary
keys.
- Added in cleanup improvements to patch generation helpers.
- Minor bug fixes.
Wed Apr 27 14:00:00 2011 alexandreAATTexatati.com.br
- Update to 1.4:
- Sorry, no changelog.
Tue Apr 19 14:00:00 2011 alexandreAATTexatati.com.br
- Regenerate spec file with py2pack.
Mon Mar 7 13:00:00 2011 alexandreAATTexatati.com.br
- Update to 1.3.3.
Fri Oct 22 14:00:00 2010 alexandreAATTexatati.com.br
- Update to 1.3.2.
Mon May 31 14:00:00 2010 alexandreAATTexatati.com.br
- Update to 1.3.1.
Mon May 31 14:00:00 2010 alexandreAATTexatati.com.br
- Update to 1.3;
- Spec file cleaned with spec-cleaner.
Wed Mar 3 13:00:00 2010 alexandreAATTexatati.com.br
- Update to 1.2.1.
Tue Oct 13 14:00:00 2009 alexandreAATTexatati.com.br
- Initial package (1.2) for openSUSE.