diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-02-24 21:09:45 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-02-24 21:12:00 +0100 |
| commit | 7e85ee8cd277d004a3b43e15a031fa6d9dc010c8 (patch) | |
| tree | 66cb1a86dfe5b8b4573068dd2ae8a7a12de83fe1 /docs/ref | |
| parent | 4ae9e83f2b02f560b60bb60e698b3d454f7ee9e8 (diff) | |
Added missing versionadded for sqldropindexes command docs
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b8b81e42cd..c2034a8c40 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -868,6 +868,8 @@ sqldropindexes <appname appname ...> .. django-admin:: sqldropindexes +.. versionadded:: 1.6 + Prints the DROP INDEX SQL statements for the given app name(s). The :djadminopt:`--database` option can be used to specify the database for |
