﻿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
8669	All remaining create() methods also force an insert (continuation of r8670)	Richard Davies <richard.davies@…>	nobody	"#8419 / [8670] forced an SQL insert in the main create() and get_or_create() methods, preventing data loss from overwriting existing data - thanks Malcolm!

All other get_or_create() methods end up calling back to the main get_or_create().

However, there are a few extra create() methods which don't call back to the main create() - this patch ensures that those also force an insert, so cannot overwrite existing data.

Extra methods found via ""find django -name '*.py' | xargs grep -F 'def create('"" and ""find django -name '*.py' | xargs grep -F 'def get_or_create('"""		closed	Database layer (models, ORM)	dev		fixed		richard.davies@…	Accepted	1	0	0	0	0	0
