From 0979f2b7a83fb49dc2c673843b4a2f326272296a Mon Sep 17 00:00:00 2001 From: Roberta Takenaka Date: Mon, 13 May 2024 17:57:29 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20aus=C3=AAncia=20de=20self.=20em=20dat?= =?UTF-8?q?a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/article/models.py b/article/models.py index 04440dec..2c59a1f1 100644 --- a/article/models.py +++ b/article/models.py @@ -133,8 +133,8 @@ def data(self): issue=self.issue.data, journal=self.journal.data, pid_v3=self.pid_v3, - created=created.isoformat(), - updated=updated.isoformat(), + created=self.created.isoformat(), + updated=self.updated.isoformat(), ) @classmethod