Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump Django To 3.2 | 2022-07-11 | -1/+1 | |
| | | | | | | | | | | Bumps the current django version to 3.2 For the most part, there are no major changes here. The app configuration names were incorrect, and the new version no longer ignores that, so those were updated. The new version also requires explicitly defining the field type for primary keys if they are not defined on the model. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Making the deleted-messages-frontend functional with changes, including: | 2019-08-23 | -1/+1 | |
| | | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order. | |||
* | Adding initial staff app to Django | 2019-08-23 | -0/+7 | |