Changes between Version 53 and Version 54 of AJAX


Ignore:
Timestamp:
Feb 16, 2019, 7:30:26 PM (5 years ago)
Author:
Maciej Olko
Comment:

JSONResponse is in Django core, removed redundancy

Legend:

Unmodified
Added
Removed
Modified
  • AJAX

    v53 v54  
    33== Libraries ==
    44 * Django REST Framework: https://www.django-rest-framework.org/
    5  * Fast and easy to use AJAX libraries for Django projects: https://github.com/yceruto/django-ajax
     5 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax
    66 * A simple framework for creating AJAX endpoints in Django: https://github.com/joestump/django-ajax
    77
    88== Other relevant tools ==
    9  * JSONResponse like HttpResponse in views: http://chronosbox.org/blog/jsonresponse-in-django/
     9 * JSONResponse: https://docs.djangoproject.com/en/stable/ref/request-response/#jsonresponse-objects
    1010 * PrototypeJS: http://www.kelvinism.com/2007/06/simple-ajax-with-django_1754.html
    1111
     
    2121 * Django and AJAX: Dajax (2012): http://www.pythondiary.com/tutorials/django-and-ajax-dajax.html
    2222 * Django and jQuery Ajax Patterns: http://www.infiniterecursion.ca/blog/django/2011/1/30/django-and-jquery-ajax-patterns/
    23  * Django and AJAX: django-ajax: http://yceruto.github.io/django-ajax
Back to Top