Add the ticker field for Sources

This commit is contained in:
2010-10-28 16:24:58 +01:00
parent 00f8ec3d66
commit c28d72f0ad
3 changed files with 165 additions and 1 deletions

View File

@@ -201,7 +201,7 @@ class OpTimerHandler(BaseHandler):
class BlacklistHandler(BaseHandler):
model = Blacklist
allowed_methods = ('GET')
fields = ('type', 'value', 'source', ('name'), 'created_date', 'expiry_date', 'reason')
fields = ('type', 'value', 'source', ('name', 'ticker'), 'created_date', 'expiry_date', 'reason')
def read(self, request):
if request.GET.get('value'):