Skip to content

Commit

Permalink
Correct misspelled class name
Browse files Browse the repository at this point in the history
  • Loading branch information
vu3jej authored and Pierre Chiquet committed Mar 24, 2020
1 parent 9ddb734 commit f99137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The validator should be applied to *serializer classes*, like so:

---

**Note**: The `UniqueTogetherValidation` class always imposes an implicit constraint that all the fields it applies to are always treated as required. Fields with `default` values are an exception to this as they always supply a value even when omitted from user input.
**Note**: The `UniqueTogetherValidator` class always imposes an implicit constraint that all the fields it applies to are always treated as required. Fields with `default` values are an exception to this as they always supply a value even when omitted from user input.

---

Expand Down

0 comments on commit f99137e

Please sign in to comment.