File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
6
+ Unreleased
7
+ ----------
8
+
9
+ * Confirmed support for Django 4.0.
10
+
6
11
2.1.0 (2021-03-03)
7
12
------------------
8
13
Original file line number Diff line number Diff line change 27
27
'Framework :: Django :: 3.0' ,
28
28
'Framework :: Django :: 3.1' ,
29
29
'Framework :: Django :: 3.2' ,
30
+ 'Framework :: Django :: 4.0' ,
30
31
'Intended Audience :: Developers' ,
31
32
'Natural Language :: English' ,
32
33
'License :: OSI Approved :: BSD License' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ envlist =
4
4
py3{6,7,8,9}-django30
5
5
py3{6,7,8,9}-django31
6
6
py3{6,7,8,9}-django32
7
- py3{6,7,8,9}-master
7
+ py3{8,9}-django40
8
+ py3{8,9}-main
8
9
9
10
[testenv]
10
11
basepython =
21
22
django-30: Django>=3.0a1,<3.1
22
23
django-31: Django>=3.1a1,<3.2
23
24
django-32: Django>=3.2a1,<4.0
24
- django-master: https://github.com/django/django/archive/master.tar.gz
25
+ django-40: Django>=4.0a1,<4.1
26
+ django-main: https://github.com/django/django/archive/main.tar.gz
You can’t perform that action at this time.
0 commit comments