Changed
- Fix AttributeError when processing models with reverse ForeignKey relations (
ManyToOneRel) (#575) - Fix
_bulk_createnot setting M2M fields on FK-related objects (#583) - [dev] Fix type annotations (#584)
- [dev] Fix remaining ty type errors in baker.py and generators.py (#589)
GitHub Changelog
- Fix type annotations by @amureki in #584
- Bump pillow from 12.0.0 to 12.1.1 by @dependabot[bot] in #586
- Bump django from 5.2.9 to 5.2.12 by @dependabot[bot] in #585
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #581
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #580
- Bump urllib3 from 2.6.2 to 2.6.3 by @dependabot[bot] in #587
- Bump black from 25.12.0 to 26.3.1 by @dependabot[bot] in #588
- Update uv-build requirement from <0.10.0,>=0.9.26 to >=0.9.26,<0.11.0 by @dependabot[bot] in #579
- Add regression test for bulk_create with M2M field using explicit related_name by @benaduo in #582
- Fix remaining ty type errors in baker.py and generators.py by @benaduo in #589
- Fix bulk_create not setting M2M on FK-related objects by @benaduo in #583
- Bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #590
- Fix AttributeError on ManyToOneRel fields (#575) by @amureki in #576
New Contributors
Full Changelog: 1.23.3...1.23.4