Brady

Results 8 comments of Brady

This is still happening on 0.11

Including the extra fields at the top level is the default pydantic behavior when using extra = "allow". I suppose we could only expose those extra fields in an `extra`...

django-ninja internally is using the Pydantic "Model validators" https://docs.pydantic.dev/latest/concepts/validators/#model-validators You might want to look into and try that.

Hi @kt-lowen , thank you for letting us know. We're looking into this and will push a fix as soon as we can!

This is old sorry, but we have working direct to s3 multi-part uploads with `upload_file()` now. Have tested and confirmed the file_name param works on this new method.

I pulled this for my newest project and its working well for me!