mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Ensure that we document all signals
This commit is contained in:
@@ -82,7 +82,8 @@ As with all plugin signals, the ``sender`` keyword argument will contain the eve
|
||||
|
||||
checkout_flow_steps = EventPluginSignal()
|
||||
"""
|
||||
This signal is sent out to retrieve pages for the checkout flow
|
||||
This signal is sent out to retrieve pages for the checkout flow. Receivers are expected to return
|
||||
a subclass of ``pretix.presale.checkoutflow.BaseCheckoutFlowStep``.
|
||||
|
||||
As with all plugin signals, the ``sender`` keyword argument will contain the event.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user