Re: Form wizard step back

2012-11-13 Thread azurIt
for anyone having the same problem: https://code.djangoproject.com/ticket/19285 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to d

Re: Form wizard step back

2012-11-13 Thread azurIt
>Separate step is separate browser interaction. Even if you did this with >AJAX, other requests can come in in between actions. Other users don't get >blocked from accessing the site just because one is in the middle of >registering. Sorry, but that's the way the web works. > >By the way, you do

Re: Form wizard step back

2012-11-13 Thread azurIt
>You really need to create the account, thus reserving the login (username?) >in step 1, when the check succeeds (in fact, the test probably should be >an attempt to create the account, whose failure is what kicks the user back >to choose another login). You keep a creation date and note (perhaps

Form wizard step back

2012-11-13 Thread azurIt
Hi, i have the following problem: User is choosing a login in first step (login is validated and is checked if it's available) and is filling up some other data in second step. Finally, i'm trying to create a new account BUT the login can be already taken (there's a little time frame between 1