jazzband / django-waffle

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

Pluggable Switch and Sample models #456 #457

Closed cole-jacobs closed 2 years ago

cole-jacobs commented 2 years ago

Remove direct references to Switch and Sample in favor of get_waffle_switch_model and get_waffle_sample_model.

cole-jacobs commented 2 years ago

What's going on with the automated tests? I ran the test suite locally and everything passed 🤔

cole-jacobs commented 2 years ago

Thanks @clintonb for approving my changes. Anything left to do before merge and release?