summaryrefslogtreecommitdiff
path: root/docs/man/django-admin.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/django-admin.1')
-rw-r--r--docs/man/django-admin.13
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index 621d37c554..5a658da6a4 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -98,9 +98,6 @@ Prints the SQL statements that would be executed for the "flush" command.
.BI "sqlindexes [" "app_label ..." "]"
Prints the CREATE INDEX SQL statements for the given model module name(s).
.TP
-.BI "sqlinitialdata [" "app_label ..." "]"
-Prints the initial INSERT SQL statements for the given app name(s).
-.TP
.BI "sqlsequencereset [" "app_label ..." "]"
Prints the SQL statements for resetting PostgreSQL sequences for the
given app name(s).