Re: how to add more params in url

2008-12-19 Thread mono
thanks On 12月19日, 下午12時28分, cschand wrote: > check this snippet > > http://www.djangosnippets.org/snippets/840/ > > Satheesh > > On Dec 19, 9:05 am, mono wrote: > > > I means if I have three param( I think it is very frequent ), the > > style of writing method seem somehow inconvenient. > > >

Re: how to add more params in url

2008-12-18 Thread cschand
check this snippet http://www.djangosnippets.org/snippets/840/ Satheesh On Dec 19, 9:05 am, mono wrote: > I means if I have three param( I think it is very frequent ), the > style of writing method seem somehow inconvenient. > > eg; > > in code area which handle param1 > if ... url = ?par

Re: how to add more params in url

2008-12-18 Thread mono
I means if I have three param( I think it is very frequent ), the style of writing method seem somehow inconvenient. eg; in code area which handle param1 if ... url = ?param1=..¶m2=..¶m3=.. else url = ?param1=..¶m2=..¶m3=.. param2 if ... url = ?param1=..¶m2=..¶m3=.. else url = ?pa

RE: how to add more params in url

2008-12-18 Thread Wayper, Paul
> From: mono > Sent: Thursday, 18 December 2008 22:10 > To: Django users > Subject: Re: how to add more params in url > > > I don't know whether it is a good answer because only two > page links is here and the aim of is_extend flag is to show > entire or part

Re: how to add more params in url

2008-12-18 Thread mono
maybe do it. is there a method like '+='? On Dec 18, 8:10 pm, "@@" wrote: > You can keep these information in session. > > On Thu, Dec 18, 2008 at 7:10 PM, mono wrote: > > > I don't know whether it is a good answer because only two page links > > is here and the aim of is_extend flag is to show

Re: how to add more params in url

2008-12-18 Thread @@
You can keep these information in session. On Thu, Dec 18, 2008 at 7:10 PM, mono wrote: > > I don't know whether it is a good answer because only two page links > is here and the aim of is_extend flag is to show entire or part of > columns. > > so I could not tell a page linkto is_extend=shrink&

Re: how to add more params in url

2008-12-18 Thread mono
I don't know whether it is a good answer because only two page links is here and the aim of is_extend flag is to show entire or part of columns. so I could not tell a page linkto is_extend=shrink&page=next_page and is_extend=shrink&page=previous_page maybe I need more page links, like the first,

RE: how to add more params in url

2008-12-17 Thread Wayper, Paul
> -Original Message- > From: django-users@googlegroups.com > [mailto:django-us...@googlegroups.com] On Behalf Of mono > Sent: Thursday, 18 December 2008 15:14 > To: Django users > Subject: how to add more params in url > > > eg. > > in my list.html > > {%if is_extend %} > extend >