Skip to content

Commit e93779d

Browse files
committed
Release v3.3.3 [ci skip]
1 parent e0bb0ad commit e93779d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

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

4-
**3.3.3 (unreleased)**
4+
**3.3.3 (Dec 17, 2020)**
55

66
* Fixed: polymorphic inlines don't work if nested inside non-polymorphic
77
inlines. Fixes `#183`_.
88
* Officially support Django 3.1
9+
* Fixed: No longer has a ``collections.abc`` DeprecationWarning in python 3.8
10+
* Fixed: ManagementForm validation error bug when parent inlines have a
11+
``min_num`` defined and the user does not have add permissions on that
12+
model.
913

1014
.. _#183: https://github.com/theatlantic/django-nested-admin/issues/183
1115

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.3.2'
18+
__version__ = '3.3.3'
1919

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

0 commit comments

Comments
 (0)