mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Note admin fully implemented
This commit is contained in:
		@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user