Changes between Initial Version and Version 1 of Ticket #36741, comment 2


Ignore:
Timestamp:
Nov 18, 2025, 10:19:57 AM (3 months ago)
Author:
Youngkwang Yang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36741, comment 2

    initial v1  
    11The 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"
    33
    44But 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"
    66
    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.)
Back to Top