Re: Re: Development freeze on django.db.models

2006-09-15 Thread Russell Keith-Magee
On 9/16/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > And anybody who wants to introduce a method called _init() in addition > to Python's existing __init__() is clearly a wanna-be Perl programmer > and should be viewed with caution in any case. :-) :-) Truth be told, I'm not particularly

Re: Development freeze on django.db.models

2006-09-15 Thread Malcolm Tredinnick
Hey Russell, On Mon, 2006-09-11 at 20:34 +0800, Russell Keith-Magee wrote: > On 7/8/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > > To all Django committers -- > > > > Please don't change any code within django.db.models over the next few > > days. Stimulated by ticket #2306, I took a look

Re: Development freeze on django.db.models

2006-09-11 Thread Russell Keith-Magee
On 7/8/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > To all Django committers -- > > Please don't change any code within django.db.models over the next few > days. Stimulated by ticket #2306, I took a look in there (particularly > the file query.py) and was a bit taken aback by how monstrous