Skip to content

Commit

Permalink
Added missing colon in extra_kwargs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kneckinator committed Jun 25, 2016
1 parent 3a7bfdf commit 57122f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/validators.md
Expand Up @@ -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
Expand Down

0 comments on commit 57122f0

Please sign in to comment.