Created
September 8, 2011 03:14
-
-
Save jorilallo/1202523 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r = ListResource() | |
lists = r.obj_get_list(request) | |
lists_json = [] | |
for list in lists: | |
bundle = r.build_bundle(obj=list, request=request) | |
lists_json.append(r.serialize(None, r.full_dehydrate(bundle), 'application/json')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment