Oxan van Leeuwen
Oxan van Leeuwen
Could you either merge dev into your branch, or rebase it on dev, to fix the merge conflict? That would allow CI to run.
Yeah, I was afraid so :( However, I had another idea (without looking too much at the code). I can of course set the initial color temperature myself using the...
No, this currently isn't supported, though I'm not opposed to adding it.
> Without checking for Annotated types, I got this error: I don't think this has anything to do with `Annotated` types, but instead with `InMemoryUploadedFile` not being a recognized type....
> It is also possible with `Annotated` because it's not an annotation, but an instance of the field itself: Ah yeah, that's true, though it's a bit more limited, as...
> any chance this pr will be merged? thx Someone needs to fix my review comments & test whether it still works.
The problem isn't getting the type hints, it's assigning meaning to them. In your example, the `_get_type_hints()` function will just return the string `X`. How can the serializer know which...
I guess that'd work, but I find assigning meaning to a type hint in a different location pretty ugly (and hard to maintain). If someone has a need for this,...
I don't think there's anything actionable for me here. Feel free to reopen or create a new issue if someone has an idea about how this could be resolved.
On second thought, we could put in the `empty` sentinel values only when partial updates are used (`partial=True`). I bet the combination of partial updates with nested serializers isn't be...