-
-
Notifications
You must be signed in to change notification settings - Fork 7k
2.4.0 Release. #1770
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
Merged
Merged
2.4.0 Release. #1770
Conversation
This file contains hidden or 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
…erent route types
…een different route types
…ute, marked the originals as deprecated.
Fixed code example.
…into #1559 Conflicts: docs/topics/release-notes.md
Conflicts: rest_framework/fields.py
Closed
Allow use of native migrations in 1.7 — Take 2
Added `runtests.py` and `flake8` code linting.
Bugfix/1398
I think we should probably merge this to master now. Any objections from anyone? |
This was referenced Aug 19, 2014
Closed
Planning for next week. |
Also see the mailing list... https://groups.google.com/forum/#!topic/django-rest-framework/ja-jQMQDU9M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
2.4.0
@detail_route
and@list_route
decorators replace@action
and@link
.six
no longer bundled. For Django <= 1.4.1, installsix
package.VIEW_NAME_FUNCTION
andVIEW_DESCRIPTION_FUNCTION
settings.NUM_PROXIES
setting for smarter client IP identification.MAX_PAGINATE_BY
setting andmax_paginate_by
generic view attribute.cache
attribute to throttles to allow overriding of default cache.?page_size=0
query parameter now falls back to default page size for view, instead of always turning pagination off.Needs more detailed release notes.