summaryrefslogtreecommitdiff
path: root/tests/indexes/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #27236 -- Removed usage of Meta.index_together from indexes/introspectio...David Wobrock2022-07-111-3/+1
* Refs #27236 -- Moved models with Meta.index_together inside of test methods.David Wobrock2022-06-031-9/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-6/+11
* Made indexes tests use required_db_features.Mariusz Felisiak2020-09-221-7/+8
* Fixed #29547 -- Added support for partial indexes.Mads Jensen2018-10-291-0/+1
* Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote2018-06-291-0/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* 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 #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross2016-06-281-0/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma2014-06-201-0/+25
* Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi2014-03-011-0/+8
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+20