index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
queries
/
test_explain.py
Age
Commit message (
Expand
)
Author
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-04-19
Refs #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL when for...
Mariusz Felisiak
2022-04-14
Made select_for_update() don't raise TransactionManagementError on databases ...
Mariusz Felisiak
2022-04-14
Expanded QuerySet.explain() error message if a backend supports no formats.
Tim Graham
2022-04-13
Improved ExplainTests.test_basic().
Mariusz Felisiak
2022-04-11
Removed DatabaseFeatures.validates_explain_options.
Mariusz Felisiak
2022-04-11
Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...
Mariusz Felisiak
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-05
Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.
Wu Haotian
2021-07-05
Refs #28574 -- Added test for XML format output to Queryset.explain().
Wu Haotian
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-08-24
Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL ...
Nick Pope
2020-05-19
Fixed #31578 -- Dropped support for MySQL 5.6.
Mariusz Felisiak
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-23
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...
Nick Pope
2019-10-23
Refs #28574 -- Used feature flag for PostgreSQL version check.
Nick Pope
2019-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-06-06
Fixed MySQL QuerySet.explain() test when running tests in reverse.
Tim Graham
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom