We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39675dc commit ad03c8aCopy full SHA for ad03c8a
doc/source/usage.rst
@@ -317,9 +317,9 @@ DRF_:
317
ser = ExampleSerializer(data={'color': (1, 0, 0)})
318
assert ser.is_valid()
319
320
-The serializer ``EnumField`` accepts any arguments that ``ChoiceField``. It
321
-also accepts the ``strict`` parameter that behaves the same as the model
322
-field's ``strict`` parameter.
+The serializer ``EnumField`` accepts any arguments that ``ChoiceField`` does.
+It also accepts the ``strict`` parameter which behaves the same way as it does
+on the model field.
323
324
.. _filtering:
325
0 commit comments