mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-10 19:56:40 +03:00
Fix link to implementation of inline_serializer
This commit is contained in:
parent
a9883d4a5a
commit
d7d50a9d93
|
@ -1269,7 +1269,7 @@ class Serializer(serializers.Serializer):
|
|||
})
|
||||
```
|
||||
|
||||
The implementation of `inline_serializer` can be found [here](https://github.com/HackSoftware/Styleguide-Example/blob/master/styleguide_example/common/utils.py#L34), in the [Styleguide-Example](https://github.com/HackSoftware/Styleguide-Example) repo.
|
||||
The implementation of `inline_serializer` can be found [here](https://github.com/HackSoftware/Django-Styleguide-Example/blob/master/styleguide_example/api/utils.py), in the [Styleguide-Example](https://github.com/HackSoftware/Styleguide-Example) repo.
|
||||
|
||||
### Advanced serialization
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user