Skip to content

Commit

Permalink
Merge pull request #164 from founders4schools/drf-3.8
Browse files Browse the repository at this point in the history
DRF 3.8 support
  • Loading branch information
auvipy committed Apr 17, 2018
2 parents 0b1fe1a + 402d175 commit daaf0cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,12 @@
Changelog
=========

Version 0.13.0 [Unreleased]
---------------------------

- `#163 <https://github.com/djangonauts/django-rest-framework-gis/issues/163>`_:
added compatibility with django-rest-framework 3.8

Version 0.12.0 [2017-11-12]
---------------------------

Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -39,6 +39,7 @@ Compatibility with DRF, Django and Python

=============== ============================ ==================== ==================================
DRF-gis version DRF version Django version Python version
**0.13.x** **3.3** to **3.8** **1.11** to **2.0** **2.7** to **3.6**
**0.12.x** **3.1** to **3.7** **1.11** to **2.0** **2.7** to **3.6**
**0.11.x** **3.1** to **3.6** **1.7** to **1.11** **2.7** to **3.6**
**0.10.x** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5**
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
six
djangorestframework>=3.3,<3.8
djangorestframework>=3.3,<3.9

0 comments on commit daaf0cc

Please sign in to comment.