summaryrefslogtreecommitdiff
path: root/docs/man/django-admin.1
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2014-05-11 23:15:59 -0300
committerRamiro Morales <cramm0@gmail.com>2014-05-11 23:15:59 -0300
commita9b7f31bfc0e40e0447a22bc4725e449c354f02b (patch)
treeb8e478f67dc8e79af97e375ca596f5eabda09aca /docs/man/django-admin.1
parentc1b412ebd62c124bd3752815b1c784e12ea07347 (diff)
Completed long overdue sqlinitialdata deprecation.
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).