Skip to content

Commit

Permalink
Update readme to reflect changes to super and staff handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Magin committed Mar 13, 2023
1 parent 852e742 commit 99116ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ _List[str]_. A list or tuple of URL regular expressions that should be accessibl

**_SUPERUSER_GROUP_**

_str_. Members of this group will have the django `is_superuser` user flags set.
_str_. Members of this group will have the django `is_superuser` user flags set. If this is unset or set to None a user's superuser flag will not be managed. Default is `None`.

**_STAFF_GROUP_**

_str_. Members of this group will have the django `is_staff` user flags set.
_str_. Members of this group will have the django `is_staff` user flags set. If this is unset or set to None a user's staff flag will not be managed. Default is `None`.

**_MANAGE_GROUPS_**

Expand Down

0 comments on commit 99116ff

Please sign in to comment.