From 4ef02a1d7a44840f7626d6ce46316ca1bc51aa9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 3 Aug 2020 08:31:41 +0200 Subject: [PATCH] API: Include project description Fixes #7352 --- readthedocs/api/v3/serializers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs/api/v3/serializers.py b/readthedocs/api/v3/serializers.py index d765ef6b9c2..225639d2787 100644 --- a/readthedocs/api/v3/serializers.py +++ b/readthedocs/api/v3/serializers.py @@ -504,6 +504,7 @@ class Meta: 'users', 'urls', 'tags', + 'description', # NOTE: ``expandable_fields`` must not be included here. Otherwise, # they will be tried to be rendered and fail