* owner: nobody => Rahmat Faisal
* status: new => assigned
Comment:
gonna look
--
Ticket URL: <https://code.djangoproject.com/ticket/34286#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Rahmat Faisal):
Replying to [comment:2 Rahmat Faisal]:
> gonna look
Yeah if u have views for example
{{{
class About(Views):
...
}}}
and in the docs you write
{{{
:view:`app_label.views.About`
}}}
gonna change to app_label.views.about and return 404
--
Ticket URL: <https://code.djangoproject.com/ticket/34286#comment:3>
Comment (by Rahmat Faisal):
the problem from admindocs utils function
https://github.com/django/django/blob/main/django/contrib/admindocs/utils.py#L59,
that makes convert into lowercase
--
Ticket URL: <https://code.djangoproject.com/ticket/34286#comment:4>
* has_patch: 0 => 1
Comment:
patch this PR https://github.com/django/django/pull/16517
--
Ticket URL: <https://code.djangoproject.com/ticket/34286#comment:5>
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34286#comment:6>
Comment (by Rahmat Faisal):
add simple test case for :view:
--
Ticket URL: <https://code.djangoproject.com/ticket/34286#comment:7>