You can try this:
from django.db import connection
connection._rollback()
The more detailed discussion of This issue can be found here
You can try this:
from django.db import connection
connection._rollback()
The more detailed discussion of This issue can be found here