25 Nov
2005
25 Nov
'05
8:50 p.m.
Florent Guillaume wrote at 2005-11-25 11:22 +0100:
... Guess what, I know that. But I want a "real" ConflictError, to see what useful info about involved objects I can log.
The only thing you need to log is "str(conflict_error_value)". "ConflictError" does a good job to provide all available information via its "__str__". -- Dieter