From caf844b5fbcbab81fb808f1d1d74231d1260f349 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 5 Oct 2017 11:55:09 +0200 Subject: [PATCH] Fix wrong signal name in documentation --- doc/development/api/general.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/development/api/general.rst b/doc/development/api/general.rst index f535b1c17..f733e0772 100644 --- a/doc/development/api/general.rst +++ b/doc/development/api/general.rst @@ -19,13 +19,13 @@ Order events There are multiple signals that will be sent out in the ordering cycle: .. automodule:: pretix.base.signals - :members: validate_cart, fee_calculation_for_cart, order_fee_calculation, order_paid, order_placed, order_fee_type_name, allow_ticket_download + :members: validate_cart, order_fee_calculation, order_paid, order_placed, order_fee_type_name, allow_ticket_download Frontend -------- .. automodule:: pretix.presale.signals - :members: html_head, html_footer, footer_links, front_page_top, front_page_bottom, contact_form_fields, question_form_fields, checkout_confirm_messages, checkout_confirm_page_content + :members: html_head, html_footer, footer_links, front_page_top, front_page_bottom, fee_calculation_for_cart, contact_form_fields, question_form_fields, checkout_confirm_messages, checkout_confirm_page_content .. automodule:: pretix.presale.signals