mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[2.1.x] Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore.
Regression in29150d5da8. Backport of32fbccab40from master
This commit is contained in:
		
							
								
								
									
										5
									
								
								tests/migrations/test_migrations_private/0001_initial.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/migrations/test_migrations_private/0001_initial.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| from django.db import migrations | ||||
|  | ||||
|  | ||||
| class Migration(migrations.Migration): | ||||
|     pass | ||||
		Reference in New Issue
	
	Block a user