upstream/2026.7.0 #21

Merged
simon merged 194 commits from upstream/2026.7.0 into master 2026-08-01 15:33:26 +00:00
Showing only changes of commit 2574b31afd - Show all commits
+1 -1
View File
@@ -45,7 +45,7 @@ from django.utils.translation import gettext_lazy as _
from pretix.base.metrics import pretix_failed_logins
from pretix.base.models import User
from pretix.helpers.dicts import move_to_end
from pretix.helpers.ratelimit import rate_limit, rate_limit_reset
from pretix.helpers.ratelimit import rate_limit
logger = logging.getLogger(__name__)