Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RemovedInDjango110Warning #292

Open
IllyaMoskvin opened this issue Jul 14, 2016 · 2 comments
Open

Fix RemovedInDjango110Warning #292

IllyaMoskvin opened this issue Jul 14, 2016 · 2 comments
Assignees

Comments

@IllyaMoskvin
Copy link
Member

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.

@hburgund
Copy link
Member

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

@hburgund
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants