mirror of
https://github.com/django/django.git
synced 2025-07-10 20:59:12 +00:00
[2.2.x] 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. Backport of 4339f2aff272bceabd67e452c65bcfe0700b3f09 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…
x
Reference in New Issue
Block a user