Update index.txt

This commit is contained in:
julianklotz 2022-03-04 10:21:14 +01:00 committed by GitHub
parent 8082e7cce8
commit 24dfcc50e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 types 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.