summaryrefslogtreecommitdiff
path: root/tests/indexes
Commit message (Expand)AuthorAgeFilesLines
* Refs #27558 -- Isolated indexes test on MySQL.Tim Graham2016-12-151-11/+22
* Refs #27558 -- Added test for no index on InnoDB ForeignKey.Ed Morley2016-12-011-0/+14
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed reverse accessor check failures in indexes tests.Adam Chainz2016-08-161-1/+1
* Fixed #24442 -- Improved SchemaEditor's index name truncation.Akshesh2016-08-111-3/+27
* Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.Jon Dufresne2016-07-151-1/+1
* Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross2016-06-282-2/+6
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Fixed Oracle build failure introduced by refs #24390.Shai Berger2015-03-031-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 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