summaryrefslogtreecommitdiff
path: root/tests/indexes
AgeCommit message (Expand)Author
2017-06-21Refs #25530 -- Tracked references of deferred SQL statements.Simon Charette
2017-06-20Refs #25530 -- Changed _create_index_name to take a table as first parameter.Simon Charette
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-12-15Refs #27558 -- Isolated indexes test on MySQL.Tim Graham
2016-12-01Refs #27558 -- Added test for no index on InnoDB ForeignKey.Ed Morley
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-08-16Fixed reverse accessor check failures in indexes tests.Adam Chainz
2016-08-11Fixed #24442 -- Improved SchemaEditor's index name truncation.Akshesh
2016-07-15Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.Jon Dufresne
2016-06-28Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-03-03Fixed Oracle build failure introduced by refs #24390.Shai Berger
2015-03-02Fixed MySQL build failure introduced by refs #24390.Tim Graham
2015-03-02Fixed #24390 -- Made migration index names deterministic.László Károlyi
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-18Removed obsolete SQL generation methods.Tim Graham
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