v0.11.0
版本发布时间: 2020-04-26 00:47:16
juliotrigo/sqlalchemy-filters最新发布版本:v0.13.0(2023-04-13 19:16:28)
- Add support for the
not_ilike
operator (#40) thanks to @bodik - Add support for the
any
andnot_any
operators (#36) thanks to @bodik - Add ability to use the
select_from
clause to apply filters (#34) thanks to @bodik - Add new parameter to
apply_filters
to disableauto_join
on demand (#35) thanks to @bodik - Add support for Python 3.8 (#43)
- Drop support for Python 3.4 (#33)
- Fix Python 3.7 deprecations (#41) thanks to @bodik
- Add multiple SQLAlchemy versions support:
1.0
,1.1
,1.2
,1.3
(#33)