mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue