From 0cd0b11fa5e46b144a2b7b0bde1e6e7e2dbf0819 Mon Sep 17 00:00:00 2001
From: Pierre-antoine Comby <comby@crans.org>
Date: Tue, 25 Feb 2020 14:15:59 +0100
Subject: [PATCH] remove `name` Field of TemplateTransaction

Redundant with `reason` from Transaction
---
 apps/note/models/transactions.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/apps/note/models/transactions.py b/apps/note/models/transactions.py
index c99b5538..49fc44b4 100644
--- a/apps/note/models/transactions.py
+++ b/apps/note/models/transactions.py
@@ -164,10 +164,6 @@ class TemplateTransaction(Transaction):
         TemplateCategory,
         on_delete=models.PROTECT,
     )
-    name = models.CharField(
-        max_length=255,
-    )
-
 
 class MembershipTransaction(Transaction):
     """
-- 
GitLab