Re: Django versions

2006-02-24 Thread Ijonas Kisselbach
The latest development branch works utterly fine for me. I update from it maybe once a day and haven't run into any problems yet (touch wood).AFAIK: magic-removal is changing all the time. Lots of refactoring. So if you're just starting out, I'd recommend the "trunk". Ij.On 2/24/06, Michal <[EMAIL

Re: Django in a Load-Balanced environment (ORM issues) ...

2006-02-28 Thread Ijonas Kisselbach
First of all, I'm not a Django Dev Team member, but have used ORM technology for years.Singleton objects within an OM context do no scale across multiple machines/VMs. Its pipe dream material. I've saw a demo of this kind of stuff from an OODB vendor in the late nineties and it was impressive, but