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
Django 1.8 deprecated support for passing in a Context to the template render function. Instead a dict should be used. Django 1.10 now throws an error.
Django 1.8 deprecated support for passing in a
Contextto the template render function. Instead adictshould be used. Django 1.10 now throws an error.