Marten 0.3.2 release notes
July 23, 2023.
Bug fixes
- Fix possible inconsistencies in results returned by query sets based on the order of calls to #filterand#exclude.
- Fix invalid through model generation for recursive many-to-many relationships.
- Ensure that #<field>?model methods return false for empty field values.
- Add missing #<field>?method forfilemodel fields.