Commit graph

6 commits

Author SHA1 Message Date
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