Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created May 11, 2011 16:04
Show Gist options
  • Save jacobian/966753 to your computer and use it in GitHub Desktop.
Save jacobian/966753 to your computer and use it in GitHub Desktop.
if not hasattr(ForeignModel, "tags"):
t = TaggableManager()
t.contribute_to_class(ForeignModel, "tags")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment