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_follow in options.py and others), so I haven't had the heart yet to try and change all these references to fix it. Maybe there is an easier way ?
I haven't looked into 2470 (that one did not bite me yet). k --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
