| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.9.9.tar.gz | 2019-07-15 | 166.1 kB | |
| 0.9.9.zip | 2019-07-15 | 265.6 kB | |
| README.md | 2019-07-15 | 317 Bytes | |
| Totals: 3 Items | 432.0 kB | 0 | |
Fixed
- Fixed missing relationships when eager loading multiple nested relationships.
- Fixed a possible
AttributeErrorwhen 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.