Author: ramiro Date: 2012-03-10 09:24:11 -0800 (Sat, 10 Mar 2012) New Revision: 17675
Modified: django/trunk/docs/ref/django-admin.txt Log: Fixed Sphinx warnings when building docs introduced in r17665. Modified: django/trunk/docs/ref/django-admin.txt =================================================================== --- django/trunk/docs/ref/django-admin.txt 2012-03-10 10:03:33 UTC (rev 17674) +++ django/trunk/docs/ref/django-admin.txt 2012-03-10 17:24:11 UTC (rev 17675) @@ -1198,7 +1198,6 @@ 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 @@ 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`` -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
