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 56b6b1b commit eb3d423Copy full SHA for eb3d423
base_requirements.txt
@@ -8,7 +8,9 @@ django-cors-headers
8
9
# Runtime UI tool for debugging Django
10
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
11
-django-debug-toolbar
+# Pinned for DNS looukp bug; see https://github.com/netbox-community/netbox/issues/16454
12
+# and https://github.com/jazzband/django-debug-toolbar/issues/1927
13
+django-debug-toolbar==4.3.0
14
15
# Library for writing reusable URL query filters
16
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
requirements.txt
@@ -1,6 +1,6 @@
1
Django==5.0.6
2
django-cors-headers==4.3.1
3
-django-debug-toolbar==4.4.2
4
django-filter==24.2
5
django-htmx==1.17.3
6
django-graphiql-debug-toolbar==0.2.0
0 commit comments