summaryrefslogtreecommitdiff
path: root/tests/indexes/models.py
AgeCommit message (Expand)Author
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-08-16Fixed reverse accessor check failures in indexes tests.Adam Chainz
2016-06-28Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-20Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner