#4652: URLField controls the text even if verify_exists and required are False ------------------------------------------------+--------------------------- Reporter: Eren Türkay <[EMAIL PROTECTED]> | Owner: adrian Status: new | Component: django.newforms Version: 0.96 | Keywords: urlfield Stage: Unreviewed | Has_patch: 0 ------------------------------------------------+--------------------------- Hi, I have and URLField in user membership form, it's not optional and the initial value is http:// When I blank homepage input as is, django gives error "Enter a valid URL" even if I set required false. in forms.py line 287, super function is called regardless of controlling this option.
-- Ticket URL: <http://code.djangoproject.com/ticket/4652> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
