Is not neccesary editable=False for auto_now_add
My little brother told me that is not neccesary recently because its obvious, Thats right? Otherwise it will suffer hahaha Look: https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.DateField.auto_now_add Thanks kenneth :D Grettings from MedellĂn!
Sorry You must be a logged in, registered user to answer a question.
Answers
IIRC, that didn't used to be the case. Anyway, while it's not necessary, it doesn't hurt to include it either. :)
Thanks for letting me know.