Re: Django 1.1

2009-07-23 Thread Mat Clayton
Awesome work guys, congrats. Been running off trunk in production for a while now, looking forward to see what 1.2 brings :) Mat On Wed, Jul 22, 2009 at 8:16 AM, Michael Kerrin wrote: > Hi, > > Thanks for the update, I am looking forward to the release there is a lot > of good stuff in there. >

Re: Assigning to a model attribute with F()

2009-07-23 Thread Ivan Sagalaev
Zachary Voase wrote: > I just found out that a particular Django ORM trick [1] seems to work > just fine but is undocumented. By the way... While it may be really neat it doesn't quite "eliminates a lot of the race conditions" as you write. If you're incrementing a field in several parallel tra