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

Permit empty values for conditions #25

Closed willbarton closed 5 years ago

willbarton commented 5 years ago

This PR makes it possible to define conditions that do not have a value, or have None as their value. If the value is not given or is None the condition will never be met.