File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Filter options
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ There is a live example API for testing purposes, [available here][sandbox].
55
55
# Requirements
56
56
57
57
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
58
- * Django (2.2, 3.0, 3.1, 3.2)
58
+ * Django (2.2, 3.0, 3.1, 3.2, 4.0 )
59
59
60
60
We ** highly recommend** and only officially support the latest patch release of
61
61
each Python and Django series.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ continued development by **[signing up for a paid plan][funding]**.
86
86
REST framework requires the following:
87
87
88
88
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
89
- * Django (2.2, 3.0, 3.1, 3.2)
89
+ * Django (2.2, 3.0, 3.1, 3.2, 4.0 )
90
90
91
91
We ** highly recommend** and only officially support the latest patch release of
92
92
each Python and Django series.
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ def get_version(package):
93
93
'Framework :: Django :: 3.0' ,
94
94
'Framework :: Django :: 3.1' ,
95
95
'Framework :: Django :: 3.2' ,
96
+ 'Framework :: Django :: 4.0' ,
96
97
'Intended Audience :: Developers' ,
97
98
'License :: OSI Approved :: BSD License' ,
98
99
'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 24
24
django22: Django>=2.2,<3.0
25
25
django31: Django>=3.1,<3.2
26
26
django32: Django>=3.2,<4.0
27
- django40: Django>=4.0rc1 ,<5.0
27
+ django40: Django>=4.0 ,<5.0
28
28
djangomain: https://github.com/django/django/archive/main.tar.gz
29
29
-rrequirements/requirements-testing.txt
30
30
-rrequirements/requirements-optionals.txt
You can’t perform that action at this time.
0 commit comments