Skip to content

Commit 1aa6dff

Browse files
mloranttomchristie
authored andcommitted
Fix code formatting missing in 3.5 announcement (encode#4597)
... in section ModelSerializer 'fields' and 'exclude'
1 parent c6f1686 commit 1aa6dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/3.5-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ be deprecated at a later date.
246246
### ModelSerializer 'fields' and 'exclude'
247247

248248
ModelSerializer and HyperlinkedModelSerializer must include either a fields
249-
option, or an exclude option. The fields = '__all__' shortcut may be used to
249+
option, or an exclude option. The `fields = '__all__'` shortcut may be used to
250250
explicitly include all fields.
251251

252252
Failing to set either `fields` or `exclude` raised a pending deprecation warning

0 commit comments

Comments
 (0)