﻿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
17340	[nonrel] Database feature to disabled INSERT/UPDATE distinction	Jonas H.	nobody	"(This patch is part of the changes made to the inofficial fork ""Django-nonrel"" which adds basic support for non-relational databases.)

The distinction between `INSERT` and `UPDATE` is an SQL-ism and has no equivalent on most non-relational databases. This patch adds an `distinguishes_insert_from_update` database flag. If set `False`, the ORM doesn't even try to execute an `UPDATE` equivalent when `.save()` is called.

Note that this is different from and does not affect calls to `.update(foo=bar)`."	Uncategorized	closed	Database layer (models, ORM)	dev	Normal	needsinfo	nonrel		Unreviewed	1	0	0	0	0	0
