From 3a185cee2af919cd0e897d884eaafe421cd3ba48 Mon Sep 17 00:00:00 2001 From: Florian Demmer Date: Thu, 18 Mar 2021 12:59:55 +0100 Subject: Fixed #32573 -- Fixed bounds in __iso_year lookup optimization. --- docs/releases/4.0.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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` ------------------------- -- cgit v1.3