-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response schemas from serializers will optionally be paginated #499
Open
PaulWay
wants to merge
20
commits into
axnsan12:master
Choose a base branch
from
PaulWay:PaulWay_response_schema_pagination
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,829
−102
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
5fea1e2
Response schemas from serializers will optionally be paginated
PaulWay 00f8838
Add utf-8 support for generated formats
e6d0528
Merge branch 'master' into utf8-support
JoelLefkowitz 6670052
Allow specifying response as a reference
vmax e6c1aad
[readme] Fix missing re_path import
damien-ramelet 0c14a4f
fix map source mapping
PetrDlouhy ab7f37f
Remove universal wheel, python 2 is unsupported
gopackgo90 fc4d6a1
Merge pull request #778 from PetrDlouhy/master
JoelLefkowitz 3f01252
Merge pull request #773 from damien-devpy/missing_import_readme
JoelLefkowitz 55d2805
Inline allow_unicode parameter
JoelLefkowitz 113be08
Merge pull request #692 from ProstoMaxim/utf8-support
JoelLefkowitz 850ccf5
Update changelog
JoelLefkowitz 8bc55e8
Update changelog typos
JoelLefkowitz 78720c7
Merge pull request #782 from gopackgo90/patch-1
JoelLefkowitz f5f9b2a
Add cspell
JoelLefkowitz 58d0cdf
Fix old spelling errors
JoelLefkowitz a577536
Add ref_name to UserSerializer after removing suffix typo
JoelLefkowitz 1b03e72
Merge pull request #796 from axnsan12/cspell
JoelLefkowitz 6745ddb
Merge pull request #757 from oppgjorskontoret/allow-inserting-arbitra…
JoelLefkowitz c41fb07
Merge branch '1.21.x' into pr/499
JoelLefkowitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs another step to work with current code.