Key 'buscar' not found in "

2010-11-25 Thread bvcelari
Hy, I'm trying to deploy my first django app, and I'm trying to use pagination , I 'm using Django 1.2 I'm using a simple view with form, and with the request show the results paginated. when I try to go to next page the message appears: "Key 'buscar' not found

Re: Key 'buscar' not found in "

2010-11-25 Thread Nick Arnett
ry to go to next page > the message appears: > "Key 'buscar' not found in " > buscar is a hidden value used for check if the request comes from the > search form. > I think this message comes from the "request" URL is not properly > generated in fact my li

Re: Key 'buscar' not found in "

2010-11-26 Thread Rodrigo "OreiA" Chacon
gt; > pagination , I 'm using Django 1.2 > > I'm using a simple view with form, and with the request show the > > results paginated. when I try to go to next page > > the message appears: > > "Key 'buscar' not found in " > > buscar

Re: Key 'buscar' not found in "

2010-11-26 Thread bvcelari
x27;m trying to use > > > pagination , I 'm using Django 1.2 > > > I'm using a simple view with form, and with the request show the > > > results paginated. when I try to go to next page > > > the message appears: > > > "Key 'buscar' not

Re: Key 'buscar' not found in "

2010-11-28 Thread bvcelari
nett wrote: > > > > On Thu, Nov 25, 2010 at 6:35 AM, bvcelari wrote: > > > > Hy, > > > > I'm trying to deploy my first django app, and I'm trying to use > > > > pagination , I 'm using Django 1.2 > > > > I'm using