-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 1.11.3 ? #9
Comments
Getting the same issue here on 1.11 |
the same issue on 1.11.3 |
the same issue on 1.11.4 |
pfitzer
pushed a commit
to pfitzer/django-social-widgets
that referenced
this issue
Oct 13, 2017
pfitzer
added a commit
to pfitzer/django-social-widgets
that referenced
this issue
Oct 13, 2017
creafz#9 use dict instead of Context to work with django >= 1.10
pfitzer
added a commit
to pfitzer/django-social-widgets
that referenced
this issue
Oct 13, 2017
creafz#9 use dict instead of Context to work with django >= 1.10
I am still getting the same error in 1.11.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi after upgrading to Django 1.11.3 i get this error :
Exception Value: context must be a dict rather than Context.
when using in my template :
{% social_widget_render "facebook/share_button.html" href=meta.url %}
The text was updated successfully, but these errors were encountered: