diff options
| author | Tim Graham <timograham@gmail.com> | 2025-09-23 12:36:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-23 18:36:49 +0200 |
| commit | 1acb00b26da13165e967bf2354fc917e38c382e4 (patch) | |
| tree | df42ef5c771447c30221553a2f075683ddc2af56 /docs | |
| parent | b67a36ec6f5895f3fa6147264bae55cb014fa2a7 (diff) | |
Fixed #36616 -- Added DatabaseOperations.adapt_durationfield_value().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.1.txt | 4 |
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 ------------- |
