Changeset 1429
- Timestamp:
- 11/24/05 22:27:50 (2 years ago)
- Files:
-
- django/trunk/AUTHORS (modified) (1 diff)
- django/trunk/django/core/management.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/AUTHORS
r1428 r1429 81 81 Rachel Willmer <http://www.willmer.com/kb/> 82 82 wojtek 83 ye7cakf02@sneakemail.com 83 84 84 85 django/trunk/django/core/management.py
r1323 r1429 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
