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.
例子:
def modify_field(param): #... Model.objects.update(some_field=modify_field(F('some_field'))
显然,您可以有一个回调方法,但前提是您从不使用 F 对象修改字段并且您符合 F 支持的任何标准。