Closed hansegucker closed 3 years ago
@agateblue Is there any progress on this topic? It would be nice to get at least some feedback because this a very critical bug in our school information system AlekSIS.
Hi @hansegucker. Apologies for the delay and thank you for the contribution. Let's merge and I'll try to make a release next week.
Take care
Hi @hansegucker. Apologies for the delay and thank you for the contribution. Let's merge and I'll try to make a release next week.
Thanks for merging, @agateblue! Is there any progress with releasing a new version?
If you delete an object whose model is also used for a model multiple choice preference, it will cause some trouble because the preference uses
create_deletion_handler
to create a handler for the delete signal of this model. For a normal model choice field that works perfectly, but not for a model multiple choice field: The serializer only supports querysets and not single objects as provided through the signal handler.