Hi Andrey,
I suppose you read my question attentively and therefore you know that
I searched the web (and django documentation of course including the
transaction page). And I suppose you know that I was looking for
example how to use transactions without decorators.

The problem is that there's no example how to use transactions without
decorators in the documentation, there's no example here in this
mailing list... I found the example in
django.db.transaction.py

But thanks anyway ;-)
Michal


On 24/07/07, Andrey Khavryuchenko <[EMAIL PROTECTED]> wrote:
>
>
>  MK> Hi,
>  MK> I would like to use transactions (in MySQL and InnoDB). I know there
>  MK> are decorators but I don't want to use them now. Is there any example
>  MK> how to use transactions without decorators? I couldn't find anything
>  MK> on django website, this user-group...
>
> Quick google on "django transactions" shows
> http://www.djangoproject.com/documentation/transactions/ as the first
> result.
>
> And it has a cut down example of manual commit usage.
>
> --
> Andrey V Khavryuchenko
> Django NewGate -  http://www.kds.com.ua/djiggit/
> Development - http://www.kds.com.ua
> Call akhavr1975 on www.gizmoproject.com
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to