mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
docs(tutorial: 5): improve wording (#8218)
This commit is contained in:
parent
00cd4ef864
commit
5fbb2793a9
|
@ -51,7 +51,7 @@ And then add a url pattern for the snippet highlights:
|
|||
|
||||
## Hyperlinking our API
|
||||
|
||||
Dealing with relationships between entities is one of the more challenging aspects of Web API design. There are a number of different ways that we might choose to represent a relationship:
|
||||
Dealing with relationships between entities is one of the most challenging aspects of Web API design. There are a number of different ways that we might choose to represent a relationship:
|
||||
|
||||
* Using primary keys.
|
||||
* Using hyperlinking between entities.
|
||||
|
|
Loading…
Reference in New Issue
Block a user