diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-07-06 13:37:47 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-06 07:37:47 -0400 |
| commit | df1106a40ff0cb8946e36e96edb1da6301e0eacd (patch) | |
| tree | 069ca03a0bf5ea3de336d014ea30f69755b2e9f2 /docs | |
| parent | 6de2930078d5d13894315c0a88549e6a5e71c701 (diff) | |
Fixed #28365 -- Unified DatabaseOperations.date_interval_sql() return value with similar methods.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
