﻿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
21878	django-admin.py output Django version number	wim@…	nobody	"When I do:

{{{
python manage.py shell
}}}

the output is very helpful and tells me the current date and time and the Django version number.

When I do:
{{{ 
django-admin.py startproject my_project
}}}
however, I get no output at all.

For me, it would be very helpful to know the Django versioning number, because the output of startproject differs per version and because sometimes I have an older Django installed.

Continuing, outputting the Django version number when using {{{ python manage.py shell }}} would be helpful as well.
"	New feature	closed	Uncategorized	dev	Normal	wontfix	version number		Unreviewed	0	0	0	0	1	0
