Can't run tests when admin is part of INSTALLED_APPS?

50 views
Skip to first unread message

John Rambo

unread,
Jun 24, 2014, 12:05:01 PM6/24/14
to django...@googlegroups.com
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?
Reply all
Reply to author
Forward
0 new messages