1
0
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:
Chinmoy
2021-10-28 21:26:29 +05:30
committed by GitHub
parent 8e3b1cf098
commit 073b7b5915
6 changed files with 4 additions and 5 deletions

View File

@@ -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
--------------------------------