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 4034cb3 commit 2fadc37Copy full SHA for 2fadc37
README.rst
@@ -14,6 +14,14 @@ Django Debug Toolbar
14
:target: https://codecov.io/gh/jazzband/django-debug-toolbar
15
:alt: Test coverage status
16
17
+.. image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
18
+ :target: https://pypi.python.org/pypi/django-debug-toolbar
19
+ :alt: Supported Python versions
20
+
21
+.. image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
22
+ :target: https://pypi.org/project/django-debug-toolbar
23
+ :alt: Supported Django versions
24
25
The Django Debug Toolbar is a configurable set of panels that display various
26
debug information about the current request/response and when clicked, display
27
more details about the panel's content.
0 commit comments