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

template.render( request_context vs. dict) #32

Closed
joej opened this issue Oct 26, 2016 · 1 comment
Closed

template.render( request_context vs. dict) #32

joej opened this issue Oct 26, 2016 · 1 comment

Comments

@joej
Copy link

joej commented Oct 26, 2016

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)

empty PDF renders due to deprecated (current) Django changes

@nigma
Copy link
Owner

nigma commented Mar 6, 2017

Will be fixed in #34.

@nigma nigma closed this as completed Mar 6, 2017
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

2 participants