Question: What does an F() object allow you when dealing with models?

  1. perform db operations without fetching a model object
  2. define db transaction isolation levels
  3. use aggregate functions more easily
  4. build reusable QuerySets

Answer: The correct answer of the above question is Option A:perform db operations without fetching a model object