This seems a bug in Django... the `reverse` function is passed the name of 
a view function, not a named url, so the fact that the url it's being asked 
to match is included under a namespace shouldn't matter?

(here because I just hit the same problem myself)

On Saturday, 27 July 2013 08:20:18 UTC+1, Peter wrote:
>
> Yep, that fixed it.  Thanks.
>
> I still think it's wrong of django not to find it by view name though...
>
>
>> Probably because you've included it under a namespace, so Django would 
>> need to look for it as "registration:whatever". There's no need to use the 
>> namespace in the include call.
>> --
>> DR. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to