On Feb 10, 2011, at 6:27 PM, Jonathan Lundell wrote: > > On Feb 10, 2011, at 5:16 PM, Plumo wrote: >> so let's say I have mapped /init/default/about to /about >> >> Then: URL(r=request, c='default', f='about', anchor='company') >> will produce: /init/default/about#company >> instead of: /about#company > > Post your routes_out, please.
(The reason I ask is that I'm writing unit tests for URL routing, and I want to reproduce the error.)