equal
deleted
inserted
replaced
|
1 Melange taggable module |
|
2 Copyright 2008-2009 Adam Crossland and Melange authors. |
|
3 |
|
4 This software contains code derived from the taggable-mixin open source project developed by Adam Crossland. |
|
5 |
|
6 Melange developers and contributors have introduced various modifications. The most significant ones are listed below: |
|
7 |
|
8 * taggable.py |
|
9 - tag_property function added; its purpose is to support more than one tag per data model |
|
10 - Taggable class serves as a sort of tags container |
|
11 - scope property added to the Tag model; most class methods are extended to support that field |
|
12 - auto_delete property added to the Tag model in order to automatically get rid of unused tag instances |
|
13 |
|
14 The original software is available from |
|
15 http://code.google.com/p/taggable-mixin/ |