Loading docs/ref/django-admin.txt +10 −0 Original line number Diff line number Diff line Loading @@ -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 -------- Loading Loading
docs/ref/django-admin.txt +10 −0 Original line number Diff line number Diff line Loading @@ -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 -------- Loading