mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Backport of 6afa6818fc from master
This commit is contained in:
@@ -9,4 +9,5 @@ Django 1.8.6 fixes several bugs in 1.8.5.
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression causing ``ModelChoiceField`` to ignore
|
||||
``prefetch_related()`` on its queryset (:ticket:`25496`).
|
||||
|
||||
Reference in New Issue
Block a user