I'm getting the following warning after updating to Django 3.2:
RemovedInDjango41Warning: 'cacheops' defines default_app_config = 'cacheops.CacheopsConfig'. However, Django's automatic detection did not find this configuration. You should move the default config class to the apps submodule of your application and, if this module defines several config classes, mark the default one with default = True.
I'm getting the following warning after updating to Django 3.2:
RemovedInDjango41Warning: 'cacheops' defines default_app_config = 'cacheops.CacheopsConfig'. However, Django's automatic detection did not find this configuration. You should move the default config class to the apps submodule of your application and, if this module defines several config classes, mark the default one with default = True.