From df1106a40ff0cb8946e36e96edb1da6301e0eacd Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 6 Jul 2017 13:37:47 +0200 Subject: Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value with similar methods. --- docs/releases/2.0.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 8dfc43c24d..3985f158fd 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -323,9 +323,10 @@ This section describes changes that may be needed in third-party database backends. * The ``DatabaseOperations.datetime_cast_date_sql()``, - ``datetime_cast_time_sql()``, ``datetime_trunc_sql()``, and - ``datetime_extract_sql()`` methods now return only the SQL to perform the - operation instead of SQL and a list of parameters. + ``datetime_cast_time_sql()``, ``datetime_trunc_sql()``, + ``datetime_extract_sql()``, and ``date_interval_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 -- cgit v1.3