Commit 57122f04 by Ken Lewerentz Committed by GitHub

Added missing colon in extra_kwargs documentation

parent 3a7bfdfa
...@@ -216,7 +216,7 @@ For example: ...@@ -216,7 +216,7 @@ For example:
class Meta: class Meta:
fields = ('client', 'date', 'amount') fields = ('client', 'date', 'amount')
extra_kwargs = {'client' {'required': 'False'}} extra_kwargs = {'client': {'required': 'False'}}
validators = [] # Remove a default "unique together" constraint. validators = [] # Remove a default "unique together" constraint.
## Updating nested serializers ## Updating nested serializers
......
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