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
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
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
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