From b0690207103f0f4cd48c95d5567d9da9427eb08d Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Tue, 22 Aug 2017 17:50:49 +0500 Subject: [PATCH] Remove deprecated field 'sailthru_activation_template'. LEARNER-2201 --- lms/djangoapps/email_marketing/models.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lms/djangoapps/email_marketing/models.py b/lms/djangoapps/email_marketing/models.py index 224fcfebbd..e8b2475410 100644 --- a/lms/djangoapps/email_marketing/models.py +++ b/lms/djangoapps/email_marketing/models.py @@ -47,14 +47,6 @@ class EmailMarketingConfiguration(ConfigurationModel): ) ) - sailthru_activation_template = models.fields.CharField( - max_length=20, - blank=True, - help_text=_( - "DEPRECATED: use sailthru_welcome_template instead." - ) - ) - sailthru_welcome_template = models.fields.CharField( max_length=20, blank=True,