Upgrade to release 1.4.17:
orm:
- Fixed regression caused by just-released performance fix
mentioned in #6550 where a query.join() to a relationship could
produce an AttributeError if the query were made against non-ORM
structures only, a fairly unusual calling pattern.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>