#19847: add a "step_failure" method on WizardView
-----------------------------------+-------------------------------------
     Reporter:  mothsART           |      Owner:  nobody
         Type:  New feature        |     Status:  new
    Component:  contrib.formtools  |    Version:  master
     Severity:  Normal             |   Keywords:  validate wizardview log
 Triage Stage:  Unreviewed         |  Has patch:  1
Easy pickings:  0                  |      UI/UX:  0
-----------------------------------+-------------------------------------
 A little patch for a method i like using : "step_failure".

 Goal: If you want catch all "invalid post" in a wizard forms.
 For me, is a good way to log and stats a wizard in production.
 Log failure bring me some indications : if a field validation is too
 complex, if design of form isn't user friendly etc.

 This diff is minimmalist and a first suggestion. I'm open too talk
 about...
 (in fact, that will bring API heavier...)

 To see it : got to my pull request :
 https://github.com/django/django/pull/734

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19847>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to