summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_ranges.py
AgeCommit message (Expand)Author
2016-02-16[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2015-11-12[1.8.x] Refs #24937 -- Backported more commits to fix for serialization of Da...Matthew Somerville
2015-11-11[1.8.x] Fixed #24937 -- Fixed serialization of Date(Time)RangeField.Matthew Somerville
2015-05-25[1.8.x] Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's...Villiers Strauss
2015-04-28[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-02-20[1.8.x] Fixed #24341 -- Added specific error messages to RangeField subclassesforesmac
2015-02-17[1.8.x] Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-23[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn