Changes between Initial Version and Version 1 of Ticket #24513, comment 11
- Timestamp:
- Apr 3, 2015, 10:42:01 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24513, comment 11
initial v1 1 1 Side note: 2 2 3 Tracing the cause of this became much easier after I've changed `_get_m2m_attr()` end with a `raise AttributeError()`. There does not seem to be a case when it silently returning `None` in case of a missing attribute match is deliberate and expected.3 Tracing the cause of this became much easier after I've changed `_get_m2m_attr()` to end with a `raise AttributeError()`. There does not seem to be a case when it silently returning `None` in case of a missing attribute match is deliberate and expected.