AUTHORS
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 30 Sep 2009 21:26:50 +0200
changeset 2995 5931e6d6056f
parent 2529 3f2484621f1c
permissions -rw-r--r--
Changed the working of the iterative_task decorator. The decorator now needs the logic for the model which it fetches. This is much nicer then "fetching" it using import. Also order has been removed since it has no use when iterating over all entities when key is involved. Fields to filter can now dynamically be set by the function that is wrapped. Note that it will merge the filter with the task_default kwarg and it will only use the start_key if their is no key present in the context. Also note that task_default gathers all kwargs. I tried to do it otherwise (with default kwargs) but I couldn't get it to work. Feel free to improve :).

# 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>
"Daniel Diniz" <ajaksu@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>
"Zachary Voase" <disturbyte@googlemail.com>
"Matthew Wilkes" <matthew@matthewwilkes.co.uk>