If I try to run test suites in 1.7 with admin in INSTALLED_APPS, I get this...
File "/django/core/management/commands/migrate.py", line 195, in model_installed
(opts.auto_created and converter(opts.auto_created._meta.db_table) in tables))
AttributeError: 'bool' object has no attribute '_meta'
If I comment out the django.contrib.admin, tests work fine.
I do not know how to dig further from here. Is anyone able to point me in the right direction?