From c4527b1df743c43983e9912c81b73bc0b02fe1b9 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 10 Mar 2012 17:24:11 +0000 Subject: [PATCH] Fixed Sphinx warnings when building docs introduced in r17665. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17675 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5af56fa248..3fbf3cac59 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1198,7 +1198,6 @@ changed immediately. If you do not supply a user, the command will attempt to change the password whose username matches the current user. .. versionadded:: 1.4 -.. django-admin-option:: --database The ``--database`` option can be used to specify the database to query for the user. If it is not supplied the ``default`` database will be used. @@ -1234,9 +1233,8 @@ line. If either of those is not supplied, ``createsuperuser`` will prompt for it when running interactively. .. versionadded:: 1.4 -.. django-admin-option:: --database -The ``--database`` option can be used to specify the database into which the +The ``--database`` option can be used to specify the database into which the superuser object will be saved. ``django.contrib.gis``