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 7fae0e0 commit 20b9d91Copy full SHA for 20b9d91
1 file changed
tox.ini
@@ -39,7 +39,9 @@ setenv =
39
error::PendingDeprecationWarning,\
40
ignore:The RedirectsPanel is deprecated:DeprecationWarning,\
41
# This can be removed when we're fully to 6.0
42
- ignore:The 'partial'and 'partialdef' template tags are now part of Django core:DeprecationWarning
+ ignore:The 'partial'and 'partialdef' template tags are now part of Django core:DeprecationWarning,\
43
+ # django-csp imports MiddlewareMixin from the deprecated location; not ours to fix
44
+ ignore:Importing MiddlewareMixin from django.utils.deprecation is deprecated
45
DB_NAME = {env:DB_NAME:debug_toolbar}
46
DB_USER = {env:DB_USER:debug_toolbar}
47
DB_HOST = {env:DB_HOST:localhost}
0 commit comments