mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite.
This commit is contained in:
committed by
Mariusz Felisiak
parent
9e1ccd7283
commit
54e94640ac
@@ -233,6 +233,9 @@ Models
|
||||
* :meth:`.QuerySet.bulk_create` now sets the primary key on objects when using
|
||||
SQLite 3.35+.
|
||||
|
||||
* :class:`~django.db.models.DurationField` now supports multiplying and
|
||||
dividing by scalar values on SQLite.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user