1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse.

This commit is contained in:
julien 'pouete' Godin
2014-04-08 12:52:59 +02:00
committed by Tim Graham
parent 5f2f47fdfc
commit 071c933775
6 changed files with 48 additions and 13 deletions

View File

@@ -5,3 +5,4 @@ Pillow
PyYAML
pytz > dev
selenium
sqlparse