| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
GUILD_INVITE_ID -> GUILD_INVITE
WORD_WATCHLIST -> FILTER_TOKEN
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This will be used to describe or justify the entries in the blacklist or
whitelist, for example for the guild name in the case of guild invite
IDs, so that we have some context when we're displaying the list.
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | |\ \ \
| |_|/ / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The Django wiki updated the jQuery version, so our reference needs to
be updated too. Otherwise, we will get a 404 for the script.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | | |\ \ \
| |_|/ / /
|/| | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Update to Django 3.0
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Removes django-crispy-bulma as a dependency.
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is the same issue as 145beb37fcb4fa2f487f18b234dd72bc4e10c279.
See that commit for more information.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Use release tag for django-crispy-bulma. This will yet again be
changed once it's released on PyPI.
* Use PyPI release for wiki
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
By default, blank=False for ArrayFields but allow_empty=True for
ListField. Before DRF 3.10 there was a bug that ListField didn't respect
the default value of blank=False and thus created a ListField in the
serialiser with the default of allow_empty=True. We were relying on the
behaviour of that bug.
See encode/django-rest-framework#6597.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
base_name was deprecated in 3.9 and finally removed in 3.11.
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is the model which we will use for items that are either
blacklisted or whitelisted.
https://github.com/python-discord/site/issues/305
|
| | | | | |
| | | | |
| | | | |
| | | | | |
https://github.com/python-discord/site/issues/305
|
| | |/ / /
|/| | |
| | | |
| | | | |
https://github.com/python-discord/site/issues/305
|
| | | | |
| | | |
| | | | |
This will prevent a 500 server error on our homepage when GitHub's API is down, allowing us to use the cached data we have instead.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Bump django from 2.2.11 to 2.2.13
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bumps [django](https://github.com/django/django) from 2.2.11 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.11...2.2.13)
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
python-discord/joseph/change-roles-field-to-postgres-array
Change roles field on user model to Postgres array
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Sebastiaan Zeeff <[email protected]>
|
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | |
| | | | |
| | | | | |
Changed `Most Recent: Game Jam 2020` to `Upcoming: Code Jam 7`
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|