summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorHonza Král <Honza.Kral@gmail.com>2013-02-24 04:02:26 -0800
committerHonza Král <Honza.Kral@gmail.com>2013-02-24 04:02:26 -0800
commite4e12875905ae7360e131e9ef93ce91c638b65fd (patch)
tree4365d7896350460ec6967d86d42e26445857497e /docs/ref
parentcbb9f629b88d97dd9a3f8d425fd56c8b80d7cddf (diff)
parent5099f31a31c80e82bdc185b23c9ac5f1f472fefb (diff)
Merge pull request #817 from rybaktomasz/ticket_5568
Fixes #5568 -- DROP INDEX subcommand
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index bde4ec6c82..166d7a5a60 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -863,6 +863,16 @@ Note that the order in which the SQL files are processed is undefined.
The :djadminopt:`--database` option can be used to specify the database for
which to print the SQL.
+sqldropindexes <appname appname ...>
+--------------------------------
+
+.. django-admin:: sqldropindexes
+
+Prints the DROP INDEX SQL statements for the given app name(s).
+
+The :djadminopt:`--database` option can be used to specify the database for
+which to print the SQL.
+
sqlflush
--------