File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44Unreleased
55----------
6- - Added Django 2.0 support
6+ - Added Django 2.0 support (gh-330)
77- Dropped support for Django<=1.10 (gh-356)
88- Fix bug where history_view ignored user permissions (gh-361)
99- Fixed HistoryRequestMiddleware which hadn't been working for Django>1.9 (gh-364)
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ django-simple-history
2020
2121django-simple-history stores Django model state on every create/update/delete.
2222
23- This app requires Django 1.10 or 1.11 and Python 2.7, or 3.4 or greater.
23+ This app requires Django 1.11 or 2.0 and Python 2.7, or 3.4 or greater.
2424However, the most recent release (1.9.1) supports Django>=1.7,<2.0. The next
2525release will include Django 2.0 support.
2626
You can’t perform that action at this time.
0 commit comments