django獲取cleaned_data屬性失敗

  cleaned_data屬性是調用了clean()方法之後纔有的,如果在表單驗證中使用  clean_字段名  方式定義了某個字段清洗函數,那麼django會優先調用這個函數,最後調用clean()函數,如下: def clean_mobile(self):   mobile = self.cleaned_data['mobile'] #這樣子寫有時會取不到cleaned_data屬性值,原
相關文章
相關標籤/搜索