Re: Standalone template -- updated patch

2006-05-16 Thread Adrian Holovaty
On 5/16/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > As Luke mentioned in the ticket report (just posting here for the > archives), it's because in Python > > self._target = value > > is implemented as > > self.__setattr__('_target', value) > > for attributes that are not sp

Re: Standalone template -- updated patch

2006-05-16 Thread Malcolm Tredinnick
On Tue, 2006-05-16 at 16:26 -0500, Adrian Holovaty wrote: > On 5/15/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > A friend hit the standard problems with trying to use Django's templates > > in another application at his work last week. So we sat down on Saturday > > and polished Luke Plan

Re: Standalone template -- updated patch

2006-05-16 Thread Adrian Holovaty
On 5/15/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > A friend hit the standard problems with trying to use Django's templates > in another application at his work last week. So we sat down on Saturday > and polished Luke Plant's existing patch a little. I have put the new > patch into ticke

Standalone template -- updated patch

2006-05-15 Thread Malcolm Tredinnick
A friend hit the standard problems with trying to use Django's templates in another application at his work last week. So we sat down on Saturday and polished Luke Plant's existing patch a little. I have put the new patch into ticket #1321. I would appreciate some review of this, since I believe