aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-08-22Fixing top_role bug for users without roles & adding appropriate testGravatar Sebastiaan Zeeff-25/+58
2019-08-15Making User.top_role test only query onceGravatar Sebastiaan Zeeff-2/+3
2019-08-15Adding missing docstring in public methodGravatar Sebastiaan Zeeff-0/+1
2019-08-15Adding position, role hierarchy comparisons to Role model; top_role to User ↵Gravatar Sebastiaan Zeeff-8/+239
model
2019-08-14Use different field values.Gravatar Johannes Christ-2/+2
2019-08-14Avoid hardcoding module name.Gravatar Johannes Christ-3/+4
2019-08-14Apply Mark's suggestions. Gravatar Johannes Christ-3/+3
how to logging Co-Authored-By: Mark <[email protected]>