Changes between Initial Version and Version 1 of Ticket #24289, comment 14
- Timestamp:
- Feb 13, 2015, 1:18:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24289, comment 14
initial v1 3 3 So if anything I find that `isinstance(ForeignKey.rel, ManyToOneRel) == True` is consistent with `ForeignKey.many_to_one == True`. 4 4 5 Also I wouldn't get to hung up on the naming of `*Rel` or `*Descriptor` objects, naming of things in `related.py` is extremely confusing and inconsistent.5 Also I wouldn't get too hung up on the naming of `*Rel` or `*Descriptor` objects, naming of things in `related.py` is extremely confusing and inconsistent. 6 6 7 7 I'm really +1 on swapping them, the "to" from `ForeignKey(to=Company)` should mean the same thing as the "to" from "ForeignKey.many_to_one" IMO.