Ticket #17911: helpers_diff.txt

File helpers_diff.txt, 245 bytes (added by justin.r.donnelly@…, 12 years ago)

diff of modified helpers.py file against trunk

Line 
1188c188,190
2< if isinstance(f.rel, ManyToManyRel) and value is not None:
3---
4> if value is None:
5> result_repr = EMPTY_CHANGELIST_VALUE
6> elif isinstance(f.rel, ManyToManyRel):
Back to Top