jazzband / django-waffle

A feature flipper for Django
https://waffle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 258 forks source link

Fix DeprecationWarning with Django 4.1 #409

Closed aleehedl closed 3 years ago

aleehedl commented 3 years ago

Fixes the following warning:

RemovedInDjango41Warning: 'waffle' defines default_app_config = 'waffle.apps.WaffleConfig'

Fixes #408