Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Release 4.2.0#937

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sliverc merged 2 commits intodjango-json-api:masterfromsliverc:release_4_2_0
May 12, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.

## [Unreleased]
## [4.2.0] - 2021-05-03

### Added

Expand All@@ -26,16 +26,13 @@ any parts of the framework not mentioned in the documentation should generally b
name='order-related'),
```
* Ensure default `included_resources` are considered when calculating prefetches.

* Avoided error when using `include` query parameter on related urls (a regression since 4.1.0)

### Deprecated

* Deprecated default `format_type` argument of `rest_framework_json_api.utils.format_value`. Use `rest_framework_json_api.utils.format_field_name` or specify specifc `format_type` instead.
* Deprecated `format_type` argument of `rest_framework_json_api.utils.format_link_segment`. Use `format_value` instead.
* Deprecated `format_type` argument of `rest_framework_json_api.utils.format_link_segment`. Use `rest_framework_json_api.utils.format_value` instead.

### Fixed

* Avoided error when using `include` query parameter on related urls (a regression since 4.1.0)

## [4.1.0] - 2021-03-08

Expand Down
2 changes: 1 addition & 1 deletionrest_framework_json_api/__init__.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = "djangorestframework-jsonapi"
__version__ = "4.1.0"
__version__ = "4.2.0"
__author__ = ""
__license__ = "BSD"
__copyright__ = ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp