Changes between Initial Version and Version 1 of Ticket #31207, comment 2
- Timestamp:
- Jan 25, 2020, 11:50:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31207, comment 2
initial v1 5 5 So, my suggestions are as follows: 6 6 7 * completely forbid `to_field` that points to field of parent ''non-abstract'' model ;7 * completely forbid `to_field` that points to field of parent ''non-abstract'' model (as you noted in the last sentence); 8 8 * add a note to documentation about changed behavior (previous behavior was not documented but can be used in the wild; actually, I have run into this problem in a legacy project).