Skip to content

Commit

Permalink
Fixed typo in docs/model-api.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Nov 25, 2005
1 parent 807b406 commit fe15c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/model-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe15c01

Please sign in to comment.