[2.2.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.
Support for sqlparse < 0.2.2 was broken in40b0a58f5f
because is_whitespace property was added in sqlparse 0.2.2. Backport of4339f2aff2
from master.
This commit is contained in:
parent
cdad78e6ee
commit
9ecce34afe
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue