mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix large number of SQL queries on email settings page
This commit is contained in:
@@ -641,6 +641,7 @@ class Event(EventMixin, LoggedModel):
|
||||
|
||||
def copy_data_from(self, other):
|
||||
from pretix.presale.style import regenerate_css
|
||||
|
||||
from ..signals import event_copy_data
|
||||
from . import (
|
||||
Item, ItemAddOn, ItemBundle, ItemCategory, ItemMetaValue, Question,
|
||||
|
||||
Reference in New Issue
Block a user