Skip to content

Instantly share code, notes, and snippets.

@jazztpt
Created June 7, 2011 22:57
Show Gist options
  • Save jazztpt/1013383 to your computer and use it in GitHub Desktop.
Save jazztpt/1013383 to your computer and use it in GitHub Desktop.
Valentunes CardResource full=True
class CardResource(ModelResource):
track_set = fields.ToManyField(TrackResource, 'track_set', full=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment