Conf Module
- action_triggers.conf.get_content_type_choices() QuerySet [source]
Return the content types available for the configuration. This is driven by settings.ACTION_TRIGGERS.whitelisted_content_types where the user can specify a set of models (content_type app_label.model) that they want to be able to configure action triggers for.
- Returns:
A queryset of content types