mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
newforms-admin: Fixed #6390 -- Added a missing import in django/newforms/formsets.py. Thanks, Jurian Botha.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2b28a32ab6
commit
85471641f1
@ -1,7 +1,7 @@
|
||||
from forms import Form
|
||||
from django.utils.encoding import StrAndUnicode
|
||||
from fields import IntegerField, BooleanField
|
||||
from widgets import HiddenInput, TextInput
|
||||
from widgets import Media, HiddenInput, TextInput
|
||||
from util import ErrorList, ValidationError
|
||||
|
||||
__all__ = ('BaseFormSet', 'all_valid')
|
||||
|
Loading…
x
Reference in New Issue
Block a user