Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Dec 11, 2023
1 parent c00d031 commit 5960f93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5960f93

Please sign in to comment.