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:
committed by
Mariusz Felisiak
parent
5ec64fa481
commit
3283120cca
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user