From 76d293f3e6abdb1955287a483005d26af6f93036 Mon Sep 17 00:00:00 2001 From: Stephen Rauch Date: Tue, 5 Nov 2019 19:11:09 -0800 Subject: [3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2. Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master --- docs/internals/contributing/writing-code/unit-tests.txt | 2 +- docs/releases/3.0.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 9b70281057..8a126eed55 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -285,7 +285,7 @@ dependencies: * memcached_, plus a :ref:`supported Python binding ` * gettext_ (:ref:`gettext_on_windows`) * selenium_ -* sqlparse_ (required) +* sqlparse_ 0.2.2+ (required) * tblib_ 1.5.0+ You can find these dependencies in `pip requirements files`_ inside the diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 801be32b54..d3656d6883 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -550,6 +550,8 @@ Miscellaneous * ``alias=None`` is added to the signature of :meth:`.Expression.get_group_by_cols`. +* Support for ``sqlparse`` < 0.2.2 is removed. + .. _deprecated-features-3.0: Features deprecated in 3.0 -- cgit v1.3