﻿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
5533	allow create to pass foreignkey_id	David Cramer	nobody	"MyModel.objects.create() should allow to you to pass myforeignkey_id as you could in .get().

The reasons for this are obvious. Inserting a row into a database, where you don't have a module instance of the foreign key, but just the id value.

You could use MyForeignKey(id=x) and pass this, but that's hackish."		closed	Database layer (models, ORM)	dev		worksforme			Unreviewed	0	0	0	0	0	0
