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