index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
fields
/
ranges.py
Age
Commit message (
Expand
)
Author
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2017-02-07
Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-03
Fixed #26101 -- Allowed introspection of base_field.model in RangeField
anna
2016-02-16
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-06-06
Instead of using DjangoJSONEncoder, use base_field's value_to_string.
Matthew Somerville
2015-06-05
Fixed #24937 -- fix serialization of Date(Time)RangeField.
Matthew Somerville
2015-06-04
Fixed #24837 -- field__contained_by=Range
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn