('priority',models.IntegerField(default=50,help_text='1-100, the lower will be match first',validators=[django.core.validators.MinValueValidator(1),django.core.validators.MaxValueValidator(100)],verbose_name='Priority')),
('priority',models.IntegerField(default=50,help_text='1-100, the lower will be match first',validators=[django.core.validators.MinValueValidator(1),django.core.validators.MaxValueValidator(100)],verbose_name='Priority')),