Re: Question about on merge two different Model paginate

2009-10-06 Thread byqsri
And to do pagination? how can I do? Thanks On 1 Ott, 18:46, brian wrote: > On Thu, Oct 1, 2009 at 9:08 AM, byqsri wrote: > > > Can someone help me about this? > > > On 7 Set, 09:13, "marco.rizze...@gmail.com" > > wrote: > >> Hi > >> I have this situation: > >> I have a model Event and a model

Re: Question about on merge two different Model paginate

2009-10-01 Thread brian
On Thu, Oct 1, 2009 at 9:08 AM, byqsri wrote: > > Can someone help me about this? > > On 7 Set, 09:13, "marco.rizze...@gmail.com" > wrote: >> Hi >> I have this situation: >> I have a model Event and a model News ,  Both models have  the field >> 'created' . >> Now in my view I would create a sin

Re: Question about on merge two different Model paginate

2009-10-01 Thread byqsri
Can someone help me about this? On 7 Set, 09:13, "marco.rizze...@gmail.com" wrote: > Hi > I have this situation: > I have a model Event and a model News ,  Both models have  the field > 'created' . > Now in my view I would create a single list where there is  there are > both each others order b

Question about on merge two different Model paginate

2009-09-07 Thread marco.rizze...@gmail.com
Hi I have this situation: I have a model Event and a model News , Both models have the field 'created' . Now in my view I would create a single list where there is there are both each others order by created. Example Event 107/09/09 News 107/09/09 News 206/07/09 .. .. .