Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses

Regression in 7ec330eeb9.
Thanks Tim Graham for the review.
This commit is contained in:
Claude Paroz 2017-04-19 10:24:22 +02:00
parent dff559ff83
commit 43b4a1618e
4 changed files with 21 additions and 3 deletions

View file

@ -33,3 +33,6 @@ Bugfixes
* Fixed layout of ``ReadOnlyPasswordHashWidget`` (used in the admin's user
change page) (:ticket:`28097`).
* Allowed prefetch calls on managers with custom ``ModelIterable`` subclasses
(:ticket:`28096`).