Hello patrick kranzlm_ller!
On Mon, 19 Dec 2005 17:03:21 +0100 you wrote:

> 
> first issue:
> 
> this works fine:
> milestone_list = milestones.get_list(id__exact=3, order_by=['-id'])
> 
> this doesn_t:
v> milestone_list = milestones.get_list(responsible__exact=1, 
> order_by=['-id'])

milestone_list = milestones.get_list(responsible__id__exact=1, 
order_by=['-id']) 

> the model looks like;
> responsible = meta.ForeignKey(auth.User)
> 


-- 
Всего наилучшего!
greg [at] anastasia [dot] ru Григорий.

Reply via email to