Suor / django-cacheops

A slick ORM cache with automatic granular event-driven invalidation.
BSD 3-Clause "New" or "Revised" License
2.12k stars 227 forks source link

RemovedInDjango41Warning #414

Closed KOliver94 closed 2 years ago

KOliver94 commented 3 years ago

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.