Classes:
|
A detail view for a broker topic. |
- class dasf_broker.frontend.views.BrokerTopicFrontendView(**kwargs)
Bases:
UserPassesTestMixin,DetailViewA detail view for a broker topic.
Methods:
get_context_data(**kwargs)Insert the single object into the context dict.
Return the QuerySet that will be used to look up the object.
Models:
alias of
BrokerTopicAttributes:
- get_queryset()
Return the QuerySet that will be used to look up the object.
This method is called by the default implementation of get_object() and may not be called if get_object() is overridden.
- model
alias of
BrokerTopic
- template_name_suffix = '_frontend'