mirror of
https://github.com/django/django.git
synced 2025-09-17 07:55:33 +00:00
Removed obsolete (since Python 2.3) __safe_for_unpickling__ attribute.
This commit is contained in:
parent
58195f0b16
commit
ea8e7fd989
2 changed files with 0 additions and 6 deletions
|
@ -314,7 +314,6 @@ def unpickle_lazyobject(wrapped):
|
|||
wrapped object.
|
||||
"""
|
||||
return wrapped
|
||||
unpickle_lazyobject.__safe_for_unpickling__ = True
|
||||
|
||||
|
||||
# Workaround for http://bugs.python.org/issue12370
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue