Changes between Initial Version and Version 1 of Ticket #18285, comment 2
- Timestamp:
- Jun 28, 2012, 2:55:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18285, comment 2
initial v1 7 7 8 8 There 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 9 10 So I think the documentation should be clarified rather then modifying bulk_create.