Generate a bootstrap's fixture metadata on save not only when dumping it, add comments

This commit is contained in:
Roberto Rosario
2012-10-08 11:28:41 -04:00
parent a430a1ce73
commit 2b706f3f4a
5 changed files with 42 additions and 21 deletions

View File

@@ -5,6 +5,6 @@ class ExistingData(Exception):
"""
Raised when an attempt to execute a bootstrap setup is made and there is
existing data that would be corrupted or damaged by the loading the
bootstrap's fixture
bootstrap's fixture.
"""
pass