summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-16 21:03:22 -0400
committerTim Graham <timograham@gmail.com>2014-04-16 21:03:22 -0400
commit47927eb786f432cb069f0b00fd810c465a78fd71 (patch)
tree783aeca26789522bb1823d2e20bc2099d66aaf05 /tests/requirements
parent66ec9ee441618894c1ccebdcdd5eb4d7fbf4a6d3 (diff)
downloaddjango-47927eb786f432cb069f0b00fd810c465a78fd71.tar.gz
Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse."
This reverts commit 071c9337750b296d198cced56f3ffad0e176afb6. This introduced a regression on MySQL and custom SQL is deprecated.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/base.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/requirements/base.txt b/tests/requirements/base.txt
index c3f77234fd..3d982bc00a 100644
--- a/tests/requirements/base.txt
+++ b/tests/requirements/base.txt
@@ -5,4 +5,3 @@ Pillow
PyYAML
pytz > dev
selenium
-sqlparse