From e8b208dbfbfdedfa36dc6e13e3219e8a0c99789a Mon Sep 17 00:00:00 2001
From: Fanna Lautenbach <lautenbach@astron.nl>
Date: Thu, 15 Dec 2022 16:08:11 +0100
Subject: [PATCH] oepsie

---
 ldvspec/lofardata/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldvspec/lofardata/models.py b/ldvspec/lofardata/models.py
index 57944c83..5ca80623 100644
--- a/ldvspec/lofardata/models.py
+++ b/ldvspec/lofardata/models.py
@@ -17,7 +17,7 @@ class DataProduct(models.Model):
     activity = models.CharField(max_length=50)
     surl = models.CharField(max_length=200, unique=True)
     filesize = models.PositiveBigIntegerField()
-    additional_meta =  models.JSONField
+    additional_meta = JSONField()
 
     @staticmethod
     def insert_dataproduct(
-- 
GitLab