remove name Field of TemplateTransaction
Redundant with `reason` from Transaction
This commit is contained in:
parent
33eba8a403
commit
0cd0b11fa5
1 changed files with 0 additions and 4 deletions
|
|
@ -164,10 +164,6 @@ class TemplateTransaction(Transaction):
|
|||
TemplateCategory,
|
||||
on_delete=models.PROTECT,
|
||||
)
|
||||
name = models.CharField(
|
||||
max_length=255,
|
||||
)
|
||||
|
||||
|
||||
class MembershipTransaction(Transaction):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue