We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4f128 commit f1ccc47Copy full SHA for f1ccc47
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-**3.3.2 (unreleased)**
+**3.3.2 (Jun 11, 2020)**
5
6
* Fixed: Resolved sporadic MediaOrderConflictWarning issues on Django 2.2
7
Fixes `#141`_.
nested_admin/__init__.py
@@ -15,7 +15,7 @@
15
import django.forms.formsets
16
import monkeybiz
17
18
-__version__ = '3.3.1'
+__version__ = '3.3.2'
19
20
# import mapping to objects in other modules
21
all_by_module = {
0 commit comments