File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- **4.0.0 (unreleased ) **
4
+ **4.0.0 (Oct 14, 2022 ) **
5
5
6
6
* Officially support Django 4.1
7
7
* Fixed: Django 4.1 autocomplete on newly added nested inlines by dispatching
Original file line number Diff line number Diff line change 14
14
import django .forms .formsets
15
15
import monkeybiz
16
16
17
- __version__ = "3.4 .0"
17
+ __version__ = "4.0 .0"
18
18
19
19
# import mapping to objects in other modules
20
20
all_by_module = {
Original file line number Diff line number Diff line change 68
68
"Programming Language :: Python" ,
69
69
"Programming Language :: Python :: 3" ,
70
70
"Programming Language :: Python :: 3 :: Only" ,
71
- "Programming Language :: Python :: 3.6" ,
72
71
"Programming Language :: Python :: 3.7" ,
73
72
"Programming Language :: Python :: 3.8" ,
74
73
"Programming Language :: Python :: 3.9" ,
75
74
"Programming Language :: Python :: 3.10" ,
76
75
"Framework :: Django" ,
77
- "Framework :: Django :: 2.2" ,
78
76
"Framework :: Django :: 3.2" ,
79
77
"Framework :: Django :: 4.0" ,
78
+ "Framework :: Django :: 4.1" ,
80
79
],
81
80
include_package_data = True ,
82
81
zip_safe = False ,
You can’t perform that action at this time.
0 commit comments