We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4980 commit 47d3496Copy full SHA for 47d3496
CHANGES.rst
@@ -5,6 +5,7 @@ tip (unreleased)
5
----------------
6
- Add ability to list history in admin when the object instance is deleted. (gh-72)
7
- Add ability to change history through the admin. (Enabled with the `SIMPLE_HISTORY_EDIT` setting.)
8
+- Add Django 1.9 support.
9
10
1.6.3 (2015-07-30)
11
------------------
README.rst
@@ -20,7 +20,7 @@ django-simple-history
20
21
django-simple-history stores Django model state on every create/update/delete.
22
23
-This app requires Django 1.4.2 or greater and Python 2.6 or greater.
+This app requires Django 1.4.2, 1.6 or greater and Python 2.6 or greater.
24
25
Getting Help
26
------------
0 commit comments