mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[2.2.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Support for sqlparse < 0.2.2 was broken in782d85b6df
because is_whitespace property was added in sqlparse 0.2.2. Backport of4b6db766ba
from master.
This commit is contained in:
parent
b2b2723512
commit
cdad78e6ee
3 changed files with 3 additions and 3 deletions
|
@ -243,7 +243,7 @@ dependencies:
|
|||
* memcached_, plus a :ref:`supported Python binding <memcached>`
|
||||
* gettext_ (:ref:`gettext_on_windows`)
|
||||
* selenium_
|
||||
* sqlparse_ (required)
|
||||
* sqlparse_ 0.2.2+ (required)
|
||||
* tblib_ 1.5.0+
|
||||
|
||||
You can find these dependencies in `pip requirements files`_ inside the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue