AC-132. Mask passwords in project update args and stdout.

This commit is contained in:
Chris Church 2013-09-09 20:28:11 -04:00
parent 63c9a5b4ac
commit cdfc56667a

View File

@ -658,9 +658,6 @@ class Project(CommonModel):
default=False,
editable=False,
)
# FIXME: Still need to implement:
# - masking passwords in project update args/stdout
def save(self, *args, **kwargs):
new_instance = not bool(self.pk)