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
Low priority, but we are getting a lot of notices about deprecated function calls, mostly in various urls.py files. I might be able to address this as part of #283, but I'm posting it here in case I don't get to it for that PR.
The text was updated successfully, but these errors were encountered:
Many of these have been fixed, in particular the urls.py issues, by #302, but at least this one still exists:
/var/www/roundware/local/lib/python2.7/site-packages/django/template/loader.py:97: RemovedInDjango110Warning: render() must be called with a dict, not a RequestContext.
return template.render(context, request)
09:52:56 WARNING <py.warnings.render:84> /var/www/roundware/local/lib/python2.7/site-packages/django/template/loader.py:97: RemovedInDjango110Warning: render() must be called with a dict, not a RequestContext.
return template.render(context, request)
Low priority, but we are getting a lot of notices about deprecated function calls, mostly in various
urls.py
files. I might be able to address this as part of #283, but I'm posting it here in case I don't get to it for that PR.The text was updated successfully, but these errors were encountered: