Re: changeset 6391

2007-09-24 Thread Joseph Kocherhans
On 9/20/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > My initial reaction to the problem was to think about adding an 'app > prefix' when you deploy an app, much like a form prefix, that is > injected into the template context to affect the resolution of {% url > %} tags. However, thinkin

Re: changeset 6391

2007-09-20 Thread Russell Keith-Magee
On 9/21/07, Gary Wilson <[EMAIL PROTECTED]> wrote: > > I just wanted to see what others feel about 6391. I think the real issue here > is that Django currently has some deficiencies running multiple instances of > an application (and I plan on bringing them up as a separate thread on the > list),

Re: changeset 6391

2007-09-20 Thread Joseph Kocherhans
On 9/20/07, Gary Wilson <[EMAIL PROTECTED]> wrote: > > So last night I checked in changeset 6391, and this morning it hit me that > this breaks things for anyone using the admin application at more than one URL > since the url tag cannot handle cases where multiple instances o

changeset 6391

2007-09-20 Thread Gary Wilson
So last night I checked in changeset 6391, and this morning it hit me that this breaks things for anyone using the admin application at more than one URL since the url tag cannot handle cases where multiple instances of an application are being used. This may not be as big an issue for the