Author: adrian Date: 2007-01-25 12:52:17 -0600 (Thu, 25 Jan 2007) New Revision: 4431
Modified: django/branches/newforms-admin/django/contrib/admin/widgets.py Log: newforms-admin: Removed unnecessary import from admin widgets.py file Modified: django/branches/newforms-admin/django/contrib/admin/widgets.py =================================================================== --- django/branches/newforms-admin/django/contrib/admin/widgets.py 2007-01-25 18:05:10 UTC (rev 4430) +++ django/branches/newforms-admin/django/contrib/admin/widgets.py 2007-01-25 18:52:17 UTC (rev 4431) @@ -3,7 +3,6 @@ """ from django import newforms as forms -from django.newforms.util import smart_unicode from django.utils.text import capfirst class FilteredSelectMultiple(forms.SelectMultiple): --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
