From 5107cf569462e27f6e68b37a316f0ee743060102 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 16 Sep 2019 00:03:19 +1000 Subject: [PATCH] Restore model file --- InvenTree/common/models.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/InvenTree/common/models.py b/InvenTree/common/models.py index 33fa54d4e9..0b8795484b 100644 --- a/InvenTree/common/models.py +++ b/InvenTree/common/models.py @@ -68,10 +68,6 @@ class InvenTreeSetting(models.Model): description = models.CharField(max_length=200, blank=True, unique=False, help_text=_('Settings description')) - b_think = models.CharField(max_length=20, blank=True) - - a_thing = models.CharField(max_length=10, blank=True) - def validate_unique(self, exclude=None): """ Ensure that the key:value pair is unique. In addition to the base validators, this ensures that the 'key'