Ticket #8713: core-management-sql.diff
File core-management-sql.diff, 523 bytes (added by , 16 years ago) |
---|
-
django/core/management/sql.py
62 62 "Returns a list of the DROP TABLE SQL statements for the given app." 63 63 from django.db import connection, models 64 64 from django.db.backends.util import truncate_name 65 from django.contrib.contenttypes import generic66 65 67 66 # This should work even if a connection isn't available 68 67 try: