Missing newline

This commit is contained in:
Bruno Alla 2025-07-06 10:07:50 +01:00 committed by GitHub
parent 6883434b93
commit c3e833436e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.