Update manager.py
Fixing a typo.
This commit is contained in:
parent
f2f0ec3c55
commit
0c1b2e894a
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ class AccountDBManager(TypedObjectManager, UserManager):
|
||||||
|
|
||||||
Keyword Args:
|
Keyword Args:
|
||||||
typeclass (str): The typeclass to use for the account.
|
typeclass (str): The typeclass to use for the account.
|
||||||
is_superuser (bool): Wether or not this account is to be a superuser
|
is_superuser (bool): Whether or not this account is to be a superuser
|
||||||
locks (str): Lockstring.
|
locks (str): Lockstring.
|
||||||
permission (list): List of permission strings.
|
permission (list): List of permission strings.
|
||||||
tags (list): List of Tags on form `(key, category[, data])`
|
tags (list): List of Tags on form `(key, category[, data])`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue