We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7db77 commit 62ce653Copy full SHA for 62ce653
rest_framework/fields.py
@@ -1106,7 +1106,7 @@ class HiddenField(Field):
1106
A hidden field does not take input from the user, or present any output,
1107
but it does populate a field in `validated_data`, based on its default
1108
value. This is particularly useful when we have a `unique_for_date`
1109
- constrain on a pair of fields, as we need some way to include the date in
+ constraint on a pair of fields, as we need some way to include the date in
1110
the validated data.
1111
"""
1112
def __init__(self, **kwargs):
0 commit comments