Skip to content

Fixes for prefetch related and saving related

Compare
Choose a tag to compare
@collerek collerek released this 09 Jun 16:24
· 44 commits to master since this release
45d81b2

0.20.1

✨ Breaking changes

🐛 Fixes

  • Fix merging same target models when using select_related with prefetch_related #906
  • Fix saving related with pk only models #812
  • Fix adding the same relation multiple times corrupting relation cache #1335

✨ Features

  • Allow adding indexed on foreign keys by @cmflynn, thanks! #1276

💬 Other