On 3/05/2016 4:58 PM, jorrit...@gmail.com wrote:
I have the following model and choice list:
BTW_TARIEF_CHOICES = {
(1, '6%'),
(2, '21%'),
(3, '0%'),
}
Migrations see these changes as model changes. The model does change
because it gets actual new choices in its definition.
At any part
I have the following model and choice list:
BTW_TARIEF_CHOICES = {
(1, '6%'),
(2, '21%'),
(3, '0%'),
}
class FactuurItem(models.Model):
naam = models.CharField(max_length=100)
factuur_naam = models.CharField(max_length=100)
eenheid = models.CharField(max_length=10)
pr
2 matches
Mail list logo