mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField.
Thanks to Emanuele Palazzetti for the help.
This commit is contained in:
parent
cf546e11ac
commit
3a36c80795
4 changed files with 121 additions and 17 deletions
|
@ -30,3 +30,7 @@ Bugfixes
|
|||
|
||||
* Fixed a state bug when migrating a ``SeparateDatabaseAndState`` operation
|
||||
backwards (:ticket:`25896`).
|
||||
|
||||
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
||||
``TextField`` respectively when using ``AlterField`` on PostgreSQL
|
||||
(:ticket:`25412`).
|
||||
|
|
|
@ -22,3 +22,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in ``CommonMiddleware`` causing ``If-None-Match`` checks
|
||||
to always return HTTP 200 (:ticket:`25900`).
|
||||
|
||||
* Fixed missing ``varchar/text_pattern_ops`` index on ``CharField`` and
|
||||
``TextField`` respectively when using ``AlterField`` on PostgreSQL
|
||||
(:ticket:`25412`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue