From a8841b34d5ed5339b2fb4e082d780855c1572882 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Thu, 17 Oct 2024 10:21:25 +0200 Subject: [PATCH] =?UTF-8?q?On=20accepte=20les=20imports=20r=C3=A9currents?= =?UTF-8?q?=20sans=20cat=C3=A9gorie=20d=C3=A9finie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agenda_culturel/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/agenda_culturel/models.py b/src/agenda_culturel/models.py index 1252678..9bdc162 100644 --- a/src/agenda_culturel/models.py +++ b/src/agenda_culturel/models.py @@ -1367,6 +1367,8 @@ class RecurrentImport(models.Model): verbose_name=_("Category"), help_text=_("Category of each imported event"), default=None, + null=True, + blanck=True, on_delete=models.SET_DEFAULT, ) defaultTags = ArrayField(