Merge pull request #6611 from dsanders11/patch-1

Fix typo in docs
This commit is contained in:
Xavier Ordoquy 2019-04-27 22:04:07 +02:00 committed by GitHub
commit 59a5a5a868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -626,7 +626,7 @@ The default implementation returns a serializer class based on the `serializer_f
Called to generate a serializer field that maps to a relational model field.
The default implementation returns a serializer class based on the `serializer_relational_field` attribute.
The default implementation returns a serializer class based on the `serializer_related_field` attribute.
The `relation_info` argument is a named tuple, that contains `model_field`, `related_model`, `to_many` and `has_through_model` properties.