I have this code: public String toString(Day day) { String s = day.getDayName() + \"\" + day.toString();
I receive an exception when I add a form to the session: PicklingError: Can\'t pickle <class \'django.utils.functional.__proxy__\'>: attribute lookup django.utils.functional.__proxy__ failed