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
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2025-06-18
Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...
Clifford Gama
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-08-09
Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
David Sanders
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-04
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-04-01
Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...
Mariusz Felisiak
2019-12-05
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-12-05
Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...
Hasan Ramezani
2019-11-14
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...
Dulmandakh
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-09-10
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-16
Refs #29824 -- Added RangeOperators helper class.
Mads Jensen
2019-07-13
Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-12
Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-10
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
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