aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-11-10Make sure the API return the appropriate response.Gravatar Akarys42-0/+9
2019-11-07Merge master migration filesGravatar Akarys42-2/+2
2019-11-07Block PATCH and PUT methodsGravatar Akarys42-3/+2
2019-11-07Fix copy pasting mistakeGravatar Akarys42-1/+1
2019-11-07Squash down migration filesGravatar Akarys42-36/+3
2019-11-03Resolve migration merge conflictsGravatar Sebastiaan Zeeff-8/+8
Since other pull requests were merged that also included migrations for the API app, this PR needed to be updated to avoid conflicts in the migration history. In addition, the test files contained names of specific migration files that needed to be updated to the correct names after the merge resolution.
2019-10-26Write tests for the offensive message model.Gravatar Akarys42-3/+70
2019-10-26Delete unnecessary search filterGravatar Akarys42-4/+0
2019-10-26Change docs to use datetime.datetime instead of datetime.dateGravatar Akarys42-2/+2
2019-10-26Add the offensive message model to the admin panelGravatar Akarys42-0/+6
2019-10-26Add new rules.Gravatar scragly-32/+18
2019-10-25Fix type error in the future date validatorGravatar Akarys42-1/+1