Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

0.9.9

Compare
Choose a tag to compare
@sdispater sdispater released this 15 Jul 18:40
· 6 commits to 0.9 since this release
0.9.9
8aaeafe

Fixed

  • Fixed missing relationships when eager loading multiple nested relationships.
  • Fixed a possible AttributeError when starting a transaction.
  • Fixed an infinite recursion when using where_exists() on a soft-deletable model.
  • Fixed some cases where a reconnection would not occur for PostgreSQL.