aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models (follow)
Commit message (Expand)AuthorAgeLines
* Add trailing comma to infraction types listingGravatar ks1292020-10-10-1/+1
* Add voice ban to infraction types and create migration for itGravatar ks1292020-10-10-1/+2
* Broke out metricity connection into anGravatar Lucas Lindström2020-10-08-0/+42
* Logs Cleanup: Remove log entry modelGravatar ks1292020-10-03-56/+0
* Change documentation link model to order by package.Gravatar scragly2020-09-20-0/+5
* Allow Nomination end_reason to have a blank value for validation.Gravatar scragly2020-09-20-1/+2
* Update DeletedMessage and LogEntry Admin models, add verbose names for MessageGravatar scragly2020-09-18-2/+4
* Add OffensiveMessage Admin model.Gravatar scragly2020-09-18-3/+6
* Update Role ModelAdmin to past changes, cleanup formatting.Gravatar scragly2020-09-18-1/+2
* Add return types and docstrings for new user admin changes.Gravatar scragly2020-09-18-3/+8
* Add verbose names for user fields that need capitalisation fixes.Gravatar scragly2020-09-18-2/+4
* Update UserAdmin to use new role values, pretty colours.Gravatar scragly2020-09-18-0/+4
* Merge branch 'master' into admin-api-pages-improvementsGravatar scragly2020-09-18-242/+375
|\
| * Allow blank/null input to the nomination reason.Gravatar Eivind Teig2020-09-11-1/+3
| * Merge branch 'master' into tags-cleanupGravatar ks1292020-09-01-0/+5
| |\
| | * Revert "Revert pull request #348"Gravatar ks1292020-08-30-0/+5
| | * Revert pull request #348Gravatar MarkKoz2020-08-29-5/+0
| | * Merge branch 'master' into off-topic-non-randomGravatar Leon Sandøy2020-08-27-26/+109
| | |\
| | * \ Merge branch 'master' into off-topic-non-randomGravatar ks1292020-05-28-0/+1
| | |\ \
| | * | | OT: Replace help text of `used` fieldGravatar ks1292020-05-28-1/+1
| | * | | (Off-topic Channel Names): Added new field to model: `used` that show is this...Gravatar ks1232020-03-30-0/+5
| * | | | Fix import paths of mixins in message modelGravatar Karlis S2020-08-27-1/+2
| * | | | Still move mixins back to its own fileGravatar Karlis S2020-08-27-31/+32
| * | | | Fix FilterList model mixins import pathGravatar Karlis S2020-08-27-1/+1
| * | | | Move last parts from mixins to utils and delete mixinsGravatar Karlis S2020-08-27-31/+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-172/+174
| * | | | Move import to beginning of models mixins fileGravatar ks1292020-08-27-2/+1
| * | | | (Tag Cleanup): Removed Tag model file.Gravatar ks1232020-08-27-173/+0
| * | | | (Tag Cleanup): Removed Tag modelGravatar ks1232020-08-27-25/+0
| * | | | (Tag Cleanup): Removed tag import in models __init__.pyGravatar ks1232020-08-27-1/+0
| * | | | (Tag Cleanup): Replaced import from Tags model with utils.py validator import.Gravatar ks1232020-08-27-3/+2
| * | | | (Tag Cleanup): Removed `tag` from embed validator names due Tags will be remo...Gravatar ks1232020-08-27-9/+9
| * | | | (Tag Cleanup): Moved embed validators from Tag model to utils.pyGravatar ks1232020-08-27-0/+173
| * | | | (Tag Cleanup): Removed Tags Model import from models __init__.pyGravatar ks1232020-08-27-1/+0
| | |_|/ | |/| |
| * | | Add a constraint in the DB model as well.Gravatar Leon Sandøy2020-07-29-0/+11
| * | | Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-29-0/+14
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:python-discord/site into role-remindersGravatar kosayoda2020-07-16-0/+2
| | |\ \ \
| | * | | | Add mentions field to Reminder modelGravatar kosayoda2020-07-16-0/+14
| * | | | | Handle unique validator in DRF, not Django.Gravatar Leon Sandøy2020-07-29-11/+0
| * | | | | Rename AllowDenyList to FilterListGravatar Leon Sandøy2020-07-27-8/+8
| * | | | | Simplify AllowDenyListType names.Gravatar Leon Sandøy2020-07-19-2/+2
| * | | | | Add another AllowDenyList field, 'comment'.Gravatar Leon Sandøy2020-07-19-0/+4
| * | | | | Rename AllowList to AllowDenyList.Gravatar Leon Sandøy2020-07-16-12/+10
| * | | | | Improve some docstrings.Gravatar Leon Sandøy2020-07-16-0/+2
| * | | | | Add a UniqueConstraint to prevent duplicates.Gravatar Leon Sandøy2020-07-15-0/+13
| * | | | | Set up url forwarding for the viewset.Gravatar Leon Sandøy2020-07-15-9/+7
| * | | | | Minor fixes for imports and __init__ files.Gravatar Leon Sandøy2020-07-15-1/+0
| * | | | | Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-15-0/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Allow empty list for user rolesGravatar MarkKoz2020-07-14-0/+1