From dd33ed06fbf4b4347b166a94ce137db64806ebef Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 17 Jul 2011 11:32:05 -0500 Subject: [PATCH] Finished the docstring of the creature_add_magical_powers fake migration --- mediagoblin/tests/test_migrations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mediagoblin/tests/test_migrations.py b/mediagoblin/tests/test_migrations.py index 127b90e1..c100a26a 100644 --- a/mediagoblin/tests/test_migrations.py +++ b/mediagoblin/tests/test_migrations.py @@ -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}}, -- 2.25.1