diff --git a/tests/modeltests/transactions/models.py b/tests/modeltests/transactions/models.py index 9f32776f26..5301de4def 100644 --- a/tests/modeltests/transactions/models.py +++ b/tests/modeltests/transactions/models.py @@ -119,4 +119,6 @@ Traceback (most recent call last): IntegrityError: null value in column "email" violates not-null constraint +>>> transaction.rollback() + """