Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/postgres_tests/test_array.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25597 -- Fixed crash with SplitArrayField and Inte...Tim Graham2015-10-271-0/+5
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+11
* Fixed #25180 -- Prevented varchar_patterns_ops and text_p...Caio Ariede2015-08-151-0/+27
* Fixed #25172 -- Fixed check framework to work with multip...Ion Scerbatiuc2015-08-131-6/+11
* Fixed #25226 -- Set the model attribute on ArrayField's b...Ion Scerbatiuc2015-08-051-0/+6
* Added missing tests for transforms usage with subquery fo...Andriy Sokolovskiy2015-06-061-0/+8
* Name PostgreSQL correctly.Marc Tamlyn2015-05-311-8/+8
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-10/+16
* Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn2015-02-201-1/+9
* Fixed #24290 -- Skipped postgres_tests if not running wit...Tim Graham2015-02-171-4/+0
* Refs #22962 -- Made test case use non-conflicting table n...Markus Holtermann2015-02-131-2/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+4
* Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn2015-01-201-0/+12
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-3/+27
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+1
* Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos2014-12-211-1/+10
* Fixed #23894 -- Made deconstruct methods favor kwargs ove...Markus Holtermann2014-11-281-6/+0
* added test and fix to check for default null on ArrayFieldDaan Vielen2014-11-151-0/+7
* Fixed #22962 -- Default values for ArrayField with migrat...Marc Tamlyn2014-07-291-1/+9
* Fixed #22907 -- Array contains must have same type.Marc Tamlyn2014-07-151-0/+7
* Fix a test dependent on json ordering.Marc Tamlyn2014-05-221-1/+2
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-0/+389