summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-03-31 12:38:11 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-03-31 12:38:11 +0000
commitd38690796cd5c046c0b141174737b7615c143bb1 (patch)
tree5da1cfb81bead59354d093341cc495af03b43676 /docs/man
parentdec21a1d4b37238d1f036e83bcd0a3e7eddc33c2 (diff)
Removed the deprecated reset and sqlreset management commands.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/django-admin.19
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index 1f693b8975..d336da0f7b 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -65,11 +65,6 @@ Runs over the entire source tree of the current directory and pulls out all
strings marked for translation. It creates (or updates) a message file in the
conf/locale (in the django tree) or locale (for project and application) directory.
.TP
-.BI "reset [" "appname ..." "]"
-Executes
-.B sqlreset
-for the given app(s) in the current database.
-.TP
.BI "runfcgi [" "KEY=val" "] [" "KEY=val" "] " "..."
Runs this project as a FastCGI application. Requires flup. Use
.B runfcgi help
@@ -107,10 +102,6 @@ Prints the CREATE INDEX SQL statements for the given model module name(s).
.BI "sqlinitialdata [" "appname ..." "]"
Prints the initial INSERT SQL statements for the given app name(s).
.TP
-.BI "sqlreset [" "appname ..." "]"
-Prints the DROP TABLE SQL, then the CREATE TABLE SQL, for the given app
-name(s).
-.TP
.BI "sqlsequencereset [" "appname ..." "]"
Prints the SQL statements for resetting PostgreSQL sequences for the
given app name(s).