﻿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
10337	syncdb fails to load initial_data with certain __init__.py	Torsten Bronger	nobody	"If the application's {{{__init__.py}}} contains

{{{
from django.contrib.auth import models
}}}

""{{{manage.py syncdb}}}"" doesn't load the {{{init_data}}} fixture for this application.

{{{
import django.contrib.auth.models
}}}

doesn't cause this problem."		closed	Core (Management commands)	dev		invalid		bronger@…	Unreviewed	0	0	0	0	0	0
