aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models (follow)
Commit message (Collapse)AuthorAgeLines
* Remove some validators from models because they don't workGravatar ks1292020-12-09-28/+2
|
* Create model for form responseGravatar ks1292020-12-08-1/+38
|
* Add AntiSpam and DiscordUser models to __init__.pyGravatar ks1292020-12-08-1/+3
|
* Create DiscordUser Pydantic model for form responseGravatar ks1292020-12-08-0/+33
|
* Create Pydantic model for form response antispam dataGravatar ks1292020-12-07-0/+10
|
* Fix question validatorGravatar ks1292020-12-02-8/+2
|
* Parse type and data in same validator and allow passing ID as id not _idGravatar ks1292020-12-02-8/+11
|
* Fix form features validation and allow passing ID as id not _idGravatar ks1292020-12-02-1/+5
|
* Use cls instead self for Question model validatorsGravatar ks1292020-12-02-4/+4
|
* Fix Question circular import and use cls instead self for validatorsGravatar ks1292020-12-02-2/+2
|
* Ignore too long line for if statementGravatar ks1292020-12-01-4/+1
|
* Fix lintingGravatar ks1292020-12-01-2/+2
|
* Add validating emails collecting loginGravatar ks1292020-12-01-0/+6
|
* Delete object_id.pyGravatar ks1292020-12-01-23/+0
|
* Delete __init__.pyGravatar ks1292020-12-01-3/+0
|
* Use plain string for form model idGravatar ks1292020-12-01-2/+1
|
* Use plain string as type for question idGravatar ks1292020-12-01-2/+1
|
* Add question and form models to __init__.pyGravatar ks1292020-11-30-0/+4
|
* Create form object modelGravatar ks1292020-11-30-0/+25
|
* Create model for form questionGravatar ks1292020-11-30-0/+55
|
* Move ObjectId to special types directoryGravatar ks1292020-11-30-0/+3
|
* Add ObjectId type for MongoDB Pydantic modelsGravatar ks1292020-11-30-0/+23
|
* Create models project moduleGravatar ks1292020-11-30-0/+0