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
Trying to set nullable field to None model.filed = None leads to Invalid assignment to data descriptor attribute `field` on type `Self@method` with custom `__set__` method
ArrayField(CharField()) results in list[list[str]] field type instead of list[str]
Let's track ty compatibility in this issue
__new__astral-sh/ty#281 - right now ty thinks that fieldfield = UUIDField(default=uuid.UUID)has type() -> UUIDinstead ofUUID. (fixed in 0.0.10)model.filed = Noneleads toInvalid assignment to data descriptor attribute `field` on type `Self@method` with custom `__set__` methodArrayField(CharField())results inlist[list[str]]field type instead oflist[str]