summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-26 12:34:26 -0500
committerTim Graham <timograham@gmail.com>2015-01-17 09:20:12 -0500
commitf6463bb38047bac7a62826ca901e3c5add40cb10 (patch)
tree888c079c7a5d470d3acb6ff5fae4a9f65db698a7 /docs/ref
parentf4f24d30e044b5bc2014b8356058099808c22c1a (diff)
Removed the syncdb command per deprecation timeline.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index d343a19205..728432eecc 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -751,10 +751,6 @@ The behavior of this command changes depending on the arguments provided:
migrated past the named migration. Use the name ``zero`` to unapply all
migrations for an app.
-Unlike ``syncdb``, this command does not prompt you to create a superuser if
-one doesn't exist (assuming you are using :mod:`django.contrib.auth`). Use
-:djadmin:`createsuperuser` to do that if you wish.
-
The :djadminopt:`--database` option can be used to specify the database to
migrate.
@@ -1264,19 +1260,6 @@ for :djadmin:`startapp`.
.. _`template source`: https://github.com/django/django/tree/master/django/conf/project_template/
-syncdb
-------
-
-.. django-admin:: syncdb
-
-.. deprecated:: 1.7
-
- This command has been deprecated in favor of the :djadmin:`migrate`
- command, which performs both the old behavior as well as executing
- migrations. It is now just an alias to that command.
-
-Alias for :djadmin:`migrate`.
-
test <app or test identifier>
-----------------------------