aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models/utils.py (follow)
Commit message (Collapse)AuthorAgeLines
* Remove embed validators for deleted messagesGravatar Chris Lovering2022-06-30-172/+0
| | | | These caused more harm than they were worth, as every time Discord updated a behaviour of an embed we would get errors and need ot update the validation. Instead we should just accept whatever discord gives us as correct
* Migrate to generic `JSONField`Gravatar Johannes Christ2021-11-27-2/+1
|
* Update embed description length to 4096Gravatar mbaruh2021-09-07-1/+1
|
* Still move mixins back to its own fileGravatar Karlis S2020-08-27-30/+0
|
* Move last parts from mixins to utils and delete mixinsGravatar Karlis S2020-08-27-0/+30
|
* Remove unused import from models utilsGravatar Karlis S2020-08-27-1/+0
|
* Move some parts from Mixins file to utilsGravatar Karlis S2020-08-27-0/+174
|
* Rename utils.py to mixins.py. More precise.Gravatar Leon Sandøy2020-07-14-17/+0
| | | | https://github.com/python-discord/site/issues/305
* Give a code a lintGravatar Jeremiah Boby2019-07-10-1/+0
|
* A whole bunch of docstrings.Gravatar Gareth Coles2019-04-21-5/+3
|
* Move models to submodules.Gravatar Johannes Christ2019-04-14-0/+20