Add signal for new OAuth applications

This commit is contained in:
Raphael Michel
2018-06-05 15:35:45 +02:00
parent b40100f78b
commit b4d97d9432
3 changed files with 12 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ Backend
-------
.. automodule:: pretix.control.signals
:members: nav_event, html_head, quota_detail_html, nav_topbar, nav_global, nav_organizer, nav_event_settings, order_info, event_settings_widget
:members: nav_event, html_head, quota_detail_html, nav_topbar, nav_global, nav_organizer, nav_event_settings, order_info, event_settings_widget, oauth_application_registered
.. automodule:: pretix.base.signals