mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Remove now unused fill_list
This commit is contained in:
		| @@ -309,13 +309,6 @@ class Document(models.Model): | ||||
|  | ||||
|         return mydictionary | ||||
|  | ||||
|     @staticmethod | ||||
|     def fill_list(input_list, length, filler): | ||||
|         while len(input_list) < length: | ||||
|             input_list.append(slugify(filler)) | ||||
|  | ||||
|         return input_list | ||||
|  | ||||
|     def generate_source_filename(self): | ||||
|         # Create filename based on configured format | ||||
|         if settings.PAPERLESS_FILENAME_FORMAT is not None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wolf-Bastian Poettner
					Wolf-Bastian Poettner