﻿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
2245	django.contrib.humanize in INSTALLED_APPS prevent syncdb run	jmlee@…	Adrian Holovaty	"  * Steps to reproduce:
    1. ''django-admin.py startproject aaa''
    1. ''cd aaa''
    1. edit settings.py
      1. DATABASE_*
      1. add 'django.contrib.humanize' to INSTALLED_APPS setting.
    1. ''./manage.py syncdb''
  * Expected result: no error
  * Actual result: get following error
{{{
Error: None couldn't be installed, because there were errors in your model:
django.contrib.humanize: 'module' object has no attribute 'models'
}}}

  * I used revision 3214

  * I've got this error while developing GAVI (http://insilicogen.com/dj/gavi/)"	defect	closed	Core (Management commands)	dev	major	duplicate	manage.py syncdb humanize		Unreviewed	0	0	0	0	0	0
