Changes between Initial Version and Version 1 of Ticket #26323, comment 10


Ignore:
Timestamp:
Mar 4, 2016, 1:37:59 PM (8 years ago)
Author:
Aymeric Augustin

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.atomic inside your try/except and things should work.
     1In 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.
Back to Top