Changes between Initial Version and Version 1 of Ticket #22432, comment 7
- Timestamp:
- May 8, 2014, 10:15:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22432, comment 7
initial v1 1 I cannot replicate this locally - the foreign key is correctly repointed - and we even have a test for this, it turns out, in ` `schema.tests.SchemaTests.test_m2m_repoint``.1 I cannot replicate this locally - the foreign key is correctly repointed - and we even have a test for this, it turns out, in `schema.tests.SchemaTests.test_m2m_repoint`. 2 2 3 Could the reporter or other contributors please try and replicate and tell me their results? I followed the bmispelon's reproduction notes - made the three models, changed the field to ` `models.ManyToManyField(Bar)``, ran makemigrations and migrate, and voila, the foreign key had changed to point to ``bar``.3 Could the reporter or other contributors please try and replicate and tell me their results? I followed the bmispelon's reproduction notes - made the three models, changed the field to `models.ManyToManyField(Bar)`, ran makemigrations and migrate, and voila, the foreign key had changed to point to `bar`.