﻿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
2872	"syncdb gives ""TypeError: not enough arguments for format string"" following revisions 3887-3864"	matthew@…	Russell Keith-Magee	"A recent revision (probably in range 3887-3864) appears to have broken syncdb when there is initial SQL data to load. He's some sample output :

./manage.py syncdb
Creating table auth_message
   ...

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): no
Traceback (most recent call last):
  File ""./manage.py"", line 11, in ?
    execute_manager(settings)
  File ""/usr/lib/python2.4/site-packages/django/core/management.py"", line 1439, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File ""/usr/lib/python2.4/site-packages/django/core/management.py"", line 1347, in execute_from_command_line
    action_mapping[action](int(options.verbosity), options.interactive)
  File ""/usr/lib/python2.4/site-packages/django/core/management.py"", line 514, in syncdb
    print ""Installing initial data for %s.%s model"" % model._meta.object_name
TypeError: not enough arguments for format string

"	defect	closed	Core (Other)	dev	normal	fixed	syncdb		Unreviewed	0	0	0	0	0	0
