Skip to content

fix: 🐛 Quick fix bug with MIDDLEWARE_CLASSES

nanoy requested to merge quick_fix_about into dev

Support for django 2.22 introduces the use of MIDDLEWARE instead of MIDDLEWARE_CLASSES. This change was not reflected everywhere, about function for instance.

Merge request reports