From a22451140b6433bcae884422217e34818b8710da Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Thu, 20 Aug 2020 20:42:23 +0200 Subject: [PATCH 1/2] fix typo --- src/pretix/helpers/countries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/helpers/countries.py b/src/pretix/helpers/countries.py index 0fdfc9c15..4799d6824 100644 --- a/src/pretix/helpers/countries.py +++ b/src/pretix/helpers/countries.py @@ -37,7 +37,7 @@ class FastCountryField(CountryField): def check(self, **kwargs): # 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 [ *self._check_field_name(), # *self._check_choices(), From 738e5d07aa057e05320f702b032982abd6cedd26 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Thu, 20 Aug 2020 20:42:31 +0200 Subject: [PATCH 2/2] reorder signal docs --- doc/development/api/general.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/development/api/general.rst b/doc/development/api/general.rst index 9ddfbe68b..5c75a4185 100644 --- a/doc/development/api/general.rst +++ b/doc/development/api/general.rst @@ -66,13 +66,7 @@ Vouchers """""""" .. automodule:: pretix.control.signals - :members: item_forms - -Vouchers -"""""""" - -.. automodule:: pretix.control.signals - :members: voucher_form_class, voucher_form_html, voucher_form_validation + :members: item_forms, voucher_form_class, voucher_form_html, voucher_form_validation Dashboards """"""""""