Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add created and updated fields. #4

Closed
ndunn219 opened this issue Jun 23, 2021 · 1 comment
Closed

Add created and updated fields. #4

ndunn219 opened this issue Jun 23, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ndunn219
Copy link

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)
@ndunn219 ndunn219 added the enhancement New feature or request label Jun 23, 2021
@fabiocaccamo fabiocaccamo added the good first issue Good for newcomers label Dec 24, 2021
fabiocaccamo added a commit that referenced this issue Jul 6, 2022
@fabiocaccamo
Copy link
Owner

@ndunn219 you can upgrade to 0.3.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants