From ffe4996ff1c9b760282ba92bc56ceda4842b80bd Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Mon, 26 May 2014 15:27:05 +0530 Subject: [PATCH] add features to buzz item types --- itf/itfprofiles/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/itf/itfprofiles/models.py b/itf/itfprofiles/models.py index c64d7f5..fb4f0a3 100644 --- a/itf/itfprofiles/models.py +++ b/itf/itfprofiles/models.py @@ -164,6 +164,7 @@ class Occupation(models.Model): BUZZ_ITEM_TYPES = ( ('review', 'Review'), ('publicity', 'Publicity'), + ('features', 'Features'), )