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: docs/usage.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -149,13 +149,13 @@ multiple endpoints. Setting the `resource_name` on views may result in a differe
149
149
150
150
### Inflecting object and relation keys
151
151
152
-
This package includes the ability (off by default) to automatically convert json
153
-
requests and responses from the python/rest_framework's preferred underscore to
152
+
This package includes the ability (off by default) to automatically convert [json
153
+
api field names](http://jsonapi.org/format/#document-resource-object-fields) of requests and responses from the python/rest_framework's preferred underscore to
154
154
a format of your choice. To hook this up include the following setting in your
0 commit comments