Skip to content

Commit 47d3496

Browse files
committed
Document changes
1 parent 17f4980 commit 47d3496

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tip (unreleased)
55
----------------
66
- Add ability to list history in admin when the object instance is deleted. (gh-72)
77
- Add ability to change history through the admin. (Enabled with the `SIMPLE_HISTORY_EDIT` setting.)
8+
- Add Django 1.9 support.
89

910
1.6.3 (2015-07-30)
1011
------------------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ django-simple-history
2020

2121
django-simple-history stores Django model state on every create/update/delete.
2222

23-
This app requires Django 1.4.2 or greater and Python 2.6 or greater.
23+
This app requires Django 1.4.2, 1.6 or greater and Python 2.6 or greater.
2424

2525
Getting Help
2626
------------

0 commit comments

Comments
 (0)