1
0
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:
Adam Chainz
2016-11-28 18:29:21 +00:00
committed by Tim Graham
parent aa2cb4c622
commit 95238a7de8
6 changed files with 15 additions and 5 deletions

View File

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