id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 19433 Allow declaration form_list and condition_dict in WizzardView subclass, not as params to as_view migajek steph "Hi, every standard django CBV allows for declaring some attributesin the subclass to avoid passing them to as_view function in urls.py module. Unfortunately this does not apply to WizzardView, which does not allow a declaration of form_list nor condition_dict in a WizzardView subclass - each of these must be passed as an argument to as_view function. Since we need to subclass the view anyway (to define form processing function) AND the condition_dict contains a view logics, I believe the proper place for those attributes would be views.py - WizardView subclass, NOT urls.py - as_view params. example code provided here http://stackoverflow.com/q/13669033/146248 " Cleanup/optimization closed contrib.formtools 1.4 Normal fixed cbv wizzard wizzardview Ready for checkin 0 0 0 0 0 0