Changes between Initial Version and Version 1 of Ticket #25043
- Timestamp:
- Jul 1, 2015, 7:55:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25043 – Description
initial v1 1 1 contenttypes migration error while migrating from existing database (which was from django1.4.10), issue can be resolved if we downgrade to 1.7 and migrate 2 2 3 3 4 Synchronizing apps without migrations: 4 5 Creating tables... 5 6 Running deferred SQL... 6 7 Installing custom SQL... 7 8 Running migrations: … … 29 30 File "/Users/sachinvettithanam/env/marlabs-onconsole/lib/python2.7/site-packages/django/contrib/contenttypes/models.py", line 78, in get_for_model 30 31 "Error creating new content types. Please make sure contenttypes " 32 31 33 RuntimeError: Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually. 32 33