diff options
| author | Tomasz Rybak <tomasz.rybak@gmail.com> | 2013-02-24 12:53:59 +0100 |
|---|---|---|
| committer | Tomasz Rybak <tomasz.rybak@gmail.com> | 2013-02-24 12:53:59 +0100 |
| commit | 5099f31a31c80e82bdc185b23c9ac5f1f472fefb (patch) | |
| tree | 56fe30b44efaf9298c4a751091d2a4f285ab4276 /docs | |
| parent | d7429defe6f8d1dce49976cf49827d18ff6be025 (diff) | |
Made changes asked in review by HonzaKral
Add documentation for new command in django-admin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 10 |
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 -------- |
