cfpb / django-flags

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

Clarify docs for anonymous condition #54

Closed Scotchester closed 5 years ago

Scotchester commented 5 years ago

I was looking at the docs and couldn't tell how the anonymous condition differed from the boolean condition. Looking at the source, it seems to be about whether the user is logged into Django or not. Do I have that right?