[2.2.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.

Support for sqlparse < 0.2.2 was broken in
40b0a58f5f because is_whitespace property
was added in sqlparse 0.2.2.

Backport of 4339f2aff2 from master.
This commit is contained in:
Mariusz Felisiak 2020-06-10 06:53:32 +02:00
parent cdad78e6ee
commit 9ecce34afe
1 changed files with 1 additions and 1 deletions

View File

@ -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.