mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed support for custom SQL per deprecation timeline.
This commit is contained in:
parent
a420f83e7d
commit
4aa089a9a9
26 changed files with 10 additions and 368 deletions
|
@ -84,9 +84,6 @@ given model module name(s).
|
|||
.BI "sqlclear [" "app_label ..." "]"
|
||||
Prints the DROP TABLE SQL statements for the given app name(s).
|
||||
.TP
|
||||
.BI "sqlcustom [" "app_label ..." "]"
|
||||
Prints the custom SQL statements for the given app name(s).
|
||||
.TP
|
||||
.BI "sqlflush [" "app_label ..." "]"
|
||||
Prints the SQL statements that would be executed for the "flush" command.
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue