Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2019-11-10 | Make sure the API return the appropriate response. | -0/+9 | ||
2019-11-07 | Merge master migration files | -2/+2 | ||
2019-11-07 | Block PATCH and PUT methods | -3/+2 | ||
2019-11-07 | Fix copy pasting mistake | -1/+1 | ||
2019-11-07 | Squash down migration files | -36/+3 | ||
2019-11-03 | Resolve migration merge conflicts | -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-26 | Write tests for the offensive message model. | -3/+70 | ||
2019-10-26 | Delete unnecessary search filter | -4/+0 | ||
2019-10-26 | Change docs to use datetime.datetime instead of datetime.date | -2/+2 | ||
2019-10-26 | Add the offensive message model to the admin panel | -0/+6 | ||
2019-10-26 | Add new rules. | -32/+18 | ||
2019-10-25 | Fix type error in the future date validator | -1/+1 | ||