Re: Django 1.3.1 - Form on multiple pages

2011-10-21 Thread youpsla
Thanks a lots. I haven't take care of that before and I thought it has been a source of confusion Thanks again Alain On 22 oct, 01:47, Kurtis Mullins wrote: > Yep, you've got it. That stuff will be available in future releases. But if > you want the 1.3 documents, just make sure you change

Re: Django 1.3.1 - Form on multiple pages

2011-10-21 Thread Kurtis Mullins
Yep, you've got it. That stuff will be available in future releases. But if you want the 1.3 documents, just make sure you change that "dev" in the URL to "1.3". Don't worry, it happens a lot more often that you might think! On Fri, Oct 21, 2011 at 7:44 PM, youpsla wrote: > Hi again, > in this l

Re: Django 1.3.1 - Form on multiple pages

2011-10-21 Thread youpsla
Hi again, in this link: https://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/ the "/dev/" means that I'm reading the development docs ? Regards Alain On 22 oct, 01:22, Kurtis Mullins wrote: > No problem :) Also, make sure you're not reading the Development docs. It's > a dif

Re: Django 1.3.1 - Form on multiple pages

2011-10-21 Thread Kurtis Mullins
No problem :) Also, make sure you're not reading the Development docs. It's a different class all together in there. On Fri, Oct 21, 2011 at 7:02 PM, youpsla wrote: > Sorry, I think I was wrong. I try to use SessionWizardView wich > require ton install the "django-formwizard" package from > djan

Re: Django 1.3.1 - Form on multiple pages

2011-10-21 Thread youpsla
Sorry, I think I was wrong. I try to use SessionWizardView wich require ton install the "django-formwizard" package from djangopackages. I think it will work now Thanks Alain On 22 oct, 00:27, Kurtis Mullins wrote: > https://docs.djangoproject.com/en/1.3/ref/contrib/formtools/form-wizard/ >

Re: Django 1.3.1 - Form on multiple pages

2011-10-21 Thread Kurtis Mullins
https://docs.djangoproject.com/en/1.3/ref/contrib/formtools/form-wizard/ I don't believe it's deprecated in 1.3.1 but I could be wrong... On Fri, Oct 21, 2011 at 6:04 PM, youpsla wrote: > Hello, > I like to know wich is the best splution to manage one form on > multiple pages with Gjango 1.3.1.

Django 1.3.1 - Form on multiple pages

2011-10-21 Thread youpsla
Hello, I like to know wich is the best splution to manage one form on multiple pages with Gjango 1.3.1. I've seen in the doc that there is a FormWizard Session or Cookies) wich seems to be deprecated. Then, is there a new mechanics for the 1.3.1 version ? Thanks for your answers. Regards Alain