diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index f4ef77e435..0c233f796b 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -458,6 +458,10 @@ backends. * ``DatabaseOperations.random_function_sql()`` is removed in favor of the new :class:`~django.db.models.functions.Random` database function. +* ``DatabaseOperations.date_trunc_sql()`` and + ``DatabaseOperations.time_trunc_sql()`` now take the optional ``tzname`` + argument in order to truncate in a specific timezone. + :mod:`django.contrib.admin` --------------------------- |
