From 32fbccab406b680bc0a0a8d39a9b95c3a08bbc5a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 11 Sep 2018 12:51:11 -0400 Subject: Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore. Regression in 29150d5da880ac1db15e47052330790cf1b802d2. --- docs/releases/2.1.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.2.txt b/docs/releases/2.1.2.txt index 17c50fffd7..753b87a7fb 100644 --- a/docs/releases/2.1.2.txt +++ b/docs/releases/2.1.2.txt @@ -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`). -- cgit v1.3