summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2025-09-23 12:36:49 -0400
committerGitHub <noreply@github.com>2025-09-23 18:36:49 +0200
commit1acb00b26da13165e967bf2354fc917e38c382e4 (patch)
treedf42ef5c771447c30221553a2f075683ddc2af56 /docs
parentb67a36ec6f5895f3fa6147264bae55cb014fa2a7 (diff)
Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.1.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index be05350d94..edfdacf6b7 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -243,7 +243,9 @@ Database backend API
This section describes changes that may be needed in third-party database
backends.
-* ...
+* The ``DatabaseOperations.adapt_durationfield_value()`` hook is added. If the
+ database has native support for ``DurationField``, override this method to
+ simply return the value.
Miscellaneous
-------------