Skip to content

Commit eb3d423

Browse files
committed
Fixes #16454: Roll back django-debug-toolbar version to avoid DNS looukp bug
1 parent 56b6b1b commit eb3d423

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

base_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ django-cors-headers
88

99
# Runtime UI tool for debugging Django
1010
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
11-
django-debug-toolbar
11+
# 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
1214

1315
# Library for writing reusable URL query filters
1416
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==5.0.6
22
django-cors-headers==4.3.1
3-
django-debug-toolbar==4.4.2
3+
django-debug-toolbar==4.3.0
44
django-filter==24.2
55
django-htmx==1.17.3
66
django-graphiql-debug-toolbar==0.2.0

0 commit comments

Comments
 (0)