Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/indexes
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-4/+4
* Fixed Oracle build failure introduced by refs #24390.Shai Berger2015-03-021-2/+2
* Fixed MySQL build failure introduced by refs #24390.Tim Graham2015-03-021-1/+1
* Fixed #24390 -- Made migration index names deterministic.László Károlyi2015-03-021-0/+13
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-38/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-3/+4
* Fixed #14180 -- Prevented unneeded index creation on MySQ...Claude 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 ind...Claude Paroz2014-12-041-1/+38
* Fixed #22514 -- Prevented indexes on virtual fields [post...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 lis...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