generate update query using django orm

后端 未结 3 1310
傲寒
傲寒 2021-02-08 18:57

I need to implement this query using django orm:

update table set field=field+1 where id=id

I don\'t whant to use this:

o = mod         


        
3条回答
提交回复
热议问题