Changes between Initial Version and Version 1 of Ticket #24289, comment 14


Ignore:
Timestamp:
Feb 13, 2015, 1:18:58 AM (9 years ago)
Author:
Loic Bistuer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24289, comment 14

    initial v1  
    33So if anything I find that `isinstance(ForeignKey.rel, ManyToOneRel) == True` is consistent with `ForeignKey.many_to_one == True`.
    44
    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.
     5Also 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.
    66
    77I'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.
Back to Top