Commit e02a8470 by Stephan Groß

fixed typo

parent 4136b7e4
...@@ -190,7 +190,7 @@ As an example, let's create a field that can be used represent the class name of ...@@ -190,7 +190,7 @@ As an example, let's create a field that can be used represent the class name of
# ModelSerializers # ModelSerializers
Often you'll want serializer classes that map closely to model definitions. Often you'll want serializer classes that map closely to model definitions.
The `ModelSerializer` class lets you automatically create a Serializer class with fields that corrospond to the Model fields. The `ModelSerializer` class lets you automatically create a Serializer class with fields that correspond to the Model fields.
class AccountSerializer(serializers.ModelSerializer): class AccountSerializer(serializers.ModelSerializer):
class Meta: class Meta:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment