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
--
Ticket URL: <https://code.djangoproject.com/ticket/34286>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.