From 5960f93f0fc76f8c386a6f4f4413c51feceab245 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Mon, 11 Dec 2023 14:55:39 +0100 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index c38a60337e..1b498caa45 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,3 @@ Release type: patch -Fix template rendering for the GraphQLView, so that variables are not consumed -too early if one overrides the template using the well-known path. The symptom -is that nothing loads because `JSON.parse("")` is a syntax error. +This release addresses an issue in Django's GraphQLView. Previously, variables were consumed too early when overriding the template, leading to a syntax error in the JavaScript code.