diff options
| author | Tim Graham <timograham@gmail.com> | 2018-09-11 12:51:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-11 12:51:11 -0400 |
| commit | 32fbccab406b680bc0a0a8d39a9b95c3a08bbc5a (patch) | |
| tree | 1018f468ebc01dde26d078c4875af1ac6268aaa9 /docs/releases/2.1.2.txt | |
| parent | a4d8e412e0295ac7d40bb87ee6e5f44649f97816 (diff) | |
Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore.
Regression in 29150d5da880ac1db15e47052330790cf1b802d2.
Diffstat (limited to 'docs/releases/2.1.2.txt')
| -rw-r--r-- | docs/releases/2.1.2.txt | 3 |
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`). |
