Skip to content

Commit

Permalink
[1.2.X] Fixed #14356. Remove some dead imports from django.core.manag…
Browse files Browse the repository at this point in the history
…ement.sql. Thanks to xiaket for the report and patch. Backport of [14088].

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
alex committed Oct 9, 2010
1 parent b3e02d1 commit 50ce457
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django/core/management/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
import re

from django.conf import settings
from django.contrib.contenttypes import generic
from django.core.management.base import CommandError
from django.dispatch import dispatcher
from django.db import models
from django.db.models import get_models
from django.db.backends.util import truncate_name

def sql_create(app, style, connection):
"Returns a list of the CREATE TABLE SQL statements for the given app."
Expand Down

0 comments on commit 50ce457

Please sign in to comment.