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 1fd2f0e commit 56279dcCopy full SHA for 56279dc
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-tip (unreleased)
5
-----------------
+1.7.0 (2015-12-02)
+------------------
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.
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.6.3'
+__version__ = '1.7.0'
def register(
0 commit comments