Loading AUTHORS +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ answer newbie questions, and generally made Django that much better: Milton Waddams Rachel Willmer <http://www.willmer.com/kb/> wojtek ye7cakf02@sneakemail.com A big THANK YOU goes to: Loading django/core/management.py +1 −0 Original line number Diff line number Diff line Loading @@ -187,6 +187,7 @@ def get_sql_delete(mod): # Close database connection explicitly, in case this output is being piped # directly into a database client, to avoid locking issues. cursor.close() db.db.close() return output[::-1] # Reverse it, to deal with table dependencies. Loading Loading
AUTHORS +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ answer newbie questions, and generally made Django that much better: Milton Waddams Rachel Willmer <http://www.willmer.com/kb/> wojtek ye7cakf02@sneakemail.com A big THANK YOU goes to: Loading
django/core/management.py +1 −0 Original line number Diff line number Diff line Loading @@ -187,6 +187,7 @@ def get_sql_delete(mod): # Close database connection explicitly, in case this output is being piped # directly into a database client, to avoid locking issues. cursor.close() db.db.close() return output[::-1] # Reverse it, to deal with table dependencies. Loading