aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/migrations (follow)
Commit message (Expand)AuthorAgeLines
* Ensure the base url ends with a slashGravatar Numerlor2021-03-26-1/+7
* Merge branch 'main' into doc-validatorGravatar Numerlor2021-03-15-12/+301
|\
| * Fix grammar of nomination modelsGravatar ks1292021-03-06-2/+2
| * Make default value of nomination entry reason to empty stringGravatar ks1292021-02-24-1/+1
| * Merge nomination migrationsGravatar ks1292021-02-24-18/+3
| * Add rollback to nominations table split migrationGravatar ks1292021-02-22-1/+14
| * Split nomination model to 2 tables and create migrationsGravatar ks1292021-02-22-0/+77
| * Add voice ban to infraction types and create migration for itGravatar ks1292020-10-10-0/+18
| * Logs Cleanup: Fix migrations conflicts with merge migrationGravatar ks1292020-10-03-0/+14
| * Logs Cleanup: Add migration for log entry removalGravatar ks1292020-10-03-0/+16
| * Add migrations for nomination and doc link model changes.Gravatar scragly2020-09-20-0/+93
| * Allow blank/null input to the nomination reason.Gravatar Eivind Teig2020-09-11-0/+18
| * Create new merge migration to fix conflicts between migrationsGravatar Karlis S2020-09-01-0/+14
| * Merge branch 'master' into tags-cleanupGravatar ks1292020-09-01-0/+32
| |\
| | * Create merge migration to fix conflictsGravatar ks1292020-08-30-0/+14
| | * Revert "Fix mess with migrations"Gravatar ks1292020-08-30-10/+38
| | * Revert "Revert pull request #348"Gravatar ks1292020-08-30-37/+27
| | * Revert pull request #348Gravatar MarkKoz2020-08-29-27/+37
| | * Fix mess with migrationsGravatar ks1292020-08-29-38/+10
| | * Merge branch 'master' into off-topic-non-randomGravatar Leon Sandøy2020-08-27-15/+438
| | |\
| | * | OT: Fix migrations nr conflictGravatar ks1292020-05-28-1/+1
| | * | Merge branch 'master' into off-topic-non-randomGravatar ks1292020-05-28-0/+25
| | |\ \
| | * | | 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/+18
| * | | | Replace bad import on migrationGravatar ks1292020-08-27-1/+1
| * | | | Fix embed validator location in migrationGravatar ks1292020-08-27-1/+1
| * | | | (Tag Cleanup): Added Tag removal migrationGravatar ks1232020-08-27-0/+16
| * | | | (Tag Cleanup): Removed unnecessary tag validation migration.Gravatar ks1232020-08-27-7/+0
| * | | | (Tag Cleanup): Removed Tag modelGravatar ks1232020-08-27-1/+1
| | |_|/ | |/| |
* / | | Create migration for doc package name validator.Gravatar Numerlor2020-08-04-0/+19
|/ / /
* | | Fix bad migration 0059Gravatar Leon Sandøy2020-08-03-0/+85
* | | Add a migration for all the existing data.Gravatar Leon Sandøy2020-07-30-0/+153
* | | Provide callable, not return value.Gravatar Leon Sandøy2020-07-30-1/+1
* | | Add a constraint in the DB model as well.Gravatar Leon Sandøy2020-07-29-0/+4
* | | Fix multiple leafs for migration graph.Gravatar Leon Sandøy2020-07-29-1/+1
* | | Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-29-0/+34
|\ \ \
| * | | Merge migrationsGravatar kosayoda2020-07-16-0/+14
| * | | Merge branch 'master' of github.com:python-discord/site into role-remindersGravatar kosayoda2020-07-16-0/+56
| |\ \ \
| * | | | Add migration for the mentions field in the Reminder modelGravatar kosayoda2020-07-16-0/+20
* | | | | Handle unique validator in DRF, not Django.Gravatar Leon Sandøy2020-07-29-4/+0
* | | | | Rename AllowDenyList to FilterListGravatar Leon Sandøy2020-07-27-3/+3
* | | | | Simplify AllowDenyListType names.Gravatar Leon Sandøy2020-07-19-2/+2
* | | | | Add another AllowDenyList field, 'comment'.Gravatar Leon Sandøy2020-07-19-0/+1
* | | | | Rename AllowList to AllowDenyList.Gravatar Leon Sandøy2020-07-16-13/+8
* | | | | Fix a bug in an old migration.Gravatar Leon Sandøy2020-07-16-2/+2
* | | | | Add a UniqueConstraint to prevent duplicates.Gravatar Leon Sandøy2020-07-15-0/+8
* | | | | Add a migration for the new AllowList model.Gravatar Leon Sandøy2020-07-15-0/+29
* | | | | Minor fixes for imports and __init__ files.Gravatar Leon Sandøy2020-07-15-11/+11
* | | | | Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-15-0/+56
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Allow empty list for user rolesGravatar MarkKoz2020-07-14-0/+21