Q. What does the auto_now_add attribute in a DateTimeField do?
β
Correct Answer: (B)
Sets the field to now when the object is first created
Explanation: auto_now_add sets the field to the current date/time when the object is created.