﻿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
31808	"Django causes latest setuptools to issue ""UserWarning: Distutils was imported before Setuptools."""	Luc Saffre	nobody	"The latest change in setuptools 49.2 (released 2020-07-12, https://setuptools.readthedocs.io/en/latest/history.html) ""now warns the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first.""  
That warning is a problem for me because it causes our doctests to fail.  I might of course filter it out, but the proper solution would be to do what the warning asks. I don't import distutils myself.  Is it possible that Django itself is misbehaving? Has anybody seen this warning as well?

"	Uncategorized	closed	Core (Other)	3.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
