From bfdd5665b7b351ab7aadb28f2e74ce4ae6ac3256 Mon Sep 17 00:00:00 2001 From: mipel Date: Tue, 20 Jul 2021 17:04:07 +0200 Subject: [PATCH] Renaming models * minor renaming --- intervention/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intervention/models.py b/intervention/models.py index 9fde4152..58cebcfb 100644 --- a/intervention/models.py +++ b/intervention/models.py @@ -37,7 +37,7 @@ class Intervention(BaseObject): registration_date = models.DateField(null=True, blank=True) # Refers to "Bestandskraft am" - binding_on = models.DateField(null=True, blank=True) + binding_date = models.DateField(null=True, blank=True) # Refers to "verzeichnen" recorded_on = models.DateTimeField(default=None)