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 がサポートする標準を満たしている場合に限ります。