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:
@@ -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
|
||||
--------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user