Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use cls instead self for Question model validators | 2020-12-02 | -4/+4 | |
| | ||||
* | Fix Question circular import and use cls instead self for validators | 2020-12-02 | -2/+2 | |
| | ||||
* | Ignore too long line for if statement | 2020-12-01 | -4/+1 | |
| | ||||
* | Fix linting | 2020-12-01 | -2/+2 | |
| | ||||
* | Add validating emails collecting login | 2020-12-01 | -0/+6 | |
| | ||||
* | Delete object_id.py | 2020-12-01 | -23/+0 | |
| | ||||
* | Delete __init__.py | 2020-12-01 | -3/+0 | |
| | ||||
* | Use plain string for form model id | 2020-12-01 | -2/+1 | |
| | ||||
* | Use plain string as type for question id | 2020-12-01 | -2/+1 | |
| | ||||
* | Add question and form models to __init__.py | 2020-11-30 | -0/+4 | |
| | ||||
* | Create form object model | 2020-11-30 | -0/+25 | |
| | ||||
* | Create model for form question | 2020-11-30 | -0/+55 | |
| | ||||
* | Move ObjectId to special types directory | 2020-11-30 | -0/+3 | |
| | ||||
* | Add ObjectId type for MongoDB Pydantic models | 2020-11-30 | -0/+23 | |
| | ||||
* | Create models project module | 2020-11-30 | -0/+0 | |