mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 04:40:36 +02:00
fix: fixed a bug with the jsonschema for order_by
This commit is contained in:
@@ -36,7 +36,7 @@ def update_obj_from_data(
|
||||
model: Type[T],
|
||||
id: UUID | str,
|
||||
db: Session,
|
||||
partial: bool = False,
|
||||
partial: bool = False, # TODO: inverse, because it is currently the wrong way around
|
||||
ignore_fields=[],
|
||||
additional_data={},
|
||||
exclude={},
|
||||
|
||||
Reference in New Issue
Block a user