mirror of https://gitlab.crans.org/bde/nk20
remove `name` Field of TemplateTransaction
Redundant with `reason` from Transaction
This commit is contained in:
parent
33eba8a403
commit
0cd0b11fa5
|
@ -164,10 +164,6 @@ class TemplateTransaction(Transaction):
|
|||
TemplateCategory,
|
||||
on_delete=models.PROTECT,
|
||||
)
|
||||
name = models.CharField(
|
||||
max_length=255,
|
||||
)
|
||||
|
||||
|
||||
class MembershipTransaction(Transaction):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue