From 5099f31a31c80e82bdc185b23c9ac5f1f472fefb Mon Sep 17 00:00:00 2001
From: Tomasz Rybak <tomasz.rybak@gmail.com>
Date: Sun, 24 Feb 2013 12:53:59 +0100
Subject: [PATCH] Made changes asked in review by HonzaKral

Add documentation for new command in django-admin.
---
 docs/ref/django-admin.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

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
 --------