_find_dependent() in properties.py screws up on a join between primary key cols

Issue #151 resolved
Mike Bayer repo owner created an issue

_find_dependent is looking at the join condition for either side being a primary key but doesnt look for any ForeignKey objects. attached test program fails.

Comments (3)

  1. Log in to comment