﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29749	Make the migrations loader ignore files starting with an underscore or tilde	Felix Hummel	nobody	"Steps:

- create a module `_utils.py` in `someapp.migrations`
- run `./manage.py migrate`

Expected:

- migrations are run

Actual:

- `django.db.migrations.exceptions.BadMigrationError: Migration _utils in app someapp has no Migration class`

Notes:

- Commit that changed the behavior: https://github.com/django/django/commit/29150d5da880ac1db15e47052330790cf1b802d2#diff-a0eecbfcd2a528c7502db192412c5a16L106
- IRC conversation (thanks to knbk for the link to the commit) https://botbot.me/freenode/django/2018-09-10/?msg=104204672&page=8 and https://botbot.me/freenode/django/2018-09-10/?msg=104204672&page=9"	Bug	closed	Migrations	2.1	Release blocker	fixed			Accepted	1	0	0	0	0	0
