Fixed applabel__ModelName___field looksups

Closes: #286
This commit is contained in:
Diederik van der Boor
2017-11-20 15:18:43 +01:00
parent 0367d5f3ee
commit 8f0932b71e
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ Changes in git
* Using ``base_model`` on the polymorphic admins is no longer required, as this can be autodetected.
* Fixed manager errors for swappable models.
* Fixed deleteText of ``|as_script_options`` template filter.
* Fixed ``.filter(applabel__ModelName___field=...)`` lookups.
* Improved ``polymorphic.utils.reset_polymorphic_ctype()`` to accept models in random ordering.
* Fix fieldsets handling in the admin (``declared_fieldsets`` is removed since Django 1.9)