summaryrefslogtreecommitdiff
path: root/docs/howto/initial-data.txt
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 /docs/howto/initial-data.txt
parent66ec9ee441618894c1ccebdcdd5eb4d7fbf4a6d3 (diff)
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 'docs/howto/initial-data.txt')
-rw-r--r--docs/howto/initial-data.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index fc59132ccb..d003db6497 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -103,14 +103,6 @@ directories.
Providing initial SQL data
==========================
-.. deprecated:: 1.8
-
- Historically this functionality has used regular expression parsing of the
- initial SQL which is a bit buggy. This parsing is now deprecated in favor
- of installing `sqlparse <https://pypi.python.org/pypi/sqlparse>`_; doing so
- will be required for this functionality in Django 2.0. You can install it
- using ``pip install sqlparse``.
-
Django provides a hook for passing the database arbitrary SQL that's executed
just after the CREATE TABLE statements when you run :djadmin:`migrate`. You can
use this hook to populate default records, or you could also create SQL