summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 2b82c62d02..f47b2fb5a0 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -289,7 +289,10 @@ Database backend API
This section describes changes that may be needed in third-party database
backends.
-* ...
+* ``DatabaseOperations.year_lookup_bounds_for_date_field()`` and
+ ``year_lookup_bounds_for_datetime_field()`` methods now take the optional
+ ``iso_year`` argument in order to support bounds for ISO-8601 week-numbering
+ years.
:mod:`django.contrib.gis`
-------------------------