| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the same issue as 145beb37fcb4fa2f487f18b234dd72bc4e10c279.
See that commit for more information.
|
| | | | | | | |
|
| | | |\| | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Sebastiaan Zeeff <[email protected]>
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | | |
Changed `Most Recent: Game Jam 2020` to `Upcoming: Code Jam 7`
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
postgres array with roles
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This should completely remove avatar_hash from the site - both in our
tests, in the model itself, and from the database (as a result of the
migration).
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |\ \ \ |
|
| | | | |/
| | |/|
| | | |
| | | | |
The asset was recently moved to a new directory.
|
| | | | | |
|
| | |/ / |
|
| | | |
| | |
| | | |
I've added the Game Jam banner to the home page and made it link the Game Jam info page.
|
| | |/
| |
| | |
To draw attention to upcoming events, I've changed the events section of the "more" dropdown menu. It now has an events header, followed by the upcoming event, and a link to the general events page.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Hooks added:
* check-merge-conflict - checks for files with merge conflict strings
* check-toml - attempts to load all toml files to verify syntax
* check-yaml - attempts to load all yaml files to verify syntax
* end-of-file-fixer - ensures files end in a newline and only a newline
* mixed-line-ending - replaces mixed line endings with LF
* trailing-whitespace - trims trailing whitespace
* python-check-blanket-noqa - enforces that noqa annotations always
occur with specific codes
Changes made to comply with new hooks:
* Remove trailing whitespaces
* Remove some useless noqa annotations
* Specify errors for noqa annotations
* Add missing newlines at end of files
See: python-discord/organisation#138
|
| | |\ |
|
| | | |\ |
|
| | | | | |
|
| | | | | |
|
| | | |/ |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
With the code jam over, we don't want a code jam banner on our front
page. This commit replaces it with the Code Jam Judge Stream.
|
| | | | |
|
| | | |\ |
|
| | | | |
| | | |
| | | | |
Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources.
|
| | | | |\ |
|
| | | | | |
| | | | |
| | | | | |
Disables the sanitisation of HTML in wiki articles.
|
| | | | | | |
|