I'm not sure if this is a bug in my setup, a bug in Django or not a bug at all. I have the great APPEND_SLASH=True in my settings for canonical urls, and I'm using contrib.flatpages. Problem is, after the changes in r6582, all flatpages with url ending slash (ie, all of my flatpages) do not redirect without a slash but rather end up as 404.
So, flatpage with slug "/foo/" and request to "/foo" end up as 404. If I change my flatpages slug to "/foo", requests to both "/foo" and "/ foo/" work, but now the page has two different urls, which obviously sucks big hairy balls. Is this a bug in Django or am I missing something? - VS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

