Skip to content

Commit

Permalink
Made changes asked in review by HonzaKral
Browse files Browse the repository at this point in the history
Add documentation for new command in django-admin.
  • Loading branch information
Tomasz Rybak committed Feb 24, 2013
1 parent d7429de commit 5099f31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ref/django-admin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down

0 comments on commit 5099f31

Please sign in to comment.