mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-25 01:52:03 -04:00
b37f007732
Repaired regression caused in 1.2.3 and 1.1.16 regarding association proxy objects, revising the approach to 🎫`4185` when calculating the "owning class" of an association proxy to default to choosing the current class if the proxy object is not directly associated with a mapped class, such as a mixin. Change-Id: I87d0ac09f695dc285bd4bbe0a547f1d5ce23e068 Fixes: #4185 (cherry picked from commit 93881f7873048403b62cc3e179354712ba8e9282)