Commit graph

18 commits

Author SHA1 Message Date
adam
3bfe12c5f0 Changes 2.0.8:
- Setting ``revision.user`` in ``process_response`` for middleware (@etianen).
- Fixing localization of model primary keys in `recover_list.html` (@w4rri0r3k).
- Documentation tweaks
2017-02-02 07:30:21 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
adam
59e8bb5b80 Changes 1.10.2:
- Fixing deprecation warnings
- Minor tweaks and bug fixes
2016-04-20 17:33:57 +00:00
adam
d0a5e6e0a8 Changes 1.10.0:
- Django 1.9 compatibility
- Added spanish (argentina) translation
- Minor bugfixes and tweaks
2016-03-06 14:19:55 +00:00
adam
4f52f1947f Changes 1.9.3:
- Fixing regression with admin redirects following save action
2015-11-13 19:56:16 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
adam
7a10534df9 Changes 1.8.7:
- Fixing deleterevisions command on Python 3.
- Fixing Django 1.6 compatibility.
- Removing some Django 1.9 deprecation warnings.
- Minor tweaks.
2015-07-17 15:27:14 +00:00
adam
6bc21d6a8b Changes 1.8.6:
- Support for MySQL utf8mb4
- Fixing some Django deprecation warnings
- Versions passed through by reversion.post_revision_commit now contain a primary key
2015-04-17 15:14:15 +00:00
adam
9d83cfc553 Changes 1.8.5:
* Added support for proxy models
* Allowing registration of models with django-reversion using custom signals
* Fixing some Django deprecation warnings
2014-11-23 13:11:25 +00:00
adam
e53d699874 Changes 1.8.4:
- Provisional Django 1.7 support
- Multi-db and multi-manager support to management commands
- Added index on reversion.date_created
- Minor bugfixes and documentation improvements
2014-10-09 10:09:22 +00:00
adam
012ef6696d Changes 1.8.2:
- reversion.register() can now be used as a class decorator
- Danish translation
- Improvements to Travis CI integration
- Simplified Chinese translation
- Minor bugfixes and documentation improvement
2014-08-24 07:28:18 +00:00
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
adam
e21a075c4c Changes 1.8.0:
- Django 1.6 compatibility
- Using bulk_create to speed up revision creation.
- Including docs in source distribution
- Spanish translation
- Fixing edge-case bugs in revision middleware
2014-02-09 08:20:00 +00:00
adam
61189448a5 Changes 1.7.1:
* Bugfixes when using a custom User model.
* Minor bugfixes.
2013-08-09 07:35:03 +00:00
adam
88b139b8cb Changes 1.7:
* Django 1.5 compatibility.
* Experimantal Python 3.3 compatibility!
2013-03-13 07:25:42 +00:00
adam
616377afcc Changes 1.6.4:
Bug fixes.
2012-11-25 08:46:23 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
adam
6cf9446f46 django-reversion is an extension to the Django web framework that provides
comprehensive version control facilities.

Features
* 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.
2012-08-26 13:32:17 +00:00