mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
This commit is contained in:
@@ -456,6 +456,9 @@ Database backend API
|
||||
which is deprecated. Custom database backends should ensure all types of
|
||||
indexes are returned by ``DatabaseIntrospection.get_constraints()``.
|
||||
|
||||
* Renamed the ``ignores_quoted_identifier_case`` feature to
|
||||
``ignores_table_name_case`` to more accurately reflect how it is used.
|
||||
|
||||
Dropped support for PostgreSQL 9.2 and PostGIS 2.0
|
||||
--------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user