marazmiki / django-ulogin

Plug a social authentication feature to your Django application easy!
https://django-ulogin.readthedocs.io/ru/latest/
MIT License
26 stars 19 forks source link

FIX: Python 3 has no urllib.unquote #32

Closed mcd-php closed 8 years ago

mcd-php commented 8 years ago

Исправлено: при вставке {% ulogin_widget %} в главный шаблон выходит борода ошибок. Fixed: {% ulogin_widget %} in main template makes error.

python --version: Python 3.4.3 pip freeze:

Django==1.8.6
django-ulogin==0.2.3
gunicorn==19.3.0
mock==1.3.0
pbr==1.8.1
psycopg2==2.6.1
requests==2.8.1
six==1.10.0
wheel==0.24.0
yamaha252 commented 8 years ago

@mcd-php thanks!