From 4aa089a9a9504c4a833eee8161be013206da5d15 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 26 Dec 2014 13:56:08 -0500 Subject: Removed support for custom SQL per deprecation timeline. --- docs/man/django-admin.1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/man') diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index f683742a94..994c95c816 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -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 -- cgit v1.3