AUTHORS
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 22:23:46 +0200
changeset 2376 feec28b50f1b
parent 2307 81c128f487e6
child 2529 3f2484621f1c
permissions -rw-r--r--
Extend taggable-mixin to support different Tag models. Usage is pretty simple. Tag model is default in Taggable constructor but you can call it with different model like GHOPTaskType that inherits from Tag model. Both Taggable and Tag models have been updated and they don't use hardcoded Tag model anymore and instead use cls of class methods or self.__class__. In case of Taggable it's self.__tag_model.

# Please sort this file in alphabetical order by last (given) name.
# Please only include one name per line.  If an (optional) email address is
# included, it must be RFC 2821 compliant (properly quoted, escaped, etc.).
# Lines beginning with # can be stripped from the file, as can blank lines.

"Haoyu Bai" <baihaoyu@gmail.com>
"Madhusudan C.S" <madhusudancs@gmail.com>
"Augie Fackler" <durin42@gmail.com>
"Mario Ferraro" <fadinlight@gmail.com>
"Dmitri Gaskin" <dmitrig01@gmail.com>
"Marcelo de Sena Lacerda" <marceloslacerda@gmail.com>
"Todd Larsen" <tlarsen@google.com>
"Chen Lunpeng" <forever.clp@gmail.com>
"Sverre Rabbelier" <sverre@rabbelier.nl>
"Lennard de Rijk" <ljvderijk@gmail.com>
"Joel Sherrill" <joel.sherrill@gmail.com>
"Pawel Solyga" <pawel.solyga@gmail.com>
"Matthew Wilkes" <matthew@matthewwilkes.co.uk>