Q. Which option defines a model field that automatically adds the current timestamp on creation?
β
Correct Answer: (C)
auto_now_add=True
Explanation: auto_now_add=True automatically sets the field to now when the object is created.