1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +00:00

Removed support for Python 3.3.

This commit is contained in:
Tim Graham
2015-06-15 09:43:35 -04:00
parent e5cb4e1411
commit 7f1168e387
17 changed files with 44 additions and 65 deletions

View File

@@ -251,7 +251,7 @@ class LazyObject(object):
self._setup()
return self._wrapped.__dict__
# Python 3.3 will call __reduce__ when pickling; this method is needed
# Python 3 will call __reduce__ when pickling; this method is needed
# to serialize and deserialize correctly.
@classmethod
def __newobj__(cls, *args):