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 3
3
4
4
Unreleased
5
5
----------
6
- - Added Django 2.0 support
6
+ - Added Django 2.0 support (gh-330)
7
7
- Dropped support for Django<=1.10 (gh-356)
8
8
- Fix bug where history_view ignored user permissions (gh-361)
9
9
- 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
20
20
21
21
django-simple-history stores Django model state on every create/update/delete.
22
22
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.
24
24
However, the most recent release (1.9.1) supports Django>=1.7,<2.0. The next
25
25
release will include Django 2.0 support.
26
26
You can’t perform that action at this time.
0 commit comments