﻿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
19125	django-admin.py startproject attemps a relative import	Łukasz Rekucki	nobody	"By mistake, I passed a path instead of a name:

{{{
$ PYTHONPATH=. ./django/bin/django-admin.py startproject ../foobar
TypeError: relative imports require the 'package' argument
}}}

The error message isn't very obvious.
"	Cleanup/optimization	closed	Core (Management commands)	1.4	Normal	fixed			Ready for checkin	1	0	0	0	0	0
