mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
newforms: Removed DEFAULT_ENCODING import from fields.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
be217bce53
commit
a794acbd7a
@ -2,7 +2,7 @@
|
||||
Field classes
|
||||
"""
|
||||
|
||||
from util import ValidationError, DEFAULT_ENCODING, smart_unicode
|
||||
from util import ValidationError, smart_unicode
|
||||
from widgets import TextInput, CheckboxInput, Select, SelectMultiple
|
||||
import datetime
|
||||
import re
|
||||
|
Loading…
x
Reference in New Issue
Block a user