cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
260 stars 32 forks source link

Install fails with Django 4.0.1 #89

Closed mdunc closed 2 years ago

mdunc commented 2 years ago

Due to the install_requires = ["Django>=1.11,<=4"] constraint, only Django 4.0 is compatible and not the recent 4.0.1 patch. Perhaps the <=4 should just be dropped completely or changed to <4.1 if there are concerns that 4.1 could break things?

willbarton commented 2 years ago

Thanks @mdunc. This has been fixed and I've released 5.0.7!