Changes between Initial Version and Version 1 of Ticket #28867
- Timestamp:
- Nov 30, 2017, 11:21:36 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28867 – Description
initial v1 1 1 **Summary** 2 2 3 Given a model with a n FK field "foo", it would be helpful if Django warned users when they include a property in amodel named "foo_id" in the same model.3 Given a model with a foreign key field "foo", it would be helpful if Django warned users when they include a property in the model named "foo_id" in the same model. 4 4 5 5 **Steps To Reproduce** 6 - Implement a modelrelationship that looks like Exhibit A7 - Create an instance using .create or FactoryBoy.6 - Implement a relationship that looks like Exhibit A 7 - Create an instance of `Bar` using .create or FactoryBoy. 8 8 - Observe the following stack trace that occurs in Exhibit B 9 9