diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 | ||||
| -rw-r--r-- | docs/releases/4.2.txt | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 19f5c0ed09..939abb5631 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -294,7 +294,7 @@ dependencies: * memcached_, plus a :ref:`supported Python binding <memcached>` * gettext_ (:ref:`gettext_on_windows`) * selenium_ -* sqlparse_ 0.2.2+ (required) +* sqlparse_ 0.2.3+ (required) * tblib_ 1.5.0+ You can find these dependencies in `pip requirements files`_ inside the diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 6a87a5bbe9..9c6526a3a0 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -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 |
