Skip to content

Commit 49d6156

Browse files
committed
Bump to version 2.0.1
1 parent b985d89 commit 49d6156

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changes
22

3+
- 2.0.1
4+
* Fix regression introduced in 2.0: Attribute `filter_by` in widgets `Selectize`,
5+
`SelectizeMultiple` and `DualSelector` did not trigger a reload if observer field changed.
6+
* Prevent double loading of options in widgets `Selectize`, `SelectizeMultiple` and
7+
`DualSelector`.
8+
39
- 2.0
410
* **Main feature of this release:** It now is possible to use a **django-formset** aware
511
`ModelForm` or `FormCollection` inside the Django-Admin.

formset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (2, 0)
1+
VERSION = (2, 0, 1)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)