Friday, May 24, 2013

Re: current transaction is aborted, commands ignored until end of transaction block

Hi Andreas,

> The error is : "current transaction is aborted, commands ignored until end
> of transaction block",

I guess you use postgres. This is a standard error that postgres thows
if you do any database action in a transaction after any other
error. You need to find the previous error that triggers this.

The error is probably in a different part than the one you currently
suspect ...


Kind regards

Michael

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

No comments:

Post a Comment