Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/postgres_tests
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-123-5/+16
* Fixed #25180 -- Prevented varchar_patterns_ops and text_p...Caio Ariede2015-08-153-0/+53
* Fixed #25172 -- Fixed check framework to work with multip...Ion Scerbatiuc2015-08-131-6/+11
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ...Tim Graham2015-08-071-0/+6
* Fixed #25226 -- Set the model attribute on ArrayField's b...Ion Scerbatiuc2015-08-051-0/+6
* Fixed #25215 -- Solved reference to forms.HStoreField in ...Curtis Maloney2015-08-041-2/+11
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-4/+12
* Fixed #24894 -- Added contrib.postgres.functions.Transact...Adam Chainz2015-06-153-0/+39
* Added missing tests for transforms usage with subquery fo...Andriy Sokolovskiy2015-06-063-0/+20
* 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-043-1/+119
* Name PostgreSQL correctly.Marc Tamlyn2015-05-317-28/+28
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-314-3/+287
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-0/+6
* Fixed #24841 -- Made BaseRangeField.prepare_value() call ...Villiers Strauss2015-05-251-1/+9
* Fixed forms import.Florian Apolloner2015-05-241-1/+2
* Fixed #24844 -- Corrected has_changed implementation for ...Andrea Grandi2015-05-241-0/+6
* Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham2015-05-131-0/+11
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-1/+1
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-1810-69/+152
* Fixed #24301 -- Added PostgreSQL-specific aggregate funct...Andriy Sokolovskiy2015-03-303-0/+302
* Fixed #24341 -- Added specific error messages to RangeFie...foresmac2015-02-201-7/+124
* 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-174-15/+0
* Refs #22962 -- Made test case use non-conflicting table n...Markus Holtermann2015-02-133-44/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-067-15/+18
* Fixed #24170 -- Implemented decompress for BaseRangeField...Ng Zhi An2015-01-221-0/+21
* Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn2015-01-201-0/+12
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-163-5/+51
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-104-2/+419
* Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos2014-12-212-1/+15
* Fixed #23423 -- Added unaccent lookup in django.contrib.p...Thomas Chaumeny2014-11-294-1/+93
* 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
* Removed unused import.Tim Graham2014-11-041-1/+1
* Added HStoreField.Marc Tamlyn2014-11-045-1/+314
* Fixed #22962 -- Default values for ArrayField with migrat...Marc Tamlyn2014-07-294-1/+94
* 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-223-0/+411