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.
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.