Changelog
Fixed
- Fixed .on_null and .on_not_null had to be last criteria by @circulon in #901
- Fixed find cannot use scopes by @circulon in #893
- Fix has one through relationship not working by @circulon in #895
- Tests query=True should return query builder by @circulon in #892
- Fixed has many through relationship not working by @circulon in #903
- Fixed nested relation by @pbellerive in #907
Added
- Added ability so specify default select criteria for Models by @circulon in #904
- Add connection pooling to MySQL and Postgres by @josephmancuso in #900
- Add PostgresConnection to support SSL and tls options by @josephmancuso in #905
New Contributors
- @pbellerive made their first contribution in #907
Full Changelog: v2.23.1...v2.23.2