In order to store information about a user tagging an object, which may be
useful in future machine learning tasks, need to develop a TagEvent object
within a new module. The tag_helpers.py can be moved into this module.
TagEvent has these data fields:
1. User object
2. Object that was tagged
3. Tag that was used
4. tagged_on DateTime field
This is useful information to store.
Original issue reported on code.google.com by fragro on 9 Feb 2011 at 3:36
Original issue reported on code.google.com by
fragro
on 9 Feb 2011 at 3:36