You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Breaking: from_kwargs doesn't require model or table anymore. It is simply ignored.
Fixed
Q, and_, or_ support now complex kwargs like querysets.
Failure querying when using proxy model table and kwargs.
Proxy and main model use now the same tables.
This could have been a problem when filtering against table columns of the proxy table in a query from the main table.
Queries operate now always on the main model not the proxy model.