0.3.3
Marten 0.3.3 fixes a couple of bugs.
Bug fixes
- Fix unexpected
Marten::Template::Errors::InvalidSyntax
exceptions raised when adding spaces between a template filter name and its argument. - Make sure that the
#add
method of many-to-many query sets honors the targeted DB alias. - Make sure that the
#delete
and#update
query set methods reset cached records if applicable. - Make sure that the
#add
method of many-to-many query sets resets cached records if applicable.