[Answer]-Django 'F-expression' query

1👍

It won’t. The F object is a reference to a database field and holds absolutely no meaning outside the context of a database query.

Even when the query is built, it is still a reference to another database field, and doesn’t hold an actual value.

👤knbk

Leave a comment