Skip to content

Instantly share code, notes, and snippets.

@blturner
Created June 20, 2014 01:45
Show Gist options
  • Save blturner/063cd54bcd4829704762 to your computer and use it in GitHub Desktop.
Save blturner/063cd54bcd4829704762 to your computer and use it in GitHub Desktop.
class ItemResource(ModelResource):
class Meta(ModelResource.Meta):
model = Item
class Fields:
content_type = ForeignKeyField(attribute='content_type', resource_cls=ItemResource)
class ItemResource(ModelResource):
class Meta(ModelResource.Meta):
model = Item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment