diff options
| author | Nik Nyby <nnyby@columbia.edu> | 2016-11-28 16:41:37 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-28 16:41:37 -0500 |
| commit | 9992decbf11d33c83b9ffe58e477ccb99ad51559 (patch) | |
| tree | c20548bf8562a565a821f462d9fd4f36c88e320a | |
| parent | d7e6b8febd8c88edaa85d336c92cd8ea3687214a (diff) | |
Quoted group name in django/contrib/auth/models.py docstring.
| -rw-r--r-- | django/contrib/auth/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py index 8bcf3c867f..6055526941 100644 --- a/django/contrib/auth/models.py +++ b/django/contrib/auth/models.py @@ -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 |
