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