aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests/test_models.py (follow)
Commit message (Collapse)AuthorAgeLines
* Django - Add Support for Storing Users Not in Guild (#150)Gravatar Mark2018-11-19-3/+3
| | | | | | | | | | | | * 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
* Fixed lintingGravatar Hasan-Ahmad2018-10-25-2/+3
|
* code presentasion and help text on modelsGravatar Hasan-Ahmad2018-10-25-1/+2
|
* Fixed lintingGravatar Hasan-Ahmad2018-10-25-1/+2
|
* Added special snakes apiGravatar Hasan-Ahmad2018-10-22-1/+3
|
* Fixed linting issues, added SnakeIdioms to test_models.pyGravatar Hasan-Ahmad2018-10-20-1/+4
|
* added SnakeName to setUpGravatar Hasan-Ahmad2018-10-15-0/+1
|
* Added SnakeFact importGravatar Hasan-Ahmad2018-10-15-1/+1
|
* Use proper keyword argument.Gravatar Johannes Christ2018-09-23-1/+1
|
* Add missing test.Gravatar Johannes Christ2018-09-23-1/+5
|
* Add `__str__` to all API models.Gravatar Johannes Christ2018-09-21-1/+27
|
* Add `__repr__` to all models.Gravatar Johannes Christ2018-09-21-0/+17