summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-11-28 18:29:21 +0000
committerTim Graham <timograham@gmail.com>2016-11-28 13:29:21 -0500
commit95238a7de867e2a23a9247e3d6d8f654f4cee908 (patch)
tree4c55ec6b9d474549ba6f3cb9ef0e31736c0c6b23 /docs
parentaa2cb4c622dfd5709ba89ac3cace959202318987 (diff)
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 486362fe43..0c60b8488b 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -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
--------------------------------------------------