mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Removed unused function many_to_list
This commit is contained in:
		| @@ -283,12 +283,6 @@ class Document(models.Model): | ||||
|  | ||||
|         return self.filename | ||||
|  | ||||
|     def many_to_list(self, field): | ||||
|         mylist = [] | ||||
|         for t in field.all(): | ||||
|             mylist.append(t.name) | ||||
|         return mylist | ||||
|  | ||||
|     def many_to_dictionary(self, field): | ||||
|         mydictionary = dict() | ||||
|         for t in field.all(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Wolf-Bastian Poettner
					Wolf-Bastian Poettner