django/tests/shortcuts
Aymeric Augustin fdbfc98003 Deprecated some arguments of django.shortcuts.render(_to_response).
dictionary and context_instance and superseded by context.

Refactored tests that relied context_instance with more modern idioms.
2014-12-28 17:02:29 +01:00
..
other_templates
templates/shortcuts
__init__.py
tests.py Deprecated some arguments of django.shortcuts.render(_to_response). 2014-12-28 17:02:29 +01:00
urls.py Avoided rewrapping Contexts in render_to_response. 2014-11-22 17:58:38 +01:00
views.py Silenced a flake8 warning. 2014-11-22 21:39:06 +02:00