Re: Backward-incompatible change to APPEND_SLASH behavior

2007-12-19 Thread Malcolm Tredinnick
On Wed, 2007-12-19 at 09:01 -0500, Forest Bond wrote: > Hi, > > I ran into a backwards-incompatible change related to changing behavior of > APPEND_SLASH: > > http://code.djangoproject.com/changeset/6852 > > I had some URL patterns in my urlconf that matched URLs with and without a > trailing

Backward-incompatible change to APPEND_SLASH behavior

2007-12-19 Thread Forest Bond
Hi, I ran into a backwards-incompatible change related to changing behavior of APPEND_SLASH: http://code.djangoproject.com/changeset/6852 I had some URL patterns in my urlconf that matched URLs with and without a trailing slash. Previously, these would always get redirected to the version with