mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
In Django 1.10, render_to_response no longer has context_instance argument. It's use is not recommended anyway. Replace it with render() method.