Commit 62ce653c by Tom Christie

Update fields.py

parent fd7db776
...@@ -1106,7 +1106,7 @@ class HiddenField(Field): ...@@ -1106,7 +1106,7 @@ class HiddenField(Field):
A hidden field does not take input from the user, or present any output, A hidden field does not take input from the user, or present any output,
but it does populate a field in `validated_data`, based on its default but it does populate a field in `validated_data`, based on its default
value. This is particularly useful when we have a `unique_for_date` value. This is particularly useful when we have a `unique_for_date`
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
the validated data. the validated data.
""" """
def __init__(self, **kwargs): def __init__(self, **kwargs):
......
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