Changes between Initial Version and Version 1 of Ticket #27903
- Timestamp:
- Mar 4, 2017, 1:12:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27903 – Description
initial v1 1 When you create a ForeignKey with a related_name='+' to a second model, and you rename the second model, the model which is referred in the ForeignKey is not updated. I've created a updated OperationTests.test_rename_model test to show this (I'll update this ticket when I've created the PR). This only affects 1.10, this issue seems to be fixed in 1.11. 1 When you create a ForeignKey with a related_name='+' to a second model, and you rename the second model, the model which is referred in the ForeignKey is not updated. I've created a updated OperationTests.test_rename_model test to show this (PR: https://github.com/django/django/pull/8146). This only affects 1.10, this issue seems to be fixed in 1.11. 2