Skip to content

Version 0.21.1

Compare
Choose a tag to compare
@devkral devkral released this 30 Oct 22:26
· 36 commits to main since this release
0.21.1
35e2fe2

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.
  • Stacklevel of performance warning was wrong.