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

@@ -261,7 +261,8 @@ Templates
Tests
~~~~~
* ...
* The :option:`test --debug-sql` option now formats SQL queries with
``sqlparse``.
URLs
~~~~
@@ -338,6 +339,9 @@ Miscellaneous
* The ``alias`` argument for :meth:`.Expression.get_group_by_cols` is removed.
* The minimum supported version of ``sqlparse`` is increased from 0.2.2 to
0.2.3.
.. _deprecated-features-4.2:
Features deprecated in 4.2