Hi,
I tested Django 1.11.22 (or any version from 1.11.17 to 1.11.22) with Python 3.7, and found out that when running tests with deprecation warnings enabled, I receive the following error:
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
Is this known that Django 1.11 doesn't work with Python 3.7 with deprecation warnings enabled? Does this problem exist with other versions of Django too?
By the way, running tests without deprecation warnings enabled works (the tests pass).