mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +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:
committed by
Mariusz Felisiak
parent
c8debd5061
commit
4b6db766ba
@@ -13,5 +13,5 @@ pytz
|
||||
pywatchman; sys.platform != 'win32'
|
||||
PyYAML
|
||||
selenium
|
||||
sqlparse
|
||||
sqlparse >= 0.2.2
|
||||
tblib >= 1.5.0
|
||||
|
||||
Reference in New Issue
Block a user