app/taggable/NOTICE
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sat, 14 Nov 2009 23:27:03 +0100
changeset 3091 a48f4e860f7b
parent 3087 9de33dfd6220
permissions -rw-r--r--
Tasks may be deleted by pressing 'Delete' button on the edit view. An organization admin may delete a task entity, if the task is not claimed by anyone. Issue 695 fixed.

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:

- tag_property function added; its purpose is to support more than one tag per data model
- Taggable class serves as 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/