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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ any parts of the framework not mentioned in the documentation should generally b
18
18
### Fixed
19
19
20
20
* Allow `get_serializer_class` to be overwritten when using related urls without defining `serializer_class` fallback
21
+
* Preserve field names when no formatting is configured.
22
+
23
+
### Deprecated
24
+
25
+
* 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.
26
+
* Deprecated `format_type` argument of `rest_framework_json_api.utils.format_link_segment`. Use `format_value` instead.
0 commit comments