Author: russellm
Date: 2008-08-28 06:39:27 -0500 (Thu, 28 Aug 2008)
New Revision: 8652

Modified:
   django/trunk/docs/ref/contrib/comments/upgrade.txt
Log:
Fixed #8590: Added clarification that you need to install the new comments 
system before trying to port data. Thanks to julien for the report.

Modified: django/trunk/docs/ref/contrib/comments/upgrade.txt
===================================================================
--- django/trunk/docs/ref/contrib/comments/upgrade.txt  2008-08-28 11:29:00 UTC 
(rev 8651)
+++ django/trunk/docs/ref/contrib/comments/upgrade.txt  2008-08-28 11:39:27 UTC 
(rev 8652)
@@ -29,8 +29,16 @@
 Upgrading data
 --------------
 
-The data models have changed, as have the table names. To transfer your data 
into the new system, you'll need to directly run the following SQL:
+The data models for Django's comment system have changed, as have the
+table names. Before you transfer your existing data into the new comments
+system, make sure that you have installed the new comments system as
+explained in the
+:ref:`quick start guide <ref-contrib-comments-index-quick-start-guide>`.
+This will ensure that the new tables have been properly created.
 
+To transfer your data into the new comments system, you'll need to directly
+run the following SQL:
+
 .. code-block:: sql
 
     BEGIN;


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

Reply via email to