Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'djdt' is not a registered namespace #1405 #1889
'djdt' is not a registered namespace #1405 #1889
Changes from all commits
5b2b969
2edf71e
3312069
83e9739
1193e0c
3affaea
36cf020
8bf25e9
46f64c4
5941710
df02d33
18eaab5
2c21976
e944857
7f5da54
713c4cf
65bf1cb
c7ad698
18ead4e
aef39b2
a515cc1
4820a9a
424bf02
c620b7c
effccff
902665c
3cb2f7c
a182401
9d906fb
0e90884
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why you're modifying the
dt_settings.get_config()
return value instead of using e.g.with override_settings(...)
? I suspect that there's a good reason for it; if there is, please add a short docstring.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we were to use
override_settings
, we'd have to define the entireDEBUG_TOOLBAR_CONFIG
dictionary. And I don't think there's a merge settings method.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know what you think of the new comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! No further comments :-)