summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/ranges.py
AgeCommit message (Expand)Author
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