Re: pre-selected values in forms and session

2009-02-11 Thread Malcolm Tredinnick
On Wed, 2009-02-11 at 06:30 -0800, Gonzalo wrote: > Hello: > > > Sorry if this is foolish, i'm prety noob in django, and not very good > in english > > I have a country id stored in a session... > > I have a form, it have a country CHOICE field > > In the form, could i mark as selected the

pre-selected values in forms and session

2009-02-11 Thread Gonzalo
Hello: Sorry if this is foolish, i'm prety noob in django, and not very good in english I have a country id stored in a session... I have a form, it have a country CHOICE field In the form, could i mark as selected the country that is in the session? How? Thanks Gonzalo --~--~-~