Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
1aa6dff0
Commit
1aa6dff0
authored
Oct 20, 2016
by
Maxime Lorant
Committed by
Tom Christie
Oct 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code formatting missing in 3.5 announcement (#4597)
... in section ModelSerializer 'fields' and 'exclude'
parent
c6f16865
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
docs/topics/3.5-announcement.md
+1
-1
No files found.
docs/topics/3.5-announcement.md
View file @
1aa6dff0
...
...
@@ -246,7 +246,7 @@ be deprecated at a later date.
### ModelSerializer 'fields' and 'exclude'
ModelSerializer and HyperlinkedModelSerializer must include either a fields
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
explicitly include all fields.
Failing to set either
`fields`
or
`exclude`
raised a pending deprecation warning
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment