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 c6f1686 commit 1aa6dffCopy full SHA for 1aa6dff
docs/topics/3.5-announcement.md
@@ -246,7 +246,7 @@ be deprecated at a later date.
246
### ModelSerializer 'fields' and 'exclude'
247
248
ModelSerializer and HyperlinkedModelSerializer must include either a fields
249
-option, or an exclude option. The fields = '__all__' shortcut may be used to
+option, or an exclude option. The `fields = '__all__'` shortcut may be used to
250
explicitly include all fields.
251
252
Failing to set either `fields` or `exclude` raised a pending deprecation warning
0 commit comments