aboutsummaryrefslogtreecommitdiffstats
path: root/api/models.py (unfollow)
Commit message (Expand)AuthorLines
2018-09-01Add tests for untested branches.Gravatar Johannes Christ-2/+19
2018-09-01Add the member viewset.Gravatar Johannes Christ-18/+273
2018-09-01Ignore settings from coverage.Gravatar Johannes Christ-0/+1
2018-09-01Add the `Member` model.Gravatar Johannes Christ-2/+80
2018-09-01Add the `Role` model.Gravatar Johannes Christ-1/+65
2018-09-01Ignore irrelevant files in coverage report.Gravatar Johannes Christ-14/+2
2018-09-01Add support for deleting off-topic-channel names.Gravatar Johannes Christ-1/+49
2018-09-01Ignore migrations file in `flake8`.Gravatar Johannes Christ-1/+1
2018-09-01Add a creation route.Gravatar Johannes Christ-12/+74