On 2/9/06, EricHsu <[EMAIL PROTECTED]> wrote:
> when I tried to save an "https://..."; url into the db, the django's
> manipulator kept complaining that it was invalid. It is because the
> django/core/validators.py's url_re is a little bit too simple, the
> url_re pattern accepts only url begins with "http://";.

Hey Eric,

Thanks for the pointer on this. I've updated the code in trunk to
accept "https".

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to