Re: Question on django internals.

2005-08-02 Thread Matthew Marshall
On Tuesday 02 August 2005 04:20 am, Adrian Holovaty wrote: > On 8/1/05, Matthew Marshall <[EMAIL PROTECTED]> wrote: > > I'm making headway with ticket 122. However I have discovered a bug when > > porting the m2m_intermediary model test. The get_relatedobject_list > > methods are not being set.

Re: Question on django internals.

2005-08-01 Thread Adrian Holovaty
On 8/1/05, Matthew Marshall <[EMAIL PROTECTED]> wrote: > I'm making headway with ticket 122. However I have discovered a bug when > porting the m2m_intermediary model test. The get_relatedobject_list methods > are not being set. Can you tell me where in the code this is supposed to > happen? I

Question on django internals.

2005-08-01 Thread Matthew Marshall
I'm making headway with ticket 122. However I have discovered a bug when porting the m2m_intermediary model test. The get_relatedobject_list methods are not being set. Can you tell me where in the code this is supposed to happen? I can see where it is happening for ManyToMany, but not for