Skip to content

Commit

Permalink
Release v3.3.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 17, 2020
1 parent e0bb0ad commit e93779d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Changelog
=========

**3.3.3 (unreleased)**
**3.3.3 (Dec 17, 2020)**

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

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

Expand Down
2 changes: 1 addition & 1 deletion nested_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import django.forms.formsets
import monkeybiz

__version__ = '3.3.2'
__version__ = '3.3.3'

# import mapping to objects in other modules
all_by_module = {
Expand Down

0 comments on commit e93779d

Please sign in to comment.