Re: unique objects in list

2006-10-04 Thread Grigory Fateyev
Hello Malcolm Tredinnick! On Wed, 04 Oct 2006 11:27:31 +1000 you wrote: > > On Tue, 2006-10-03 at 18:21 +0400, Grigory Fateyev wrote: > > Hello James Bennett! > > On Tue, 3 Oct 2006 08:28:02 -0500 you wrote: > > > > > > > > On 10/3/06, Grigory Fateyev <[EMAIL PROTECTED]> wrote: > > > > I have

Re: unique objects in list

2006-10-03 Thread Malcolm Tredinnick
On Tue, 2006-10-03 at 18:21 +0400, Grigory Fateyev wrote: > Hello James Bennett! > On Tue, 3 Oct 2006 08:28:02 -0500 you wrote: > > > > > On 10/3/06, Grigory Fateyev <[EMAIL PROTECTED]> wrote: > > > I have a list of ip in table, but this ip repeats many times. I > > > need to show each ip only

Re: unique objects in list

2006-10-03 Thread Grigory Fateyev
Hello James Bennett! On Tue, 3 Oct 2006 08:28:02 -0500 you wrote: > > On 10/3/06, Grigory Fateyev <[EMAIL PROTECTED]> wrote: > > I have a list of ip in table, but this ip repeats many times. I > > need to show each ip only once with some statistic. How to do this? > >

Re: unique objects in list

2006-10-03 Thread RajeshD
> I have a list of ip in table, but this ip repeats many times. I > need to show each ip only once with some statistic. You will need some custom SQL to take care of the "statistics" you need for each distinct IP address. From what I understand of your problem, you need the result set from a

unique objects in list

2006-10-03 Thread Grigory Fateyev
Hello! I have a list of ip in table, but this ip repeats many times. I need to show each ip only once with some statistic. How to do this? In wich direction I should to look forward? filter, templatetag or something else? If it possible, share some code for example. -- ÷ÓÅÇÏ ÎÁÉÌÕÞÛÅÇÏ!