From c2cdd2d4b43e65d0b7e900fd5e12f6abd4e1e29c Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 20 May 2007 20:59:24 +0000 Subject: newforms-admin: Merged to [5300] git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5301 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/newforms/fields.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'django/newforms/fields.py') diff --git a/django/newforms/fields.py b/django/newforms/fields.py index 509c099e86..30c675c14a 100644 --- a/django/newforms/fields.py +++ b/django/newforms/fields.py @@ -2,13 +2,15 @@ Field classes """ +import datetime +import re +import time + from django.utils.translation import gettext from django.utils.encoding import smart_unicode + from util import ErrorList, ValidationError from widgets import TextInput, PasswordInput, HiddenInput, MultipleHiddenInput, CheckboxInput, Select, NullBooleanSelect, SelectMultiple -import datetime -import re -import time __all__ = ( 'Field', 'CharField', 'IntegerField', -- cgit v1.3