Django

Code

Changeset 1431

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/django/core/management.py

    r1389 r1431  
    188188    # Close database connection explicitly, in case this output is being piped 
    189189    # directly into a database client, to avoid locking issues. 
     190    cursor.close() 
    190191    db.db.close() 
    191192 
  • 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