On Sun, Feb 1, 2009 at 9:53 PM, Konstantin <ktechli...@gmail.com> wrote:
>
> On Feb 1, 2:23 pm, Russell Keith-Magee <freakboy3...@gmail.com> wrote:
>> Yes. Read up on how to use the save() method in the modelforms docs.
>>
>> http://docs.djangoproject.com/en/dev/topics/forms/modelforms/#the-sav...
>>
>> In particular, the second example in that section should answer your 
>> question.
>>
>
> Thanks, Russ, it works. I've overlooked that part of docs. But it
> seems that this method is not transaction safe ?

What makes you say that? The method is a completely transaction
neutral implementation - it will follow whatever transaction behavior
is in place at the time you invoke it.

Yours,
Russ Magee %-)

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