summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/ranges.py
AgeCommit message (Expand)Author
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2025-10-13Replaced multi-level relative imports with absolute imports in django/.lyova24
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner
2022-08-09Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-04Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti
2020-07-15Fixed #30446 -- Resolved Value.output_field for stdlib types.Simon Charette
2020-04-01Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...Mariusz Felisiak
2019-12-05Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani
2019-12-05Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...Hasan Ramezani
2019-11-14Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh
2019-11-05Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...Hasan Ramezani
2019-09-10Refs #29598 -- Removed FloatRangeField per deprecation timeline.Mariusz Felisiak
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Refs #29824 -- Added RangeOperators helper class.Mads Jensen
2019-07-13Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.Mariusz Felisiak
2019-07-12Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.Mariusz Felisiak
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2017-02-07Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-04-03Fixed #26101 -- Allowed introspection of base_field.model in RangeFieldanna
2016-02-16Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
2015-06-06Instead of using DjangoJSONEncoder, use base_field's value_to_string.Matthew Somerville
2015-06-05Fixed #24937 -- fix serialization of Date(Time)RangeField.Matthew Somerville
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn