summaryrefslogtreecommitdiff
path: root/tests/indexes
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-0/+3
* Refs #27236 -- Removed usage of Meta.index_together from indexes/introspectio...David Wobrock2022-07-112-10/+4
* Refs #27236 -- Moved models with Meta.index_together inside of test methods.David Wobrock2022-06-032-18/+19
* Fixed CoveringIndexTests.test_covering_partial_index() when DEFAULT_INDEX_TAB...Mariusz Felisiak2022-05-031-1/+8
* Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...Mariusz Felisiak2022-04-131-0/+1
* Fixed typo in SchemaIndexesMySQLTests.test_no_index_for_foreignkey().Mariusz Felisiak2022-04-131-1/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-209/+292
* Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexes') to a...masterTim Graham2021-03-081-0/+1
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+60
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-2/+1
* Made indexes tests use required_db_features.Mariusz Felisiak2020-09-221-7/+8
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-041-0/+121
* Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne2020-02-061-18/+24
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-4/+1
* Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes.Hannes Ljungberg2019-11-081-0/+20
* Refs #30961 -- Added tests for columns list SQL generated for indexes.Hannes Ljungberg2019-11-081-0/+20
* Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...Hannes Ljungberg2019-10-241-0/+27
* Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.Simon Charette2019-09-101-6/+6
* Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao2019-01-291-5/+3
* Refs #29547 -- Skipped an unsupported partial index test on older versions of...Tim Graham2018-12-261-0/+1
* Refs #29547 -- Corrected SQLite's supports_partial_indexes feature flag.Simon Charette2018-12-221-1/+10
* Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...Simon Charette2018-12-151-12/+12
* Fixed #29547 -- Added support for partial indexes.Mads Jensen2018-10-292-1/+163
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote2018-06-292-6/+66
* Refs #25530 -- Tracked references of deferred SQL statements.Simon Charette2017-06-211-4/+4
* Refs #25530 -- Changed _create_index_name to take a table as first parameter.Simon Charette2017-06-201-3/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* 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