mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups for RangeFields.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
efc3e32d6d
commit
24b9f50823
@@ -80,6 +80,10 @@ Minor features
|
||||
:class:`~django.contrib.postgres.fields.ArrayField` and
|
||||
:class:`~django.contrib.postgres.fields.RangeField`.
|
||||
|
||||
* The new :lookup:`rangefield.lower_inc`, :lookup:`rangefield.lower_inf`,
|
||||
:lookup:`rangefield.upper_inc`, and :lookup:`rangefield.upper_inf` allows
|
||||
querying :class:`~django.contrib.postgres.fields.RangeField` by a bound type.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user