Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含大约两打 CharField 和 ChoiceFields 的复杂搜索表单。
我的用户希望能够保存特定查询(给每个查询一个名称),以便他们可以定期运行它们,而无需手动选择所有字段。
我应该只腌制表单对象并将其保存在数据库中吗?
编辑:我应该注意到他们也希望能够在事后修改表单选择。
不是表单本身,而是从cleaned_data属性返回的值。
cleaned_data