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.
我需要动态禁用模式中一个字段的验证,我该怎么做?
我尝试了这样的解决方案,但我需要该字段是用户可输入的:
schema = MySchema(exclude=['my_field'])