﻿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
18827	Exclude __pycache__ from module detection	Aymeric Augustin	nobody	"If you make a typo in the database backend you get this error message on Python 3:

{{{
Try using django.db.backends.XXX, where XXX is one of:
    '__pycache__', 'dummy', 'mysql', 'oracle', 'postgresql_psycopg2', 'sqlite3'
}}}

At least `__pycache__` should be filtered out. Maybe `dummy` too.

It would be nice to check if this pattern occurs in other places in Django.

(One more reason not to attempt listing modules in a package...)"	Bug	closed	Python 3	dev	Normal	fixed		bhuztez@…	Accepted	1	0	0	0	0	0
