summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
AgeCommit message (Expand)Author
2016-02-16[1.8.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2015-11-25[1.8.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-14[1.8.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
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-10-27[1.8.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...Tim Graham
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
2015-08-07[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham
2015-08-04[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney
2015-06-06[1.8.x] Added missing tests for transforms usage with subquery for PostgreSQL...Andriy Sokolovskiy
2015-05-25Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi
2015-05-25[1.8.x] Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's...Villiers Strauss
2015-05-13[1.8.x] Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham
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-20[1.8.x] Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn
2015-02-17[1.8.x] Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham
2015-02-13[1.8.x] Refs #22962 -- Made test case use non-conflicting table namesMarkus Holtermann
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-20[1.8.x] Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2014-12-21Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-28Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-15added test and fix to check for default null on ArrayFieldDaan Vielen
2014-11-04Removed unused import.Tim Graham
2014-11-04Added HStoreField.Marc Tamlyn
2014-07-29Fixed #22962 -- Default values for ArrayField with migrations.Marc Tamlyn
2014-07-15Fixed #22907 -- Array contains must have same type.Marc Tamlyn
2014-05-22Fix a test dependent on json ordering.Marc Tamlyn
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn