We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d42d9b commit 0c587acCopy full SHA for 0c587ac
1 file changed
docs/usage.md
@@ -682,11 +682,10 @@ Also we can override `related_field` in the url. Let's say we want the url to be
682
dict to the class:
683
```python
684
field_name_mapping = {
685
- 'line_items': 'order_items'
+ 'order_items': 'line_items'
686
}
687
```
688
689
-
690
### Working with polymorphic resources
691
692
Polymorphic resources allow you to use specialized subclasses without requiring
0 commit comments