1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #34111 -- Made test runner with --debug-sql format SQL queries.

This commit is contained in:
Giebisch
2022-10-21 00:37:27 +02:00
committed by Mariusz Felisiak
parent 5ec64fa481
commit 3283120cca
5 changed files with 24 additions and 16 deletions

View File

@@ -17,7 +17,7 @@ pywatchman; sys.platform != 'win32'
PyYAML
redis >= 3.0.0
selenium
sqlparse >= 0.2.2
sqlparse >= 0.2.3
tblib >= 1.5.0
tzdata
colorama; sys.platform == 'win32'