What's Changed
- Test against recent Python and Django versions by @stefan6419846 in #170
- #173: Use attname instead of name when assigning the attributes values on the mocked _do_update by @MartinGotelli in #174
- #171: Contains comparison supports arrays by @MartinGotelli in #172
- MockSet.annotate function handle case when row._annotated_fields is None by @DvirHaberman in #175
- Avoid maintaining two changelogs by @stefan6419846 in #176
- Bump setuptools from 67.7.2 to 70.0.0 in /requirements by @dependabot in #178
- Make annotate return instance of actual MockSet class by @nfantone in #179
- Add support for ArrayAgg aggregations by @nfantone in #183
- Add set method to MockSet by @nfantone in #185
- Add proper return value to MockSet delete by @nfantone in #184
- Fix calling
delete
on instances using nestedModelMocker
context managers by @nfantone in #187 - Update version to v2.3.0 by @stefan6419846 in #189
New Contributors
- @MartinGotelli made their first contribution in #174
- @DvirHaberman made their first contribution in #175
- @dependabot made their first contribution in #178
- @nfantone made their first contribution in #179
Full Changelog: v2.2.0...v2.3.0