You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just upgraded my django app to django 1.9 and I see that the development server is returning this warning/error:
.../lib/python2.7/site-packages/jfu/templatetags/jfutags.py:1: RemovedInDjango110Warning: django.core.context_processors is deprecated in favor of django.template.context_processors.
from django.core.context_processors import csrf
Is there any chance you might be able to release a new version to fix this?
Many thanks!
Adam
The text was updated successfully, but these errors were encountered:
Hi Alem,
Many thanks for making django-jfu available!
I have just upgraded my django app to django 1.9 and I see that the development server is returning this warning/error:
.../lib/python2.7/site-packages/jfu/templatetags/jfutags.py:1: RemovedInDjango110Warning: django.core.context_processors is deprecated in favor of django.template.context_processors.
from django.core.context_processors import csrf
Is there any chance you might be able to release a new version to fix this?
Many thanks!
Adam
The text was updated successfully, but these errors were encountered: