diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-31 12:38:11 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-31 12:38:11 +0000 |
| commit | d38690796cd5c046c0b141174737b7615c143bb1 (patch) | |
| tree | 5da1cfb81bead59354d093341cc495af03b43676 /docs/man | |
| parent | dec21a1d4b37238d1f036e83bcd0a3e7eddc33c2 (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.1 | 9 |
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). |
