summaryrefslogtreecommitdiffstats
path: root/askbot
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2011-01-03 16:23:25 +0100
committerGael Pasgrimaud <gael@gawel.org>2011-01-03 16:23:25 +0100
commitb1fa323138424b57e4334bd58e89c0da55912b1c (patch)
treeb7738f6feac70ea073ac2f750e29f5f69a5cc708 /askbot
parent4fbbd9e02b7814c26b25740574933dd4040fdf6b (diff)
downloadaskbot-b1fa323138424b57e4334bd58e89c0da55912b1c.tar.gz
askbot-b1fa323138424b57e4334bd58e89c0da55912b1c.tar.bz2
askbot-b1fa323138424b57e4334bd58e89c0da55912b1c.zip
remove encoding
Diffstat (limited to 'askbot')
-rw-r--r--askbot/deps/django_authopenid/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py
index 844005b8..7eb853d7 100644
--- a/askbot/deps/django_authopenid/views.py
+++ b/askbot/deps/django_authopenid/views.py
@@ -125,7 +125,6 @@ def ask_openid(
sreg_request=None
):
""" basic function to ask openid and return response """
- request.encoding = 'UTF-8'
on_failure = on_failure or signin_failure
trust_root = getattr(
@@ -275,7 +274,6 @@ def signin(
template : authopenid/signin.htm
"""
logging.debug('in signin view')
- request.encoding = 'UTF-8'
on_failure = signin_failure
email_feeds_form = askbot_forms.SimpleEmailSubscribeForm()