roundware-server icon indicating copy to clipboard operation
roundware-server copied to clipboard

Fix RemovedInDjango110Warning

Open IllyaMoskvin opened this issue 9 years ago • 2 comments
trafficstars

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.

IllyaMoskvin avatar Jul 14 '16 15:07 IllyaMoskvin

@jslootbeek I think you already took care of this with PR #302, but let me know.

hburgund avatar Dec 16 '16 15:12 hburgund

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)

hburgund avatar Jan 20 '17 03:01 hburgund