Commit fe15c01a authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed typo in docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 807b4068
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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