Using Django and reportlab to create a pdf. Report is failing when I try to include a field that is tied to a foreign key
My attempt at making a pdf fails with a server500 error when I attempt to export a field that is created by a foreign key. I believe this to somehow be the problem, as all other fields work as expected. This same field can be similarly exported as a csv.