Changes between Version 53 and Version 54 of AJAX
- Timestamp:
- Feb 16, 2019, 7:30:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX
v53 v54 3 3 == Libraries == 4 4 * Django REST Framework: https://www.django-rest-framework.org/ 5 * Fast and easy to use AJAX libraries for Django projects: http s://github.com/yceruto/django-ajax5 * Fast and easy to use AJAX libraries for Django projects: http://yceruto.github.io/django-ajax 6 6 * A simple framework for creating AJAX endpoints in Django: https://github.com/joestump/django-ajax 7 7 8 8 == 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 10 10 * PrototypeJS: http://www.kelvinism.com/2007/06/simple-ajax-with-django_1754.html 11 11 … … 21 21 * Django and AJAX: Dajax (2012): http://www.pythondiary.com/tutorials/django-and-ajax-dajax.html 22 22 * 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