mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor of installing sqlparse."
This reverts commit 071c933775
.
This introduced a regression on MySQL and custom SQL is deprecated.
This commit is contained in:
parent
66ec9ee441
commit
47927eb786
6 changed files with 13 additions and 48 deletions
|
@ -166,7 +166,6 @@ dependencies:
|
|||
* memcached_, plus a :ref:`supported Python binding <memcached>`
|
||||
* gettext_ (:ref:`gettext_on_windows`)
|
||||
* selenium_
|
||||
* sqlparse_
|
||||
|
||||
You can find these dependencies in `pip requirements files`_ inside the
|
||||
``tests/requirements`` directory of the Django source tree and install them
|
||||
|
@ -198,7 +197,6 @@ associated tests will be skipped.
|
|||
.. _memcached: http://memcached.org/
|
||||
.. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html
|
||||
.. _selenium: https://pypi.python.org/pypi/selenium
|
||||
.. _sqlparse: https://pypi.python.org/pypi/sqlparse
|
||||
.. _pip requirements files: http://www.pip-installer.org/en/latest/cookbook.html#requirements-files
|
||||
|
||||
Code coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue