Re: [sqlalchemy] relationship supersedes the same relationship on inherited mapper can cause dependency issues during flush

2015-06-18 Thread Mike Bayer
On 6/18/15 5:04 PM, Kevin Qiu wrote: Error: SAWarning: Warning: relationship 'staff_obj' on mapper 'Mapper|ProjectApp|PROJECT_APP' supersedes the same relationship on inherited mapper 'Mapper|Application|APPLICATION'; this can cause dependency issues during flush self._check_conflicts()

[sqlalchemy] relationship supersedes the same relationship on inherited mapper can cause dependency issues during flush

2015-06-18 Thread Kevin Qiu
Error: SAWarning: Warning: relationship 'staff_obj' on mapper 'Mapper|ProjectApp|PROJECT_APP' supersedes the same relationship on inherited mapper 'Mapper|Application|APPLICATION'; this can cause dependency issues during flush self._check_conflicts() Application is a parent class which can't