1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Removed DatabaseIntrospection.get_key_columns().

Thanks Simon Charette for the report.
This commit is contained in:
Mariusz Felisiak
2021-11-10 16:38:43 +01:00
committed by GitHub
parent afea68ca51
commit 0b95a96ee1
11 changed files with 15 additions and 90 deletions

View File

@@ -246,6 +246,9 @@ backends.
* ``BaseDatabaseFeatures.has_case_insensitive_like`` is changed from ``True``
to ``False`` to reflect the behavior of most databases.
* ``DatabaseIntrospection.get_key_columns()`` is removed. Use
``DatabaseIntrospection.get_relations()`` instead.
Dropped support for MariaDB 10.2
--------------------------------