You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My apologies for the original PR that introduced this bug (and thank you, @clintonb, for a quick reaction!), I began work on a more comprehensive solution in #438. Since I am not using Switch or Sample models I would appreciate another set of eyes and ideas on how to properly test the change.
I have
WAFFLE_CREATE_MISSING_SWITCHES=True
in my django settings. Since updating to waffle 2.4.0 this feature is no longer working.This is the exception being thrown:
Django.core.exceptions.FieldError: Invalid field name(s) for model Switch: 'everyone'.
This is the line triggering the exception:
https://github.com/django-waffle/django-waffle/blob/947195bcaff3cadabf005b7f00ba8dfee34b6b3f/waffle/models.py#L61
The text was updated successfully, but these errors were encountered: