﻿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
25100	"Document how to avoid """"RuntimeError: Error creating new content types."" when upgrading to 1.8 (skipping 1.7)"	Sachin philip Mathew	nobody	"
* Project Build on django 1.4.10
* Database - postgresql (which got large amount data)

Steps to Reproduce issues

1. Upgraded to django 1.8.*
2. Create a new table 
3. executing makemigrations works fine
4. when we migrate, migrations works and gives ok response then followed by 

""Error creating new content types. Please make sure contenttypes ""
RuntimeError: Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually.


5. Then try to access this table from admin it gives responce

Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually.

6. tried migrate contenttype - nothing changes

7. Downgraded to django 1.7 , and executing migration for contenttype works and issue will be resolved

Each and everytime we need to follow this same process not just once, each and everytime when we create a new table not column 
"	Cleanup/optimization	closed	Documentation	1.8	Normal	fixed	contentype migration		Ready for checkin	1	0	0	0	1	0
