diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-21 15:28:51 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-21 15:28:51 +0000 |
| commit | 10923b42b33dc6b756d06b235c135bc40a35435a (patch) | |
| tree | e51e3d9f649cf032e4f468209fce16018d467439 /docs/ref/django-admin.txt | |
| parent | e389234201b3799b1037536ad1e9cb0496628721 (diff) | |
Corrected syntax typos in a couple of versionadded directives.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 84ae4d34b5..7c34344c2c 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -228,7 +228,7 @@ directives:: easy for humans to read, so you can use the ``--indent`` option to pretty-print the output with a number of indentation spaces. -.. versionadded: 1.1 +.. versionadded:: 1.1 In addition to specifying application names, you can provide a list of individual models, in the form of ``appname.Model``. If you specify a model |
