﻿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
120	djang-admin.py called without argument	anonymous	Adrian Holovaty	"Calling django-admin.py with no argument gives the following traceback:

{{{
Traceback (most recent call last):
  File ""./django-admin.py"", line 102, in ?
    main()
  File ""./django-admin.py"", line 63, in main
    print_error(""An 'action' is required."")
TypeError: print_error() takes exactly 2 arguments (1 given)
}}}

And print_error function (defined line 43), effectively wants 2 arguments ;)

I'm using rev 249 of Django's trunk. Attached is a trivial proposed patch."	defect	closed	Tools		normal	fixed			Accepted	0	0	0	0	0	0
