mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallIntegerField, and DecimalField.
This commit is contained in:
committed by
Mariusz Felisiak
parent
664521c56a
commit
5d674eac87
@@ -90,6 +90,13 @@ Minor features
|
||||
:lookup:`rangefield.upper_inc`, and :lookup:`rangefield.upper_inf` allows
|
||||
querying :class:`~django.contrib.postgres.fields.RangeField` by a bound type.
|
||||
|
||||
* :lookup:`rangefield.contained_by` now supports
|
||||
:class:`~django.db.models.SmallAutoField`,
|
||||
:class:`~django.db.models.AutoField`,
|
||||
:class:`~django.db.models.BigAutoField`,
|
||||
:class:`~django.db.models.SmallIntegerField`, and
|
||||
:class:`~django.db.models.DecimalField`.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user