mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-28 12:32:49 +02:00
remove name
Field of TemplateTransaction
Redundant with `reason` from Transaction
This commit is contained in:
@ -164,10 +164,6 @@ class TemplateTransaction(Transaction):
|
|||||||
TemplateCategory,
|
TemplateCategory,
|
||||||
on_delete=models.PROTECT,
|
on_delete=models.PROTECT,
|
||||||
)
|
)
|
||||||
name = models.CharField(
|
|
||||||
max_length=255,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class MembershipTransaction(Transaction):
|
class MembershipTransaction(Transaction):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user