We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78513 commit dcc6cbeCopy full SHA for dcc6cbe
debug_toolbar/panels/__init__.py
@@ -87,7 +87,7 @@ def template(self):
87
Template used to render :attr:`content`.
88
89
Mandatory, unless the panel sets :attr:`has_content` to ``False`` or
90
- overrides `attr`:content`.
+ overrides :attr:`content`.
91
"""
92
raise NotImplementedError
93
@@ -248,6 +248,6 @@ def run_checks(cls):
248
This will be called as a part of the Django checks system when the
249
application is being setup.
250
251
- Return a list of :class: `django.core.checks.CheckMessage` instances.
+ Return a list of :class:`django.core.checks.CheckMessage` instances.
252
253
return []
0 commit comments