﻿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
34915	Do not autopopulate _order field for model with an order_with_respect_to if already set.	Tilman Koschnick	nobody	"If a model has the Meta option ""order_with_respect_to"", new instances of the model have the _order field autopopulated, no matter if the _order field is already set or not. I propose to only set the field if it has not previously been set already, allowing a custom order to be set before saving new objects, and saving a query to the database in this case.

This will not affect existing code that does not explicitly set the _order field before saving the object.

"	New feature	closed	Database layer (models, ORM)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
