Pickle and relations (uselist=True)

Issue #267 resolved
Former user created an issue

(original reporter: evan) Thanks for fixing #265 so fast!

I still couldn't pickle my objects, though. Seems the attached test breaks pickle:

Traceback (most recent call last):
  File "pickle_.py", line 42, in ?
    p=pickle.dumps(j)
  File "/usr/lib/python2.4/copy_reg.py", line 69, in _reduce_ex
    raise TypeError, "can't pickle %s objects" % base.__name__
TypeError: can't pickle function objects

Comments (2)

  1. Log in to comment