django-admin2
django-admin2 copied to clipboard
DateTimeField with auto_now=True are not displayed in record form
I feel like it would be better to have them displayed and editable, because in admin interface I would like to control everything.
I've been seen a lot of discussion on it, in the foruns arround the web.
I think when we want to change fields that aren't supposed to be editable (auto_now, auto_now_add), we have to do in a explicit way instead using this shortcut.
But this is in my opinion. I've used mostly on "created", "updated" fields. And when using like this, I don't want they change manually.