[Python-modules-commits] [python-social-auth] 09/322: Update base.py
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:12:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.10
in repository python-social-auth.
commit 9d99703e535d4f04381485d750a4b9785cb41cd8
Author: Alex Parij <paris.alex at gmail.com>
Date: Wed Oct 29 20:13:41 2014 -0400
Update base.py
Deleting a leftover constant that was moved to social.pipeline.utils
---
social/strategies/base.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/social/strategies/base.py b/social/strategies/base.py
index b25e214..e7e4d4d 100644
--- a/social/strategies/base.py
+++ b/social/strategies/base.py
@@ -34,10 +34,6 @@ class BaseStrategy(object):
ALLOWED_CHARS = 'abcdefghijklmnopqrstuvwxyz' \
'ABCDEFGHIJKLMNOPQRSTUVWXYZ' \
'0123456789'
- # well-known serializable types
- SERIALIZABLE_TYPES = (dict, list, tuple, set, bool, type(None)) + \
- six.integer_types + six.string_types + \
- (six.text_type, six.binary_type,)
DEFAULT_TEMPLATE_STRATEGY = BaseTemplateStrategy
def __init__(self, storage=None, tpl=None):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list