Releases: stphivos/django-mock-queries
Releases · stphivos/django-mock-queries
v2.3.0
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
v2.2.0
What's Changed
- Migrate CI to github actions by @stphivos in #163
- Drop Python 2 code and avoid deprecated code by @stefan6419846 in #164
- Fix tests for Django 3.2 and Django 4.1 by @stefan6419846 in #166
- Improve README by @stefan6419846 in #167
- Implement
annotate
andin_bulk
(updated) by @phitranphitranphitran in #156 - Bring changelog up-to-date by @stefan6419846 in #168
- Fix in_bulk to use field_name by @harry-kim in #169
New Contributors
- @phitranphitranphitran made their first contribution in #156
- @harry-kim made their first contribution in #169
Full Changelog: v2.1.8...v2.2.0
v2.1.8
What's Changed
- Adding overlap operator for ArrayFields by @lvieirajr in #143
- Allow usage of Q objects on MockSet.get() by @lvieirajr in #147
- Support reverse foreign key filter by in comparison by @karally in #153
- Return a new object of the same type instead of forcing MockSet by @lvieirajr in #155
- Only require
mock
package on Python < 3.3 by @stefan6419846 in #161
New Contributors
- @lvieirajr made their first contribution in #143
- @karally made their first contribution in #153
Full Changelog: v2.1.7...v2.1.8