forked from disqus/gargoyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
36 lines (23 loc) · 962 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0.4.0
- The percent field is now available on all ModelConditionSet's by default.
- Fixed a CSRF conflict issue with Nexus.
0.3.0
- Added gargoyle.testutils.with_switches decorator
- Added gargoyle.testutils.SwitchContextManager
0.2.4
- 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