Django

Code

Changeset 1426

Show
Ignore:
Timestamp:
11/24/05 21:15:09 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/model-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r1307 r1426  
    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