mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #29749 -- Made the migrations loader ignore files starting with a tilde or underscore.
Regression in 29150d5da8
.
This commit is contained in:
parent
a4d8e412e0
commit
32fbccab40
8 changed files with 20 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue