Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove files related to django-allauth. | 2020-10-04 | -139/+0 | |
| | ||||
* | 100% branch coverage for account.py | 2020-07-16 | -4/+9 | |
| | | | | https://github.com/python-discord/site/issues/305 | |||
* | 100% coverage for account.py | 2020-07-16 | -29/+30 | |
| | | | | https://github.com/python-discord/site/issues/305 | |||
* | Fix some broken tests. | 2020-07-16 | -6/+5 | |
| | | | | | | | | | | 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 | |||
* | Alter account utils test to use new user roles format | 2020-06-02 | -4/+6 | |
| | ||||
* | Prevent user signup when they've never joined+verified | 2019-10-22 | -6/+88 | |
| | ||||
* | GH signup prevention, views and templates for settings pages | 2019-10-20 | -0/+50 | |