summaryrefslogtreecommitdiff
path: root/tests/indexes
AgeCommit message (Expand)Author
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-27Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDBClaude Paroz
2014-12-24Ignored deprecation warnings for CreationIndexesTestsClaude Paroz
2014-12-24Moved test correction from 5b1fb0a75Claude Paroz
2014-12-18Forward-ported test and release note from f46a16614Claude Paroz
2014-12-04Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz
2014-06-20Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-05-08Simplified indexes tests.Aymeric Augustin
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner