﻿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
19345	ContentType.objects.get_for_model shouldn't create missing content types	Aymeric Augustin	nobody	"This behavior is very unexpected, given the name of the method.

In general, this isn't an issue because content types always exist — they're created in `post_syncdb`.

I encountered the problem while debugging multiple databases issues involving `syncdb` (#16039). The `post_syncdb` handler that creates permissions looks for content types, creating them as a side effect. Since I was attempting to test that the content types weren't created, my test failed in a very unexpected fashion."	Bug	closed	contrib.contenttypes	dev	Normal	wontfix			Design decision needed	0	0	0	0	0	0
