7 | | Second, on the stack, I have the frames shown in the attachment "stack frames". The important point is that when I enter the two new lines of code added in #34539, value is a dict, but the value is flattened into a string by the new code. |
8 | | |
9 | | The result is that the database JSONField has the saved string while previously, the dict was saved as expected. I believe that to be incorrect. |
| 7 | Second, on the stack, I have the frames shown in the attachment "stack frames". The important point is that when I enter the two new lines of code added in #34539, {{{value}}} is a dict, but is flattened into a string by the new code. The result is that the database JSONField has the saved string while previously, the dict was saved as expected. I believe that to be incorrect. |