| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add a role API viewset and mount it in the router. | 2018-11-18 | -9/+104 | |
| | | | | | Closes #147. | |||
| * | Hook up the new viewset to the router. | 2018-11-18 | -2/+6 | |
| | | ||||
| * | Add viewsets and serializers. | 2018-11-18 | -8/+56 | |
| | | ||||
| * | Add `MessageDeletionContext` and `DeletedMessage` to the admin. | 2018-11-18 | -1/+4 | |
| | | ||||
| * | Add the `DeletedMessage` model. | 2018-11-18 | -6/+66 | |
| | | ||||
| * | Use proper field class name. | 2018-11-18 | -1/+1 | |
| | | ||||
| * | Add the `channel_id` field to messages. | 2018-11-18 | -0/+13 | |
| | | ||||
| * | Add the `MessageDeletionContext` model. | 2018-11-18 | -5/+57 | |
| | | ||||
| * | Add the abstract `Message` model. | 2018-11-18 | -1/+42 | |
| | | ||||
| * | Added help text | 2018-10-29 | -1/+21 | |
| | | ||||
| * | Changed image urlfield to ArrayField | 2018-10-27 | -2/+41 | |
| | | ||||
| * | Merge branch 'special_snakes' of ↵ | 2018-10-27 | -1/+1 | |
| |\ | | | | | | | https://gitlab.com/python-discord/projects/site into special_snakes | |||
| | * | Use proper `noqa` comment. | 2018-10-26 | -1/+1 | |
| | | | ||||
| * | | trailing comma extermination | 2018-10-27 | -5/+5 | |
| |/ | ||||
| * | Fixed linting | 2018-10-25 | -2/+3 | |
| | | ||||
| * | code presentasion and help text on models | 2018-10-25 | -10/+39 | |
| | | ||||
| * | Fixed linting | 2018-10-25 | -6/+8 | |
| | | ||||
| * | Added special snake documentation, fixed linting errors | 2018-10-24 | -9/+32 | |
| | | ||||
| * | Added image field | 2018-10-23 | -2/+24 | |
| | | ||||
| * | Added special snakes api | 2018-10-22 | -16/+71 | |
| | | ||||
| * | fixed linting issues | 2018-10-20 | -1/+1 | |
| | | ||||
| * | added whitespace before headers | 2018-10-20 | -0/+2 | |
| | | ||||
| * | fixed linting | 2018-10-20 | -1/+1 | |
| | | ||||
| * | ficksed gramar and kept imports 2 per line | 2018-10-20 | -7/+25 | |
| | | ||||
| * | Fixed linting issues, added SnakeIdioms to test_models.py | 2018-10-20 | -5/+8 | |
| | | ||||
| * | Added Snake idioms documentation, fixed docs for snake facts | 2018-10-20 | -1/+19 | |
| | | ||||
| * | Added snake idioms api | 2018-10-19 | -6/+59 | |
| | | ||||
| * | exterminated trailing comma, fixed imports 2 per line | 2018-10-15 | -4/+5 | |
| | | ||||
| * | added SnakeName to setUp | 2018-10-15 | -0/+1 | |
| | | ||||
| * | Added SnakeFact import | 2018-10-15 | -1/+1 | |
| | | ||||
| * | Fixed import order and linting | 2018-10-15 | -10/+9 | |
| | | ||||
| * | Fixed ordering, switched to ListModelMixin | 2018-10-13 | -27/+27 | |
| | | ||||
| * | fixed ordering | 2018-10-13 | -26/+28 | |
| | | ||||
| * | Added snake facts api | 2018-10-11 | -5/+75 | |
| | | ||||
| * | Use proper keyword argument. | 2018-09-23 | -1/+1 | |
| | | ||||
| * | Add missing test. | 2018-09-23 | -1/+5 | |
| | | ||||
| * | Use tag title as string representation. | 2018-09-23 | -0/+3 | |
| | | ||||
| * | Add allowance tests. | 2018-09-23 | -0/+70 | |
| | | ||||
| * | Add API root view documentation. | 2018-09-23 | -3/+3 | |
| | | ||||
| * | Add viewsets and URLs for the Tag API. | 2018-09-23 | -5/+125 | |
| | | ||||
| * | Exclude `admin.py` modules. | 2018-09-23 | -0/+4 | |
| | | ||||
| * | Remove `hypothesis`. | 2018-09-23 | -27/+12 | |
| | | ||||
| * | Add embed validation. | 2018-09-23 | -2/+324 | |
| | | ||||
| * | Add the `Tag` model. | 2018-09-22 | -0/+40 | |
| | | ||||
| * | Add `__str__` to all API models. | 2018-09-21 | -1/+42 | |
| | | ||||
| * | Add `__repr__` to all models. | 2018-09-21 | -5/+43 | |
| | | ||||
| * | Add help texts on all API models. | 2018-09-21 | -6/+69 | |
| | | ||||
| * | Add the `admin` subdomain with the Django Admin. | 2018-09-08 | -2/+13 | |
| | | ||||
| * | Set up GitLab CI properly. | 2018-09-04 | -22/+39 | |
| | | ||||
| * | Linewrap import. | 2018-09-01 | -1/+4 | |
| | | ||||