mirror of
https://github.com/pretix/pretix.git
synced 2026-05-12 16:24:00 +00:00
cleanup
# Conflicts: # src/pretix/base/services/orders.py
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#
|
||||
import contextlib
|
||||
import logging
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import FieldDoesNotExist, ImproperlyConfigured
|
||||
from django.db import connection, transaction
|
||||
@@ -31,6 +32,7 @@ from django.utils.functional import lazy
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class DummyRollbackException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user