drf-typed icon indicating copy to clipboard operation
drf-typed copied to clipboard

Type hints for enhanced API views and serializers.

Results 2 drf-typed issues
Sort by recently updated
recently updated
newest added

Using List in TSerializer causes an error ``` File "/Users/l4legenda/.vscode/extensions/ms-python.python-2022.10.0/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py", line 469, in __call__ return None if event == 'call' else NO_FTRACE RecursionError: maximum recursion depth exceeded in comparison ```

Hey, first of all, I want to say the tool you built is very cool. Congrats! 👏 However, even though I've installed it for a single purpose: type hint sterilizers;...