- Updated autodiscovery code to resemble Django's newer example - Updated django-modeldict to 1.1.6 to solve a threading issue with registration - Added GARGOYLE_AUTO_CREATE setting to disable auto creation of new switches - Added the ability to pass arbitrary objects to the ifswitch template tag.
0.2.3
- Ensure HostConditionSet is registered
0.2.2
- Moved tests outside of gargoyle namespace
0.2.1
- UI tweaks
0.2.0
- [Backwards Incompatible] SELECTIVE switches without conditions are now inactive - Added ConditionSet.has_active_condition, and support for default NoneType instances for global / environment checks. - Added HostConditionSet which allows you to specify a switch for a single server hostname