index
:
forms-backend
dependabot/pip/cryptography-43.0.1
dependabot/pip/starlette-0.40.0
dm-message
logging
main
renovate/httpx-0.x
renovate/motor-3.x
renovate/pre-commit-3.x-lockfile
renovate/pyjwt-2.x-lockfile
renovate/pypi-starlette-vulnerability
renovate/redis-5.x-lockfile
renovate/ruff-0.x
renovate/sentry-sdk-2.x-lockfile
renovate/spectree-1.x-lockfile
renovate/uvicorn-0.x
sqla-migration
testing-strategies
A mirrored copy of the python-discord/forms-backend repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
models
(
follow
)
Commit message (
Collapse
)
Author
Age
Lines
*
Fix question validator
ks129
2020-12-02
-8
/
+2
|
*
Parse type and data in same validator and allow passing ID as id not _id
ks129
2020-12-02
-8
/
+11
|
*
Fix form features validation and allow passing ID as id not _id
ks129
2020-12-02
-1
/
+5
|
*
Use cls instead self for Question model validators
ks129
2020-12-02
-4
/
+4
|
*
Fix Question circular import and use cls instead self for validators
ks129
2020-12-02
-2
/
+2
|
*
Ignore too long line for if statement
ks129
2020-12-01
-4
/
+1
|
*
Fix linting
ks129
2020-12-01
-2
/
+2
|
*
Add validating emails collecting login
ks129
2020-12-01
-0
/
+6
|
*
Delete object_id.py
ks129
2020-12-01
-23
/
+0
|
*
Delete __init__.py
ks129
2020-12-01
-3
/
+0
|
*
Use plain string for form model id
ks129
2020-12-01
-2
/
+1
|
*
Use plain string as type for question id
ks129
2020-12-01
-2
/
+1
|
*
Add question and form models to __init__.py
ks129
2020-11-30
-0
/
+4
|
*
Create form object model
ks129
2020-11-30
-0
/
+25
|
*
Create model for form question
ks129
2020-11-30
-0
/
+55
|
*
Move ObjectId to special types directory
ks129
2020-11-30
-0
/
+3
|
*
Add ObjectId type for MongoDB Pydantic models
ks129
2020-11-30
-0
/
+23
|
*
Create models project module
ks129
2020-11-30
-0
/
+0