From 1bf2dcdd4149e1690e03e2e2c75e3fb50b65347b Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:17:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Introduce=20ValidateFields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- findrefs/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/findrefs/models.py b/findrefs/models.py index 30aed8f..aa72f98 100644 --- a/findrefs/models.py +++ b/findrefs/models.py @@ -19,10 +19,11 @@ Record, TracksRun, TracksUpdates, + ValidateFields, ) -class Reference(Record, CanValidate, TracksRun, TracksUpdates): +class Reference(Record, CanValidate, TracksRun, TracksUpdates, ValidateFields): """References such as a publication or document, with unique identifiers and metadata. Example: