Fixed typo in docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-25 03:15:09 +00:00
parent 807b406859
commit fe15c01a17
1 changed files with 1 additions and 1 deletions

View File

@ -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