summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
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/ref/django-admin.txt
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/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 5ea72803fb..845db15500 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -484,25 +484,6 @@ Use the ``--no-location`` option to not write '``#: filename:line``'
comment lines in language files. Note that using this option makes it harder
for technically skilled translators to understand each message's context.
-reset <appname appname ...>
----------------------------
-
-.. deprecated:: 1.3
- This command has been deprecated. The ``flush`` can be used to delete
- everything. You can also use ALTER TABLE or DROP TABLE statements manually.
-
-.. django-admin:: reset
-
-Executes the equivalent of ``sqlreset`` for the given app name(s).
-
-The :djadminopt:`--noinput` option may be provided to suppress all user
-prompts.
-
-.. versionadded:: 1.2
-
-The :djadminopt:`--database` option can be used to specify the alias
-of the database to reset.
-
runfcgi [options]
-----------------
@@ -874,22 +855,6 @@ Prints the CREATE INDEX SQL statements for the given app name(s).
The :djadminopt:`--database` option can be used to specify the database for
which to print the SQL.
-sqlreset <appname appname ...>
-------------------------------
-
-.. deprecated:: 1.3
- This command has been deprecated. The ``sqlflush`` can be used to delete
- everything. You can also use ALTER TABLE or DROP TABLE statements manually.
-
-.. django-admin:: sqlreset
-
-Prints the DROP TABLE SQL, then the CREATE TABLE SQL, for the given app name(s).
-
-.. versionadded:: 1.2
-
-The :djadminopt:`--database` option can be used to specify the database for
-which to print the SQL.
-
sqlsequencereset <appname appname ...>
--------------------------------------