I am also new at django.
In my opinion the basic problem of 2522 is that the related object is
referenced by the objects name instead of the related name. As a result
two foreign keys to the same object get the same name.
This reference is spread throughout related.py and other modules (like
get_f
I'd like to try to fix the bug for ticket #2522 and #2470
(both are apparently the same).
I'm studying the code and trying to understand the possible reason
for ther error. Although new to Django, I have a reasonable
knowledge of Python. However, I'd like some help from someone more
experienced w