summaryrefslogtreecommitdiff
path: root/tests/indexes
Commit message (Expand)AuthorAgeFilesLines
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-3/+4
* Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDBClaude Paroz2014-12-271-1/+15
* Ignored deprecation warnings for CreationIndexesTestsClaude Paroz2014-12-241-1/+2
* Moved test correction from 5b1fb0a75Claude Paroz2014-12-241-10/+10
* Forward-ported test and release note from f46a16614Claude Paroz2014-12-181-1/+9
* Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz2014-12-041-1/+38
* Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma2014-06-202-0/+32
* Simplified indexes tests.Aymeric Augustin2014-05-081-5/+2
* Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi2014-03-012-1/+15
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+47