Skip to content

Commit 008dd48

Browse files
archTortugaxclaude
authored andcommitted
release: bump to 4.0.1, add #1417 to changelog
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f6b2f29 commit 008dd48

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
4.0.1
8282

8383
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)
8488
- #1333 WidgetMixin.forward list is now copied on __init__ and
8589
__deepcopy__, preventing silent mutation across form
8690
subclasses that share a base class widget instance

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-autocomplete-light"
7-
version = "4.0.0"
7+
version = "4.0.1"
88
description = "Fresh autocompletes for Django"
99
readme = {file = "README", content-type = "text/x-rst"}
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)