diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index f5e5cd4d7c..8afafb200d 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -220,7 +220,10 @@ bytestrings in certain code paths. Database backend API -------------------- -* ... +* 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. Dropped support for Oracle 11.2 ------------------------------- |
