From a9b7f31bfc0e40e0447a22bc4725e449c354f02b Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 11 May 2014 23:15:59 -0300 Subject: Completed long overdue sqlinitialdata deprecation. --- docs/man/django-admin.1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') 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). -- cgit v1.3