mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
This fixes a regression from refs #25496.
This commit is contained in:
parent
c6da4b0c68
commit
1155843a41
3 changed files with 18 additions and 6 deletions
|
@ -14,3 +14,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in 1.8.6 that caused database routers without an
|
||||
``allow_migrate()`` method to crash (:ticket:`25686`).
|
||||
|
||||
* Fixed a regression in 1.8.6 by restoring the ability to use ``Manager``
|
||||
objects for the ``queryset`` argument of ``ModelChoiceField``
|
||||
(:ticket:`25683`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue