Skip to content
Snippets Groups Projects
Commit 0cd0b11f authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

remove `name` Field of TemplateTransaction

Redundant with `reason` from Transaction
parent 33eba8a4
No related branches found
No related tags found
1 merge request!23Import nk15
Pipeline #7799 passed with warnings with stages
in 3 minutes and 51 seconds
......@@ -164,10 +164,6 @@ class TemplateTransaction(Transaction):
TemplateCategory,
on_delete=models.PROTECT,
)
name = models.CharField(
max_length=255,
)
class MembershipTransaction(Transaction):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment