Changes between Initial Version and Version 1 of Ticket #29177, comment 7
- Timestamp:
- Sep 26, 2018, 12:02:40 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29177, comment 7
initial v1 3 3 1) Making the models `managed = True` 4 4 2) Running `manage.py makemigrations` for those models 5 3) Manually switched all `'managed': True` columns in the migration to `'managed': False`5 3) Manually switched all `'managed': True` models in the migration to `'managed': False` 6 6 4) Switch models back to `managed = False`