Skip to content

Commit 7392910

Browse files
Update emitters.py (#147)
Co-authored-by: bgrant <[email protected]>
1 parent d829170 commit 7392910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_declarative_apis/resources/emitters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def render(self, request):
233233
The unpickler has been disabled by default now, and if you want to use
234234
it, please be aware of what implications it will have.
235235
236-
Read more: http://nadiana.com/python-pickle-insecure
236+
Read more: https://web.archive.org/web/20130423223601/http://nadiana.com/python-pickle-insecure
237237
238238
Uncomment the line below to enable it. You're doing so at your own risk.
239239
"""

0 commit comments

Comments
 (0)