Brush up the ParentAdminNotRegistered fix a bit for flow clarity.

This commit is contained in:
Diederik van der Boor
2016-10-14 11:48:22 +02:00
parent 3570d10754
commit 58f89efa5d
2 changed files with 9 additions and 11 deletions
+1
View File
@@ -10,6 +10,7 @@ Changes in git
* Fixed ``polymorphic_modelformset_factory()`` usage.
* Fixed Python 3 bug for inline formsets.
* Fixed CSS for Grappelli, so model choice menu properly overlaps.
* Fixed ``ParentAdminNotRegistered`` exception for models that are registered via a proxy model instead of the real base model.
Version 1.0.1 (2016-09-11)