This method overrides django.db.models.sql.compiler.SQLCompiler.execute_sql.
the primary update query. The "primary update query" is the first non-empty query that is executed. Row counts for any subsequent, related queries are not available.
This method overrides django.db.models.sql.compiler.SQLCompiler.pre_sql_setup.
If multiple updates are required, pull out the id values to update at this point so that they don't change as a result of the progressive updates.