Hi,

I have encountered reverse() behavior I believe to be invalid. In my 
separate app's URLconf I have included a pattern pointing to some 
contrib.auth view. This app's URLconf I've included in my main project's 
URLconf and gave it a namespace. Now an other contrib.auth view cannot 
reverse an URL to the first one using only a view name. If I take that 
namespace out everything works like a charm.

Shouldn't namespaces only affect reversing by a url name?

The question is -- a bug or a feature?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/e5f_PUzBqu0J.
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