mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #27802 -- Unified return value of db backend datetime SQL methods.
This commit is contained in:
parent
8b62e5df86
commit
15c14f6f16
6 changed files with 48 additions and 57 deletions
|
@ -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
|
||||
-------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue