From b54dff51a6b8ee07729be3efdc9e0779f850c699 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 15 Oct 2012 23:24:48 -0400 Subject: [PATCH] Remove planned bootstrap setup compression support hooks --- apps/bootstrap/managers.py | 7 ------- apps/bootstrap/models.py | 7 ------- 2 files changed, 14 deletions(-) diff --git a/apps/bootstrap/managers.py b/apps/bootstrap/managers.py index bb6e191f0b..69fc50f788 100644 --- a/apps/bootstrap/managers.py +++ b/apps/bootstrap/managers.py @@ -12,13 +12,6 @@ logger = logging.getLogger(__name__) class BootstrapSetupManager(models.Manager): - def explode(self, data): - """ - Gets a compressed and compacted bootstrap setup and creates a new - database BootstrapSetup instance - """ - pass - def dump(self, serialization_format): """ Get the current setup of Mayan in bootstrap format fixture diff --git a/apps/bootstrap/models.py b/apps/bootstrap/models.py index 49d39305e9..4d6104e704 100644 --- a/apps/bootstrap/models.py +++ b/apps/bootstrap/models.py @@ -66,13 +66,6 @@ class BootstrapSetup(models.Model): os.unlink(filepath) - def compress(self): - """ - Return a compacted and compressed version of the BootstrapSetup - instance, meant for download. - """ - return '' - @property def cleaned_fixture(self): """