Changes between Version 2 and Version 3 of Ticket #34329
- Timestamp:
- Feb 10, 2023, 1:21:43 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34329
- Property Needs documentation unset
- Property Resolution → invalid
- Property Status new → closed
- Property Summary django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data → django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse
-
Ticket #34329 – Description
v2 v3 1 1 I am new to django . while i am trying to use django-formset third party app in my form modelchoice control change event show the error - Uncaught (in promise) SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data - i have spent 6 hours i could not fix the error. 2 2 3 4 5 3 {{{ 6 4 form.py 7 5 … … 121 119 </django-formset> 122 120 {% endblock pagecontent %} 123 121 }}}