Results 13 comments of Daniel Bacher

Hi Sebastian, I added your points to my ToDo in the first post. I spent half of Sunday with ttp and then hacked the regex solution together in the evening....

I think this error occurs because we have here a dict and no object, maybe a there is a check needed ```python if type(related_object) is dict: return related_object.get(lookups[-1]) return getattr(related_object,...

@jdrew82 Yes, I have that on the plan. I just don't have time for it right now.