Skip to content

Commit 9d6704a

Browse files
author
Ross Mechanic
committed
Updated CHANGES and README
1 parent 638d4d1 commit 9d6704a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changes
33

44
Unreleased
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)

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.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.
2424
However, the most recent release (1.9.1) supports Django>=1.7,<2.0. The next
2525
release will include Django 2.0 support.
2626

0 commit comments

Comments
 (0)