Changeset 9531
- Timestamp:
- 11/24/08 16:33:18 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management/commands/loaddata.py
r9528 r9531 161 161 return 162 162 fixture.close() 163 163 164 164 # If the fixture we loaded contains 0 objects, assume that an 165 165 # error was encountered during fixture loading. … … 171 171 transaction.leave_transaction_management() 172 172 return 173 173 174 174 except Exception, e: 175 175 if verbosity > 1:
