issues
search
dymmond
/
edgy
🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
BSD 3-Clause "New" or "Revised" License
193
stars
9
forks
source link
Fixup composite field and multi columns
#89
Closed
devkral
closed
5 months ago
devkral
commented
5 months ago
Changes:
CompositeFields are included in model_dump
model_dump can now handle nested include/exclude definitions and copies correctly the input before modifying
test model_dump and model_dump in combination with CompositeField
exclude attribute on fields is honored
add tests and improve an hijacked test
Changes: