mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #25852 -- Made sure AlterModelManager forces a reload of its model state.
Thanks to Geoffrey Sechter and the Django NYC group for the report and Markus for the review.
This commit is contained in:
parent
b7fdd60d85
commit
c4e372aaf4
4 changed files with 12 additions and 0 deletions
|
@ -34,3 +34,6 @@ Bugfixes
|
|||
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
||||
``TextField`` respectively when using ``AlterField`` on PostgreSQL
|
||||
(:ticket:`25412`).
|
||||
|
||||
* Fixed a state bug when using an ``AlterModelManagers`` operation
|
||||
(:ticket:`25852`).
|
||||
|
|
|
@ -40,3 +40,6 @@ Bugfixes
|
|||
|
||||
* Fixed evaluation of zero-length slices of ``QuerySet.values()``
|
||||
(:ticket:`25894`).
|
||||
|
||||
* Fixed a state bug when using an ``AlterModelManagers`` operation
|
||||
(:ticket:`25852`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue