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


Ignore:
Timestamp:
Jun 28, 2012, 2:55:06 PM (12 years ago)
Author:
Moritz Sichert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18285, comment 2

    initial v1  
    77
    88There is a reason why the bulk_create method does not call the models' save methods. It should be a fast alternative to call the models' save methods in a loop.
     9
    910So I think the documentation should be clarified rather then modifying bulk_create.
Back to Top