def test_edited_is_false_for_newly_created_content_within_15_minutes_grace_period(self):
with freeze_time(self.public_content.created + datetime.timedelta(minutes=14)):
self.public_content.save()
self.assertFalse(self.public_content.edited)
评论列表
文章目录