-
fix: Partial payload patch
-
chore: Optimize import
-
fix: Patch schema did not have original field's metadata and validations
- Missing pre_patch hook
(
7c9596d
)
- Missing return and incorrect return schema
(
35547c4
)
- Support property decorated method fields in the list endpoint
(
65fe9fc
)
- Allow overriding Crudl class methods
(
24bc2eb
)
- Updating docs + added project communication channels
(
99192dc
)
-
Project depends on django2pydantic (
bc3c97c
) -
Semantic release version_variables for uv.lock (
988ed43
)
-
Control whether each operation is exposed (
493ac8d
) -
delete_allowed
boolean to control whether DELETE method is enabled. -create_fields
,update_fields
,get_one_fields
orlist_fields
can be set toNone
or undefined which means the operation endpoint will not be enabled
Other updates: - Bubbling up some key django2pydantic elements via the public package interface - Updated tutorial - Deleted an unneccesary file
- Funding link
(
afe76f4
)
- Update README.md and bump version to test deployment
(
3388b91
)
Signed-off-by: Jukka Hassinen jukka.hassinen@gmail.com
- Authors for build
(
6b39b29
)
- Publish pipeline + doc updates
(
24aa79a
)