﻿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
28886	Example included auth urls don't include accounts/ prefix assumed by much of the other documentation	David Mugnai	nobody	"In the ""The login_required decorator"" paragraph of the ""Using the Django authentication system"" guide is stated that the default url for the login view is ""/accounts/login"", but in the ""Authentication Views"" section all the examples don't use the ""accounts/"" part.

I think  the examples should be changed to start with this code:
{{{
    urlpatterns = [
        path('^accounts$', include('django.contrib.auth.urls')),
    ]
}}}"	Cleanup/optimization	closed	Documentation	1.11	Normal	fixed			Accepted	0	0	0	0	0	0
