mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
This fixes a regression from refs #25496.
This commit is contained in:
committed by
Tim Graham
parent
c6da4b0c68
commit
1155843a41
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user