Changes between Initial Version and Version 1 of Ticket #25043


Ignore:
Timestamp:
Jul 1, 2015, 7:55:44 AM (9 years ago)
Author:
Sachin philip Mathew
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25043 – Description

    initial v1  
    11contenttypes 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
    23
    34Synchronizing apps without migrations:
    45  Creating tables...
    5    Running deferred SQL...
     6  Running deferred SQL...
    67  Installing custom SQL...
    78Running migrations:
     
    2930  File "/Users/sachinvettithanam/env/marlabs-onconsole/lib/python2.7/site-packages/django/contrib/contenttypes/models.py", line 78, in get_for_model
    3031    "Error creating new content types. Please make sure contenttypes "
     32
    3133RuntimeError: Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually.
    32 
    33 
Back to Top