Commit 151a60b6 by Xavier Ordoquy Committed by GitHub

Merge pull request #4224 from kneckinator/patch-1

Added missing colon in extra_kwargs documentation
parents 3a7bfdfa 57122f04
......@@ -216,7 +216,7 @@ For example:
class Meta:
fields = ('client', 'date', 'amount')
extra_kwargs = {'client' {'required': 'False'}}
extra_kwargs = {'client': {'required': 'False'}}
validators = [] # Remove a default "unique together" constraint.
## 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