Changes between Initial Version and Version 1 of Ticket #26323, comment 10
- Timestamp:
- Mar 4, 2016, 1:37:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26323, comment 10
initial v1 1 In case that isn't clear — you're hitting this issue because you aren't following the documentation I linked to in my earlier comment. Just add a with transaction.atomicinside your try/except and things should work.1 In case that isn't clear — you're hitting this issue because you aren't following the documentation I linked to in my earlier comment. Just add a `with transaction.atomic` inside your try/except and things should work.