Refs #27859 -- Added DatabaseWrapper.display_name.

Thanks Tim Graham for the review.
This commit is contained in:
Mariusz Felisiak 2017-05-23 15:09:35 +02:00 committed by Tim Graham
parent 5dc6f77423
commit b3eb6eaf1a
7 changed files with 13 additions and 0 deletions

View file

@ -258,6 +258,10 @@ Database backend API
``datetime_extract_sql()`` methods now return only the SQL to perform the
operation instead of SQL and a list of parameters.
* Third-party database backends should add a ``DatabaseWrapper.display_name``
attribute with the name of the database that your backend works with. Django
may use it in various messages, such as in system checks.
Dropped support for Oracle 11.2
-------------------------------