mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-15 18:52:27 +03:00
Missing newline
This commit is contained in:
parent
6883434b93
commit
c3e833436e
|
@ -109,6 +109,7 @@ You must write:
|
||||||
If your view is a subclass of `GenericAPIView`, you may use the `get_serializer_context()` as a convenience method.
|
If your view is a subclass of `GenericAPIView`, you may use the `get_serializer_context()` as a convenience method.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Making sure our URL patterns are named
|
## Making sure our URL patterns are named
|
||||||
|
|
||||||
If we're going to have a hyperlinked API, we need to make sure we name our URL patterns. Let's take a look at which URL patterns we need to name.
|
If we're going to have a hyperlinked API, we need to make sure we name our URL patterns. Let's take a look at which URL patterns we need to name.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user