| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I was handling this in a Django vanilla kind of way, which was causing
the constraint to return a 500 instead of a 400. This changes the
approach to use the DRF way, and makes it return 400.
It doesn't actually change the way anything behaves, other than
returning the right status code.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|