mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Refs #27859 -- Added DatabaseWrapper.display_name.
Thanks Tim Graham for the review.
This commit is contained in:
parent
5dc6f77423
commit
b3eb6eaf1a
7 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue