Changes between Version 1 and Version 2 of Ticket #25043
- Timestamp:
- Jul 1, 2015, 8:35:06 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25043
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #25043 – Description
v1 v2 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 4 Synchronizing apps without migrations: 5 5 Creating tables... … … 32 32 33 33 RuntimeError: Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually. 34 }}}