2019年3月8日
摘要: 一 什么是formset Form组件或ModelForm用于做一个表单验证而formset是用于做多个表单的验证组件,用于做批量操作 二 formset的使用方法 1 设置form信息 2 视图中实例化formset_actory并传入之前定义好Form信息 三 使用formset批量编辑 批量编 阅读全文
posted @ 2019-03-08 11:40 cs_1993 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1 import re 2 from collections import OrderedDict 3 from django.conf import settings 4 from django.utils.module_loading import import_string 5 # for django 1.0 6 # from django.urls import Regex... 阅读全文
posted @ 2019-03-08 11:01 cs_1993 阅读(1093) 评论(0) 推荐(0) 编辑