jthi3rry / django-silhouette

Elegant Form Templating for Django
MIT License
13 stars 3 forks source link

Silhouette Django 1.10 deprecation warning. #13

Open dano000 opened 7 years ago

dano000 commented 7 years ago

Currently I'm working on a project which utilizes Django Silhouette, are there any plans to upgrade it, to ensure it will be compatable with Django versions >= 1.10 ?

Currently the warning received is: silhouette/templatetags/silhouette_tags.py:135: RemovedInDjango110Warning: render() must be called with a dict, not a RequestContext.

This seems to be a common issue for anything related to using contexts within views.