#14356: Unused import in django.core.management.sql -----------------------------+---------------------------------------------- Reporter: xiaket | Owner: nobody Status: new | Milestone: 1.3 Component: Core framework | Version: SVN Keywords: obsolete import | Stage: Unreviewed Has_patch: 1 | -----------------------------+---------------------------------------------- Hi,
There are several unused imports in source:django/trunk/django/core/management/sql.py {{{ from django.contrib.contenttypes import generic from django.dispatch import dispatcher from django.db.backends.util import truncate_name }}} I read all the codes in this file and confirmed that the lines above are obsolete. I started a toy project and the management commands are working properly without these lines. The above lines are introduced in [11952]. -- Ticket URL: <http://code.djangoproject.com/ticket/14356> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.