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
Presently pastes have a timestamp recorded when they are created, but not timestamp when the user edits their already created paste.
This would require updating the Paste model, then updating the views for the web HTML content, then updating the REST API serializer.
Optional behavior to consider: only show the "updated" field in the above places when the paste has been edited, i.e. the dates will differ.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Presently pastes have a timestamp recorded when they are created, but not timestamp when the user edits their already created paste.
This would require updating the Paste model, then updating the views for the web HTML content, then updating the REST API serializer.
Optional behavior to consider: only show the "updated" field in the above places when the paste has been edited, i.e. the dates will differ.
The text was updated successfully, but these errors were encountered: