Changes between Initial Version and Version 1 of Ticket #29177, comment 7


Ignore:
Timestamp:
Sep 26, 2018, 12:02:40 PM (6 years ago)
Author:
Daniel Naab

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29177, comment 7

    initial v1  
    331) Making the models `managed = True`
    442) Running `manage.py makemigrations` for those models
    5 3) Manually switched all `'managed': True` columns in the migration to `'managed': False`
     53) Manually switched all `'managed': True` models in the migration to `'managed': False`
    664) Switch models back to `managed = False`
Back to Top