mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #28702 -- Made query lookups for CIText fields use citext.
This commit is contained in:
parent
78c5e7b90e
commit
f0a68c2511
6 changed files with 36 additions and 3 deletions
|
|
@ -24,3 +24,6 @@ Bugfixes
|
|||
|
||||
* Fixed crash on SQLite and MySQL when ordering by a filtered subquery that
|
||||
uses ``nulls_first`` or ``nulls_last`` (:ticket:`28848`).
|
||||
|
||||
* Made query lookups for ``CICharField``, ``CIEmailField``, and ``CITextField``
|
||||
use a ``citext`` cast (:ticket:`28702`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue