Hi group, my setup : win xp, python 2.5, apache 2.2.4, postgres 8.2, mod_python 3.3.1, psycopg2 2.0.5
I have some views decorated by @transaction.commit_manually. I do transaction.commit() or transaction.rollback() before response, as I should. Everything is running fine when I run the development server. Behind mod_python, I get : TransactionManagementError: Transaction managed block ended with pending COMMIT/ROLLBACK Does anyone know what's going on and what could be the source of the problem ? I know very little about Apache. Thanks, Olivier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---