Re: bulk_update: add **exclude** arg

2019-01-18 Thread Tom Forbes
Hey Mohammad, Thanks for your suggestion. I considered this while implementing bulk update but I decided against it. In my opinion you should be very explicit about the fields you wish to update, due to the way that bulk update works it can generate very large and expensive queries if a lot of col

bulk_update: add **exclude** arg

2019-01-18 Thread Mohammad Etemaddar
Dear Django developers, Thank you very much for great work and team-work on our beloved Django. I suddenly saw the new great feature *bulk_update *for models and so updated to the dev branch. As other similar situations like forms, we have exclude argument for *lazy programmers.* *Thank you,* *