Changeset 1426
- Timestamp:
- 11/24/05 21:15:09 (3 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r1307 r1426 910 910 list_filter = ('is_staff', 'is_superuser'), 911 911 912 Th is results in a admin that looks like:912 The above code results in an admin that looks like this: 913 913 914 914 .. image:: http://media.djangoproject.com/img/doc/users_changelist.png
