summaryrefslogtreecommitdiff
path: root/tests/queries/test_explain.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-2/+1
* Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when for...Mariusz Felisiak2022-04-191-2/+4
* Made select_for_update() don't raise TransactionManagementError on databases ...Mariusz Felisiak2022-04-141-12/+4
* Expanded QuerySet.explain() error message if a backend supports no formats.Tim Graham2022-04-141-0/+2
* Improved ExplainTests.test_basic().Mariusz Felisiak2022-04-131-7/+14
* Removed DatabaseFeatures.validates_explain_options.Mariusz Felisiak2022-04-111-1/+0
* Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...Mariusz Felisiak2022-04-111-2/+31
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-3/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-47/+59
* Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.Wu Haotian2021-07-051-0/+8
* Refs #28574 -- Added test for XML format output to Queryset.explain().Wu Haotian2021-07-051-0/+8
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-2/+1
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-3/+0
* Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL ...Nick Pope2020-08-241-0/+2
* Fixed #31578 -- Dropped support for MySQL 5.6.Mariusz Felisiak2020-05-191-19/+0
* Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...Nick Pope2019-10-241-0/+19
* Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...Nick Pope2019-10-241-2/+3
* Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...Nick Pope2019-10-231-0/+2
* Refs #28574 -- Used feature flag for PostgreSQL version check.Nick Pope2019-10-231-1/+1
* Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.Mariusz Felisiak2019-09-101-5/+1
* Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales2018-09-131-1/+5
* Fixed MySQL QuerySet.explain() test when running tests in reverse.Tim Graham2018-06-061-0/+3
* Fixed #28574 -- Added QuerySet.explain().Tom2018-04-191-0/+99