#15317: TransactionManagementError exception on a clean transaction ------------------------------------------+--------------------------------- Reporter: jbl1 | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: SVN Keywords: | Triage Stage: Unreviewed Has patch: 0 | ------------------------------------------+--------------------------------- I have a simple test view decorated with a transaction.commit_manually. The view does only a few database (MySQL) reads. Before returning I do a transaction.commit() and surely the call to transaction.is_dirty() returns False.
A further test with all database reads removed yields the same result. My Django installation is at SVN 15540. -- Ticket URL: <http://code.djangoproject.com/ticket/15317> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
