We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b2f29 commit 008dd48Copy full SHA for 008dd48
2 files changed
CHANGELOG
@@ -81,6 +81,10 @@
81
4.0.1
82
83
Fixes
84
+ - #1417 ModelSelect2(Multiple) without a URL now renders the full
85
+ queryset again (regression: Select2InitialRenderMixin
86
+ unconditionally narrowed choices to selected PKs at render
87
+ time, breaking non-AJAX edit forms)
88
- #1333 WidgetMixin.forward list is now copied on __init__ and
89
__deepcopy__, preventing silent mutation across form
90
subclasses that share a base class widget instance
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "django-autocomplete-light"
7
-version = "4.0.0"
+version = "4.0.1"
8
description = "Fresh autocompletes for Django"
9
readme = {file = "README", content-type = "text/x-rst"}
10
license = {text = "MIT"}
0 commit comments