Changes between Version 4 and Version 5 of Ticket #33366, comment 11
- Timestamp:
- Dec 16, 2021, 1:57:19 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33366, comment 11
v4 v5 8 8 2. Adjust the auto-detector to consider `related_name='app_model` and `'%(app_label)s_%(class)s'` equals (in the context of a `app.Model` model) to prevent changes from being detected. This will have the unfortunate side effect to prevent changes of a field from harcoded to placeholders based `related_name` to be detected by the framework which could be considered a limitation of the previous model rendering based approach. 9 9 10 I personally think that 1. is the way to go but I don't have a strong feeling here .10 I personally think that 1. is the way to go but I don't have a strong feeling here either way.