Repository: https://github.com/typeddjango/django-stubs
Questions tagged [django-stubs]
16 questions
0
votes
1 answer
django-stubs: Missing type parameters for generic type "ModelSerializer"
I have
class AnimalSerializer(serializers.ModelSerializer):
class Meta:
model = Animal
fields = "__all__"
Now i run mypy
[mypy]
# The mypy configurations: https://mypy.readthedocs.io/en/latest/config_file.html
python_version =…

Santhosh
- 9,965
- 20
- 103
- 243