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 11Changelog
22=========
33
4- **4.0.0 (unreleased ) **
4+ **4.0.0 (Oct 14, 2022 ) **
55
66* Officially support Django 4.1
77* Fixed: Django 4.1 autocomplete on newly added nested inlines by dispatching
Original file line number Diff line number Diff line change 1414import django .forms .formsets
1515import monkeybiz
1616
17- __version__ = "3.4 .0"
17+ __version__ = "4.0 .0"
1818
1919# import mapping to objects in other modules
2020all_by_module = {
Original file line number Diff line number Diff line change 6868 "Programming Language :: Python" ,
6969 "Programming Language :: Python :: 3" ,
7070 "Programming Language :: Python :: 3 :: Only" ,
71- "Programming Language :: Python :: 3.6" ,
7271 "Programming Language :: Python :: 3.7" ,
7372 "Programming Language :: Python :: 3.8" ,
7473 "Programming Language :: Python :: 3.9" ,
7574 "Programming Language :: Python :: 3.10" ,
7675 "Framework :: Django" ,
77- "Framework :: Django :: 2.2" ,
7876 "Framework :: Django :: 3.2" ,
7977 "Framework :: Django :: 4.0" ,
78+ "Framework :: Django :: 4.1" ,
8079 ],
8180 include_package_data = True ,
8281 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments