| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge branch 'django' into django+add-logs-api. | 2018-11-25 | -2/+75 | |
| |\ | ||||
| | * | Use more descriptive migration name. | 2018-11-25 | -0/+0 | |
| | | | ||||
| | * | Add a regex validator to snakename fields. (#151) | 2018-11-25 | -0/+24 | |
| | | | ||||
| | * | Django - Add Support for Storing Users Not in Guild (#150) | 2018-11-19 | -0/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * rename Member to User * add boolean field to distinguish users in our server * mark roles as not required * fix import order lint errors * fix order of model registration | |||
| * | | Add the `DeletedMessage` model. | 2018-11-18 | -0/+34 | |
| | | | ||||
| * | | Add the `MessageDeletionContext` model. | 2018-11-18 | -0/+24 | |
| |/ | ||||
| * | Added help text | 2018-10-29 | -0/+19 | |
| | | ||||
| * | Changed image urlfield to ArrayField | 2018-10-27 | -0/+37 | |
| | | ||||
| * | code presentasion and help text on models | 2018-10-25 | -0/+23 | |
| | | ||||
| * | Added image field | 2018-10-23 | -0/+21 | |
| | | ||||
| * | Added special snakes api | 2018-10-22 | -0/+22 | |
| | | ||||
| * | ficksed gramar and kept imports 2 per line | 2018-10-20 | -0/+18 | |
| | | ||||
| * | Added snake idioms api | 2018-10-19 | -0/+21 | |
| | | ||||
| * | Added snake facts api | 2018-10-11 | -0/+21 | |
| | | ||||
| * | Add embed validation. | 2018-09-23 | -0/+20 | |
| | | ||||
| * | Add the `Tag` model. | 2018-09-22 | -0/+23 | |
| | | ||||
| * | Add help texts on all API models. | 2018-09-21 | -0/+44 | |
| | | ||||
| * | Add the `Member` model. | 2018-09-01 | -0/+38 | |
| | | ||||
| * | Add the `Role` model. | 2018-09-01 | -0/+23 | |
| | | ||||
| * | Fix migration conflicts. | 2018-09-01 | -1/+1 | |
| | | ||||
| * | Add the `OffTopicChannelName` model. | 2018-09-01 | -0/+20 | |
| | | ||||
| * | Add the `DocumentationLink` model. | 2018-08-16 | -0/+21 | |
| | | ||||
| * | Add the `SnakeName` model. | 2018-08-15 | -0/+21 | |
| | | ||||
| * | Add stub applications `api` and `wiki`. | 2018-08-13 | -0/+0 | |