You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a post is edited and saved the post's date_modified field isn't updated. This is useful for incremental search indexing to catch posts that have been updated since the last time it was run.
Steps to reproduce
Create and publish a post
Update the post
Versions
Tested on djangocms-blog==1.2.3
Expected behaviour
Expect the post's date_modified field to be updated to the new time it was saved.
Actual behaviour
The date_modified field is the same as before it was saved.
Additional information
I think it's a simple matter of setting the date_modified field any time the Post is saved. I don't believe there's any other mechanisms currently in place to handle updating it.
The text was updated successfully, but these errors were encountered:
Description
When a post is edited and saved the post's date_modified field isn't updated. This is useful for incremental search indexing to catch posts that have been updated since the last time it was run.
Steps to reproduce
Versions
Tested on djangocms-blog==1.2.3
Expected behaviour
Expect the post's date_modified field to be updated to the new time it was saved.
Actual behaviour
The date_modified field is the same as before it was saved.
Additional information
I think it's a simple matter of setting the date_modified field any time the Post is saved. I don't believe there's any other mechanisms currently in place to handle updating it.
The text was updated successfully, but these errors were encountered: