diff options
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 ------------------------------- |
