【发布时间】:2018-11-04 03:35:15
【问题描述】:
想知道如何在 django rest 框架中清理用户输入。我目前有一个视图和序列化程序文件,但我不确定如何在这两个文件中实现该过程。如果可能,我不打算使用表单
【问题讨论】:
-
欢迎来到 stackoverflow.com。请花一些时间阅读help pages,尤其是名为"What topics can I ask about here?" 和"What types of questions should I avoid asking?" 的部分。也请take the tour 阅读how to ask 好问题。最后请学习如何创建Minimal, Complete, and Verifiable Example。
标签: django python-2.7 validation django-rest-framework django-views