summaryrefslogtreecommitdiff
path: root/squad_client/core/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'squad_client/core/models.py')
-rw-r--r--squad_client/core/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/squad_client/core/models.py b/squad_client/core/models.py
index ce7f3c2..862de1a 100644
--- a/squad_client/core/models.py
+++ b/squad_client/core/models.py
@@ -311,7 +311,7 @@ class Project(SquadObject):
attrs = ['id', 'custom_email_template', 'data_retention_days', 'description',
'enabled_plugins_list', 'full_name', 'group', 'html_mail', 'important_metadata_keys',
'is_archived', 'is_public', 'moderate_notifications', 'name', 'notification_timeout',
- 'project_settings', 'slug', 'url', 'wait_before_notification']
+ 'slug', 'url', 'wait_before_notification']
def builds(self, count=DEFAULT_COUNT, **filters):
filters.update({'project': self.id})