Finished the docstring of the creature_add_magical_powers fake migration
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 17 Jul 2011 16:32:05 +0000 (11:32 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 17 Jul 2011 16:32:05 +0000 (11:32 -0500)
mediagoblin/tests/test_migrations.py

index 127b90e1d9dd8d3683bf6f805e76dd52ef02572e..c100a26a54e5d90ebd68dd61a6dd1bd3508dfd4c 100644 (file)
@@ -42,7 +42,8 @@ def creature_add_magical_powers(database):
     Add lists of magical powers.
 
     This defaults to [], an empty list.  Since we haven't declared any
-    magical powers, all existing monsters should
+    magical powers, all existing monsters, setting to an empty list is
+    fine.
     """
     database['creatures'].update(
         {'magical_powers': {'$exists': False}},