1
0
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 in 29150d5da8.
Backport of 32fbccab40 from master
This commit is contained in:
Tim Graham
2018-09-11 12:51:11 -04:00
parent 5cd053600e
commit 5bbcf83fce
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