Skip to content

Commit d1868be

Browse files
author
John Baker
committed
Added support for Django 3.2
1 parent 855c05e commit d1868be

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Compatibility
117117
WhiteNoise works with any WSGI-compatible application and is tested on Python
118118
**3.5** – **3.8** and **PyPy**, on both Linux and Windows.
119119

120-
Django WhiteNoiseMiddlware is tested with Django versions **1.11** --- **3.1**
120+
Django WhiteNoiseMiddlware is tested with Django versions **1.11** --- **3.2**
121121

122122

123123
Endorsements

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def read(*path):
3939
"Framework :: Django :: 2.2",
4040
"Framework :: Django :: 3.0",
4141
"Framework :: Django :: 3.1",
42+
"Framework :: Django :: 3.2",
4243
"Intended Audience :: Developers",
4344
"License :: OSI Approved :: MIT License",
4445
"Operating System :: OS Independent",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ deps =
2525
django22: Django>=2.2,<3.0
2626
django30: Django>=3.0,<3.1
2727
django31: Django>=3.1,<3.2
28+
django32: Django>=3.2,<3.3
2829
master: https://github.com/django/django/archive/master.tar.gz
2930
extras =
3031
brotli

0 commit comments

Comments
 (0)