﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19614	Error in docs example	Dima Pravdin	Aymeric Augustin	"Small error in example about limiting access to logged-in users by the raw way from Django Docs (https://docs.djangoproject.com/en/1.5/topics/auth/default/#the-raw-way):
{{{
from django.shortcuts import render

def my_view(request):
    if not request.user.is_authenticated():
        return render('myapp/login_error.html')
}}}

The render function require Request argument:
https://docs.djangoproject.com/en/1.5/topics/http/shortcuts/#render"	Bug	closed	Documentation	1.5-beta-1	Normal	fixed			Accepted	0	0	0	0	0	0
