Re: [Newbie] how to output value like this?

2009-03-21 Thread tofergus
On 20.03-23:53, andrew wrote: [ ... ] >I encounter a issue lasting 3 days, any help will be highly > appreciate. your question is too vauge (to me) to be "assistable". i can only ask if you've done the tutorials (which are pretty good) and if so then suggest you try including more complete

Re: [Newbie] how to output value like this?

2009-03-21 Thread Malcolm Tredinnick
On Fri, 2009-03-20 at 23:53 -0700, andrew wrote: > Hi ,all > >I encounter a issue lasting 3 days, any help will be highly > appreciate. > > view: > market_volumn={} > for m in marketTypeList: > market_volumn[m]=MarketVolumn.objects.filter > (marketType=m).order_by('week')

[Newbie] how to output value like this?

2009-03-21 Thread andrew
Hi ,all I encounter a issue lasting 3 days, any help will be highly appreciate. view: market_volumn={} for m in marketTypeList: market_volumn[m]=MarketVolumn.objects.filter (marketType=m).order_by('week') print market_volumn in the console ,the print result like