Skip to content

Add created and updated fields. #4

@ndunn219

Description

@ndunn219

It would be nice for sorting purpose in the admin if the model included created and updated fields:

created = models.DateTimeField(auto_now_add=True)
updated = models.DateTimeField(auto_now=True)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions