delete with one-to-one

Issue #70 resolved
Former user created an issue

(original reporter: Justin) Delete is failing on a 1-1. It test works if I remove the use_list.

It seems to tries to delete the closet object which is None, and blows up... if I set closet to something it runs fine.

Comments (1)

  1. Mike Bayer repo owner

    yah this is that same thing we had before with saving the lead object, one-to-one relationship to the child, child is None. just needed the check for None, fixed this in changeset:1015

  2. Log in to comment