mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Regression in 7ec330eeb9
.
Thanks Tim Graham for the review.
This commit is contained in:
parent
dff559ff83
commit
43b4a1618e
4 changed files with 21 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue