Changes between Version 41 and Version 42 of AJAX
- Timestamp:
- Jun 29, 2013, 7:22:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAX
v41 v42 1 Django doesn't natively provide AJAX support other than [http://docs.djangoproject.com/en/dev/topics/serialization/ serializers to JSON and XML]. Here are someresources to make it easier.1 Django provides a [http://docs.djangoproject.com/en/dev/topics/serialization/ JSON, YAML and XML serializers] to assist with buidling AJAX services.. Here are some other resources to make it easier. 2 2 3 3 == Libraries ==