Changes between Version 2 and Version 3 of Ticket #34329


Ignore:
Timestamp:
Feb 10, 2023, 1:21:43 AM (20 months ago)
Author:
Mariusz Felisiak
Comment:

Please don't use Trac as a support channel. Closing per TicketClosingReasons/UseSupportChannels.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34329

    • Property Needs documentation unset
    • Property Resolutioninvalid
    • Property Status newclosed
    • 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 datadjango-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse
  • Ticket #34329 – Description

    v2 v3  
    11I 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.
    22
    3 
    4 
    5 
     3{{{
    64form.py
    75
     
    121119</django-formset>
    122120{% endblock pagecontent %}
    123        
     121}}}
Back to Top