Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore.

Regression in 29150d5da8.
This commit is contained in:
Tim Graham 2018-09-11 12:51:11 -04:00 committed by GitHub
parent a4d8e412e0
commit 32fbccab40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 1 deletions

View file

@ -0,0 +1,5 @@
from django.db import migrations
class Migration(migrations.Migration):
pass