mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy arguments. Thanks to adamv for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -149,7 +149,8 @@ urlpatterns += patterns('regressiontests.views.views',
|
||||
(r'^shortcuts/render_to_response/mimetype/$', 'render_to_response_view_with_mimetype'),
|
||||
(r'^shortcuts/render/$', 'render_view'),
|
||||
(r'^shortcuts/render/base_context/$', 'render_view_with_base_context'),
|
||||
(r'^shortcuts/render/mimetype/$', 'render_view_with_mimetype'),
|
||||
(r'^shortcuts/render/content_type/$', 'render_view_with_content_type'),
|
||||
(r'^shortcuts/render/status/$', 'render_view_with_status'),
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user