diff --git a/apps/installation/models.py b/apps/installation/models.py index f137407d91..fca070af37 100644 --- a/apps/installation/models.py +++ b/apps/installation/models.py @@ -174,6 +174,7 @@ class Installation(Singleton): dictionary.update( { 'repo_remotes': unicode(self.repo_remotes), + 'repo_remotes_urls': unicode(self.repo_remotes_urls), 'repo_head_reference': unicode(self.repo_head_reference), 'headcommit_hexsha': unicode(self.headcommit_hexsha), 'headcommit_authored_date': unicode(self.headcommit_authored_date),