File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ version with these. Your code will need to be updated to continue working.
5
5
6
6
## 3.0.3
7
7
8
+ * Fix deprecated urls
9
+ * Update template context processors docs
10
+ * Fix deprecrated argument in signals
11
+ * Update decorators for Django 3
12
+ * Fix issue with lazy string
8
13
* Drop deprecated ` force_text() `
9
14
10
15
## 3.0.2
Original file line number Diff line number Diff line change 30
30
"Environment :: Web Environment" ,
31
31
"Framework :: Django" ,
32
32
'Framework :: Django :: 2.2' ,
33
- 'Framework :: Django :: 3.0' ,
34
33
'Framework :: Django :: 3.1' ,
34
+ 'Framework :: Django :: 3.2' ,
35
35
"Intended Audience :: Developers" ,
36
36
"License :: OSI Approved :: MIT License" ,
37
37
"Operating System :: OS Independent" ,
38
38
"Programming Language :: Python" ,
39
39
'Programming Language :: Python :: 3' ,
40
- 'Programming Language :: Python :: 3.5' ,
41
- 'Programming Language :: Python :: 3.6' ,
42
- 'Programming Language :: Python :: 3.7' ,
43
- 'Programming Language :: Python :: 3.8' ,
44
- 'Programming Language :: Python :: 3.9' ,
45
40
]
46
41
)
You can’t perform that action at this time.
0 commit comments