diff options
| author | Florian Demmer <fdemmer@gmail.com> | 2021-03-18 12:59:55 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-23 21:27:55 +0100 |
| commit | 3a185cee2af919cd0e897d884eaafe421cd3ba48 (patch) | |
| tree | 53953395d95aae3ff9c0d7cfeeccce7fcf74468c /docs | |
| parent | 6efc35b4fe3009666e56a60af0675d7d532bf4ff (diff) | |
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 5 |
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` ------------------------- |
