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