﻿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
16137	.get behaviour is inconsistent with .get_or_create when no kwargs are given	wilfred@…	nobody	"It's really useful to be able to do

{{{ MyModel.objects.get() }}}

when you've got a singleton model. Sadly, .get_or_create doesn't allow you to call it in the same way:

{{{ MyModel.objects.get_or_create() }}}

This throws an AssertionError ""get_or_create() must be passed at least one keyword argument"". Could this requirement be dropped?
"	Cleanup/optimization	closed	Database layer (models, ORM)	1.3	Normal	fixed		timograham@…	Ready for checkin	1	0	0	0	0	0
