We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b985d89 commit 49d6156Copy full SHA for 49d6156
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Changes
2
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
+
9
- 2.0
10
* **Main feature of this release:** It now is possible to use a **django-formset** aware
11
`ModelForm` or `FormCollection` inside the Django-Admin.
formset/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (2, 0)
+VERSION = (2, 0, 1)
__version__ = '.'.join(map(str, VERSION))
0 commit comments