You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ This is the last release supporting Django 1.11, Django 2.1, Django REST Framewo
89
89
90
90
* Added support for serializing nested serializers as attribute json value introducing setting `JSON_API_SERIALIZE_NESTED_SERIALIZERS_AS_ATTRIBUTE`
91
91
* Note: As keys of nested serializers are not json:api spec field names they are not inflected by format field names option.
92
-
* Added `rest_framework_json_api.serializer.Serializer` class to support initial JSONAPI views without models.
92
+
* Added `rest_framework_json_api.serializer.Serializer` class to support initial JSON:API views without models.
93
93
* Note that serializers derived from this class need to define `resource_name` in their `Meta` class.
94
94
* This fix might be a **BREAKING CHANGE** if you use `rest_framework_json_api.serializers.Serializer` for non json:api spec views (usually `APIView`). You need to change those serializers classes to use `rest_framework.serializers.Serializer` instead.
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Reporting a Vulnerability
4
4
5
-
If you believe you've found something in Django REST Framework JSONAPI which has security implications, please **do not raise the issue in a public forum**.
5
+
If you believe you've found something in Django REST Framework JSON:API which has security implications, please **do not raise the issue in a public forum**.
6
6
7
7
Send a description of the issue via email to [rest-framework-jsonapi-security@googlegroups.com][security-mail]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure.
0 commit comments