Changes between Initial Version and Version 1 of Ticket #18571, comment 2
- Timestamp:
- Jul 5, 2012, 8:56:25 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18571, comment 2
initial v1 1 Hmmm. I generally follow the rule that all model names are singular, but I see in the docs it recommended for django that ManyToMany relationships have plural names (https://docs.djangoproject.com/en/dev/topics/db/models/#many-to-many-relationships). I'm not sure I agree with that recommendation, but since it is the documented standard, I'll go with it.1 Hmmm. I generally follow the rule that all model names are singular, but I see in the docs it is recommended for django that ManyToMany relationships have plural names (https://docs.djangoproject.com/en/dev/topics/db/models/#many-to-many-relationships). I'm not sure I agree with that recommendation, but since it is the documented standard, I'll go with it. 2 2 3 3 Marking this "wontfix".