﻿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
32871	Issue on documentation: path /articles/2003 does match the urlpattern 'articles/2003/'	Nilo César Teixeira	nobody	"[https://docs.djangoproject.com/en/3.2/topics/http/urls/#example] says:

    /articles/2003 would not match any of these patterns, because each pattern requires that the URL end with a slash.

But in django 3.2.4, this seems wrong:


    [21/Jun/2021 15:12:09] ""GET /articles/2003 HTTP/1.1"" 301 0
    [21/Jun/2021 15:12:09] ""GET /articles/2003/ HTTP/1.1"" 200 765

There's a redirect to the correct URL.

So, is documentation wrong ?

Thanks in advance."	Bug	closed	Core (URLs)	3.2	Normal	invalid	urlpatterns, path, ending URL slash, redirection		Unreviewed	0	0	0	0	0	0
