Skip to content

Commit 65f5c11

Browse files
committed
Document support for Django 2.2.
1 parent 1c5466e commit 65f5c11

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There is a live example API for testing purposes, [available here][sandbox].
5656
# Requirements
5757

5858
* Python (2.7, 3.4, 3.5, 3.6, 3.7)
59-
* Django (1.11, 2.0, 2.1)
59+
* Django (1.11, 2.0, 2.1, 2.2)
6060

6161
We **highly recommend** and only officially support the latest patch release of
6262
each Python and Django series.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ continued development by **[signing up for a paid plan][funding]**.
8787
REST framework requires the following:
8888

8989
* Python (2.7, 3.4, 3.5, 3.6, 3.7)
90-
* Django (1.11, 2.0, 2.1)
90+
* Django (1.11, 2.0, 2.1, 2.2)
9191

9292
We **highly recommend** and only officially support the latest patch release of
9393
each Python and Django series.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get_version(package):
6161
'Framework :: Django :: 1.11',
6262
'Framework :: Django :: 2.0',
6363
'Framework :: Django :: 2.1',
64+
'Framework :: Django :: 2.2',
6465
'Intended Audience :: Developers',
6566
'License :: OSI Approved :: BSD License',
6667
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)