# HG changeset patch # User Steve Losh # Date 1309444829 14400 # Node ID e205a5c3eeab77648b30f5fbd45002a6608c1ea3 # Parent f2cf538fa1c2d18ddca12770b7f23fc11398e906 HAY GUYS I KNOW ABOUT RENDER() diff -r f2cf538fa1c2 -r e205a5c3eeab content/blog/2011/06/django-advice.html --- a/content/blog/2011/06/django-advice.html Thu Jun 30 09:58:28 2011 -0400 +++ b/content/blog/2011/06/django-advice.html Thu Jun 30 10:40:29 2011 -0400 @@ -834,6 +834,9 @@ Less typing `context_instance=...` over and over, and less syntax to remember. +Yes, I know about Django 1.3's `render` shortcut. You have to type `request` every +single time with `render`, so the `render_to` decorator still wins. + ### The ajax\_request Decorator The `ajax_request` decorator is like `render_to` for AJAX requests. You simply