disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Fix for issue #34: SwitchContextManager doesn't work with hierarchical switches #59

Closed mbox closed 11 years ago

mbox commented 11 years ago
 Fix for issue #34: SwitchContextManager doesn't work with hierarchical switches

Adds support for a "switches" kwarg on the decorator - if the switch name is not a valid ID you can use @switches(switches={'test:a:hierarchy': True}) to set the default value