--- a/management/commands/schemamigration.py	2012-04-15 17:16:44.416454494 +0200
+++ b/management/commands/schemamigration.py	2012-04-15 17:17:10.321668325 +0200
@@ -152,8 +152,8 @@
         
         # So, what's in this file, then?
         file_contents = MIGRATION_TEMPLATE % {
-            "forwards": "\n".join(forwards_actions or ["pass"]), 
-            "backwards": "\n".join(backwards_actions or ["pass"]), 
+            "forwards": "\n".join(forwards_actions or ["        pass"]), 
+            "backwards": "\n".join(backwards_actions or ["        pass"]), 
             "frozen_models":  freezer.freeze_apps_to_string(apps_to_freeze),
             "complete_apps": apps_to_freeze and "complete_apps = [%s]" % (", ".join(map(repr, apps_to_freeze))) or ""
         }

