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.
如何在 django 中清理和修改表单中的数据。我想为每个模型在每个字段的基础上定义它,就像使用 ModelForms 一样。
我想要实现的是自动从定义的字段中删除前导和尾随空格,或者将标题(从一个字段)转换为 slug(这将是另一个字段)。
您可以定义可以验证和更改数据的 clean_FIELD_NAME() 方法,如此处所述:http: //docs.djangoproject.com/en/dev/ref/forms/validation/#ref-forms-validation