It says the error is in:
views/default/list_pledges_by_pledgedrive.html", line 80 (the line is
from the view after conversion to Python so check in the error ticket)
It is trying to represent a reference field with an invalid reference.
Kind of like in
for row in db(
db.dog.id>0): print
row.owner.name
but the dog owner referes to a person no longer in db therefore cannot
figure out the name.
Massimo