aboutsummaryrefslogtreecommitdiffstats
path: root/backend/models/form_response.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-7/+8
|
* Merge branch 'main' into docs/api-specGravatar ks1292020-12-17-1/+14
|\
| * Update backend/models/form_response.pyGravatar Hassan Abouelela2020-12-17-1/+1
| | | | | | Co-authored-by: ks129 <[email protected]>
| * Fixes DB Timestamp on ReturnGravatar Hassan Abouelela2020-12-17-4/+11
| | | | | | | | | | | | | | | | As pointed out by @ks129, fetching the responses would cause an error in the timestamp, as the validation was returning the current time at fetching, instead of the stored value. Signed-off-by: Hassan Abouelela <[email protected]>
| * Adds Timestamp FieldGravatar Hassan Abouelela2020-12-17-1/+7
| | | | | | | | | | | | Adds timestamp field to user form responses on generation. Signed-off-by: Hassan Abouelela <[email protected]>
* | Make model changesGravatar Joe Banks2020-12-16-0/+4
|/
* fix various type annotation issuesGravatar decorator-factory2020-12-15-1/+1
|
* Remove some validators from models because they don't workGravatar ks1292020-12-09-18/+1
|
* Create model for form responseGravatar ks1292020-12-08-0/+36