File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ **3.4.0 (Dec 20, 2021) **
5
+
6
+ * Added support for Django 3.2 and 4.0
7
+ * Dropped official support for Python 2.7 and Django 1.11. The 3.4.0 release
8
+ will still work with python 2.7 and Django 1.11, but it will be the last
9
+ release that does so.
10
+
4
11
**3.3.3 (Dec 17, 2020) **
5
12
6
13
* Fixed: polymorphic inlines don't work if nested inside non-polymorphic
Original file line number Diff line number Diff line change 15
15
import django .forms .formsets
16
16
import monkeybiz
17
17
18
- __version__ = '3.3.3 '
18
+ __version__ = '3.4.0 '
19
19
20
20
# import mapping to objects in other modules
21
21
all_by_module = {
Original file line number Diff line number Diff line change 51
51
'Programming Language :: Python :: 3.5' ,
52
52
'Programming Language :: Python :: 3.6' ,
53
53
'Programming Language :: Python :: 3.7' ,
54
+ 'Programming Language :: Python :: 3.8' ,
55
+ 'Programming Language :: Python :: 3.9' ,
56
+ 'Programming Language :: Python :: 3.10' ,
54
57
'Framework :: Django' ,
55
- 'Framework :: Django :: 1.8' ,
56
58
'Framework :: Django :: 1.11' ,
57
- 'Framework :: Django :: 2.0' ,
58
- 'Framework :: Django :: 2.1' ,
59
59
'Framework :: Django :: 2.2' ,
60
+ 'Framework :: Django :: 3.2' ,
61
+ 'Framework :: Django :: 4.0' ,
60
62
],
61
63
include_package_data = True ,
62
64
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments