Better docstring

This commit is contained in:
Tom Hubrecht 2021-10-26 18:57:38 +02:00
parent 9c02e1e902
commit 3da477729a

View file

@ -34,7 +34,10 @@ graph = TemplateView.as_view(template_name="wiki_groups/graph.html")
class WikiGroupMixin(SingleObjectMixin, UserPassesTestMixin):
"""Restricts the view to a manager of the wikigroup"""
"""
Restricts the view to a manager of the wikigroup, and selects automatically
the required WikiGroup with its Django group
"""
model = WikiGroup