Hi group,
(I already posted this on django-users, but I may have better luck
here. Sorry for the double post, but I'm really stuck on this...)
my setup : win xp, python 2.5, apache 2.2.4, postgres 8.2, mod_python
3.3.1, psycopg2 2.0.5, django svn
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 developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---