mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Fix model file so that CI can run
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user