Changes between Initial Version and Version 1 of Ticket #19385, comment 12


Ignore:
Timestamp:
Dec 28, 2012, 5:54:16 PM (11 years ago)
Author:
jeremyt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19385, comment 12

    initial v1  
    1 Nice..... I like the field being able to explain the path no matter how many table jumps it has. Is there a reason we do 'if hasattr(field, 'get_path_info'):' instead of 'if issubclass(field, RelatedField)' though?
     1Nice..... I like the field being able to explain the path no matter how many table jumps it has. Is there a reason we do 'if hasattr(field, 'get_path_info'):' instead of 'if isinstance(field, RelatedField)' though?
Back to Top