summaryrefslogtreecommitdiff
path: root/docs/topics/class-based-views
diff options
context:
space:
mode:
authorCarles Pina Estany <carles@pina.cat>2021-01-14 10:17:59 +0000
committerGitHub <noreply@github.com>2021-01-14 11:17:59 +0100
commit7072bff1fd13ea706b2dc0ca10feef755872eb68 (patch)
tree9a55bf5a97c97de31bd309dc406deab2c5ea128a /docs/topics/class-based-views
parentffe756d6242d513bfbba9686b5a3d90f0a67c214 (diff)
Fixed cross-link in CBV topic documentation.
Diffstat (limited to 'docs/topics/class-based-views')
-rw-r--r--docs/topics/class-based-views/generic-display.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/class-based-views/generic-display.txt b/docs/topics/class-based-views/generic-display.txt
index 66590849a0..68155f07db 100644
--- a/docs/topics/class-based-views/generic-display.txt
+++ b/docs/topics/class-based-views/generic-display.txt
@@ -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.