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