From: Siobhan Tully Date: Tue, 28 May 2013 00:53:37 +0000 (-0400) Subject: Changed DeploymentNetwork to Deployment, adjusted initial_json to include service... X-Git-Tag: 1.0~34 X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=bca0b2be8ed74f17b1bf094b4a6ee52572ca11a4 Changed DeploymentNetwork to Deployment, adjusted initial_json to include service class json, modified admin screens to only show appropriate topLevel objects (with the exception of Key), added in showAll var to make it easier when developing to showAll the objects in Admin. Removed Django_Evolution objects from admin interface. --- diff --git a/planetstack/core/models/deploymentnetwork.py b/planetstack/core/models/deployment.py similarity index 100% rename from planetstack/core/models/deploymentnetwork.py rename to planetstack/core/models/deployment.py