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:
parent
807b406859
commit
fe15c01a17
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue