From b3eb6eaf1a197ff155faf333871da032c77ba855 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 23 May 2017 15:09:35 +0200 Subject: Refs #27859 -- Added DatabaseWrapper.display_name. Thanks Tim Graham for the review. --- docs/releases/2.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ------------------------------- -- cgit v1.3