﻿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
10993	get_or_create should throw an exception if no lookup parameters are given	gasull2	szczav	"Steps to reproduce: Use get_or_create with no lookup arguments but with the argument defaults.

Expected behaviour: IMHO, it should either throw an exception (""No lookup arguments"" or similar) or actually create the object in the database.

What it happens instead: If you accidentally use get_or_create with no lookup arguments, it returns the the new object created with the parameter defaults, although the new object isn't saved in the database, and the boolean returned is False (indicating that the object wasn't created)."	Bug	closed	Database layer (models, ORM)	1.0	Normal	wontfix		daniel@…	Design decision needed	1	0	0	0	0	0
