Changes between Initial Version and Version 1 of Ticket #36741, comment 2
- Timestamp:
- Nov 18, 2025, 10:19:57 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36741, comment 2
initial v1 1 1 The bulk_update() documentation appears to have a typo. It currently says: 2 " QuerySet.update()is used to save the changes"2 "**QuerySet.update()** is used to save the changes" 3 3 4 4 But since this is the bulk_update() section, it should be: 5 " QuerySet.bulk_update()is used to save the changes"5 "**QuerySet.bulk_update()** is used to save the changes" 6 6 7 (Note: The screenshot you attached is from the bulk_update()section, not the update() section.)7 (Note: The screenshot you attached is from the **bulk_update()** section, not the update() section.)