summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Bengfort <tobias.bengfort@posteo.de>2021-04-06 18:14:16 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-04-20 11:44:41 +0200
commit54e94640ace261b14cf8cdb1fae3dc6f068a5f87 (patch)
tree12e432a1a539303dd51ba2691e87b3aaba03a338 /docs
parent9e1ccd7283e8544d86cba35c820a7d741f5d2712 (diff)
Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 3792c4b716..faf3d0fa1e 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -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
~~~~~~~~~~~~~~~~~~~~~~