Changes between Initial Version and Version 1 of Ticket #24513, comment 9


Ignore:
Timestamp:
Apr 3, 2015, 9:16:27 AM (9 years ago)
Author:
Patryk Zawadzki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24513, comment 9

    initial v1  
    77}}}
    88
    9 However `new_field.m2m_field_name()` return `None`.
     9However `new_field.m2m_field_name()` returns `None`.
    1010
    1111`new_field.m2m_field_name()` is a partial that evaluates to `self._get_m2m_attr(related, 'name')` where `related` is a class the relation is pointing to.
Back to Top