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 18389a4 commit a66b1f4Copy full SHA for a66b1f4
doc/source/howto/integrations.rst
@@ -87,7 +87,7 @@ enumeration values <enum-properties:howto_symmetric_properties>`. A serializer f
87
:class:`django_enum.drf.EnumField` is provided that will. :class:`~django_enum.fields.FlagField`
88
fields do not work well with DRF's builtin
89
`MultipleChoiceField <https://www.django-rest-framework.org/api-guide/fields/#multiplechoicefield>`_
90
-so we provide also provide a :class:`django_enum.drf.FlagField`.
+so we also provide a :class:`django_enum.drf.FlagField`.
91
92
The dependency on DRF_ is optional so to use the provided serializer field you must install DRF_:
93
0 commit comments