Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
4.0.1

Fixes
- #1417 ModelSelect2(Multiple) without a URL now renders the full
queryset again (regression: Select2InitialRenderMixin
unconditionally narrowed choices to selected PKs at render
time, breaking non-AJAX edit forms)
- #1333 WidgetMixin.forward list is now copied on __init__ and
__deepcopy__, preventing silent mutation across form
subclasses that share a base class widget instance
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-autocomplete-light"
version = "4.0.0"
version = "4.0.1"
description = "Fresh autocompletes for Django"
readme = {file = "README", content-type = "text/x-rst"}
license = {text = "MIT"}
Expand Down