diff --git a/README.rst b/README.rst index 36b97cb4..1df495d4 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python =============== ============================ ==================== ================================== DRF-gis version DRF version Django version Python version -**0.11.x** **3.1** to **3.5** **1.7** to **1.10** **2.7** to **3.5** +**0.11.x** **3.1** to **3.6** **1.7** to **1.10** **2.7** to **3.5** **0.10.x** **3.1** to **3.3** **1.7** to **1.9** **2.7** to **3.5** **0.9.6** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.5** **0.9.5** **3.1** to **3.2** **1.5** to **1.8** **2.6** to **3.4** diff --git a/requirements.txt b/requirements.txt index 2e44abd4..455ac6fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -djangorestframework>=3.3,<3.6 +djangorestframework>=3.3,<3.7