Using jsonp with the django-rest-framework

Viewed 2188

The django rest framework release notes claim that JSONP support was added back in 0.3.0. I also found a JSONPRenderer class in the framework. However, I can't seem to find any documentation on how to use the thing... I'm fairly new to jsonp.

Has anyone ever successfully used jsonp with the django rest framework?

3 Answers
Related