2009/6/6 Tomasz Zieliński <tomasz.zielin...@pyconsultant.eu>

>
>
>
> On 6 Cze, 16:26, Masklinn <maskl...@masklinn.net> wrote:
>
> > Use transactions?
>
> Or use atomic SQL increment - bypassing Django ORM,
> if speed is main concern here.
>
> --
> Tomasz Zieliński
> http://pyconsultant.eu
> >
>
In the development version Django's ORM can do atomic SQL operations:
http://docs.djangoproject.com/en/dev/topics/db/queries/#updating-multiple-objects-at-once

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to