Closed Melevir closed 2 years ago
Also
default_app_config
If you need help holler!
@rh0dium a pull request is welcome!
I see that the main branch works fine with django4. Any plans on the PyPI release?
@Melevir feel free to open a pull request that adds test support.
That was my plan, but it turns out, that the only problem, that blocked me from running waffle on django4 was URLs thing, which is resolved in https://github.com/django-waffle/django-waffle/commit/c781c32de8d7e823e54486862ce5f70d2f49da33
What else blocks django-waffle from django4-compatible release? I'll be glad to help.
Fixed by #421
It would be great if django-waffle is Django 4.0 compatible.
Sadly, new version of Django dropped a lot of deprecated functions, so update required some actions in django-waffle's code.
Here are two problems:
ImportError: cannot import name 'url' from 'django.conf.urls'
This one because
django.conf.urls.url
was removed in Django 4.0 and it's imported in waffle/urls.py.