How to update multiple fields in Django model efficiently?
The TLDR answer:
The first answer which you would get when you search django model update on
google you would find the .update() Django ORM. While this is great, let us see
few points about .update() queryset -
* post_save, pre_save signals does not get triggered. While this might