On Sun, Nov 18, 2012 at 12:21 AM, Jared Martin <jaredtmar...@gmail.com>wrote:

> I don't mean to wake a dead dog, but what has become of this? I came
> across this problem today. For now, I've subclassed. But it should be
> fixed, right?
>
>
Yes, it should be fixed. Per the ticket referenced it was fixed two years
ago. The specific scenario showin in the ticket is fixed:

Python 2.7.3 (default, Aug  1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.get_version()
'1.4.2'
>>> from django.forms import URLField
>>> f = URLField()
>>> f.clean('www.example.com/://')
u'http://www.example.com/://'
>>>

So what do you mean, exactly, that you came across it today? What exactly
is failing unexpectedly and on what version of Django?


>
> On Sunday, June 20, 2010 7:35:23 PM UTC-6, Samus_ wrote:
>
>> ticket: 
>> http://code.djangoproject.com/**ticket/13804<http://code.djangoproject.com/ticket/13804>
>>
>> also found a real-life scenario when this feature of the RFC is
>> implemented, the site reddit.com uses it for a shortcut that
>> searchs/submits links to their website, example:
>> http://www.reddit.com/s/http:/**/code.djangoproject.com/**ticket/13804<http://www.reddit.com/s/http://code.djangoproject.com/ticket/13804>
>>
>> On Sat, Jun 12, 2010 at 7:42 AM, MIL <need...@gmail.com> wrote:
>>
>>> I was the guy that brought it up on #django
>>> And I would like to follow this thread.
>>>
>>> Thanks :o)
>>>
>>> Michael Hjulskov
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to