﻿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
29906	`isinstance(django_settings, type)` triggers ImproperlyConfigured, although settings are not really accessed	Daniel Hahler	nobody	"Checking if `django.conf.settings` is a class should not trigger an exception, but the following code triggers ImproperlyConfigured already:

```
from django.conf import settings as django_settings
isinstance(django_settings, type)
```

(via https://github.com/pytest-dev/pytest/issues/4266)"	Uncategorized	new	Uncategorized	2.1	Normal				Unreviewed	0	0	0	0	0	0
