Skip to content

Commit 2099c4a

Browse files
committed
v3.3.0 [ci skip]
1 parent 55554d6 commit 2099c4a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
Changelog
22
=========
33

4-
**3.3.0 (unreleased)**
4+
**3.3.0 (Apr 19, 2020)**
55

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`_)
69
* Official support for Django 3.0
710
* Removed requirement to include urlpatterns for non-grappelli installs
811
* Dropped support for Django versions prior to 1.11
912
* 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+
1018

1119
**3.2.4 (Aug 27, 2019)**
1220

nested_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import django.forms.formsets
1616
import monkeybiz
1717

18-
__version__ = '3.2.4'
18+
__version__ = '3.3.0'
1919

2020
# import mapping to objects in other modules
2121
all_by_module = {

0 commit comments

Comments
 (0)