aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-07-16Rename AllowList to AllowDenyList.Gravatar Leon Sandøy-55/+48
https://github.com/python-discord/site/issues/305
2020-07-16Fix some broken tests.Gravatar Leon Sandøy-8/+7
The test_utils_account.py tests were never running, because the folder they were in had no __init__.py file. The test_models.py file was failing because it had an outdated import of the ModelReprMixin, which has moved to a new file. https://github.com/python-discord/site/issues/305
2020-07-16Improve some docstrings.Gravatar Leon Sandøy-6/+26
https://github.com/python-discord/site/issues/305