﻿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
28092	Document rename of update_contenttypes()	Tatu Wikman	nobody	"While updating my project to 1.11 I ran into an issue with update_contenttypes method.

{{{
from django.contrib.contenttypes.management import update_contenttypes
ImportError: cannot import name 'update_contenttypes'
}}}

The release notes don't have any mention of this method being removed (or renamed to create_contenttypes). 

Would probably be good to have a mention about this here: https://docs.djangoproject.com/en/1.11/releases/1.11/#django-contrib-contenttypes
"	Cleanup/optimization	closed	Documentation	1.11	Normal	wontfix			Unreviewed	0	0	0	0	1	0
