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

@ -11,3 +11,6 @@ Bugfixes
* Fixed a regression where nonexistent joins in ``F()`` no longer raised
``FieldError`` (:ticket:`29727`).
* Fixed a regression where files starting with a tilde or underscore weren't
ignored by the migrations loader (:ticket:`29749`).