Django Transaction Error--Transaction managed block ended with pending commit/rollback

Source: Internet
Author: User

1 Request Method:    GET2 Request URL:    http://192.168.128.111:8000/xxx/xxxx/3 Django Version:    1.4.84  Exception Type:    transactionmanagementerror5Exception Value:    6 Transaction managed block ended with pending commit/rollback

Today, when doing business, this problem always occurs, I studied for half a day, found that my code strictly according to

Try

***

exception

***

Else

***

This format to write, why still wrong?

So all kinds of Google, what comments off @transaction.commit_manually see where the mistake, everything tried.

Until I found this post: Http://stackoverflow.com/questions/9955321/django-transaction-managed-block-ended-with-pending-commit-rollback

Ma but Ah, it turns out that there are database operations before returning to the view.

1retval = Render_to_response ('***/***.html',{2                 'form': Form,3                 'nav_active':'Active',4 },context)5 Transaction.commit ()6         returnretval

This will be OK.

Django Transaction Error--Transaction managed block ended with pending commit/rollback

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.