From c3e833436ecf135554b48fe3970296a1ffff4dda Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 6 Jul 2025 10:07:50 +0100 Subject: [PATCH] Missing newline --- docs/tutorial/5-relationships-and-hyperlinked-apis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/5-relationships-and-hyperlinked-apis.md b/docs/tutorial/5-relationships-and-hyperlinked-apis.md index 0c8f37286..f5aaee2bb 100644 --- a/docs/tutorial/5-relationships-and-hyperlinked-apis.md +++ b/docs/tutorial/5-relationships-and-hyperlinked-apis.md @@ -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. --- + ## 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.