diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-03-12 20:05:48 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-03-12 20:05:48 +0000 |
| commit | dd246a62c743461b5010dbb09f356563c4c0351d (patch) | |
| tree | 584e332399e3b31dd6a53559731f99495d7ae919 /docs/ref/django-admin.txt | |
| parent | 20c69c5e51f1ca180978a51d64246b70f778df83 (diff) | |
Edited some docs and docstrings until [17685]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 3fbf3cac59..5ea72803fb 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1199,8 +1199,8 @@ change the password whose username matches the current user. .. versionadded:: 1.4 -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. +Use the ``--database`` option to specify the database to query for the user. If +it's not supplied, Django will use the ``default`` database. Example usage:: @@ -1234,8 +1234,8 @@ it when running interactively. .. versionadded:: 1.4 -The ``--database`` option can be used to specify the database into which the -superuser object will be saved. +Use the ``--database`` option to specify the database into which the superuser +object will be saved. ``django.contrib.gis`` ---------------------- |
