mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Update 0022_auto_20181007_1420.py
copy paste error.
This commit is contained in:
		| @@ -11,7 +11,7 @@ def re_slug_all_the_things(apps, schema_editor): | ||||
|     """ | ||||
|  | ||||
|     Tag = apps.get_model("documents", "Tag") | ||||
|     Correspondent = apps.get_model("documents", "Tag") | ||||
|     Correspondent = apps.get_model("documents", "Correspondent") | ||||
|  | ||||
|     for klass in (Tag, Correspondent): | ||||
|         for instance in klass.objects.all(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler