You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce: set up a minimal decision tree and set the color value on a leaf to a color with id 1. Now GET that tree (using /api/tree/latest for example).
Actual result: color is null
Expected result: color is 1
(Optional) Foreign Key fields are behaving strangely in this django-ninja version. I don't know if this is related to me using Python 3.8 that doesn't support setting my colore value to int | None.
The text was updated successfully, but these errors were encountered:
Steps to reproduce: set up a minimal decision tree and set the
color
value on a leaf to a color with id1
. Now GET that tree (using/api/tree/latest
for example).Actual result:
color
isnull
Expected result:
color
is1
(Optional) Foreign Key fields are behaving strangely in this django-ninja version. I don't know if this is related to me using Python 3.8 that doesn't support setting my colore value to
int | None
.The text was updated successfully, but these errors were encountered: