summaryrefslogtreecommitdiff
path: root/tests/test_runner/test_debug_sql.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34111 -- Made test runner with --debug-sql format SQL queries.Giebisch2022-10-241-12/+12
* Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.Mariusz Felisiak2022-04-071-5/+9
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-33/+46
* Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.Adam Johnson2020-11-281-0/+27
* Fixed #27857 -- Dropped support for Python 3.4.Tim Graham2017-09-251-13/+7
* Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in sub...Sergey Fedoseev2017-07-051-0/+34
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+0
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-36/+12
* Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').Adam Chainz2015-09-141-12/+12
* Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham2015-02-171-2/+4
* Fixed test_runner test failure on Python 3.5; refs #23763.Tim Graham2015-01-231-3/+7
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-0/+102