1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

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

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`` 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 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 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 The default implementation returns ``True`` if the user has either the
"change" or "view" permission. "change" or "view" permission.