Django 4.1 quietly added a really powerful feature to the bulk_create queryset method that effectively turns it into bulk_update_or_create.
In this post, I explain how to add dynamic data to the choices shown in a Django form dropdown.