Changes between Version 1 and Version 5 of Ticket #23646
- Timestamp:
- May 11, 2016, 4:05:00 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23646
- Property Summary query set sql update to change different values by different keys → query set sql update to change different values by different keys (include django-bulk-update in core)
- Property Version 1.7 → 1.9
-
Ticket #23646 – Description
v1 v5 1 **Update** 2 django-bulk-upate (https://github.com/aykut/django-bulk-update) which could/should be integrated into django core since we have a bulk_create and this corresponds well with the save (could be called bulk save if it makes sense). App works with an identical api to bulk_create and so should be a good candidate to be considered for inclusion in core. 3 1 4 Database backends like Postgresql support doing multiple value update for the same field in different rows using a single update query. Please see this sample below: 2 5