Fix #1468 -- Fix sorting by fallback name parts in check-in lists

This commit is contained in:
Raphael Michel
2019-10-29 19:50:28 +01:00
parent f473439f77
commit b156efaae8
4 changed files with 118 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
from django.apps import AppConfig
from .database import * # noqa
class PretixHelpersConfig(AppConfig):
name = 'pretix.helpers'