diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-05-23 15:09:35 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-23 09:09:35 -0400 |
| commit | b3eb6eaf1a197ff155faf333871da032c77ba855 (patch) | |
| tree | 185f965059811b862e4a0f4372a3db4918911beb /docs | |
| parent | 5dc6f77423084dd7c99549b1e477ee573802f5a4 (diff) | |
Refs #27859 -- Added DatabaseWrapper.display_name.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 0411e8fb2d..186f64319d 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -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 ------------------------------- |
