diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-02-01 14:48:04 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-06 09:19:13 -0500 |
| commit | 15c14f6f16af22b970e5693b349113d80f10f82d (patch) | |
| tree | ca3b5b338e53aa376393d23aa7b8e6bea920b1d4 /docs | |
| parent | 8b62e5df86088a618339e04469e94ba095723021 (diff) | |
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
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 ------------------------------- |
