Skip to content

Commit 9d654fe

Browse files
committed
Minor changes to linting and changelog
1 parent 3ecaaff commit 9d654fe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Note that in line with [Django REST Framework policy](http://www.django-rest-framework.org/topics/release-notes/),
99
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
1010

11-
## [Unreleased] - TBD
11+
## [Unreleased]
1212

1313
### Added
1414

@@ -17,7 +17,7 @@ any parts of the framework not mentioned in the documentation should generally b
1717
### Fixed
1818

1919
* Allow users to overwrite a view's `get_serializer_class()` method when using [related urls](https://django-rest-framework-json-api.readthedocs.io/en/stable/usage.html#related-urls)
20-
* Fix issue preventing resolving the resource type of `ResourceRelatedField(many=True)` fields on plain serializers
20+
* Correctly resolve the resource type of `ResourceRelatedField(many=True)` fields on plain serializers
2121

2222

2323
## [4.0.0] - 2020-10-31

rest_framework_json_api/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from django.utils.translation import gettext_lazy as _
1717
from rest_framework import exceptions
1818
from rest_framework.exceptions import APIException
19-
from rest_framework.serializers import ManyRelatedField
2019

2120
from .settings import json_api_settings
2221

0 commit comments

Comments
 (0)