﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31003	Suggesting: Documentation update for bulk_create method	Peter Vlasveld	Adam Johnson	"This suggestion relates to the `bulk_create` method for creating model objects https://docs.djangoproject.com/en/2.2/ref/models/querysets/#bulk-create. Currently the documentation states what the method does and the caveats associated with its use, but there is no information on what it returns, and in what order the list is returned. 

I would be willing to make this modification myself, but I actually don't know if the order of the list is guaranteed to be the same as the order of the input list. This would be really useful information for developers. For example, I currently have a piece of code in my codebase that uses `bulk_create` and then performs an additional check on the output list to ensure that it is ordered properly. This step would be able to be removed if I know that the `bulk_create` method outputs the list in the same order as the input list every time. If someone who knows this information could send it to me, I can make this change in the documentation myself, otherwise, someone with that knowledge can make the change."	Cleanup/optimization	closed	Documentation	3.0	Normal	fixed	bulk_create, database, query,		Accepted	1	0	0	0	1	0
