File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- **3.3.0 (unreleased ) **
4
+ **3.3.0 (Apr 19, 2020 ) **
5
5
6
+ * Fixed: Possible ``ManagementFormError `` when adding inlines to a formset
7
+ that had a ``ValidationError `` on a prior save. (`#164 `_)
8
+ * Fixed: ``nested_admin.SortableHiddenMixin `` convenience import. (`#165 `_)
6
9
* Official support for Django 3.0
7
10
* Removed requirement to include urlpatterns for non-grappelli installs
8
11
* Dropped support for Django versions prior to 1.11
9
12
* Dropped support for django-suit
13
+ * Switch test runner to pytest
14
+
15
+ .. _#164 : https://github.com/theatlantic/django-nested-admin/issues/164
16
+ .. _#165 : https://github.com/theatlantic/django-nested-admin/issues/165
17
+
10
18
11
19
**3.2.4 (Aug 27, 2019) **
12
20
Original file line number Diff line number Diff line change 15
15
import django .forms .formsets
16
16
import monkeybiz
17
17
18
- __version__ = '3.2.4 '
18
+ __version__ = '3.3.0 '
19
19
20
20
# import mapping to objects in other modules
21
21
all_by_module = {
You can’t perform that action at this time.
0 commit comments