Added app_label to Tag. Removed app_label from abstract models, as it would be inheri...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 29 Jun 2010 22:39:56 +0000 (18:39 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 29 Jun 2010 22:39:56 +0000 (18:39 -0400)
commit0cf790d4394b8945a4e162bc49ff9bef6c561da7
treedb6ecf3779b44520006daa738daf8d03cdbdb757
parent2a129b5646d5184ee537801286b351761131f486
Added app_label to Tag. Removed app_label from abstract models, as it would be inherited by non-abstract subclasses in other applications.
models/base.py
models/nodes.py