Quoted group name in django/contrib/auth/models.py docstring.

This commit is contained in:
Nik Nyby 2016-11-28 16:41:37 -05:00 committed by Tim Graham
parent d7e6b8febd
commit 9992decbf1
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Group(models.Model):
groups.
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.
Beyond permissions, groups are a convenient way to categorize users to