1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/docs/ref/contrib/postgres
Marc Tamlyn 7bda2d8ebc Fixed #24837 -- field__contained_by=Range
Provide `contained_by` lookups for the equivalent single valued fields
related to the range field types. This acts as the opposite direction to
rangefield__contains.

With thanks to schinckel for the idea and initial tests.
2015-06-04 19:29:59 +01:00
..
aggregates.txt
fields.txt Fixed #24837 -- field__contained_by=Range 2015-06-04 19:29:59 +01:00
forms.txt
index.txt
lookups.txt
operations.txt
validators.txt