diff --git a/README.rst b/README.rst index 530234946..7e9bf7da1 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Requirements ------------ * **Python**: 3.4, 3.5, 3.6 -* **Django**: 1.11, 2.0b +* **Django**: 1.11, 2.0 * **DRF**: 3.7 If you need to support Python 2.7 or Django <1.11 use the version 1.1 release. diff --git a/docs/guide/install.txt b/docs/guide/install.txt index c494cd06f..d338ca56a 100644 --- a/docs/guide/install.txt +++ b/docs/guide/install.txt @@ -30,5 +30,5 @@ __ http://www.django-rest-framework.org/ * **Python**: 3.4, 3.5, 3.6 -* **Django**: 1.11, 2.0b +* **Django**: 1.11, 2.0 * **DRF**: 3.7 diff --git a/setup.py b/setup.py index 5ca19eb84..28f11d521 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ 'Operating System :: OS Independent', 'Framework :: Django', 'Framework :: Django :: 1.11', + 'Framework :: Django :: 2.0', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', diff --git a/tox.ini b/tox.ini index 5be7de9fc..fbe1ea26c 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ setenv = PYTHONDONTWRITEBYTECODE=1 deps = django111: django>=1.11.0,<2.0 - django20: django>=2.0b1,<2.1 + django20: django>=2.0,<2.1 djangorestframework>=3.7,<3.8 latest: {[latest]deps} -rrequirements/test-ci.txt