As the title says, the fields with auto_now and auto_now_add don't appear in the admin section, acoording to this:
Django auto_now and auto_now_add
Can you somehow make them appear though? It doesn't matter if they are not editable, I just want them there so I can see the whole entry.
Or is there any similar function which would set the date to the current time but would make it editable? That would be okay too, because the date will appear in the admin panel.
Thanks.