Skip to content

Commit

Permalink
Fixes #16454: Roll back django-debug-toolbar version to avoid DNS loo…
Browse files Browse the repository at this point in the history
…ukp bug
  • Loading branch information
jeremystretch committed Jun 10, 2024
1 parent 56b6b1b commit eb3d423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ django-cors-headers

# Runtime UI tool for debugging Django
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
django-debug-toolbar
# Pinned for DNS looukp bug; see https://github.com/netbox-community/netbox/issues/16454
# and https://github.com/jazzband/django-debug-toolbar/issues/1927
django-debug-toolbar==4.3.0

# Library for writing reusable URL query filters
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==5.0.6
django-cors-headers==4.3.1
django-debug-toolbar==4.4.2
django-debug-toolbar==4.3.0
django-filter==24.2
django-htmx==1.17.3
django-graphiql-debug-toolbar==0.2.0
Expand Down

0 comments on commit eb3d423

Please sign in to comment.