﻿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
34286	Mixed-case views/templates names causes 404 on :view:/:template: directive.	Alex Life	Rahmat Faisal	"https://github.com/django/django/blob/main/django/contrib/admindocs/views.py#L168

Using a class based view, 
class OrderSearch(LoginRequiredMixin, UserPassesTestMixin, ListView):

add a doc comment such as
:view:`orders.views.Orders`

causes a 404 when you click on the link in the docs

Page not found (404)
Request Method:	GET
Request URL:	http://localhost:8000/admin/doc/views/orders.views.orders/
Raised by:	django.contrib.admindocs.views.ViewDetailView


I'm not sure exactly where orders becomes lowercase, but I thought it might have something to do with the _get_view_func"	Bug	closed	contrib.admindocs	4.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
