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
/
tests
/
postgres_tests
/
test_ranges.py
Age
Commit message (
Expand
)
Author
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-06-06
Switch to aware datetimes in test.
Matthew Somerville
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-05-30
Name PostgreSQL correctly.
Marc Tamlyn
2015-05-25
Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare...
Villiers Strauss
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2015-02-20
Fixed #24341 -- Added specific error messages to RangeField subclasses
foresmac
2015-02-17
Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-22
Fixed #24170 -- Implemented decompress for BaseRangeField widgets
Ng Zhi An
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn