mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix model file so that CI can run
This commit is contained in:
parent
2986e995d1
commit
b9155bbde9
@ -70,7 +70,7 @@ class InvenTreeSetting(models.Model):
|
||||
|
||||
b_think = models.CharField(max_length=20, blank=True)
|
||||
|
||||
a_thing = models.CharField(max_length=10, blank=False)
|
||||
a_thing = models.CharField(max_length=10, blank=True)
|
||||
|
||||
def validate_unique(self, exclude=None):
|
||||
""" Ensure that the key:value pair is unique.
|
||||
|
Loading…
Reference in New Issue
Block a user