forked from CGM_Public/pretix_original
Merge pull request #1756 from pretix/felix-patch
This commit is contained in:
@@ -66,13 +66,7 @@ Vouchers
|
|||||||
""""""""
|
""""""""
|
||||||
|
|
||||||
.. automodule:: pretix.control.signals
|
.. automodule:: pretix.control.signals
|
||||||
:members: item_forms
|
:members: item_forms, voucher_form_class, voucher_form_html, voucher_form_validation
|
||||||
|
|
||||||
Vouchers
|
|
||||||
""""""""
|
|
||||||
|
|
||||||
.. automodule:: pretix.control.signals
|
|
||||||
:members: voucher_form_class, voucher_form_html, voucher_form_validation
|
|
||||||
|
|
||||||
Dashboards
|
Dashboards
|
||||||
""""""""""
|
""""""""""
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ class FastCountryField(CountryField):
|
|||||||
|
|
||||||
def check(self, **kwargs):
|
def check(self, **kwargs):
|
||||||
# Disable _check_choices since it would require sorting all country names at every import of this field,
|
# Disable _check_choices since it would require sorting all country names at every import of this field,
|
||||||
# which taskes 1-2 seconds
|
# which takes 1-2 seconds
|
||||||
return [
|
return [
|
||||||
*self._check_field_name(),
|
*self._check_field_name(),
|
||||||
# *self._check_choices(),
|
# *self._check_choices(),
|
||||||
|
|||||||
Reference in New Issue
Block a user