diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-25 03:15:09 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-25 03:15:09 +0000 |
| commit | fe15c01a1797bfdcc456196b9a556b98089e3cff (patch) | |
| tree | a81f1e2f92b24e8d4af91495a706ca1db210f5a9 /docs | |
| parent | 807b406859653f1737865276a2bb796ab3809453 (diff) | |
Fixed typo in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/model-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt index 344f34ef2c..3245b2a78a 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -909,7 +909,7 @@ object, which takes the following parameters. All are optional. list_display = ('username', 'email', 'first_name', 'last_name', 'is_staff'), list_filter = ('is_staff', 'is_superuser'), - This results in a admin that looks like: + The above code results in an admin that looks like this: .. image:: http://media.djangoproject.com/img/doc/users_changelist.png |
