# HG changeset patch # User Brian Neal # Date 1297214916 0 # Node ID 28de6caa4e6dd7b91159958164e30d2a3e5d4e9b # Parent 66cc2f8c4603b5387d6566450d9f5257de14231d Fix bad grammar in comment. diff -r 66cc2f8c4603 -r 28de6caa4e6d gpp/legacy/management/commands/translate_old_posts.py --- a/gpp/legacy/management/commands/translate_old_posts.py Tue Feb 08 03:53:10 2011 +0000 +++ b/gpp/legacy/management/commands/translate_old_posts.py Wed Feb 09 01:28:36 2011 +0000 @@ -1,5 +1,5 @@ """ -translate_old_posts.py - A management command to join the bbposts and +translate_old_posts.py - A management command to join the bbposts and bbposts_text tables together and output as a .csv file, suitable for use as an input to mysqlimport into the new database. This method bypasses the Django ORM as it was too slow given the number of old posts to import. @@ -34,7 +34,7 @@ class Command(NoArgsCommand): help = """\ -This command joins converts the SG101 1.0 posts to 2.0 format and outputs the +This command joins the SG101 1.0 posts to 2.0 format and outputs the data as a .csv file suitable for importing into the new database scheme with the mysqlimport utility. """