mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Made changes asked in review by HonzaKral
Add documentation for new command in django-admin.
This commit is contained in:
parent
d7429defe6
commit
5099f31a31
@ -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
|
The :djadminopt:`--database` option can be used to specify the database for
|
||||||
which to print the SQL.
|
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
|
sqlflush
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user