Re: r3507 - django/trunk/django/db/models/fields cause many-to-many object error!

2006-08-01 Thread Adrian Holovaty
On 8/1/06, favo <[EMAIL PROTECTED]> wrote: > After updated to r3507, > meets error when visit m2m field. > AttributeError: 'ManyToManyRel' object has no attribute > 'get_related_field' Fixed in [3508]. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~-~--~~

r3507 - django/trunk/django/db/models/fields cause many-to-many object error!

2006-08-01 Thread favo
After updated to r3507, meets error when visit m2m field. AttributeError: 'ManyToManyRel' object has no attribute 'get_related_field' --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To pos