Skip to content

Commit 311ecb4

Browse files
[#13] Remove allow_tags
1 parent aca1430 commit 311ecb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

log_outgoing_requests/admin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def prettify_body_response(self, obj):
115115
)
116116
return body_response
117117

118-
prettify_body_response.allow_tags = True
119-
120118
def truncated_url(self, obj):
121119
parsed_url = urlparse(obj.url)
122120
path = parsed_url.path

0 commit comments

Comments
 (0)