mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 09:14:48 +00:00
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.
Also added a test for render_to_response(status=...) which was missing
from
|
||
|---|---|---|
| .. | ||
| first | ||
| priority | ||
| second | ||
| template_tests | ||
| broken_base.html | ||
| included_base.html | ||
| included_content.html | ||
| inclusion.html | ||
| recursive_include.html | ||
| response.html | ||
| ssi include with spaces.html | ||
| ssi_include.html | ||
| test_context.html | ||
| test_context_stack.html | ||
| test_extends_error.html | ||
| test_incl_tag_current_app.html | ||
| test_incl_tag_use_l10n.html | ||
| test_include_error.html | ||