Hi, I looked at https://code.djangoproject.com/ticket/16774 and decided to implement the feature where views can raise urlresolvers.DoesNotResolve to make URL Resolver to keep searching for a URL.
The diff is here: https://github.com/meric/django/compare/ticket_16774 It introduces a new Exception class and adds a loop to the BaseHandler.get_response. Can a committer or developer look at it? It's quite different to the previous patch looked upon favourably by a core developer 10 months ago. Thanks, Eric -- 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/-/zssVpldzQCIJ. 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-developers?hl=en.
