From dfe495fbe8e360ee3b3cd8b29e55ee19d86fc9d2 Mon Sep 17 00:00:00 2001 From: Honza Král Date: Mon, 12 Oct 2009 10:16:17 +0000 Subject: [soc2009/model-validation] Merged to trunk at r11603 SECURITY ALERT: Corrected regular expressions for URL and email fields. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11617 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/forms/fields.py | 1 - 1 file changed, 1 deletion(-) (limited to 'django/forms/fields.py') diff --git a/django/forms/fields.py b/django/forms/fields.py index 3197260fb6..b4717e327f 100644 --- a/django/forms/fields.py +++ b/django/forms/fields.py @@ -32,7 +32,6 @@ from util import ErrorList from widgets import TextInput, PasswordInput, HiddenInput, MultipleHiddenInput, \ FileInput, CheckboxInput, Select, NullBooleanSelect, SelectMultiple, \ DateInput, DateTimeInput, TimeInput, SplitDateTimeWidget, SplitHiddenDateTimeWidget -from django.core.files.uploadedfile import SimpleUploadedFile as UploadedFile __all__ = ( 'Field', 'CharField', 'IntegerField', -- cgit v1.3