mirror of
https://github.com/django/django.git
synced 2025-07-24 21:54:14 +00:00
[3.1.x] Fixed cross-link in CBV topic documentation.
Backport of 7072bff1fd
from master
This commit is contained in:
parent
fdbcbc3081
commit
ed616ffe94
1 changed files with 3 additions and 3 deletions
|
@ -427,6 +427,6 @@ object -- so we override it and wrap the call::
|
|||
name that ``DetailView`` uses to find the value of the primary key used to
|
||||
filter the queryset.
|
||||
|
||||
If you want to call the group something else, you can set ``pk_url_kwarg``
|
||||
on the view. More details can be found in the reference for
|
||||
:class:`~django.views.generic.detail.DetailView`
|
||||
If you want to call the group something else, you can set
|
||||
:attr:`~django.views.generic.detail.SingleObjectMixin.pk_url_kwarg`
|
||||
on the view.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue