Re: #23646 Enhancement: Updating multiple values in a single sql update using Django ORM

2014-10-17 Thread Russell Keith-Magee
Hi Anshuman, Firstly, a question like this is probably better suited to django-developers - that's the list where we discuss proposed modifications to Django itself. You're more likely to get the attention you need on that list. That said - I'm not sure I see the benefit here. I've left a

#23646 Enhancement: Updating multiple values in a single sql update using Django ORM

2014-10-17 Thread Anshuman Aggarwal
Posting this Django Project ticket that I opened to track the enhancement request to update multiple rows with different values for the same field for a particular Django queryset in a single SQL query without having to write raw SQL. https://code.djangoproject.com/ticket/23646 A possible