Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/postgres_tests/test_ranges.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+2
* Switch to aware datetimes in test.Matthew Somerville2015-06-061-4/+4
* Instead of using DjangoJSONEncoder, use base_field's valu...Matthew Somerville2015-06-061-1/+1
* Fixed #24937 -- fix serialization of Date(Time)RangeField.Matthew Somerville2015-06-051-5/+16
* Fixed #24837 -- field__contained_by=RangeMarc Tamlyn2015-06-041-1/+92
* Name PostgreSQL correctly.Marc Tamlyn2015-05-311-4/+4
* Fixed #24841 -- Made BaseRangeField.prepare_value() call ...Villiers Strauss2015-05-251-1/+9
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-1/+1
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-10/+17
* Fixed #24341 -- Added specific error messages to RangeFie...foresmac2015-02-201-7/+124
* Fixed #24290 -- Skipped postgres_tests if not running wit...Tim Graham2015-02-171-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #24170 -- Implemented decompress for BaseRangeField...Ng Zhi An2015-01-221-0/+21
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+376