As I explained in my original email, the URL in your example _DOES NOT_ end in a slash. It has a query string that ends with a slash which is _NOT_ the same thing.
Sorry to shout, but I explained it quite clearly before :/ Cheers Tom On Tue, Dec 7, 2010 at 3:50 PM, Keats <[email protected]> wrote: > the urlpattern is : > ^'/blabla/topic/(?P<topic_id>\d+)-(?P<topic_name>.*)/$ > > and i think it's a bug because if you see request URL there is a > slash > and if it was an urlconf problem django would have reply url not > found. > i think the problem is linked to the fact that the test topic ends > with "?" and for some reason django is bothered by it... > maybe because "?..."are usually processed has get variables... > > thanx > Keats. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > 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-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. 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-users?hl=en.

