summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-09-11 12:51:11 -0400
committerTim Graham <timograham@gmail.com>2018-09-11 12:51:24 -0400
commit5bbcf83fce5e5fb1d7369f2bfb81b7e06a4b1a85 (patch)
treecd845776c595b9ea40f6ad47b83c93d3c8e7df52 /docs
parent5cd053600e722467a4ddcd3cb7a75d21af4a9ad0 (diff)
[2.1.x] Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore.
Regression in 29150d5da880ac1db15e47052330790cf1b802d2. Backport of 32fbccab406b680bc0a0a8d39a9b95c3a08bbc5a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.2.txt3
1 files changed, 3 insertions, 0 deletions
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`).