mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
Support for sqlparse < 0.2.2 was broken in
782d85b6df
because is_whitespace property
was added in sqlparse 0.2.2.
This commit is contained in:
parent
c8debd5061
commit
4b6db766ba
4 changed files with 5 additions and 3 deletions
|
@ -285,7 +285,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