Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    The problem is here it's not getting the value from the input field vld_value = request.POST.get('validateValue') Commented Mar 11, 2010 at 20:11
  • 3
    With python 2.7, it should just be "import json" Commented Sep 6, 2012 at 22:22
  • 1
    I think from django.utils import simplejson is for backwards compatibility. Commented Feb 10, 2013 at 5:29
  • 1
    JsonResponse(status=404, data={'status':'false','message':message}) Commented Sep 8, 2017 at 14:28