Skip to content

Commit f59cc54

Browse files
committed
updaets README
1 parent b3a96fb commit f59cc54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Release 2.1
22
-----------
33
* drop support Python 2.x
44
* add support Django 2.2
5+
* drop support Django < 1.11
6+
57

68
Release 2.0
79
-----------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Django Concurrency
1010

1111
django-concurrency is an optimistic lock [1]_ implementation for Django.
1212

13-
Supported Django versions: 1.8.x, 1.9.x, 1.10.x., 1.11.x, 2.x
13+
Supported Django versions: 1.11.x, 2.x
1414

1515
It prevents users from doing concurrent editing in Django both from UI and from a
1616
django command.

0 commit comments

Comments
 (0)