﻿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
8238	django/db/__init__.py assumes it is loaded from the filesystem	Guido van Rossum <guido@…>	nobody	There is code in the django.db package __init__.py that lists the available db backends.  Unfortunately this code uses os.listdir() on a directory derived from __file__, and when loaded from a zip archive, this doesn't work.  I have a quick hack that works around this, but perhaps there's a better way.	Uncategorized	closed	Database layer (models, ORM)	dev	Normal	fixed		bhuztez@…	Accepted	1	0	0	0	0	0
