Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cb3fa2

Browse filesBrowse files
authored
Test Django 4.0 (#8280)
* Test Django 4.0 Django 4.0 released today. * Test Django 4.0 * Test Django 4.0 * Test Django 4.0
1 parent c05998f commit 1cb3fa2
Copy full SHA for 1cb3fa2

File tree

Expand file treeCollapse file tree

4 files changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There is a live example API for testing purposes, [available here][sandbox].
5555
# Requirements
5656

5757
* 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)
5959

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

‎docs/index.md

Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ continued development by **[signing up for a paid plan][funding]**.
8686
REST framework requires the following:
8787

8888
* 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)
9090

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

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def get_version(package):
9393
'Framework :: Django :: 3.0',
9494
'Framework :: Django :: 3.1',
9595
'Framework :: Django :: 3.2',
96+
'Framework :: Django :: 4.0',
9697
'Intended Audience :: Developers',
9798
'License :: OSI Approved :: BSD License',
9899
'Operating System :: OS Independent',

‎tox.ini

Copy file name to clipboardExpand all lines: tox.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
django22: Django>=2.2,<3.0
2525
django31: Django>=3.1,<3.2
2626
django32: Django>=3.2,<4.0
27-
django40: Django>=4.0rc1,<5.0
27+
django40: Django>=4.0,<5.0
2828
djangomain: https://github.com/django/django/archive/main.tar.gz
2929
-rrequirements/requirements-testing.txt
3030
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.