pas deux conso avec le meme nom

This commit is contained in:
Pierre-antoine Comby 2019-08-13 18:23:15 +02:00
parent f88ca61b34
commit f51db8d0c6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class TransactionTemplate(models.Model):
name = models.CharField(
verbose_name=_('name'),
max_length=255,
unique=True,
)
destination = models.ForeignKey(
NoteClub,