mirror of https://github.com/django/django.git
Quoted group name in django/contrib/auth/models.py docstring.
This commit is contained in:
parent
d7e6b8febd
commit
9992decbf1
|
@ -107,7 +107,7 @@ class Group(models.Model):
|
||||||
groups.
|
groups.
|
||||||
|
|
||||||
A user in a group automatically has all the permissions granted to that
|
A user in a group automatically has all the permissions granted to that
|
||||||
group. For example, if the group Site editors has the permission
|
group. For example, if the group 'Site editors' has the permission
|
||||||
can_edit_home_page, any user in that group will have that permission.
|
can_edit_home_page, any user in that group will have that permission.
|
||||||
|
|
||||||
Beyond permissions, groups are a convenient way to categorize users to
|
Beyond permissions, groups are a convenient way to categorize users to
|
||||||
|
|
Loading…
Reference in New Issue