Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created May 11, 2011 16:04

Revisions

  1. jacobian created this gist May 11, 2011.
    3 changes: 3 additions & 0 deletions gistfile1.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    if not hasattr(ForeignModel, "tags"):
    t = TaggableManager()
    t.contribute_to_class(ForeignModel, "tags")