Remove references to our legacy apps

This commit is contained in:
Raphael Michel
2019-10-10 09:26:24 +02:00
parent fdcd750487
commit fb3fc05522
2 changed files with 1 additions and 4 deletions

View File

@@ -18,8 +18,7 @@ class CheckinList(LoggedModel):
include_pending = models.BooleanField(verbose_name=pgettext_lazy('checkin', 'Include pending orders'), include_pending = models.BooleanField(verbose_name=pgettext_lazy('checkin', 'Include pending orders'),
default=False, default=False,
help_text=_('With this option, people will be able to check in even if the ' help_text=_('With this option, people will be able to check in even if the '
'order have not been paid. This only works with pretixdesk ' 'order have not been paid.'))
'0.3.0 or newer or pretixdroid 1.9 or newer.'))
auto_checkin_sales_channels = MultiStringField( auto_checkin_sales_channels = MultiStringField(
default=[], default=[],

View File

@@ -1025,8 +1025,6 @@ class Question(LoggedModel):
) )
ask_during_checkin = models.BooleanField( ask_during_checkin = models.BooleanField(
verbose_name=_('Ask during check-in instead of in the ticket buying process'), verbose_name=_('Ask during check-in instead of in the ticket buying process'),
help_text=_('This will only work if you handle your check-in with pretixdroid 1.8 or newer or '
'pretixdesk 0.2 or newer.'),
default=False default=False
) )
hidden = models.BooleanField( hidden = models.BooleanField(