Changes between Initial Version and Version 1 of Ticket #27044, comment 5


Ignore:
Timestamp:
Aug 10, 2016, 4:02:11 PM (8 years ago)
Author:
tkhyn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27044, comment 5

    initial v1  
    3333}}}
    3434
    35 The django_content_type table has not changed. There should be a new line in django_content_type (app_label = app and model = mysecondmodel), and it's not there because the ``update_contenttypes`` cannot proceed further than line 102 when `migrate` is called a second time.
     35The `django_content_type` table has not changed. There should be a new line in `django_content_type` (app_label = app and model = mysecondmodel), and it's not there because `update_contenttypes` cannot proceed further than line 102 when `migrate` is called a second time.
    3636
    3737A possible solution would be to transform `app` into a migrated app (I haven't checked it though), but given that it worked ok in django 1.9.9 I see this as a regression.
Back to Top