From: jordan Date: Tue, 15 Mar 2011 21:51:06 +0000 (+0000) Subject: merging to the trunk changes in the user model, commit 694 X-Git-Tag: live~422 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/00707e107d63126a511257f2953e87b7e9d784b7 merging to the trunk changes in the user model, commit 694 git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@845 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/models/user.py b/forum/models/user.py index d96426e..f8c91d6 100644 --- a/forum/models/user.py +++ b/forum/models/user.py @@ -474,9 +474,6 @@ class SubscriptionSettings(models.Model): #auto_subscribe_to all_questions = models.BooleanField(default=False) all_questions_watched_tags = models.BooleanField(default=False) - questions_asked = models.BooleanField(default=True) - questions_answered = models.BooleanField(default=True) - questions_commented = models.BooleanField(default=False) questions_viewed = models.BooleanField(default=False) #notify activity on subscribed