Ticket #5066: reset_no_app_r6979.patch
File reset_no_app_r6979.patch, 499 bytes (added by , 17 years ago) |
---|
-
django/core/management/sql.py
189 189 if ds: 190 190 output.append(ds) 191 191 192 app_label = app_models[0]._meta.app_label193 194 192 # Close database connection explicitly, in case this output is being piped 195 193 # directly into a database client, to avoid locking issues. 196 194 if cursor: