From 24dfcc50e57fb34e2b8375bd159cb7b818f4f484 Mon Sep 17 00:00:00 2001 From: julianklotz Date: Fri, 4 Mar 2022 10:21:14 +0100 Subject: [PATCH] Update index.txt --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index d6d517a778..2dd9c686a6 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1830,7 +1830,7 @@ templates used by the :class:`ModelAdmin` views: viewing of objects of this type is permitted in general (e.g., ``False`` will be interpreted as meaning that the current user is not permitted to view any object of this type). The object type’s list view is - only accessible when ```True``` is returned. + only accessible when ``True`` is returned. The default implementation returns ``True`` if the user has either the "change" or "view" permission.