author | Daniel Hans <Daniel.M.Hans@gmail.com> |
Wed, 11 Nov 2009 21:04:13 +0100 | |
changeset 3086 | f3031537547a |
child 3087 | 9de33dfd6220 |
permissions | -rw-r--r-- |
3086
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
1 |
Melange taggable module |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
2 |
Copyright 2008-2009 Adam Crossland and Melange authors. |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
3 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
4 |
This software contains code derived from the taggable-mixin open source project developed by Adam Crossland. |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
5 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
6 |
Melange developers and contributors have introduced various modifications. The most significant ones are listed below: |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
7 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
8 |
* taggable.py |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
9 |
- tag_property function added; its purpose is to support more than one tag per data model |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
10 |
- Taggable class serves as a sort of tags container |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
11 |
- scope property added to the Tag model; most class methods are extended to support that field |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
12 |
- auto_delete property added to the Tag model in order to automatically get rid of unused tag instances |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
13 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
14 |
The original software is available from |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
15 |
http://code.google.com/p/taggable-mixin/ |