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 85b93f4 commit eb2dcf8Copy full SHA for eb2dcf8
debug_toolbar/sanitize.py
@@ -1,7 +1,7 @@
1
from django.utils.encoding import DjangoUnicodeDecodeError, force_str as force_string
2
3
4
-def force_str(force_function, value):
+def force_str(value):
5
try:
6
return force_string(value)
7
except DjangoUnicodeDecodeError:
0 commit comments