Re: What validation tests are applied to ImageField?

2018-02-20 Thread mtnhiker
Brilliant! Thanks (John) for following through. I had the same questions with the same responses you had to your answers. And I also don't have a form that starts the view. I have an image type that is not common (but is a standard), so hoped that the documentation comment "validates that the

Re: Form Wizard usable with branching?

2012-08-03 Thread mtnhiker
this very directly. Perhaps I will write a django contrib that effectively tales input as a directed-graph that represents the flow chart, and generates the right condition_dict to make it happen. (but first I have an app to build) On Friday, August 3, 2012 7:27:03 PM UTC-7, mtnhiker wrote: &

Form Wizard usable with branching?

2012-08-03 Thread mtnhiker
I think I must be missing something. To me a wizard should provide questions and branch according to the answers (otherwise why not just put it all in one form?). I've searched the docs and web and source, but I don't find anything that lets me branch. I thought the "condition_dict" of the wi