summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-10 06:53:32 +0200
committerGitHub <noreply@github.com>2020-06-10 06:53:32 +0200
commit4339f2aff272bceabd67e452c65bcfe0700b3f09 (patch)
treefebaee219de148a04d9c9916d1f689012cb46098 /docs/releases/2.2.txt
parent92309e53d9921a60e667656d8dd65e59eb5cf81c (diff)
Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.
Support for sqlparse < 0.2.2 was broken in 40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property was added in sqlparse 0.2.2.
Diffstat (limited to 'docs/releases/2.2.txt')
-rw-r--r--docs/releases/2.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index e72dfefae7..896730ef2f 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -331,7 +331,7 @@ change shouldn't have an impact on your tests unless you've customized
``sqlparse`` is required dependency
-----------------------------------
-To simplify a few parts of Django's database handling, `sqlparse
+To simplify a few parts of Django's database handling, `sqlparse 0.2.2+
<https://pypi.org/project/sqlparse/>`_ is now a required dependency. It's
automatically installed along with Django.