Re: Nested includes and captured parameters

2013-10-09 Thread Jason Mayfield
Nevermind. Discovered typo in a URLconf regex that was causing the problem. On Wednesday, October 9, 2013 2:41:45 PM UTC-4, Jason Mayfield wrote: > > The docs state that "An included URLconf receives any captured parameters > from parent URLconfs". And that does work as expected, when the

Nested includes and captured parameters

2013-10-09 Thread Jason Mayfield
The docs state that "An included URLconf receives any captured parameters from parent URLconfs". And that does work as expected, when the child URLconf makes immediate use of the parameter -- that is, the child URLconf is a terminal node and doesn't include any further child URLconfs. In my