mirror of https://github.com/django/django.git
Added missing versionadded for sqldropindexes command docs
This commit is contained in:
parent
4ae9e83f2b
commit
7e85ee8cd2
|
@ -868,6 +868,8 @@ sqldropindexes <appname appname ...>
|
||||||
|
|
||||||
.. django-admin:: sqldropindexes
|
.. django-admin:: sqldropindexes
|
||||||
|
|
||||||
|
.. versionadded:: 1.6
|
||||||
|
|
||||||
Prints the DROP INDEX SQL statements for the given app name(s).
|
Prints the DROP INDEX SQL statements for the given app name(s).
|
||||||
|
|
||||||
The :djadminopt:`--database` option can be used to specify the database for
|
The :djadminopt:`--database` option can be used to specify the database for
|
||||||
|
|
Loading…
Reference in New Issue