mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_like to False.
This commit is contained in:
@@ -237,7 +237,8 @@ Database backend API
|
||||
This section describes changes that may be needed in third-party database
|
||||
backends.
|
||||
|
||||
* ...
|
||||
* ``BaseDatabaseFeatures.has_case_insensitive_like`` is changed from ``True``
|
||||
to ``False`` to reflect the behavior of most databases.
|
||||
|
||||
Dropped support for MariaDB 10.2
|
||||
--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user