diff --git a/woodwind/tasks.py b/woodwind/tasks.py index 41d3a7d..c7be766 100644 --- a/woodwind/tasks.py +++ b/woodwind/tasks.py @@ -350,6 +350,9 @@ def is_content_equal(e1, e2): and e1.author_url == e2.author_url and e1.author_photo == e2.author_photo and e1.properties == e2.properties + and e1.published == e2.published + and e1.updated == e2.updated + and e1.deleted == e2.deleted )