Django表格令人担心——通过请求?
原文:Django form wizard - passing request to the view?
原文:Django form wizard - passing request to the view?
Is there any way of accessing the request variable in the done() method of a Form Wizard? class AddWizard(SessionWizardView): def done(self, form_list, **kwargs): if form_list[0]....