summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_array.py
AgeCommit message (Expand)Author
2015-08-12Fixed #25172 -- Fixed check framework to work with multiple databases.Ion Scerbatiuc
2015-08-05Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc
2015-06-06Added missing tests for transforms usage with subquery for PostgreSQL fieldsAndriy Sokolovskiy
2015-05-30Name PostgreSQL correctly.Marc Tamlyn
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
2015-02-20Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn
2015-02-17Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham
2015-02-13Refs #22962 -- Made test case use non-conflicting table namesMarkus Holtermann
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixes #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 #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-15added test and fix to check for default null on ArrayFieldDaan Vielen
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