Django

Code

Show
Ignore:
Timestamp:
11/24/05 22:43:39 (3 years ago)
Author:
adrian
Message:

new-admin: Merged to trunk 1430

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/new-admin/docs/model-api.txt

    r1309 r1431  
    910910        list_filter = ('is_staff', 'is_superuser'), 
    911911 
    912     This results in a admin that looks like
     912    The above code results in an admin that looks like this
    913913 
    914914        .. image:: http://media.djangoproject.com/img/doc/users_changelist.png