Skip to content

Commit 1974618

Browse files
committed
Allow compatibility with DRF 3.7
1 parent f19dd14 commit 1974618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python
3939

4040
=============== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42-
**0.11.x** **3.1** to **3.6** **1.7** to **1.11** **2.7** to **3.6**
42+
**0.11.x** **3.1** to **3.7** **1.7** to **1.11** **2.7** to **3.6**
4343
**0.10.x** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5**
4444
**0.9.6** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.5**
4545
**0.9.5** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.4**

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
six
2-
djangorestframework>=3.3,<3.7
2+
djangorestframework>=3.3,<3.8

0 commit comments

Comments
 (0)