Author: jacob
Date: 2009-01-12 11:31:40 -0600 (Mon, 12 Jan 2009)
New Revision: 9732

Modified:
   django/trunk/docs/ref/contrib/comments/upgrade.txt
Log:
Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt.

Modified: django/trunk/docs/ref/contrib/comments/upgrade.txt
===================================================================
--- django/trunk/docs/ref/contrib/comments/upgrade.txt  2009-01-12 17:29:01 UTC 
(rev 9731)
+++ django/trunk/docs/ref/contrib/comments/upgrade.txt  2009-01-12 17:31:40 UTC 
(rev 9732)
@@ -48,7 +48,7 @@
         comment, submit_date, ip_address, is_public, is_removed)
     SELECT
         content_type_id, object_id, site_id, person_name, '', '', comment,
-        submit_date, ip_address, is_public, approved
+        submit_date, ip_address, is_public, not approved
     FROM comments_freecomment;
 
     INSERT INTO django_comments 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to