Changes between Version 5 and Version 6 of Ticket #30188


Ignore:
Timestamp:
Feb 18, 2019, 5:12:16 AM (6 years ago)
Author:
Lukas Klement
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30188 – Description

    v5 v6  
    1313    user = models.ForeignKey(User, limit_choices_to={'role': 0}, on_delete=models.CASCADE)
    1414    cost = models.DecimalField(blank=True, null=True, decimal_places=6, max_digits=13)
    15     cost_unit = models.CharField(choices=UNITS, max_length=15, default='kg')
    16 
    1715
    1816class Recipe(models.Model):
Back to Top