Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Fix error in documentation in JSONResponseMixin section
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtempelmeyer committed Oct 12, 2012
1 parent 997134c commit 2a3ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ A simple mixin to handle very simple serialization as a response to the browser.
model = Profile

def get_ajax(self, request, *args, **kwargs):
return render_json_object_response(self.get_object())
return self.render_json_object_response(self.get_object())


.. _Daniel Sokolowski: https://github.com/danols
Expand Down

0 comments on commit 2a3ac5e

Please sign in to comment.