Kaydet (Commit) fe15c01a authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed typo in docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 807b4068
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment