mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query. Thanks Tim Graham for the review.
This commit is contained in:
parent
1ec1633cb2
commit
d389125606
13 changed files with 81 additions and 29 deletions
|
@ -36,6 +36,8 @@ details on these changes.
|
|||
* Silencing of exceptions raised while rendering the ``{% include %}`` template
|
||||
tag will be removed.
|
||||
|
||||
* ``DatabaseIntrospection.get_indexes()`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-2.0:
|
||||
|
||||
2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue