Changeset 1431
- Timestamp:
- 11/24/05 22:43:39 (3 years ago)
- Files:
-
- django/branches/new-admin/AUTHORS (copied) (copied from django/trunk/AUTHORS)
- django/branches/new-admin/django/core/management.py (modified) (1 diff)
- django/branches/new-admin/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/new-admin/django/core/management.py
r1389 r1431 188 188 # Close database connection explicitly, in case this output is being piped 189 189 # directly into a database client, to avoid locking issues. 190 cursor.close() 190 191 db.db.close() 191 192 django/branches/new-admin/docs/model-api.txt
r1309 r1431 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
