We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Added created_at and updated_at fields. #4
created_at
updated_at
22727d2
@ndunn219 you can upgrade to 0.3.0 version.
0.3.0
Sorry, something went wrong.
fabiocaccamo
No branches or pull requests
It would be nice for sorting purpose in the admin if the model included created and updated fields:
The text was updated successfully, but these errors were encountered: