1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-27 11:58:54 +02:00

Note admin fully implemented

This commit is contained in:
Alexandre Iooss
2019-07-17 12:48:03 +02:00
parent 1bfcedd4fe
commit 3a6d39a53d
2 changed files with 41 additions and 10 deletions

View File

@ -51,8 +51,8 @@ class Transaction(models.Model):
related_name='+',
verbose_name=_('destination'),
)
datetime = models.DateTimeField(
verbose_name=_('destination'),
created_at = models.DateTimeField(
verbose_name=_('created at'),
default=timezone.now,
)
quantity = models.PositiveSmallIntegerField(