djantic2 icon indicating copy to clipboard operation
djantic2 copied to clipboard

Type Hint from_django()

Open colinrsmall opened this issue 8 months ago • 0 comments

Added overloads to the from_django() signature to inform type checkers that the function returns a ModelSchema if many=False and a list[ModelSchema] otherwise.

colinrsmall avatar Aug 12 '25 19:08 colinrsmall