# HG changeset patch # User Daniel Hans # Date 1257969853 -3600 # Node ID f3031537547abc53efc7d6f646ce7d15be428fc9 # Parent ded7a67e7e0acf85d5c0c1d21de413d5fe63aae9 NOTICE file added to the taggable module. diff -r ded7a67e7e0a -r f3031537547a app/taggable/NOTICE --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/taggable/NOTICE Wed Nov 11 21:04:13 2009 +0100 @@ -0,0 +1,15 @@ +Melange taggable module +Copyright 2008-2009 Adam Crossland and Melange authors. + +This software contains code derived from the taggable-mixin open source project developed by Adam Crossland. + +Melange developers and contributors have introduced various modifications. The most significant ones are listed below: + +* taggable.py +- tag_property function added; its purpose is to support more than one tag per data model +- Taggable class serves as a sort of tags container +- scope property added to the Tag model; most class methods are extended to support that field +- auto_delete property added to the Tag model in order to automatically get rid of unused tag instances + +The original software is available from + http://code.google.com/p/taggable-mixin/ diff -r ded7a67e7e0a -r f3031537547a app/taggable/taggable_tests.py