Corrected NewsletterView add_item method to join a list of author full_names instead...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 22 Oct 2010 17:59:00 +0000 (13:59 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 22 Oct 2010 17:59:00 +0000 (13:59 -0400)
commitf1cb86ceb684c18fdc8703c46c6ff52737302eec
tree2c89263abc9b15c63c6940a7f205cfb6db95b772
parentace621afe8c9c2e835001bac819302cbdeb5e2df
Corrected NewsletterView add_item method to join a list of author full_names instead of a QuerySet of models.
contrib/penfield/models.py